AgentForge

agentforge replay

Replay agent runs and diff against previous executions.

Usage

agentforge replay <run-id>
agentforge replay <run-id-1> <run-id-2> --diff

Options

FlagDescription
--diffCompare two runs side-by-side
--formatOutput format (text, json)

Examples

# Replay a run
agentforge replay run_abc123

# Diff two runs
agentforge replay run_abc123 run_def456 --diff

Next Steps