104 lines
2.5 KiB
JSON
104 lines
2.5 KiB
JSON
{
|
|
"agents": {
|
|
"defaults": {
|
|
"workspace": null
|
|
},
|
|
"list": [
|
|
{
|
|
"id": "coder",
|
|
"name": "Eve",
|
|
"workspace": "/home/alice/.openclaw/workspace",
|
|
"model": {
|
|
"primary": "cowbay/gpt-5.4",
|
|
"fallbacks": [
|
|
"ollama/minimax-m2.5:cloud",
|
|
"cowbay/minimax/minimax-m2.5:free",
|
|
"cowbay/kilo-auto/free"
|
|
]
|
|
}
|
|
},
|
|
{
|
|
"id": "prompt-optimizer",
|
|
"name": "Prompt Optimizer",
|
|
"workspace": "/home/alice/.openclaw/workspace-prompt-optimizer",
|
|
"model": {
|
|
"primary": "cowbay/gpt-5.4",
|
|
"fallbacks": [
|
|
"ollama/minimax-m2.5:cloud",
|
|
"cowbay/minimax/minimax-m2.5:free",
|
|
"cowbay/kilo-auto/free"
|
|
]
|
|
}
|
|
},
|
|
{
|
|
"id": "reviewer",
|
|
"name": "Reviewer",
|
|
"workspace": "/home/alice/.openclaw/workspace-reviewer",
|
|
"model": {
|
|
"primary": "cowbay/gpt-5.4",
|
|
"fallbacks": [
|
|
"ollama/minimax-m2.5:cloud",
|
|
"cowbay/minimax/minimax-m2.5:free",
|
|
"cowbay/kilo-auto/free"
|
|
]
|
|
}
|
|
},
|
|
{
|
|
"id": "research",
|
|
"name": "Research",
|
|
"workspace": "/home/alice/.openclaw/workspace-research",
|
|
"model": {
|
|
"primary": "cowbay/gpt-5.4",
|
|
"fallbacks": [
|
|
"ollama/minimax-m2.5:cloud",
|
|
"cowbay/minimax/minimax-m2.5:free",
|
|
"cowbay/kilo-auto/free"
|
|
]
|
|
}
|
|
},
|
|
{
|
|
"id": "engineering",
|
|
"name": "Engineering",
|
|
"workspace": "/home/alice/.openclaw/workspace-engineering",
|
|
"model": {
|
|
"primary": "cowbay/gpt-5.4",
|
|
"fallbacks": [
|
|
"ollama/minimax-m2.5:cloud",
|
|
"cowbay/minimax/minimax-m2.5:free",
|
|
"cowbay/kilo-auto/free"
|
|
]
|
|
}
|
|
},
|
|
{
|
|
"id": "ops",
|
|
"name": "Ops",
|
|
"workspace": "/home/alice/.openclaw/workspace-ops",
|
|
"model": {
|
|
"primary": "cowbay/gpt-5.4",
|
|
"fallbacks": [
|
|
"ollama/minimax-m2.5:cloud",
|
|
"cowbay/minimax/minimax-m2.5:free",
|
|
"cowbay/kilo-auto/free"
|
|
]
|
|
}
|
|
}
|
|
]
|
|
},
|
|
"tools": {
|
|
"sessions": {
|
|
"visibility": "all"
|
|
},
|
|
"agentToAgent": {
|
|
"enabled": true,
|
|
"allow": [
|
|
"coder",
|
|
"prompt-optimizer",
|
|
"reviewer",
|
|
"research",
|
|
"engineering",
|
|
"ops"
|
|
]
|
|
}
|
|
}
|
|
}
|