docs: add candidate config patch for multi-agent rollout
This commit is contained in:
103
docs/plans/2026-04-07-openclaw-config-candidate-patch.json
Normal file
103
docs/plans/2026-04-07-openclaw-config-candidate-patch.json
Normal file
@@ -0,0 +1,103 @@
|
||||
{
|
||||
"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"
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user