fix: expand ALLOWED_AGENTS to include all subagent-capable agents
This commit is contained in:
@@ -1,4 +1,12 @@
|
||||
export const ALLOWED_AGENTS = ["explore", "librarian"] as const
|
||||
export const ALLOWED_AGENTS = [
|
||||
"explore",
|
||||
"librarian",
|
||||
"oracle",
|
||||
"hephaestus",
|
||||
"metis",
|
||||
"momus",
|
||||
"multimodal-looker",
|
||||
] as const
|
||||
|
||||
export const CALL_OMO_AGENT_DESCRIPTION = `Spawn explore/librarian agent. run_in_background REQUIRED (true=async with task_id, false=sync).
|
||||
|
||||
|
||||
Reference in New Issue
Block a user