fix(call-omo-agent): restrict callable agents

This commit is contained in:
YeonGyu-Kim
2026-05-12 15:28:57 +09:00
parent 9ffef79dbb
commit cde14b5e37
8 changed files with 190 additions and 300 deletions
+1 -1
View File
@@ -122,7 +122,7 @@ export function createCallOmoAgent(
subagent_type: tool.schema
.string()
.describe(
"The agent to invoke. Supports built-in agents and any custom agents registered at runtime.",
"The agent to invoke. Only explore and librarian are allowed.",
),
run_in_background: tool.schema
.boolean()