Skip to main content

Module asset_diff

Module asset_diff 

Source

Structs§

AssetDiffConfig
Configuration for asset diff behaviour (from [draft.asset_diff] in workflow.toml).
AssetDiffResult
Combined result of running all configured diff stages for a single artifact.
AssetDiffSummary
Text description of what changed between before and after.
AssetSupervisorVerdict
Supervisor assessment of whether the diff matches the goal intent.
VisualDiffOutput
Path and type of a visual diff output file.
VisualDiffRenderer

Enums§

ChangeType
How the image/video changed between before and after.
VisualDiffType
Category of visual diff file produced.

Functions§

build_diff_summary_from_json
Parse a DiffSummaryAgent JSON response into an AssetDiffSummary.
parse_supervisor_verdict_from_json
Parse a supervisor JSON response into an AssetSupervisorVerdict.
run_asset_diff
Run the full asset diff pipeline for a single before/after artifact pair.