Multi-agent collaboration protocol for software development.
# Clone achords
git clone https://github.com/achords-org/achords.git
cd achords
# Set up your organization
./bin/achords obase --org YourOrg| Product | Command | Description | Status |
|---|---|---|---|
| Organization Base | achords obase |
Set up your GitHub org | ✅ Stable |
| Repository Coordination | — | Claim-based agent coordination | 🚧 In Development |
| IA on CI | — | AI-powered review | 📋 Planned |
| KB Web | — | Documentation web | 🚧 In Development |
# List available products
./bin/achords
# Show product help
./bin/achords obase --help
# Run product
./bin/achords obase --org MyOrgAchords provides three levels of coordination:
- Organization — Set up your GitHub org for multi-agent work
- Repository — Coordinate agents within a repo using claims
- Agent — Register and declare work intent
| Document | Purpose |
|---|---|
| Organization Base | Set up your org |
| Architecture | Three-level design |
| Getting Started | Quick start guide |
| Roadmap | Product status |
MIT