Agency Code
Fully open-sourced Claude Code-style agency built with Agency Swarm. Includes Developer and Planner agents and 14 production tools.
Agency Starter Template
Opinionated starter with CI, Docker, and deployment hooks. A clean base to build your own agency.
Use a Template
1
Choose a template
Select either Agency Code or Agency Starter Template above based on your needs.
2
Clone the repository
Clone your chosen template repository to your local machine.
3
Install dependencies
Create a virtual environment and install dependencies (Python 3.12+ recommended, 3.13 preferred).
4
Configure environment
Create a
.env
file in the project root with your keys. At minimum:5
Run the demo
Start the terminal demo to verify the setup.
6
Customize agents and tools
Modify agent instructions, add or edit tools, and adjust communication flows. Refer to From Scratch for deeper explanations and code structure.
Next Steps
- Learn the core concepts of Tools, Agents, and Agencies.
- Watch the Deployment Tutorial.