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
+24
View File
@@ -0,0 +1,24 @@
[package]
name = "agentos-agent"
version.workspace = true
edition.workspace = true
license.workspace = true
repository.workspace = true
[dependencies]
agentos-core.workspace = true
agentos-protocol.workspace = true
agentos-tools.workspace = true
hex.workspace = true
serde.workspace = true
serde_json.workspace = true
sha2.workspace = true
thiserror.workspace = true
tokio.workspace = true
uuid.workspace = true
[dev-dependencies]
agentos-inference.workspace = true
[lints]
workspace = true