Stars
Forks
Watchers
Developer links
SwarmClaw
Running a single AI agent is straightforward; running a team of specialized agents that delegate tasks, share memory, and coordinate through structured workflows requires an orchestration layer, and that is exactly what SwarmClaw provides. Define a hierarchy of agents in an org chart where a Coordinator (your CEO agent) delegates research tasks to a Researcher, coding tasks to a Developer, and design tasks to a Designer, each configured with its own LLM provider, tool permissions, and skill set. The Task Board presents a Kanban view of all work items across Backlog, Queued, Running, and Completed columns, with each task card showing its assigned agent, tags, due dates, and approval gates that pause execution until a human reviews and approves. Agents execute work using built-in tools for file operations, shell commands, browser automation, and persistent memory, plus any MCP server you connect via stdio, SSE, or streamable HTTP transport. Durable structured sessions support branching logic, repeat loops, parallel branches with explicit joins, and restart-safe run state that survives crashes without losing progress. Over 23 LLM providers ship built-in: Claude Code CLI, OpenAI, Anthropic, Google Gemini, DeepSeek, Groq, Mistral, xAI Grok, Fireworks, Ollama, and more. Connectors push messages to Discord, Slack, and Telegram, while cron schedules and webhooks trigger agent runs automatically. Running on a dedicated VPS on RepoCloud with guaranteed CPU, RAM, and SSD, full root SSH access, and a browser serial console. MIT licensed.
Benefits
- Multi-Agent Delegation Hierarchy
- Define coordinator and worker agents in an org chart where tasks flow downward through delegation, each agent running its own LLM provider, tool set, and skill configuration.
- Durable Crash-Safe Execution
- Structured sessions with branching, loops, parallel joins, and restart-safe state persistence survive crashes and server reboots without losing progress or context.
- 23+ LLM Providers Built In
- Switch between Claude, GPT, Gemini, DeepSeek, Groq, Mistral, xAI Grok, Fireworks, Ollama, and 15 more providers without reconfiguring agent logic or tool bindings.
- Human Approval Gates In Workflows
- Tasks can pause at approval checkpoints where a human reviews parameters and approves or rejects before the agent proceeds, keeping critical operations under human oversight.
Features
- Org Chart Agent View
- Visual hierarchy of coordinator and worker agents showing delegation relationships, active status indicators, assigned tools, and LLM provider labels.
- Task Board Kanban
- Create, assign, and track agent tasks across Backlog, Queued, Running, and Completed columns with tags, due dates, and approval gates.
- MCP Server Integration
- Connect any Model Context Protocol server via stdio, SSE, or streamable HTTP and inject its tools into specific agents alongside built-in file, shell, and browser tools.
- Persistent Agent Memory
- Agents store facts, preferences, and decisions in durable memory that survives across sessions and conversation boundaries.
- Schedules and Connectors
- Trigger agent runs via cron schedules or webhooks, and push messages to Discord, Slack, and Telegram through built-in platform connectors.