Side Panels
Inspector / Details
The Inspector (opened via the Details side panel) shows everything about the currently selected node. It has a Pretty / JSON toggle and displays the node's type and status (e.g. LLM_CALL · COMPLETED), name, an ownership line ("in {parent} · Iter N · {duration}"), a Final results block, and collapsible sections.
User can close it with the ×.
The panel has collapsible sections:
- Timing *(header shows the duration)*Started (absolute time + relative age), Completed, Duration, Progress %
- References JOB ID, PARENT JOB, WORKFLOW — the identifiers that link this node to its parent and trace.
- Tokens For LLM nodes: Input tokens, Output tokens, Total tokens, LLM requests.
- Metadata State, Type, Class, Package, Owner, Iteration, Status message.
Tool I/O
The Tool I/O panel shows the input and output of a tool call.
User can perform several types of actions:
- Select a tool node (e.g. "Get Project Structure"). The Tool I/O button becomes active.
- Open Tool I/O.
- Read the input — the parameters the tool was called with.
- Read the output — the result the tool returned.
- If a format toggle is available, switch between Pretty and JSON.
Dependencies
The Dependencies panel reveals scheduling dependencies between nodes.
User can perform several types of actions:
- Click Deps to open the dependencies panel / mode.
- Find a node marked "Has scheduling dependencies" — the indicator confirms it has them.
- Select a node that has dependencies — its related nodes / edges are highlighted.
- Select an independent node — no dependencies are shown (empty), confirming it isn't waiting on anything.
