Skip to content
Revue

What is Revue?

Revue makes Amp swarms better at asking humans for judgment.

Install Revue, connect one workspace-scoped API key, and run revue. Revue launches one Amp manager session that can supervise local children, remote Orbs, and subagents. Amp keeps doing normal coding work, but Revue adds a decision loop around the swarm: search prior decisions, search shared context, price whether a human question is worth asking now, route the answer back into the right thread, and remember the answer for the next task.

What users get immediately

NeedRevue behavior
Fewer repeated questionsPrior human decisions are searched before a new bid is allowed
Better interruptionsHuman asks include risk, options, recommendation, evidence, and affected files
Thread steering without copy/pasteHuman decisions route back into the owning Amp thread
Shared context across workAgents can publish and query radio notes without spending attention
Proof the answer landedRoutes progress through delivered, consumed, applied, resolved, or failed
Swarm supervisionThe manager thread can launch children/Orbs, list lineage, and answer decisions with delegation proof

Product scope

The active product is the Amp manager session backed by the hosted Revue API. Bare revue is the launcher; the local TUI remains a fallback UI.

Linear and Centaur code remains in the repository as adapters, but the engineer-first product language is Amp manager sessions, child sessions, Orbs, subagents, decisions, routes, and proof.

Mental model

Amp manager thread
  → launches children, Orbs, and subagents
  → agents search memory and shared context
  → agents bid only when judgment is worth interrupting for
  → human answers once in manager chat
  → Revue routes the decision back into the right thread
  → answer becomes reusable memory

Start with the Quickstart, then read the Amp plugin API.