Files
oh-my-opencode/src/agents/athena/index.ts
T
ismeth 53508654ac feat(05-01): add Atlas and Prometheus delegation prompt builders
- Build pure prompt constructors with confirmed finding context and agreement levels

- Add BDD tests for fix/planning intent, question context, and single-finding edge cases
2026-04-15 15:41:41 +09:00

13 lines
418 B
TypeScript

export * from "./types"
export * from "./agent"
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 "./findings-presenter"
export * from "./delegation-prompts"
export * from "../../config/schema/athena"