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,5 +1,6 @@
export * from "./types"
export { createBuiltinAgents } from "./builtin-agents"
export type { AvailableAgent, AvailableCategory, AvailableSkill } from "./dynamic-agent-prompt-builder"
export { createAthenaAgent, ATHENA_PROMPT_METADATA } from "./athena/agent"
export type { PrometheusPromptSource } from "./prometheus"
export { createSisyphusJuniorAgentWithOverrides, SISYPHUS_JUNIOR_DEFAULTS } from "./sisyphus-junior"