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 5972e428e8
commit 9edb75c02f
2 changed files with 3 additions and 2 deletions
+1 -1
View File
@@ -35,7 +35,7 @@ Agent factories following `createXXXAgent(model) → AgentConfig` pattern. Each
| Atlas | task, call_omo_agent |
| Momus | write, edit, task |
| 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
+2 -1
View File
@@ -30,7 +30,8 @@ export function createCouncilMemberAgent(model: string): AgentConfig {
"edit",
"task",
"call_omo_agent",
"switch_agent",
"background_wait",
])
const base = {