#Swarm - AI Assistant
1 messages · Page 1 of 1 (latest)
Hi @finite ledge. I'm kapa.ai, your friendly support bot. I will try to answer your question by searching through the knowledge base. :wave:
The concept of creating a "swarm" of AI assistants is explored in OpenAI's educational repository called Swarm (https://github.com/openai/swarm). This repository is meant as a proof of concept to demonstrate how multiple agents can be orchestrated using routines and handoffs. However, it is important to note that Swarm is intended for educational purposes and should not be used directly in production environments. You are encouraged to take the ideas and code from Swarm to build your own implementations.
For more information, you can refer to the relevant sections in the knowledge sources:
- Orchestrating Agents: Routines and Handoffs (https://cookbook.openai.com/examples/orchestrating_agents)
- Swarm (https://cookbook.openai.com/examples/orchestrating_agents#swarm)