openai/swarm
A lightweight multi-agent orchestration framework for coordinating AI agents through handoffs.

Velocity · 7d
+26
★ / day
Trend
→steady
star history
Swarm is an educational framework by OpenAI for orchestrating multi-agent systems. It provides two primitives: Agents with instructions and tools, and handoffs for transferring conversations between agents. Developers define agents that can choose to hand off control to other agents at runtime. While positioned as experimental, it demonstrates practical patterns for building scalable multi-agent solutions with fine-grained control.