agentforge trace
View and inspect agent run traces from the command line.
Usage
agentforge trace <run-id>
agentforge trace --listOptions
| Flag | Description |
|---|---|
--list, -l | List recent runs |
--format | Output format (text, json) |
--steps | Show 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