Files
obsidian/openclaw/openclaw-multi-agent.md
kappa a1592f7898 openclaw: 매뉴얼을 섹션별 파일로 분리 (14개)
단일 파일에서 디렉토리 구조로 변경하여 컨텍스트 관리 용이하게 함.
openclaw-manual.md는 위키링크 인덱스로 변환.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-03-18 17:03:22 +09:00

704 B

title, updated
title updated
OpenClaw 멀티 에이전트 2026-03-18

각 에이전트는 독립된 워크스페이스, 세션, 인증 프로필 보유.

설정

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, 에이전트별 샌드박스/도구 제한 가능