The GitHub Actions job "Tests (AMD)" on airflow.git/durable-replay-verification 
has succeeded.
Run started by GitHub user kaxil (triggered by kaxil).

Head commit for run:
d0036ebc81fffbed7dd8e50f08df8c9252fb2fef / Kaxil Naik <[email protected]>
fix: Verify durable cached agent steps match the request before replay

durable=True cached model responses and tool results under purely
positional keys, so a retry replayed cached steps even when the agent
changed between attempts (prompt tweak, model upgrade, toolset change,
or a deploy landing between retries). The retry silently continued a
different conversation with no warning above DEBUG.

Each cache entry now stores a fingerprint of the request that produced
it (model identity, message history minus per-attempt fields, settings,
and the full ModelRequestParameters; tool name, args, and tool_call_id
for tool steps). On a hit the fingerprint is compared first: a mismatch
logs a warning and re-runs the step live. A divergence invalidates
downstream tool steps too, because a fresh model response mints new
tool_call_ids. Entries written by older provider versions have no
fingerprint and re-run instead of replaying.

Report URL: https://github.com/apache/airflow/actions/runs/27370324750

With regards,
GitHub Actions via GitBox


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to