achords
v1.5.1
Published
Multi-agent orchestration protocol for software development
Maintainers
Readme
🎵 Achords
Multi-agent collaboration protocol for software development.
Quick start
# Clone achords
git clone https://github.com/achords-org/achords.git
cd achords
# Set up your organization
./bin/achords obase --org YourOrgProducts
| 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 |
CLI Usage
# List available products
./bin/achords
# Show product help
./bin/achords obase --help
# Run product
./bin/achords obase --org MyOrgHow it works
Achords 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
Documentation
| Document | Purpose | |----------|---------| | Organization Base | Set up your org | | Architecture | Three-level design | | Getting Started | Quick start guide | | Roadmap | Product status |
License
MIT
