49f94a6c89
Ultraworked with [Sisyphus](https://github.com/code-yeongyu/oh-my-openagent) Co-authored-by: Sisyphus <clio-agent@sisyphuslabs.ai>
73 lines
1.5 KiB
JSON
73 lines
1.5 KiB
JSON
{
|
|
"$schema": "https://raw.githubusercontent.com/code-yeongyu/oh-my-openagent/dev/assets/oh-my-opencode.schema.json",
|
|
"agents": {
|
|
"sisyphus": {
|
|
"model": "openai/gpt-5.4",
|
|
"variant": "xhigh"
|
|
},
|
|
"hephaestus": {
|
|
"model": "openai/gpt-5.4",
|
|
"variant": "medium"
|
|
},
|
|
"oracle": {
|
|
"model": "openai/gpt-5.4",
|
|
"variant": "high"
|
|
},
|
|
"explore": {
|
|
"model": "openai/gpt-5.4"
|
|
},
|
|
"multimodal-looker": {
|
|
"model": "openai/gpt-5.4",
|
|
"variant": "medium"
|
|
},
|
|
"prometheus": {
|
|
"model": "openai/gpt-5.4",
|
|
"variant": "xhigh"
|
|
},
|
|
"metis": {
|
|
"model": "openai/gpt-5.4",
|
|
"variant": "xhigh"
|
|
},
|
|
"momus": {
|
|
"model": "openai/gpt-5.4",
|
|
"variant": "xhigh"
|
|
},
|
|
"atlas": {
|
|
"model": "openai/gpt-5.4"
|
|
},
|
|
"sisyphus-junior": {
|
|
"model": "openai/gpt-5.4"
|
|
}
|
|
},
|
|
"categories": {
|
|
"visual-engineering": {
|
|
"model": "openai/gpt-5.4",
|
|
"variant": "high"
|
|
},
|
|
"ultrabrain": {
|
|
"model": "openai/gpt-5.4",
|
|
"variant": "xhigh"
|
|
},
|
|
"deep": {
|
|
"model": "openai/gpt-5.4",
|
|
"variant": "medium"
|
|
},
|
|
"artistry": {
|
|
"model": "openai/gpt-5.4",
|
|
"variant": "high"
|
|
},
|
|
"quick": {
|
|
"model": "openai/gpt-5.4"
|
|
},
|
|
"unspecified-low": {
|
|
"model": "openai/gpt-5.4"
|
|
},
|
|
"unspecified-high": {
|
|
"model": "openai/gpt-5.4"
|
|
},
|
|
"writing": {
|
|
"model": "openai/gpt-5.4"
|
|
}
|
|
}
|
|
}
|