PoC: Verified end-to-end Agent Inception and isolated task execution

This commit is contained in:
anthonyrawlins
2026-03-04 05:00:00 +11:00
parent 6bc78f4854
commit 10fe827182
887 changed files with 156 additions and 117 deletions

View File

@@ -10,6 +10,8 @@ chrs-graph = { path = "../chrs-graph" }
chrs-slurp = { path = "../chrs-slurp" }
chrs-shhh = { path = "../chrs-shhh" }
chrs-bubble = { path = "../chrs-bubble" }
chrs-agent = { path = "../chrs-agent" }
chrs-council = { path = "../chrs-council" }
tokio = { version = "1", features = ["full"] }
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"