M4: agent registry and bundled markdown agents

Adds harness-core::agent, an agent registry loading bundled markdown agent definitions (designer, explorer, fixer, librarian, oracle, orchestrator) with override support.
This commit is contained in:
2026-07-10 16:20:11 +02:00
parent 8ed17bf091
commit f3b7666d3b
10 changed files with 594 additions and 0 deletions
+1
View File
@@ -11,6 +11,7 @@ futures = { workspace = true }
async-trait = { workspace = true }
serde = { workspace = true }
serde_json = { workspace = true }
serde_yaml_ng = { workspace = true }
schemars = { workspace = true }
rusqlite = { workspace = true }
globset = { workspace = true }