Agent tool, the agent runs in
the background, and the session keeps going. The messaging is bidirectional — the session can steer
a running agent and read its result, and agents send findings back. You watch and steer all of it
from two surfaces: the fleet list and the agent viewer.
In the orchestrator, Helix dispatches the crew itself when a stage needs parallel work. In
agent mode, your agent has the same tools and you can ask for parallel work
directly.
The fleet list
Dispatched agents appear under your prompt:
The fleet list: a finished agent lingering, three running, one more counted.
+ N more, never dropped. The digits are slots held for an agent’s
lifetime — an agent that finishes and ages out never renumbers the ones below it, so 5 opens
what it opened a minute ago.
Finished agents linger for a minute, and the clock restarts each time you open or close one, so an
agent you keep returning to cannot vanish mid-read. The list steps aside while a picker such as
/model holds focus.
The agent viewer
Open an agent and its conversation replaces the chat — it is not a split pane. The transcript renders with the same components as the main session: tool calls are real cards, markdown renders, diffs render, errors are styled as errors. It updates live while the agent works.
The agent viewer: live tool cards, the working line, and a steer typed into the composer.
Esc closes the viewer and returns you to
the main conversation; the agent keeps running.
Failures report as failures
An agent that never reached the model — no tokens, no tools, no output — is reported as an error with the reason (model availability, provider credential, rate limits), not as a finished agent with an empty transcript.The rest of the session surface
The dashboard, the session commands, and the working line.