GitHub 项目简介: Educational framework exploring ergonomic, lightweight multi-agent orchestration. Managed by OpenAI Solution team.
README: Swarm is now replaced by the [OpenAI Agents SDK](https://github.com/openai/openai-agents-python), which is a production-ready evolution of Swarm.
README: Swarm focuses on making agent **coordination** and **execution** lightweight, highly controllable, and easily testable.
README: Swarm is an educational resource for developers curious to learn about multi-agent orchestration. Swarm runs (almost) entirely on the client and, much like the Chat Completions AP…
README: It accomplishes this through two primitive abstractions: `Agent`s and **handoffs**. An `Agent` encompasses `instructions` and `tools`, and can at any point choose to hand off a co…