Documentation
README
Box0 (b0) Multi-Agent Platform
Run AI agents in parallel. Create agents with roles, trigger them on demand or on a schedule, and collect results.
Setup
Step 1: Check if Box0 is installed
b0 --version
If this succeeds, skip to Step 3.
Step 2: Install
npm install -g @box0/cli@latest
If npm is not available, build from source:
git clone https://github.com/risingwavelabs/box0.git
cd box0 && cargo build --release
export PATH="$PWD/target/release:$PATH"
Step 3: Check if server is running
b0 server status
If this shows "Server is running", skip to Step 5.
Step 4: Start the server
b0 server
On first start, Box0 creates an admin account and auto-configures ~/.b0/config.toml.
This is the opening of the README. Read the full README on GitHub.