Reeve
Mission Control

Mission Control

Monitor parallel sessions, view agent status in a grid, manage goals, and take quick actions — all in real time.

Mission Control

Mission Control is Reeve's operational command center — a real-time view of everything your agents are doing. See active sessions, monitor agent health, track goal progress, and take quick actions without interrupting workflows.

Accessing Mission Control

MethodHow
CockpitClick Mission Control in the sidebar
Desktop AppAvailable in the Cockpit window
CLIreeve status for a terminal summary

Session Grid

The session grid is the heart of Mission Control. It shows every active and recent session across all your agents:

┌──────────────┬────────┬──────────┬───────────┬─────────────────┐
│ Session      │ Agent  │ Status   │ Messages  │ Last Active     │
├──────────────┼────────┼──────────┼───────────┼─────────────────┤
│ main         │ reeve  │ 🟢 Active│ 47        │ 2 min ago       │
│ marketing-1  │ mm     │ ⏳ Working│ 12        │ Just now        │
│ support-3    │ support│ 💤 Idle  │ 8         │ 15 min ago      │
│ research-7   │ arch   │ ✅ Done  │ 31        │ 1 hour ago      │
└──────────────┴────────┴──────────┴───────────┴─────────────────┘

Session States

StateIconWhat it means
Active🟢Agent is ready — processing or waiting for input
WorkingAgent is running tools (browsing, executing code, fetching data)
Idle💤Session exists but hasn't had activity recently
Compacting🔄Context window is being compacted to free up space
DoneTask or goal completed

Parallel Sessions

One of Reeve's strengths is running multiple sessions simultaneously. Mission Control makes this visible:

  • Multi-agent work — See which agents are active across different tasks
  • Goal-driven sessions — Watch pipeline workers execute in parallel
  • Channel sessions — Track conversations happening across Slack, WhatsApp, and other channels

Narrow down what you see:

  • By agent — Show sessions for a specific agent only
  • By status — Active, idle, working, or done
  • By time — Last hour, today, this week
  • By keyword — Search session keys or content

Agent Status

Below the session grid, agent health cards show the state of each configured agent:

┌──────────────┬────────────┬──────────┬──────────┐
│ Agent        │ Model      │ Health   │ Sessions │
├──────────────┼────────────┼──────────┼──────────┤
│ reeve        │ opus-4     │ ✅ OK    │ 3 active │
│ marketing    │ sonnet-4   │ ✅ OK    │ 1 active │
│ support      │ sonnet-4   │ ⚠️ Warn  │ 0        │
└──────────────┴────────────┴──────────┴──────────┘

Health checks include:

  • Model connectivity — Can the agent reach its LLM provider?
  • Workspace access — Is the workspace readable and writable?
  • Memory index — Is the semantic search index current?
  • Heartbeat — Is the scheduled heartbeat firing on time?

Click any agent to view its full configuration, memory files, and recent sessions.

Goals Progress

If you're using Goals, Mission Control shows real-time progress:

┌──────────────────────┬──────────┬────────────────┐
│ Goal                 │ Phase    │ Progress       │
├──────────────────────┼──────────┼────────────────┤
│ Rewrite landing page │ Draft    │ ████░░░░ 50%   │
│ Q1 ad campaign       │ Execute  │ ██████░░ 75%   │
│ Docs update          │ Verify   │ ███████░ 90%   │
└──────────────────────┴──────────┴────────────────┘

Goals track multi-phase work with budgets, metrics, and automatic phase progression. See Goals for details.

Command Bar

Open the command bar with ⌘K (macOS) or Ctrl+K for quick actions:

CommandWhat it does
new chatStart a new conversation
switch agent <name>Switch to a different agent
statusShow gateway health summary
restart gatewayRestart the gateway process
search <query>Search across sessions and memory

The command bar also supports natural language — just type what you want and Reeve routes it.

Session Inspector

Click any session in the grid to open the inspector:

  • Transcript — Full conversation with tool calls and responses
  • Tool usage — Which tools were called, with inputs and outputs
  • Token count — How much of the context window is used
  • Timing — Response times, idle periods, total duration
  • Memory writes — What the agent wrote to memory during this session

Real-Time Updates

Mission Control updates automatically — session states, tool calls, and agent health refresh in real time without page reloads. You can keep it open as an operational dashboard while your agents work.

Everything in Mission Control is also available via the CLI: reeve status, reeve sessions list, reeve agents list. See the CLI Reference for all commands.

On this page