Implement specialized agent roles and system prompts inspired by models.yaml

This commit is contained in:
anthonyrawlins
2026-03-04 03:21:12 +11:00
parent 00623ac125
commit 9996b9b84d
5 changed files with 157 additions and 97 deletions

View File

@@ -8,6 +8,9 @@ ucxl = { path = "../UCXL" }
chrs-mail = { path = "../chrs-mail" }
chrs-graph = { path = "../chrs-graph" }
chrs-council = { path = "../chrs-council" }
chrs-backbeat = { path = "../chrs-backbeat" }
chrs-exec = { path = "../chrs-exec" }
chrs-prompts = { path = "../chrs-prompts" }
tokio = { version = "1", features = ["full"] }
serde = { version = "1", features = ["derive"] }
serde_json = "1"