langgraph 0.3.2
Summary of Changes
- Fixed a bug in the PregelLoop by unsetting the resuming flag after handling interrupts, which prevents potential issues with incorrectly preserved state between executions (#3647)
Detailed Changes
langgraph.pregel.loop.PregelLoop
- Added logic to unset the resuming flag (
CONFIG_KEY_RESUMING) after completing a superstep and handling interrupts, ensuring that the graph state is properly reset between executions (#3647)