Tools: Show Hn: Agent Swarm – Multi-agent Self-learning Teams (oss)
Agent Swarm framework for AI coding agents and more!
Built by desplega.sh — build by builders for builders!
Multi-agent orchestration for Claude Code, Codex, Gemini CLI, and other AI coding assistants.
Agent Swarm lets you run a team of AI coding agents that coordinate autonomously. A lead agent receives tasks (from you, Slack, or GitHub), breaks them down, and delegates to worker agents running in Docker containers. Workers execute tasks, report progress, and ship code — all without manual intervention.
The fastest way to get a full swarm running — API server, lead agent, and 2 workers.
The API runs on port 3013. The dashboard is available separately (see Dashboard).
Run the API locally and connect Docker workers to it.
Use Claude Code directly as the lead agent — no Docker required for the lead.
This configures Claude Code to connect to the swarm. Start Claude Code and tell it:
Agent Swarm agents aren't stateless. They build compounding knowledge through multiple automatic mechanisms:
Source: HackerNews