Main
Use CCB when you need a “team view”: multiple agents running in parallel with explicit routing and handoff.
Keep sessions observable: PTY + tmux makes it easier to audit what an agent actually did versus what it claimed.
For best results, standardize prompts and add a review lane so one agent can continuously sanity-check others.
Source-backed notes
- README install path uses
./install.sh installfor Unix-like environments and a PowerShell alternative for Windows. - README lists requirements including Python 3.10+ and tmux.
- Project license is AGPL-3.0 (see LICENSE).
FAQ
- Is it cross-platform?: Yes—README documents Unix-like install and a Windows PowerShell path.
- Why does it require tmux?: tmux supports multiplexed, takeover-friendly terminal sessions.
- Is it copyleft?: Yes—AGPL-3.0 applies; review LICENSE if you plan to run it as a service.