Replies: 3 comments
-
Not yet, we're working on it! |
Beta Was this translation helpful? Give feedback.
0 replies
-
This has been added. See guide here https://langchain-ai.github.io/langgraph/how-tos/subgraphs-manage-state/#resuming-from-breakpoints |
Beta Was this translation helpful? Give feedback.
0 replies
-
Hey i just want to say ive now read this and i love the detail. I had been passing state ENUMs around and parsing them (used them to create conditional edges to the correct locations in the subgraph as a custom entry point) |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I have been hacking my own graph extenders to turn subgraphs into scoped nodes in the current graph because i noticed that checkpointing of total state wasnt working on interrupt. Anyone know if this has been resolved yet? Alternatively point me towards where i would need to look to impl this and i will take the time to add to the project.
Beta Was this translation helpful? Give feedback.
All reactions