Autonomous multi-agent fleet
Goal → fleet → PR.
Goal → fleet → PR.
On repeat.
Orchestra is the autonomous loop that turns a goal into a merged pull request — without you touching the keyboard.
The loop
One goal. One merged PR.
The autonomous goal-to-PR cycle: plan, dispatch, build, audit, merge — without manual coordination.
The fleet
Five agents. One purpose.
Opus orchestrates. Jules builds. agy audits. Sonnet and Haiku handle the rest.
The audit
Truth, not text.
Every commit passes the Paranoid Linter. Every claim requires a quoted source. Design-by-contract enforced at runtime.
@deal.pre(lambda name: len(name) > 0)
@deal.post(lambda result: result.id is not None)
def dispatch_brief(name: str) -> Task:
... # MCP contract enforced at runtime