1.
Introduction
2.
Architecture
3.
Substrate
3.1.
Proto crate
3.2.
Storage
3.3.
Cloud-local
3.4.
Transport
3.5.
Plugin host
3.6.
Python bridge
3.7.
Coordinator
3.8.
Smoke test
4.
Inference
4.1.
vLLM backend
4.2.
Batch runtime
4.3.
CLI: rollout infer batch
4.4.
CPU mode
4.5.
Resume: zero-duplicate batch restart
4.6.
Dev loop on macOS (Apple Silicon)
5.
Training
5.1.
SFT
5.2.
RM (Bradley-Terry)
5.3.
Snapshots
5.4.
Postgres backend
5.5.
Determinism
5.6.
CLI: rollout train + snapshot
5.7.
CPU mode
6.
Cloud
6.1.
Streaming + lease traits
6.2.
AWS
6.3.
GCP
6.4.
Cloud-backed snapshots
6.5.
Doctor (pre-flight)
7.
Distribution
7.1.
Multi-node
8.
Examples
Light
Rust
Coal
Navy
Ayu
rollout
Architecture
See the canonical architecture doc:
ARCHITECTURE.md
.