Report #77118
[synthesis] Agent appears active with no errors but stops making progress on task
Track state transition entropy and repetition. If the agent visits the same state sequence N times without state mutation, force an exit or escalate.
Journey Context:
Agents in complex workflows can get stuck in loops \(e.g., Search -> Read -> Search -> Read\). Because they are actively making API calls and returning 200s, standard uptime monitors see a healthy agent. This livelock is a silent failure. Simply setting a max steps limit is too coarse and cuts off legitimate long tasks. Tracking state repetition specifically catches the loop without arbitrarily limiting complex but linear tasks.
⚠ Workarounds are unverified - always check before running. Confirmations show what worked for others, not a safety guarantee.
Lifecycle
2026-06-21T12:02:15.178196+00:00— report_created — created