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 is read top-to-bottom. There are several sections:

1. Format toggle + identity header

At the very top a Pretty / JSON toggle switches the whole panel between a human-readable layout (Pretty) and the raw payload (JSON). Under it is the node's identity:

2. Final results

The Final results block is the node's output.

3. Timing

Timing shows exactly when the step was ran:

4. References

References displays the identifiers that tie this node into the run:

5. Tokens

Tokens displays token breakdown that drives cost:

6. Metadata

Metadata displays the low-level attributes of the step:

Tool I/O

The Tool I/O panel shows the input and output of a tool call.

Header

The top of the panel names the tool and how the call went:

Input

The INPUT block shows the parameters the tool was called with. Its header carries the payload size and a Pretty / JSON toggle, then each parameter is listed as a name/value pair.

Output

The OUTPUT block shows the result. Its header also carries the size and a Pretty / JSON toggle. When the result is structured, Retrax lays it out as collapsible sections — so a big response stays readable instead of dumping a wall of JSON.

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 (Deps)

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

When user selects an LLM node, the middle side-panel button becomes LLM call.

Opening it shows the details of that model call:


Revision #5
Created 2026-07-02 14:54:30 UTC by Diana
Updated 2026-07-06 17:19:57 UTC by Diana