[package]
name = "compact"
version.workspace = true
edition.workspace = true
license.workspace = true
[dependencies]
agent-contracts = { path = "../agent-contracts" }
agent-types = { path = "../agent-types" }
agent-llm = { path = "../agent-llm" }
llm-client = { path = "../llm-client" }
async-trait.workspace = true
memory = { path = "../memory" }
serde.workspace = true
serde_json.workspace = true
thiserror.workspace = true
[dev-dependencies]
tempfile.workspace = true
tokio = { workspace = true, features = ["macros", "rt-multi-thread"] }