Integration: Wire LibP2P discovery and Git workspaces into chrs-agent loop

This commit is contained in:
anthonyrawlins
2026-03-04 03:48:13 +11:00
parent 7d1a64d805
commit 2202dfbaf3
2 changed files with 32 additions and 10 deletions

View File

@@ -11,6 +11,9 @@ chrs-council = { path = "../chrs-council" }
chrs-backbeat = { path = "../chrs-backbeat" }
chrs-exec = { path = "../chrs-exec" }
chrs-prompts = { path = "../chrs-prompts" }
chrs-code-edit = { path = "../chrs-code-edit" }
chrs-discovery = { path = "../chrs-discovery" }
git2 = "0.18"
tokio = { version = "1", features = ["full"] }
serde = { version = "1", features = ["derive"] }
serde_json = "1"