How to use it
- Open Behavior Search.
- Click the session or turn you want to replay.
- Click Replay turn.
- In Reproducibility, choose the Turn if needed.
- Enter a public HTTPS endpoint in Target URL (replay_url), or use a saved replay URL for the agent.
- Select Replay with earlier conversation context if the replay should include prior turns from the same session.
- Set N runs (1-20).
- Click Run.
How to interpret the results
Kindred compares the original trace to each replay trace and reports whether the run matched, had minor variance, or diverged. The most important field is the first divergence. It identifies the earliest meaningful difference Kindred found, such as a changed tool selection, changed tool arguments, changed tool result, missing step, extra step, different step type, changed assistant output, or changed unstructured content. Common replay errors include:- This turn is not replayable (no replay context available). Run is disabled. The selected turn does not include enough replay context.
- Set a target URL to run reproducibility. Add a Target URL (replay_url) before running Replay.
- Outbound URL must use public HTTPS. Use a deployed HTTPS endpoint or a public HTTPS tunnel.
- Outbound URL hostname is blocked or Outbound URL resolves to a blocked private or local address. Localhost and private network URLs are blocked in production.
- Run failed: The replay endpoint did not return successfully; use the error message shown in the UI.
Next steps
- Add or verify a replay endpoint with Configure Replay URL.
- Review divergence details in Understanding Divergence.
- Start from an imported trace in Behavior Search.