Overview of ClawTeam-OpenClaw
mainClawTeam-OpenClaw is a multi-agent swarm orchestration layer designed for CLI coding agents. It allows AI agents to autonomously form teams, divide tasks, communicate, and converge on results without heavy manual orchestration code.
Key features include:
- Agent-driven orchestration: The agents themselves use the
clawteamCLI to manage the team, rather than a human writing orchestration logic. - Isolation via Git worktrees: Each worker agent operates in its own Git worktree and tmux window, ensuring environment separation.
- Broad Agent Support: Works with OpenClaw (default), Claude Code, Codex, nanobot, Cursor, and any custom CLI agent via subprocess.
- Lightweight Infrastructure: Uses the local file system and tmux instead of complex message queues or databases.