murmur turns reads the same data from the command line.
Synopsis
slug is optional — omit it to read the turns of the agent resolved from your current context (on a VM, the agent itself).
Arguments
Output
Each turn renders as a block: a header with the run number and its start and end times (UTC), the task description, each input with its kind and label, the agent’s response, and an error line if the run failed. An in-flight turn shows(in flight) for its end time.
--json, the command prints a JSON array of Turn objects:
Examples
Read an agent’s turns
Read every execution of a slug
--resurrect or --force-new spawn reused the slug.
Read the current agent’s turns on a VM
Errors
Related
murmur status— the agent’s current phase and summarymurmur watch— stream live agent statemurmur session watch— follow the raw session stream- Events — the triggers that start new turns
- Dashboard — the Turns view this command mirrors