Getting Started¶
Welcome to Brat! This section will help you get up and running with multi-agent orchestration.
Prerequisites¶
Before you begin, make sure you have:
- Rust toolchain (1.75+) - Install via rustup
- Git (2.30+) - For repository management
- An AI coding tool - Claude Code, Aider, or another supported engine
Learning Path¶
-
Installation
Install Grite and Brat on your system.
-
Quickstart
Initialize a repo and run your first commands in 5 minutes.
-
Your First Convoy
Create a convoy with the Mayor and spawn agents to work on tasks.
What You'll Learn¶
By the end of this section, you'll be able to:
- Install Brat and its dependencies
- Initialize a repository for multi-agent work
- Create convoys and tasks
- Spawn AI agents to work on your code
- Monitor progress via CLI and web dashboard
Next Steps¶
After completing the getting started guide, explore:
- Concepts - Understand how Brat works
- User Guides - Deep dives into specific features
- Configuration - Customize Brat for your workflow