Skip to main content

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:

  1. Select a tool node (e.g. "Get Project Structure"). The Tool I/O button becomes active.
  2. Open Tool I/O.
  3. Read the input — the parameters the tool was called with.
  4. Read the output — the result the tool returned.
  5. 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:

  1. Click Deps to open the dependencies panel / mode.
  2. Find a node marked "Has scheduling dependencies" — the indicator confirms it has them.
  3. Select a node that has dependencies — its related nodes / edges are highlighted.
  4. Select an independent node — no dependencies are shown (empty), confirming it isn't waiting on anything.
LLM Call