fix: deny switch_agent and background_wait for council-member agent

This commit is contained in:
ismeth 2026-02-20 23:23:58 +01:00 committed by YeonGyu-Kim
parent 312eedfd8d
commit 5da9337c7e
2 changed files with 3 additions and 2 deletions

View File

@ -35,7 +35,7 @@ Agent factories following `createXXXAgent(model) → AgentConfig` pattern. Each
| Atlas | task, call_omo_agent | | Atlas | task, call_omo_agent |
| Momus | write, edit, task | | Momus | write, edit, task |
| Athena | write, edit, call_omo_agent | | Athena | write, edit, call_omo_agent |
| Council-Member | write, edit, task, call_omo_agent | | Council-Member | write, edit, task, call_omo_agent, switch_agent, background_wait |
## STRUCTURE ## STRUCTURE

View File

@ -30,7 +30,8 @@ export function createCouncilMemberAgent(model: string): AgentConfig {
"edit", "edit",
"task", "task",
"call_omo_agent", "call_omo_agent",
"switch_agent",
"background_wait",
]) ])
const base = { const base = {