docs: prepare apply-ready multi-agent config patch
This commit is contained in:
236
docs/plans/2026-04-08-openclaw-config-apply-ready-patch.json
Normal file
236
docs/plans/2026-04-08-openclaw-config-apply-ready-patch.json
Normal file
@@ -0,0 +1,236 @@
|
||||
{
|
||||
"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"
|
||||
]
|
||||
},
|
||||
"identity": {
|
||||
"name": "Eve",
|
||||
"theme": "gentle coordinator and overseer",
|
||||
"emoji": "🤖"
|
||||
},
|
||||
"skills": [
|
||||
"using-superpowers",
|
||||
"executing-plans",
|
||||
"requesting-code-review",
|
||||
"verification-before-completion",
|
||||
"writing-plans",
|
||||
"using-git-worktrees",
|
||||
"subagent-driven-development"
|
||||
],
|
||||
"subagents": {
|
||||
"allowAgents": [
|
||||
"prompt-optimizer",
|
||||
"reviewer",
|
||||
"research",
|
||||
"engineering",
|
||||
"ops"
|
||||
]
|
||||
}
|
||||
},
|
||||
{
|
||||
"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"
|
||||
]
|
||||
},
|
||||
"identity": {
|
||||
"name": "Prompt Optimizer",
|
||||
"theme": "task clarification and execution drafting",
|
||||
"emoji": "🧭"
|
||||
},
|
||||
"skills": [
|
||||
"using-superpowers"
|
||||
],
|
||||
"tools": {
|
||||
"deny": [
|
||||
"message",
|
||||
"gateway",
|
||||
"cron",
|
||||
"nodes",
|
||||
"sessions_spawn"
|
||||
]
|
||||
},
|
||||
"subagents": {
|
||||
"allowAgents": []
|
||||
}
|
||||
},
|
||||
{
|
||||
"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"
|
||||
]
|
||||
},
|
||||
"identity": {
|
||||
"name": "Reviewer",
|
||||
"theme": "strict verification and evidence review",
|
||||
"emoji": "🛡️"
|
||||
},
|
||||
"skills": [
|
||||
"using-superpowers",
|
||||
"verification-before-completion",
|
||||
"requesting-code-review"
|
||||
],
|
||||
"tools": {
|
||||
"deny": [
|
||||
"message",
|
||||
"gateway",
|
||||
"cron",
|
||||
"nodes",
|
||||
"sessions_spawn"
|
||||
]
|
||||
},
|
||||
"subagents": {
|
||||
"allowAgents": []
|
||||
}
|
||||
},
|
||||
{
|
||||
"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"
|
||||
]
|
||||
},
|
||||
"identity": {
|
||||
"name": "Research",
|
||||
"theme": "source-based investigation and comparison",
|
||||
"emoji": "🔎"
|
||||
},
|
||||
"skills": [
|
||||
"using-superpowers",
|
||||
"tavily-search",
|
||||
"serpapi",
|
||||
"github"
|
||||
],
|
||||
"tools": {
|
||||
"deny": [
|
||||
"message",
|
||||
"gateway",
|
||||
"cron",
|
||||
"nodes",
|
||||
"sessions_spawn"
|
||||
]
|
||||
},
|
||||
"subagents": {
|
||||
"allowAgents": []
|
||||
}
|
||||
},
|
||||
{
|
||||
"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"
|
||||
]
|
||||
},
|
||||
"identity": {
|
||||
"name": "Engineering",
|
||||
"theme": "implementation debugging and validation",
|
||||
"emoji": "🧰"
|
||||
},
|
||||
"skills": [
|
||||
"using-superpowers",
|
||||
"test-patterns",
|
||||
"requesting-code-review",
|
||||
"verification-before-completion"
|
||||
],
|
||||
"tools": {
|
||||
"deny": [
|
||||
"message",
|
||||
"gateway",
|
||||
"cron",
|
||||
"nodes",
|
||||
"sessions_spawn"
|
||||
]
|
||||
},
|
||||
"subagents": {
|
||||
"allowAgents": []
|
||||
}
|
||||
},
|
||||
{
|
||||
"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"
|
||||
]
|
||||
},
|
||||
"identity": {
|
||||
"name": "Ops",
|
||||
"theme": "operations diagnostics and safe change planning",
|
||||
"emoji": "⚙️"
|
||||
},
|
||||
"skills": [
|
||||
"using-superpowers",
|
||||
"healthcheck",
|
||||
"github"
|
||||
],
|
||||
"tools": {
|
||||
"deny": [
|
||||
"message",
|
||||
"gateway",
|
||||
"cron",
|
||||
"nodes",
|
||||
"sessions_spawn"
|
||||
]
|
||||
},
|
||||
"subagents": {
|
||||
"allowAgents": []
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
"tools": {
|
||||
"sessions": {
|
||||
"visibility": "all"
|
||||
},
|
||||
"agentToAgent": {
|
||||
"enabled": true,
|
||||
"allow": [
|
||||
"coder",
|
||||
"prompt-optimizer",
|
||||
"reviewer",
|
||||
"research",
|
||||
"engineering",
|
||||
"ops"
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user