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
| Type | Color | Description |
|---|---|---|
| Agent Run | Indigo | The root session node |
| LLM Call | Violet | A call to a language model |
| Tool Call | Cyan | A tool/function invocation |
| Decision | Amber | An explicit decision point |
| Delegation | Blue | Delegation to a sub-agent |
| Code | Emerald | Code generation or execution |
| Error | Red | An 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.