Skip to main content

Module lcs_diff

Module lcs_diff 

Source
Expand description

Tool-call sequence diffing for run comparison.

This module provides structural diffing of tool-call sequences between two runs. It detects added/removed/reordered calls and parameter changes using Longest Common Subsequence (LCS) alignment.

Structs§

DiffSummary
Summary of differences between two runs’ tool-call sequences.
ParamChange
A parameter change between two tool call versions.
ToolCallEntry
A single tool call extracted from a run’s events.

Enums§

ToolCallChange
A single change in the tool-call sequence.

Functions§

diff_tool_calls
Diff the tool-call sequences of two runs.