Skip to main content

Module regression

Module regression 

Source
Expand description

Regression detection for multi-agent file modification conflicts.

Tracks which files each agent modifies within a delegation tree (identified by correlation_id) and detects when two different agents modify the same file, which may indicate one agent undoing another’s work.

Structs§

FileModEntry
A single recorded file modification.
FileModificationTracker
Tracks file modifications across agents and detects conflicts.
RegressionWarning
Warning raised when a file conflict is detected.