> ## Documentation Index
> Fetch the complete documentation index at: https://docs.myrmex.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# Live Reasoning & Operational Panels

> Watch the Myrmex agents think and act in real time — streamed reasoning and tool calls, plus in-chat panels for live terminals, audit dashboards, plans, and report authoring.

import { CardGroup, Card, Note, Steps, Step, Frame, Tip } from '@mintlify/components';

Myrmex doesn't just hand you an answer — it shows its work. As the agents carry out a request, you see their reasoning and every tool call stream into the conversation live, and the work itself opens in interactive panels you can watch and use.

## Live Reasoning

When you send a request, the agents' **thinking steps** stream in as they happen. You can follow the plan they form, the tools they decide to call, the status of each call, and how long each one takes — turning what would otherwise be a black box into a transparent, auditable trail.

This visibility means you always know *why* an agent did something, not just *what* it returned — useful for reviewing an investigation, catching a wrong turn early, or handing the reasoning to a colleague.

## Operational Panels

Some tool calls are interactive. When an agent needs a richer surface than a chat message, it opens a panel — either inline in the conversation or as a [tab in the Workspace](/documentation/ai-workspace/tabs-and-split-view) — that you can watch update in real time.

<CardGroup cols={2}>
  <Card title="Live SSH terminal" icon="terminal">
    When an agent runs commands on a host, a live terminal streams the remote
    session so you can see exactly what's being executed and the output it
    returns.
  </Card>

  <Card title="Audit dashboards" icon="chart-column">
    An audit produces a self-contained, interactive dashboard rendered right in
    the conversation — charts, findings, and drill-downs without leaving chat.
  </Card>

  <Card title="Plans & todos" icon="list-check">
    For multi-step work, agents lay out a plan as a checklist and tick items off
    as they complete them, so you can track progress at a glance.
  </Card>

  <Card title="Live report authoring" icon="pen-nib">
    When **Scribe** writes a report, you watch it appear section by section in the
    document editor — read-only while it's being written, then yours to refine.
  </Card>
</CardGroup>

<Note>
  These panels are live views of work in progress. Consequential actions still
  follow Myrmex's human-in-the-loop model — generated automations, change
  requests, and risk acceptances are created as drafts for you to approve. See
  [AI proposes, you approve](/documentation/get-started/concepts#ai-proposes-you-approve).
</Note>

## Where to Go Next

<CardGroup cols={2}>
  <Card title="Chatting with the AI" icon="comments" href="/documentation/ai-workspace/chat">
    Direct the agents with `@`-mentions, templates, and attachments.
  </Card>

  <Card title="Tabs & split view" icon="table-columns" href="/documentation/ai-workspace/tabs-and-split-view">
    See where panels and results open, and work with two panes at once.
  </Card>
</CardGroup>
