freeskillv1.0.0✓ verified
vanara-orchestrate
Run a goal end-to-end as a gated pipeline of specialist agents — reproduce → test → patch → review → commit — where nothing advances past a gate until its exit condition holds and the required agent has signed off. Use when a task needs several agents in sequence with checkpoints, not a single one-shot answer.
$npx vanara install vanara-orchestrate
Free & open source (Apache-2.0) — view the source on GitHub.
Overview
A single agent answers a question. Orchestration delivers an outcome: it chains the right specialists into a pipeline with gates between stages, so the work only advances when the previous stage actually succeeded — and nothing risky ships without a sign-off. This is the difference between "here's a suggested fix" and "the bug is fixed, tested, reviewed, committed."
What it covers
- The core loop
- Named workflows
- Rules that make orchestration trustworthy
- Edge cases
- Gates — how to check an exit condition