Overview
Multi-agent features enable:- Routing - Automatic issue routing to correct repositories
- Cross-repo dependencies - Dependencies across repository boundaries
- Agent coordination - Work assignment and handoff between agents
Key Concepts
Routing
Routing decides which repository a new bead lands in, based on your role (contributor vs maintainer) and therouting.* config keys — an explicit
--repo flag always wins. See Multi-Repo Routing
for the decision flow and configuration reference.
Work Assignment
Assign or atomically claim work:Cross-repo Dependencies
Track dependencies across repositories:Architecture
Getting Started
- Single repo: Standard beads workflow
- Multi-repo: Configure routes and cross-repo deps
- Multi-agent: Add work assignment and handoff
Pages in this section
- Routing — automatic issue routing across
repositories and
BEADS_DIRresolution. - Coordination — work assignment and handoff patterns between agents.
- Federation — peer-to-peer sharing of beads across repos and organizations.
- Multi-Repo Migration — moving an existing single-repo setup to multi-repo routing.