debug_get_flow_graph
Retrieve the execution flow graph for any agent type to trace failures and inspect routing logic. Shows steps, tools, and handoffs in JSON or Mermaid format.
Instructions
[Arch Debug] Arch connects to live sessions, traces failures, and inspects execution state. Get the execution graph for any agent type (scripted, reasoning, or supervisor). Shows flow steps, tools, handoffs, and routing logic. Returns JSON or Mermaid diagram format.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| format | No | Output format | |
| sessionId | No | Session ID (uses active session if not specified) | |
| includeAppGraph | No | Include full app/domain graph with all agents |