feat(02-02): add council orchestrator and result collector

- Implement executeCouncil with parallel member launch and partial-failure tolerance

- Add result collection mapping and wire Athena exports with read-only athena tool restrictions
This commit is contained in:
ismeth
2026-02-12 12:38:54 +01:00
committed by YeonGyu-Kim
parent 8ae738d897
commit afe90db7b7
4 changed files with 168 additions and 0 deletions
+2
View File
@@ -1,4 +1,6 @@
export * from "./types"
export * from "./model-parser"
export * from "./council-prompt"
export * from "./council-orchestrator"
export * from "./council-result-collector"
export * from "../../config/schema/athena"