Skip to content

Squad Orchestration

First-party addon shipped with arka-deck. Current registry is static / first-party; no active third-party marketplace.

FieldValue
Manifestaddons/squad-orchestration/manifest.json
Entrypointaddons/squad-orchestration/src/index.ts
Maturitybeta
Exposed inbound portForSquadOrchestration

Squad Orchestration carries multi-agent mission orchestration on a persistent shared document: a leader splits, workers execute, a QA reviews, then the leader arbitrates escalations.

SurfaceDetail
Inbound portForSquadOrchestration
Mission storePer-project SQLite under <project>/.arka-deck/squad/missions.sqlite
Use casesStart a mission, read its state, interrupt a mission
RuntimeLangGraph
  • The current slice covers the foundations of persistence and contract.
  • Live multi-agent runtime and the full UI routes are only active when the composition bootstrap calls them explicitly.
  • Orchestration relies on Mission Guardian for gates and evidence.