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

7
chrs-prompts/Cargo.toml Normal file
View File

@@ -0,0 +1,7 @@
[package]
name = "chrs-prompts"
version = "0.1.0"
edition = "2021"
[dependencies]
chrs-council = { path = "../chrs-council" }