OpenAI releases new code on GitHub all the time. Its Swarm is an educational framework for multi-agent orchestration. It is designed to make agent coordination and execution highly controllable and lightweight. The idea is for agents to perform specific tasks and then hand off execution to other agents. Swarm is powered by the Chat Completions API.
Swarm enables multiple agents, each with unique instructions, to coordinate seamlessly, handing off tasks to one another based on context and capability. Developers can use this to test coordination strategies. Swarm opens the way for a more modular AI. There are plenty of examples already on GitHub.
[HT]