Overview
OpenAI’s experimental lightweight multi-agent orchestration framework demonstrating handoff patterns between agents.
Details
Swarm is OpenAI’s experimental lightweight multi-agent orchestration framework demonstrating handoff patterns between agents. Swarm provides minimal abstractions for multi-agent systems with focus on educational clarity. The patterns from Swarm have been productized as OpenAI’s Agents SDK. Swarm has been largely superseded by the OpenAI Agents SDK as the production-ready successor.
Tags
agent-framework, open-source, multi-agent, openai, educational