Skip to main content

War Room

The War Room is Miteos’s flagship interface — a real-time command center where you observe, control, and intervene in multi-agent task execution.

Layout

The War Room is a full-screen interface with four main panels:

Agent Fleet Rail (Left)

Shows all active agents with:
  • Status indicator — thinking, acting, paused, waiting for approval, complete, error
  • Progress bar — step X of Y
  • Current tool — what the agent is doing right now (web_search, code_execute, browser, etc.)
  • Action buttons — pause, resume, cancel, guide

Workspace (Center)

Tabbed workspace showing what agents are producing:
  • Browser — Live viewport of the stealth browser (screenshots in web mode, BrowserView in desktop)
  • Code — Files being created or modified with syntax highlighting
  • Files — All workspace files with version history
  • Canvas — Visual outputs (charts, diagrams)
  • Terminal — Agent command output

Timeline (Right)

Chronological multi-track log of every action across all agents:
  • Thoughts (reasoning steps)
  • Actions (tool calls with results)
  • File changes
  • Approval requests
  • Agent-to-agent messages

Deliverables Dock (Bottom)

Completed outputs ready for use:
  • Download as files
  • Deploy to staging/production
  • Share via link

Autonomy Dial

The dial in the header controls agent independence (0-100):
RangeModeBehavior
0-20CopilotAgent suggests every action, you confirm each one
20-50SupervisedAgent acts on low-risk, asks permission for medium/high
50-80AutonomousAgent handles most tasks, only asks for critical actions
80-100Full AutoAgent executes everything, notifies you after completion
The autonomy level persists across sessions.

Intervention

You can intervene at any time:
  • Pause — Freeze an agent mid-execution
  • Guide — Inject new instructions into the agent’s context
  • Redirect — Change the agent’s goal entirely
  • Approve/Deny — Respond to action approval requests
  • Take Over — Grab direct control of the browser viewport

Real-Time Streaming

All events stream via WebSocket (wss://api.miteos.com/ws). The War Room maintains a persistent connection and updates every panel in real-time as agents work. Events include:
  • agent.progress — step updates
  • agent.thought — reasoning
  • agent.action — tool execution
  • file.update — code changes
  • cost.update — token spend
  • activity — timeline entries

State Persistence

War Room state persists across page navigation within the same browser session. Navigate to another page and come back — all agents, events, files, and deliverables remain intact.