agentforge inspector
Start the visual inspector for debugging agent runs.
Usage
agentforge inspectorOpens the inspector UI at http://localhost:4200.
Options
| Flag | Description |
|---|---|
--port | Port number (default: 4200) |
--host | Host to bind to (default: localhost) |
Features
- Timeline View — visualize steps over time
- Decision Tree — see the agent's decision flow
- Run Summary — aggregated metrics
- Real-time — updates as the agent runs
Next Steps
- Inspector API — programmatic inspector
- dev — development mode (includes inspector)