---
title: "Watch Muse Code subagents and workflows in one window"
url: https://helicon.sh/features/subagents-and-workflows
description: "Parallel subagents and workflow runs are hard to follow in a terminal. Helicon shows them as structure: what is running, what finished, and what you can cancel or retry."
updated: 2026-09-19
site: Helicon
---

# Subagents and workflow runs

Muse Code can fan work out to parallel subagents and run multi step workflows. In a terminal that is interleaved text. Helicon renders it as structure, so you can see which agents are running, cancel a workflow run, and skip or retry individual agents without restarting the thread.

## The terminal problem

Seven agents writing to one stream is not a log, it is noise. The information is all there and none of it is legible. A replayable event log deserves a renderer.

## What Helicon does with it

- Shows each subagent separately rather than interleaved.
- Cancels a workflow run without killing the whole thread.
- Skips an agent, or retries one that failed.
- Sends a running tool call to the background, stops one, or stops them all.

## Why it stays honest

Helicon renders the protocol events Muse Code emits. It does not summarise them into something tidier, because the point of watching an agent is seeing what it really did.

## Frequently asked questions

### Can I stop one subagent without stopping the thread?

Yes. Individual agents in a workflow run can be skipped or retried, and a workflow run can be cancelled on its own.

### Do subagents cost extra?

They use your Muse Code subscription like any other turn. Helicon shows what the thread would have cost at published rates so the fan out is visible.

### Can I start a workflow from Helicon?

Workflow support tracks what the protocol exposes. Where Muse Code surfaces a run, Helicon renders and controls it.

## Related

- [Background work](https://helicon.sh/features/background-tasks): Send a running tool call to the background, stop one, or stop them all. Cancel a workflow run, or skip and retry its agents, without abandoning the thread.
- [Cost at API rates](https://helicon.sh/features/cost-and-usage): See what every Muse Code thread would have cost at published per token rates, broken down by day, by model and by thread. A meter reading on your subscription, not a bill.
- [Approvals](https://helicon.sh/features/approvals): Every approval Muse Code raises appears in Helicon the moment it arrives. onRequest, promptUnmatched and denyUnmatched are mapped one to one, and allow all is an explicit opt in.

---

Helicon is a free, MIT licensed, unofficial community client for Meta's Muse Code CLI. Not made, sponsored or endorsed by Meta. Source: https://helicon.sh/. Machine readable index: https://helicon.sh/llms.txt
