File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ AI agent definitions for multi-model orchestration. 7 specialized agents: Sisyph
99```
1010agents/
1111├── sisyphus.ts # Primary orchestrator (Claude Opus 4.5)
12- ├── oracle.ts # Strategic advisor (Claude Opus 4.5 )
12+ ├── oracle.ts # Strategic advisor (GPT-5.2 )
1313├── librarian.ts # Multi-repo research (Claude Sonnet 4.5)
1414├── explore.ts # Fast codebase grep (Grok Code)
1515├── frontend-ui-ux-engineer.ts # UI generation (Gemini 3 Pro)
@@ -27,7 +27,7 @@ agents/
2727| Agent | Default Model | Fallback | Purpose |
2828| -------| ---------------| ----------| ---------|
2929| Sisyphus | anthropic/claude-opus-4-5 | - | Primary orchestrator with extended thinking |
30- | oracle | anthropic/claude-opus-4-5 | - | Read-only consultation. High-IQ debugging, architecture |
30+ | oracle | openai/gpt-5.2 | - | Read-only consultation. High-IQ debugging, architecture |
3131| librarian | anthropic/claude-sonnet-4-5 | google/gemini-3-flash | Docs, OSS research, GitHub examples |
3232| explore | opencode/grok-code | google/gemini-3-flash, anthropic/claude-haiku-4-5 | Fast contextual grep |
3333| frontend-ui-ux-engineer | google/gemini-3-pro-preview | - | UI/UX code generation |
You can’t perform that action at this time.
0 commit comments