Files
oh-my-opencode/src/tools/call-omo-agent/constants.ts
T

8 lines
301 B
TypeScript
Raw Normal View History

export const ALLOWED_AGENTS = ["explore", "librarian"] as const
export const CALL_OMO_AGENT_DESCRIPTION = `Spawn explore/librarian agent. run_in_background REQUIRED (true=async with task_id, false=sync).
Available: {agents}
Prompts MUST be in English. Use \`background_output\` for async results.`