5cbf08eabc
Both modes now inject explicit instructions: solo warns against subagent usage, delegation provides concrete call_omo_agent examples. Delegation is now the recommended default to reduce context window pressure on council members. Ultraworked with [Sisyphus](https://github.com/code-yeongyu/oh-my-opencode) Co-authored-by: Sisyphus <clio-agent@sisyphuslabs.ai>
4 lines
276 B
TypeScript
4 lines
276 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 { applyModelThinkingConfig } from "./model-thinking-config"
|