langgraph 0.1.14
Summary of Changes
- Fixed an issue with the checkpointer being unnecessarily initialized when no interrupts are configured in
Pregel
Detailed Changes
langgraph.pregel.Pregel
- Added a condition to only initialize the checkpointer if either
interrupt_afterorinterrupt_beforeis specified. This optimization prevents unnecessary checkpointing setup when no interruptions are expected in the graph execution.