mirror of
https://github.com/langchain-ai/langgraph.git
synced 2026-09-01 12:48:50 +02:00
Track parent relationships for checkpoints
- This enables building "branching" views of checkpoint history
This commit is contained in:
@@ -22,4 +22,4 @@ class MemorySaverAssertImmutable(MemorySaver):
|
||||
checkpoint
|
||||
)
|
||||
# call super to write checkpoint
|
||||
super().put(config, checkpoint)
|
||||
return super().put(config, checkpoint)
|
||||
|
||||
Reference in New Issue
Block a user