Everything needed to debug modern agents

Features

A complete debugging loop for local AI development: capture calls, inspect state, replay branches, and understand cost.

Trace capture

Route OpenAI-compatible calls through the local proxy and see every request become a structured node in the Tether interface.

  • Request and response bodies
  • Latency and status
  • Model metadata
  • Nested tool-call context

Replay and mocking

Edit a response, replay from a node, and test downstream behavior without burning tokens on every upstream call.

  • Mock JSON responses
  • Replay selected branches
  • Cache-aware development
  • Deterministic iteration