36 lines
972 B
JSON
36 lines
972 B
JSON
{
|
|
"$schema": "https://raw.githubusercontent.com/code-yeongyu/oh-my-opencode/master/assets/oh-my-opencode.schema.json",
|
|
"agents": {
|
|
"sisyphus": {
|
|
// Primary orchestrator
|
|
// "model": "anthropic-gateway/claude-opus-4-5-thinking"
|
|
"model": "anthropic-gateway/claude-sonnet-4-5"
|
|
},
|
|
"prometheus": {
|
|
// Strategic planning
|
|
// "model": "anthropic-gateway/claude-opus-4-5-thinking"
|
|
"model": "anthropic-gateway/claude-sonnet-4-5"
|
|
},
|
|
"atlas": {
|
|
// Master orchestrator
|
|
"model": "anthropic-gateway/claude-sonnet-4-5"
|
|
},
|
|
"oracle": {
|
|
// Consultation, debugging
|
|
"model": "openai-gateway/gpt-5.2"
|
|
},
|
|
"librarian": {
|
|
// Docs, GitHub search
|
|
"model": "opencode/big-pickle"
|
|
},
|
|
"explore": {
|
|
// Fast codebase grep
|
|
"model": "opencode/gpt-5-nano"
|
|
},
|
|
"multimodal-looker": {
|
|
// PDF/image analysis
|
|
"model": "google-gateway/gemini-3-flash"
|
|
}
|
|
}
|
|
}
|