feat(03-01): implement synthesis contracts and formatter pipeline

- Add synthesis result contracts with agreement, provenance, and Athena assessment fields\n- Add synthesis prompt builder and council-response formatter with failure-aware provenance output
This commit is contained in:
ismeth
2026-02-12 13:53:47 +01:00
committed by YeonGyu-Kim
parent 15aa3f9df1
commit 9321914ff3
4 changed files with 126 additions and 0 deletions
+3
View File
@@ -3,4 +3,7 @@ export * from "./model-parser"
export * from "./council-prompt"
export * from "./council-orchestrator"
export * from "./council-result-collector"
export * from "./synthesis-types"
export * from "./synthesis-prompt"
export * from "./synthesis-formatter"
export * from "../../config/schema/athena"