OpenAI Swarm
Lightweight experimental framework for agent hand-offs — superseded by the Agents SDK
Verdict
The educational precursor to the OpenAI Agents SDK, which now covers everything Swarm did plus tracing and guardrails. Still fine for reading through minimal, readable hand-off code, but new projects should start on the Agents SDK instead.
Other AI Agents & Platforms
- OpenAI Responses APIProduction
OpenAI's current API for building agents — merges Chat Completions simplicity with Assistants-era tool use
- OpenAI Assistants APISuperseded
Managed agent platform with tools, files, and persistent threads — deprecated in favour of the Responses API
- Claude MCP / Tool UseProduction
Anthropic's Model Context Protocol for universal tool integration
- Microsoft Copilot StudioProduction
Enterprise agent builder with Microsoft 365 and Azure integration
- AutoGenStable
Microsoft's multi-agent conversation framework
- CrewAIStable
Role-based multi-agent framework with simple, intuitive API

