fix: expand ALLOWED_AGENTS to include all subagent-capable agents
This commit is contained in:
parent
8e92704316
commit
2bb82c250c
@ -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).
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user