Skip to main content
The War Room is your primary interface for everything that happens after you submit a task. Instead of waiting for a finished result, you get a live window into every agent’s actions — what they’re thinking, which tools they’re using, what files they’ve created, and what decisions need your input — all in one place.
The War Room is accessible at platform.miteos.com/war-room immediately after you submit a task.

Layout

The War Room is divided into four purpose-built panels. Each one gives you a different lens on the same running task.

Agent Fleet Rail

A live sidebar listing every active agent. See each agent’s current status, the tool it’s using right now, and its overall progress. Pause, guide, or cancel any individual agent without stopping the whole task.

Workspace

The agent’s active environment rendered directly in your browser. Switch between the live browser viewport, a code editor for agent-built projects, the workspace file tree, and a terminal streaming live output.

Timeline

A chronological, append-only log of every event across all agents — from the first agent.thinking entry to the final task.complete. Filter by agent or event type to focus on what matters.

Deliverables

All completed outputs in one panel: reports, dashboards, deployed URLs, drafted emails, and any other artifacts the agents have produced. Download individual files or share a deliverable link directly.

Agent Fleet Rail

The Agent Fleet Rail runs down the left side of the War Room and gives you live control over every agent in the current task. Each agent card shows:
  • Status badge — one of thinking, acting, waiting, or complete, updated in real time
  • Current tool — the specific tool the agent is invoking at that moment (e.g., browser.navigate, code.execute, email.draft)
  • Progress bar — an estimated completion percentage for the agent’s current subtask
  • Action buttonsPause to freeze the agent and review its state, Guide to inject a mid-task instruction, or Cancel to terminate only that agent while the rest continue

Workspace Views

The Workspace panel adapts to whatever the active agent is doing. Use the tabs to switch your view.
Watch the agent’s live browser session in real time — every page load, click, form fill, and scroll rendered as it happens. The stealth browser bypasses bot detection, so you’ll see the actual pages the agent interacts with, not blocked or degraded versions.

Timeline

The Timeline panel records every event that occurs during a task as an ordered, timestamped log. Nothing is hidden — every agent action, decision, and result is captured. Events you’ll see in the Timeline:
EventWhat It Means
agent.thinkingThe agent is reasoning about its next action
agent.actionThe agent is invoking a tool — the tool name is shown inline
agent.resultA tool call completed and returned a result
approval.requiredAn action needs your confirmation before proceeding
task.completeAll subtasks finished and deliverables are ready
Click any Timeline entry to expand the full payload — input parameters, raw output, latency, and which agent produced it.

Human Intervention

You’re never locked out. Miteos gives you several ways to step in during an active task.
  • Pause — Freeze all agents instantly. Review the current state, then resume when you’re ready. No work is lost.
  • Browser Takeover — Click Take Control in the Browser workspace tab to grab the agent’s browser. Navigate, fill forms, or complete a step yourself, then hand control back. The agent picks up where you left off.
  • Guide Input — Send a plain-language instruction to a specific agent mid-task using the Guide button on its fleet card. The agent incorporates your instruction into its next action.
  • Autonomy Dial — Drag the autonomy slider in the War Room header to increase or decrease agent independence on the fly. Lower it if an agent is moving too fast; raise it once you’re confident in its direction. See Autonomy Dial for the full breakdown.