first cut of horizontal partitioning

This commit is contained in:
Dhanji Prasanna
2025-11-13 11:21:48 +11:00
parent 39efa24c55
commit 96a78291ae
14 changed files with 2196 additions and 110 deletions

View File

@@ -8,6 +8,7 @@ description = "CLI interface for G3 AI coding agent"
g3-core = { path = "../g3-core" }
g3-config = { path = "../g3-config" }
clap = { workspace = true }
g3-ensembles = { path = "../g3-ensembles" }
tokio = { workspace = true }
anyhow = { workspace = true }
tracing = { workspace = true }