Skip to main content
Lists agents in the current workspace. By default, shows only your own active (non-terminal) agents. Use flags to include completed agents, other developers’ agents, or to get machine-readable output. On a VM, murmur ls lists child agents of the current agent.

Synopsis

Arguments

Output

The default output is a tab-aligned table with five columns: When no agents match, the command produces no output and exits successfully.

Quiet mode (-q)

Prints one slug per line with no header. Useful for scripting — pipe to xargs or loop over the result.

JSON mode (-json)

Prints a JSON array of objects. Each object has slug, phase, vm, progress, progress_at, and cost fields. An empty result produces [], not null.

Examples

List active agents

Include completed agents

List all developers’ agents

List a specific developer’s agents

Slugs only for scripting

Use this to kill all active agents:

JSON output

Child agents on a VM

When running on an agent VM, murmur ls lists child agents spawned by the current agent:

Errors