-
Notifications
You must be signed in to change notification settings - Fork 137
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Ability to add Interrupts to nodes within subgraphs #197
Comments
I have also experienced this. |
Langgraph Studio not working with subgraphsWe have built a graph which also has subgraphs in it. The subgraphs contain nodes at which they interrupt. When we run it in Langgraph Studio, we are facing a major roadblock. When the subgraph interrupts, the When I try to resume execution, I pass human message into the messages state variable, but the graph doesn't resume. I have tried three approaches when passing the message: I am attaching the respective error messages below:
Case 3:
It seems like the UI is directly passing the node name as By the way, I am able to resume from the exact subgraph node in backend (using the |
Ability to add Interrupts to nodes within subgraphs
Really loving using Interrupts for debugging and testing up to a certain node!
I just realized when I converted a group of nodes into a subgraph that the interrupts can only occur on the top-level nodes or the subgraph node itself, but not nodes within the subgraph. I think this was mentioned as a limitation when subgraph support was added to Studio
The text was updated successfully, but these errors were encountered: