SIGN IN SIGN UP

fix: unbind ShutdownStateSaver on ReActAgent.close() to prevent memory leak (#2384)

## Summary

Fixes a memory leak in `GracefulShutdownManager.stateSavers` where
per-call `ReActAgent` instances (created with `AgentStateStore`)
register a `ShutdownStateSaver` in the constructor but are never
unregistered.
S
shikisama committed
0617ad209540744fb635bb470d46098ad86a22bc
Parent: 74db757
Committed by GitHub <noreply@github.com> on 7/26/2026, 3:18:53 PM