Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

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

OptionDefaultDescription
--agentRestrict 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