Mission Control
Monitor active sessions, agent status, and use the command bar for quick actions.
Mission Control
Mission Control is the operational view of your Reeve gateway — see what's running, who's busy, and take quick actions.
Session Grid
The session grid shows all active and recent agent sessions:
┌─────────────────────────────────────────────────────────────────┐
│ Session Grid [Filters] │
├──────────────┬────────┬──────────┬───────────┬─────────────────┤
│ 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
| State | Icon | Meaning |
|---|---|---|
| Active | 🟢 | Agent is processing or waiting for input |
| Working | ⏳ | Agent is running tools (exec, browser, etc.) |
| Idle | 💤 | Session exists but no recent activity |
| Compacting | 🔄 | Context window being compacted |
| Done | ✅ | Session completed (goal finished or task done) |
Filtering
Filter sessions by:
- Agent — Show sessions for a specific agent
- Status — Active, idle, working, done
- Time range — Last hour, today, this week
- Session key — Search by key or keyword
Agent Status
Below the session grid, you can see the health of each configured agent:
┌─────────────────────────────────────────────────┐
│ Agents │
├──────────────┬────────────┬──────────┬──────────┤
│ Agent │ Model │ Health │ Sessions │
├──────────────┼────────────┼──────────┼──────────┤
│ reeve │ opus-4 │ ✅ OK │ 3 active │
│ marketing │ sonnet-4 │ ✅ OK │ 1 active │
│ support │ sonnet-4 │ ⚠️ Warn │ 0 │
│ research │ opus-4 │ ✅ OK │ 1 idle │
└──────────────┴────────────┴──────────┴──────────┘Health checks include:
- Model connectivity — Can the agent reach its LLM provider?
- Workspace access — Is the workspace directory readable/writable?
- Memory index — Is the semantic search index up to date?
- Heartbeat — Is the heartbeat schedule firing correctly?
Click an agent to inspect its full configuration, memory files, and recent sessions.
Command Bar
The command bar provides quick access to common actions without navigating away:
Open with: ⌘K (macOS) or Ctrl+K
Available commands:
| Command | What it does |
|---|---|
new chat | Start a new conversation with the default agent |
switch agent <name> | Switch the current chat to a different agent |
status | Show gateway health summary |
restart gateway | Restart the gateway process |
doctor | Run diagnostic checks |
search <query> | Search across sessions and memory |
The command bar also supports natural language — type what you want and Reeve routes it to the right action.
Session Inspector
Click any session in the grid to open the inspector panel:
- Transcript — Full conversation history with tool calls
- Tool usage — Which tools were called, with inputs and outputs
- Token count — Current context window usage
- Timing — Duration, response times, idle periods
- Memory writes — What the agent wrote to memory during this session
Goals Progress
If agents are working toward goals, Mission Control shows goal progress alongside sessions:
┌──────────────────────────────────────────────────┐
│ Active Goals │
├──────────────────────┬──────────┬────────────────┤
│ Goal │ Phase │ Progress │
├──────────────────────┼──────────┼────────────────┤
│ Rewrite landing page │ Draft │ ████░░░░ 50% │
│ Q1 ad campaign │ Execute │ ██████░░ 75% │
│ Docs update │ Verify │ ███████░ 90% │
└──────────────────────┴──────────┴────────────────┘Mission Control data is real-time — session states, tool calls, and agent health update automatically without refreshing the page.
CLI Equivalent
Everything in Mission Control is also available via the CLI:
reeve status # Gateway + agent summary
reeve sessions list # List all sessions
reeve sessions inspect # Inspect a specific session
reeve agents list # List agents with health
reeve agents doctor # Run diagnostic checks