fix(call-omo-agent): restrict callable agents

This commit is contained in:
YeonGyu-Kim
2026-05-12 15:28:57 +09:00
parent 9ffef79dbb
commit cde14b5e37
8 changed files with 190 additions and 300 deletions
+1 -1
View File
@@ -63,7 +63,7 @@ flowchart TB
Plan -->|"Read"| Orchestrator
Orchestrator -->|"task(category=deep/quick/unspecified-*)"| Junior
Orchestrator -->|"call_omo_agent(subagent_type=oracle)"| Oracle
Orchestrator -->|"task(subagent_type=oracle)"| Oracle
Orchestrator -->|"call_omo_agent(subagent_type=explore)"| Explore
Orchestrator -->|"call_omo_agent(subagent_type=librarian)"| Librarian
Orchestrator -->|"task(category=visual-engineering, load_skills=[frontend-ui-ux])"| Frontend