AgentForge

agentforge inspector

Start the visual inspector for debugging agent runs.

Usage

agentforge inspector

Opens the inspector UI at http://localhost:4200.

Options

FlagDescription
--portPort number (default: 4200)
--hostHost 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)