vault backup: 2026-03-16 18:45:08
This commit is contained in:
31
07-Other/AI/AI Agent/OpenClaw/OpenClaw ACPX配置.md
Normal file
31
07-Other/AI/AI Agent/OpenClaw/OpenClaw ACPX配置.md
Normal file
@@ -0,0 +1,31 @@
|
||||
# 配置参数
|
||||
## ACPX核心配置
|
||||
```json
|
||||
{
|
||||
"acp": {
|
||||
"enabled": true,
|
||||
"dispatch": { "enabled": true },
|
||||
"backend": "acpx",
|
||||
"defaultAgent": "claude",
|
||||
"allowedAgents": ["claude", "codex", "pi", "opencode", "gemini"],
|
||||
"maxConcurrentSessions": 8
|
||||
}
|
||||
}
|
||||
```
|
||||
## 权限配置:
|
||||
```bash
|
||||
openclaw config set plugins.entries.acpx.config.permissionMode approve-all
|
||||
openclaw config set plugins.entries.acpx.config.nonInteractivePermissions fail
|
||||
|
||||
```
|
||||
|
||||
## 重启并验证
|
||||
```bash
|
||||
openclaw restart
|
||||
/acp doctor
|
||||
```
|
||||
|
||||
# 启动命令
|
||||
```bash
|
||||
/acp spawn claude --mode oneshot --thread auto --cwd /Users/yuyue07/Desktop/openclaw
|
||||
```
|
||||
Reference in New Issue
Block a user