2025-12-11 15:02:31 +09:00
|
|
|
export const ALLOWED_AGENTS = ["explore", "librarian"] as const
|
|
|
|
|
|
2025-12-17 00:38:38 +09:00
|
|
|
export const CALL_OMO_AGENT_DESCRIPTION = `Spawn explore/librarian agent. run_in_background REQUIRED (true=async with task_id, false=sync).
|
2025-12-11 15:02:31 +09:00
|
|
|
|
2025-12-17 00:38:38 +09:00
|
|
|
Available: {agents}
|
2025-12-11 15:02:31 +09:00
|
|
|
|
2026-01-25 13:28:44 +09:00
|
|
|
Pass \`session_id=<id>\` to continue previous agent with full context. Prompts MUST be in English. Use \`background_output\` for async results.`
|