akshi replay
Replay a recorded execution trace.
Synopsis
akshi replay <trace_id> [OPTIONS]
Description
Re-executes a previously recorded agent execution trace, replaying all inputs and verifying that outputs match the original run. Useful for debugging and regression testing.
Options
| Option | Default | Description |
|---|---|---|
--agent | — | Restrict replay to a specific agent in the trace |
Examples
Replay a trace:
akshi replay abc123def456
Replay only a specific agent’s portion of the trace:
akshi replay abc123def456 --agent my-agent