$git clone https://github.com/swarmclawai/swarmclawSwarmClaw is an open-source, self-hosted AI agent runtime and multi-agent framework. Run autonomous AI agents, agent swarms, and orchestrators with heartbeats, schedules, delegation, agent memory, runtime skills, and reviewed conversation-to-skill learning — across OpenClaw gatew
| 1 | # SwarmClaw |
| 2 | |
| 3 | [](https://github.com/swarmclawai/swarmclaw/actions/workflows/ci.yml) |
| 4 | [](https://github.com/swarmclawai/swarmclaw/releases) |
| 5 | [](https://www.npmjs.com/package/@swarmclawai/swarmclaw) |
| 6 | |
| 7 | <p align="center"> |
| 8 | <img src="https://raw.githubusercontent.com/swarmclawai/swarmclaw/main/public/branding/swarmclaw-org-avatar.png" alt="SwarmClaw lobster logo" width="120" /> |
| 9 | </p> |
| 10 | |
| 11 | <p align="center"><strong>The self-hosted AI agent runtime and multi-agent framework for autonomous agents.</strong> Open-source agent swarms with durable agent memory, MCP tools, skills, delegation, schedules, and 23+ LLM providers — a practical Claude Code and LangChain alternative.</p> |
| 12 | |
| 13 | <p align="center"> |
| 14 | <img src="doc/assets/screenshots/org-chart.png" alt="SwarmClaw org chart with delegation and live agent activity" width="900" /> |
| 15 | </p> |
| 16 | |
| 17 | SwarmClaw is an open-source, self-hosted AI agent runtime and multi-agent framework. Run autonomous AI agents, agent swarms, and orchestrators with heartbeats, schedules, delegation, agent memory, runtime skills, and reviewed conversation-to-skill learning — across OpenClaw gateways, Claude, GPT, Gemini, OpenRouter, Ollama, and 23+ other providers. Use it as your AI agent dashboard, agent orchestration platform, and home base for self-hosted multi-agent AI workflows. |
| 18 | |
| 19 | GitHub: https://github.com/swarmclawai/swarmclaw |
| 20 | Docs: https://swarmclaw.ai/docs |
| 21 | Website: https://swarmclaw.ai |
| 22 | Discord: https://discord.gg/sbEavS8cPV |
| 23 | Extension tutorial: https://swarmclaw.ai/docs/extension-tutorial |
| 24 | |
| 25 | ## Screenshots |
| 26 | |
| 27 | <table> |
| 28 | <tr> |
| 29 | <td width="50%"><img src="doc/assets/screenshots/org-chart.png" alt="SwarmClaw org chart view showing CEO, Developer, and Researcher agents." /></td> |
| 30 | <td width="50%"><img src="doc/assets/screenshots/agent-chat.png" alt="SwarmClaw agent chat view showing a CEO conversation." /></td> |
| 31 | </tr> |
| 32 | <tr> |
| 33 | <td align="center"><sub>Org chart for visualizing agent teams, delegation, and live activity.</sub></td> |
| 34 | <td align="center"><sub>Agent chat with durable history, tools, and operator controls.</sub></td> |
| 35 | </tr> |
| 36 | </table> |
| 37 | |
| 38 | <div align="center"> |
| 39 | <table> |
| 40 | <tr> |
| 41 | <td align="center"><strong>Works<br>with</strong></td> |
| 42 | <td align="center"><img src="doc/assets/logos/openclaw.svg" width="32" alt="OpenClaw"><br><sub>OpenClaw</sub></td> |
| 43 | <td align="center"><img src="public/provider-logos/hermes-agent.png" width="32" alt="Hermes Agent"><br><sub>Hermes</sub></td> |
| 44 | <td align="center"><img src="doc/assets/logos/claude-code.svg" width="32" alt="Claude Code"><br><sub>Claude Code</sub></td> |
| 45 | <td align="center"><img src="doc/assets/logos/codex.svg" width="32" alt="Codex"><br><sub>Codex</sub></td> |
| 46 | <td align="center"><img src="doc/assets/logos/gemini-cli.svg" width="32" alt="Gemini CLI"><br><sub>Gemini CLI</sub></td> |
| 47 | <td align="center"><img src="doc/assets/logos/opencode.svg" width="32" alt="OpenCode"><br><sub>OpenCode</sub></td> |
| 48 | <td align="center"><img src="doc/assets/logos/copilot-cli.svg" width="32" alt="Copilot CLI"><br><sub>Copilot</sub></td> |
| 49 | <td align="center"><img src="public/provider-logos/droid-cli.svg" width="32" alt="Factory Droid CLI"><br><sub>Droid</sub></td> |
| 50 | <td align="center"><img src="doc/assets/logos/cursor-cli.svg" width="32" alt="Cursor Agent CLI"><br><sub>Cursor</sub></td> |
| 51 | <td align="center"><img src="doc/assets/logos/qwen-code-cli.svg" width="32" alt="Qwen Code CLI"><br><sub>Qwen Code</sub></td> |
| 52 | <td align="center"><img src="doc/assets/logos/goose.svg" width="32" alt="Goose"><br><sub>Goose</sub></td> |
| 53 | <td align="center"><img src="doc/assets/logos/anthropic.svg" width="32" alt="Anthropic"><br><sub>Anthropic</sub></td> |
| 54 | <td align="center"><img src="doc/assets/logos/openai.svg" width="32" alt="OpenAI"><br><sub>OpenAI</sub></td> |
| 55 | <td align="center"><img src="public/provide |