Workflow Graph

The Workflow Graph renders a directed execution graph for any agent session, showing the flow from agent start through LLM calls, tool calls, decisions, and delegations.

Node Types

TypeColorDescription
Agent RunIndigoThe root session node
LLM CallVioletA call to a language model
Tool CallCyanA tool/function invocation
DecisionAmberAn explicit decision point
DelegationBlueDelegation to a sub-agent
CodeEmeraldCode generation or execution
ErrorRedAn error event

Interaction

  • Pan — click and drag the canvas
  • Zoom — scroll wheel or use the +/- buttons
  • Inspect — click any node to see its metadata in the detail panel

Dashboard

Navigate to Dashboard → Workflow, select a session, and the graph renders automatically.