agent config

This commit is contained in:
2026-01-22 21:43:29 +00:00
parent 0510746aa7
commit 9e02df4127

View File

@@ -2,10 +2,37 @@
"$schema": "https://raw.githubusercontent.com/code-yeongyu/oh-my-opencode/master/assets/oh-my-opencode.schema.json",
"agents": {
"Sisyphus": {
"model": "anthropic/claude-sonnet-4-20250514"
"model": "anthropic/claude-opus-4-5"
},
"explore": {
"model": "anthropic/claude-haiku-4-20250514"
"model": "opencode/grok-code"
},
"librarian": {
"model": "zai-coding-plan/glm-4.7"
},
"multimodal-looker": {
"model": "google/antigravity-gemini-3-pro-high"
},
"oracle": {
"model": "openai/gpt-5.2-codex",
"variant": "xhigh"
}
},
"background_task": {
"defaultConcurrency": 6,
"modelConcurrency": {
"anthropic/claude-opus-4-5": 2,
"google/antigravity-gemini-3-pro-high": 2,
"openai/gpt-5.2-codex": 3,
"opencode/grok-code": 3,
"zai-coding-plan/glm-4.7": 2
},
"providerConcurrency": {
"anthropic": 2,
"google": 2,
"openai": 3,
"opencode": 3,
"zai-coding-plan": 2
}
}
}
}