AgentForge

agentforge trace

View and inspect agent run traces from the command line.

Usage

agentforge trace <run-id>
agentforge trace --list

Options

FlagDescription
--list, -lList recent runs
--formatOutput format (text, json)
--stepsShow step-by-step details

Examples

# View a specific trace
agentforge trace run_abc123

# List recent runs
agentforge trace --list

# Detailed step view
agentforge trace run_abc123 --steps

# JSON output
agentforge trace run_abc123 --format json

Next Steps