vault backup: 2026-03-16 18:10:20
This commit is contained in:
26
07-Other/AI/AI Agent/OpenClaw/OpenClaw APCX配置.md
Normal file
26
07-Other/AI/AI Agent/OpenClaw/OpenClaw APCX配置.md
Normal file
@@ -0,0 +1,26 @@
|
||||
# acp核心配置
|
||||
```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
|
||||
|
||||
|
||||
```
|
||||
Reference in New Issue
Block a user