Versions in this module Expand all Collapse all v1 v1.126.0 Aug 18, 2026 Changes in this version + func PrintResult(out io.Writer, r Result, nameA, nameB string) + type Divergence struct + A *Turn + B *Turn + Kind Kind + TurnIndex int + type Kind string + const KindExtraTurn + const KindMissingTurn + const KindToolCalls + type Result struct + Divergence *Divergence + TurnsA int + TurnsB int + TurnsMatched int + func Compare(a, b []Turn) Result + func CompareSessions(a, b *session.Session) Result + func (r Result) Identical() bool + type ToolCall struct + Arguments string + Name string + type Turn struct + Agent string + Content string + Index int + ToolCalls []ToolCall + func TurnsOf(sess *session.Session) []Turn