Live Streaming & Reasoning

Watch Autopilot think and work in real-time

When Autopilot runs a cycle, you can watch it work in real-time. The Autopilot page shows a live transcript of the agent's thinking process, tool calls, and results.

Live Transcript

The transcript streams as the agent works:

  • Thinking — The agent's reasoning text appears in real-time as it plans its approach
  • Tool calls — Each tool invocation is shown with a human-readable label (e.g., "Searching the web", "Creating document", "Querying records")
  • Tool results — Abbreviated results appear after each tool call completes
  • Errors — Any failures are surfaced immediately

SSE Streaming

The live experience uses Server-Sent Events (SSE) to push updates to your browser. Connect to the Autopilot page and events stream automatically — no polling required.

If you open the Autopilot page mid-cycle, the current state is sent immediately so you catch up without missing context.

Task-Level Progress

Each task in the cycle shows its status:

  • Task title and goal
  • Current tool being executed
  • Completion status (success/failure)
  • Token usage and duration

Briefing

After the cycle completes, a briefing summary is posted to your Agent DM channel in Team Chat. This includes:

  • What tasks were executed
  • Key outcomes and artifacts created
  • Any failures or issues encountered
  • Pre-planned tasks for the next cycle