Initial commit

This commit is contained in:
emmettlu
2026-08-02 15:26:10 +08:00
parent fcc5d31137
commit eee7fed161
76 changed files with 10686 additions and 3564 deletions
+33
View File
@@ -0,0 +1,33 @@
[package]
name = "agentos-cli"
version.workspace = true
edition.workspace = true
license.workspace = true
repository.workspace = true
[[bin]]
name = "agentos"
path = "src/main.rs"
[[bin]]
name = "agentos-npu-bridge"
path = "src/bin/agentos-npu-bridge.rs"
[dependencies]
agentos-agent.workspace = true
agentos-core.workspace = true
agentos-inference.workspace = true
agentos-kernel.workspace = true
agentos-memory.workspace = true
agentos-npu.workspace = true
agentos-protocol.workspace = true
agentos-runtime.workspace = true
agentos-tools.workspace = true
agentos-worldline.workspace = true
anyhow.workspace = true
clap.workspace = true
serde_json.workspace = true
tokio.workspace = true
[lints]
workspace = true