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
JSON output
Child agents on a VM
When running on an agent VM,murmur ls lists child agents spawned by the current agent:
Errors
Related
- Agents — concept overview
murmur status— detailed status for a single agentmurmur kill— cancel an agentmurmur spawn— start an agent