Package Exports
- opencode-orchestrator
Readme
OpenCode Orchestrator
Multi-Agent Plugin for OpenCode
What is this?
A 6-agent collaborative system that turns any LLM into a reliable coding team.
Core idea: Break complex tasks into atomic units, verify each step, fix errors automatically.
Why Orchestrator?
| Traditional | With Orchestrator |
|---|---|
| One big prompt â Hope it works | Atomic tasks â Verified every step |
| Expensive model required | Any model works |
| Errors compound silently | Self-correcting loop |
| Unpredictable results | Relentless execution until success |
Features
- ðĶ Rust Core â Fast, memory-safe search and analysis tools
- ð§ Micro-Task Architecture â Atomic task decomposition for reliability
- ð Self-Correcting Loop â Every change reviewed, errors auto-fixed
- ðĨ 6-Agent Team â Specialized roles working together
- ðĄïļ Resilient Execution â Never stops on errors. Pivots strategy (Plan/Search) until success.
- ⥠Full Autonomy â
/autois all you need. Relentless execution until 100% complete. - ðïļ Rust-Powered Core â Critical logic written in Rust for peak performance and memory efficiency.
- ðŠķ Thin TS Wrapper â Minimal JavaScript overhead. The heavy lifting happens in the native binary.
How It Works
User Request
â
âž
âââââââââââ
â PLANNER â â Break into atomic tasks
ââââââŽâââââ
â
âž
ââââââââââââââââââââââââââââââââââââââââââââ
â For each task: â
â â
â Search â Code â Review â Fix â
â â â â
â ââââââââââââââââââââââââ â
â (Never gives up) â
ââââââââââââââââââââââââââââââââââââââââââââ
â
âž
â
DoneInstall
npm install opencode-orchestratorAuto-registers with OpenCode. Just restart.
Usage
/auto implement user authentication with JWTCommands
| Command | Description |
|---|---|
/auto |
Autonomous execution until complete |
/plan |
Decompose into atomic tasks |
/review |
Quality check |
/fix |
Fix specific error |
/search |
Find patterns in codebase |
Agents
| Agent | Role |
|---|---|
| Orchestrator | Team leader â coordinates, decides, adapts |
| Planner | Breaks work into atomic tasks |
| Coder | Implements one task at a time |
| Reviewer | Quality gate â catches all errors |
| Fixer | Targeted error resolution |
| Searcher | Finds context before coding |
Documentation
- Architecture â Detailed workflow
- Configuration â Customize settings
Open Source
MIT License. No telemetry. No backdoors.
github.com/agnusdei1207/opencode-orchestrator
Author's Note
My goal is to prove that affordable models like GLM-4.7 can produce results as good as expensive APIs â when you structure the work right.
Break tasks down, verify every step, fix errors automatically. The model doesn't need to be smart. The process needs to be disciplined.
â @agnusdei1207