Nice little experimental multi-agent framework by OpenAI.
You can build, orchestrate, and deploy multi-agent systems with this lightweight framework.
Agents can be built with specific instructions and access to tools, and communicate with other Agents to delegate tasks.
It also has function-calling capabilities and includes evaluation examples.
github.com/openai/swarm…