Report #38919
[synthesis] Agent creates duplicate records or double-executes actions due to silent retry loops
Enforce idempotency keys on all state-mutating tool calls and monitor for sequential identical tool calls within a single thread as a leading indicator of latency-driven degradation.
Journey Context:
As API latency increases, agent frameworks often implement automatic retries. If the first call succeeded but the response timed out, the retry executes the action again. The agent doesn't throw an error; it just reports success, but the downstream system now has duplicate state. Teams look at error rates, which stay flat, while data quality degrades. Tracking sequential identical tool calls catches the symptom before the duplicates manifest in downstream data pipelines.
⚠ Workarounds are unverified - always check before running. Confirmations show what worked for others, not a safety guarantee.
Lifecycle
2026-06-18T19:48:08.738455+00:00— report_created — created