dotfiles/opencode/.config/opencode/oh-my-openagent.jsonc

28 lines
843 B
JSON

{
"$schema": "https://raw.githubusercontent.com/code-yeongyu/oh-my-openagent/dev/assets/oh-my-opencode.schema.json",
"agents": {
// Sisyphus and Hephaestus manage your deep pipeline logic via the Pro reasoning engine
"sisyphus": {
"model": "opencode-go/deepseek-v4-pro"
},
"hephaestus": {
"model": "opencode-go/deepseek-v4-pro"
},
// Prometheus handles state machine planning via long-context Kimi
"prometheus": {
"model": "opencode-go/kimi-k2.6"
},
// Atlas coordinates execution steps
"atlas": {
"model": "opencode-go/qwen3.7-max"
},
// Explore and Librarian handle file-scraping using the high-volume Flash engine
"explore": {
"model": "opencode-go/deepseek-v4-flash"
},
"librarian": {
"model": "opencode-go/deepseek-v4-flash"
}
}
}