feat(04-01): add Athena primary agent factory and exports

- implement createAthenaAgent with primary-mode model behavior and prompt metadata

- export Athena factory and metadata through athena and root agent barrels
This commit is contained in:
ismeth
2026-02-12 14:12:26 +01:00
committed by YeonGyu-Kim
parent 9321914ff3
commit f59dbf6649
3 changed files with 72 additions and 0 deletions
+1
View File
@@ -1,4 +1,5 @@
export * from "./types"
export * from "./agent"
export * from "./model-parser"
export * from "./council-prompt"
export * from "./council-orchestrator"