Merge pull request #1604 from code-yeongyu/fix/957-allowed-agents-dynamic

fix: expand ALLOWED_AGENTS to include all subagent-capable agents (#957)
This commit is contained in:
YeonGyu-Kim 2026-02-07 19:01:43 +09:00 committed by GitHub
commit 83519cae11
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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).