Files
oh-my-opencode/src/agents/athena/index.ts
T
2026-04-15 16:48:13 +09:00

11 lines
515 B
TypeScript

export { createAthenaAgent, ATHENA_PROMPT_METADATA } from "./agent"
export { createCouncilMemberAgent, COUNCIL_MEMBER_PROMPT, COUNCIL_SOLO_ADDENDUM, COUNCIL_DELEGATION_ADDENDUM } from "./council-member-agent"
export { COUNCIL_INTENT_ADDENDUMS } from "./council-intent-addendums"
export {
buildAthenaRuntimeGuidance,
getValidCouncilIntents,
resolveCouncilIntent,
} from "./council-runtime-guidance"
export type { CouncilIntent } from "./council-runtime-guidance"
export { COUNCIL_DEFAULTS } from "./constants"