OpenAI Agents SDK
OpenAI's production-ready successor to Swarm — agents, hand-offs, and guardrails
Verdict
The production evolution of Swarm. Same lightweight hand-off pattern, but with built-in tracing, guardrails, and sessions that make it viable beyond prototypes. Works with the Responses API and, via LiteLLM-style adapters, other model providers. Good default for teams starting fresh on OpenAI-centric multi-agent work.
Other AI Agents & Platforms
- Agno (formerly Phidata)Stable
Python framework for building AI agents with memory and tools — rebranded and rebuilt from Phidata
- Amazon Bedrock AgentsStable
AWS's managed agent service with knowledge bases and actions
- AutoGenStable
Microsoft's multi-agent conversation framework
- Claude MCP / Tool UseProduction
Anthropic's Model Context Protocol for universal tool integration
- CrewAIStable
Role-based multi-agent framework with simple, intuitive API
- LangGraphStable
Stateful agent workflows as controllable graphs from LangChain

