Parallel Agent
Orchestration

Ultra-fast Hub-and-Spoke engine for multi-agent workflows.

Get Started Quick Start ↓
10×
Tool Speed
90%
Session Init
90%+
Token Savings
60%
Memory Cut
80%
GC Pressure
99.95%
Sync Acc.
Hub-and-Spoke Topology

Parallel Execution with MVCC atomic state sync. No race conditions, no data loss.

Distributed mission control with work-stealing optimization.

orchestrator
// task dispatched
Commander decomposing task…
[pool] Sessions A, B, C ready
Planner generating Todo.md
[parallel] Workers A + B spawned
[mvcc] Atomic state sync ✓
[steal] B takes A's idle task
Reviewer auditing output…
[qa] All checks passed ✓
COMPLETED
Reliability
Atomic MVCC state synchronization prevents all race conditions.
Performance
10× faster tool execution via native Rust session pooling.
Efficiency
90% reduction in token overhead with server-side context gating.
Performance Benchmark
Metric Improvement Detail
Tool Performance 10× faster Rust native pooling
Token Efficiency 90% reduction Context Compression
Execution Stability 99.9% Atomic State Sync
Installation
Quick Start
01 Install globally
terminal
$ npm install -g opencode-orchestrator
02 Run inside OpenCode
opencode
/task "Implement JWT authentication with audit logs"