OpenAI Swarm
Framework exploring ergonomic, lightweight multi-agent orchestration
Swarm is an experimental educational framework developed by OpenAI that focuses on lightweight, ergonomic multi-agent orchestration. It is designed for developers interested in learning about the coordination and execution of multiple agents in a controlled, scalable environment. The framework emphasizes simplicity and testability, allowing users to explore agent-to-agent communication through basic constructs like Agent and handoffs. Swarm is well-suited for applications that require...