feat(agent): add comprehensive prompt audit system

This commit is contained in:
hdbg
2026-02-27 13:23:21 +01:00
parent 3738272f80
commit 3a210809cf
21 changed files with 1800 additions and 107 deletions

View File

@@ -5,8 +5,10 @@ members = [
]
[workspace.dependencies]
async-trait = "0.1.89"
clap = { version = "4.5.60", features = ["derive", "env"] }
codetaker-db = { path = "crates/codetaker-db" }
dialoguer = "0.12.0"
git2 = { version = "0.20.4", features = ["vendored-libgit2"] }
rig-core = "0.31.0"
schemars = "1.2.1"