Find answers to common questions about Agency Swarm.
How do I set my OpenAI API key in my project?
.env
file:What's the difference between using .cursorrules (with Cursor IDE) and 'agency-swarm genesis'?
agency-swarm genesis
and follow the prompts.
.cursorrules
file in Cursor IDE to create agents. This is the best option for both beginners and experienced developers since it gives you more control over the agent creation process.
Can I use open source models with Agency Swarm?
How do I save and continue conversations?
How do I manage multiple users with Agency Swarm?
How can I transfer data between tools and agents?
Why is the CodeInterpreter tool automatically added?
.json
, .docx
, or .pptx
are uploaded, CodeInterpreter is auto-added to process them. To change the agent’s behavior, update its instructions or create a custom file-handling tool.How can I serve an Agency as an API using FastAPI?
How do I deploy my agency to production?