[package] name = "agent-cli" version.workspace = true edition.workspace = true rust-version.workspace = true license.workspace = true description = "通用 Agent 单智能体命令行程序" [[bin]] name = "agent" path = "src/main.rs" [dependencies] agent-app.workspace = true agent-codex.workspace = true agent-host.workspace = true agent-mcp.workspace = true agent-provider-fake.workspace = true agent-provider-openai.workspace = true agent-runtime-core.workspace = true agent-runtime-engine.workspace = true agent-skills.workspace = true serde.workspace = true serde_json.workspace = true toml.workspace = true