---
name: agent-swarm
description: Multi-agent coding system. Spawn and manage autonomous coding agents with OpenClaw.
metadata:
  openclaw:
    emoji: "🤖"
---

# Agent Swarm

Multi-agent coding system based on Elvis's Agent Swarm architecture and Cursor's Self-Driving Codebases research.

## Quick Start

```
"Spawn an agent to add dark mode"
"Check on running agents"
```

## Features

- Spawn multiple coding agents
- Monitor agent progress
- Automatic PR creation
- Handoff notes for continuity

## Installation

```bash
npm install -g @openai/codex
npm install -g @anthropic-ai/claude-code
```

## Configuration

Set up API keys in `~/.openclaw/workspace/.clawdbot/.agent-env`

## References

- [Elvis: Agent Swarm](https://x.com/elvissun/status/2025920521871716562)
- [Cursor: Self-Driving Codebases](https://cursor.com/blog/self-driving-codebases)
