openclaw: 매뉴얼을 섹션별 파일로 분리 (14개)

단일 파일에서 디렉토리 구조로 변경하여 컨텍스트 관리 용이하게 함.
openclaw-manual.md는 위키링크 인덱스로 변환.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
kappa
2026-03-18 17:03:22 +09:00
parent 71a1e08a47
commit a1592f7898
15 changed files with 348 additions and 240 deletions

View File

@@ -0,0 +1,29 @@
---
title: OpenClaw 멀티 에이전트
updated: 2026-03-18
---
각 에이전트는 독립된 워크스페이스, 세션, 인증 프로필 보유.
## 설정
```json5
agents: {
list: [
{ id: "home", workspace: "~/.openclaw/workspace-home" },
{ id: "work", workspace: "~/.openclaw/workspace-work" }
]
},
bindings: [
{ agentId: "home", match: { channel: "whatsapp", accountId: "personal" } },
{ agentId: "work", match: { channel: "discord", guildId: "123" } }
]
```
## 라우팅 우선순위
peer > parentPeer > guildId+roles > guildId > teamId > accountId > channel > 기본
## 에이전트 관리
`openclaw agents add|list|remove`, 에이전트별 샌드박스/도구 제한 가능