-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
interrupt in loop #2929
Comments
Does it happen in a subgraph like #2870? |
This is the exact question that I've asked few days back: In the documentation its mentioned that its the default behavior but there should be something that actually should interrupt the graph when invoked for the second time. |
@Saisiva123 Could you point me to the location in the documentation where it mentions that this is the default behavior? I’ve identified an issue in the code at this location: I suspect that updating the value of __pregel_writes in RunnableConfig might solve the issue. Do you have any ideas on how to do this? Additionally, I’m looking for a workaround to address this problem temporarily. If you know of any, please let me know |
Solved it have a look at this PR its a single line change |
Can someone provide a minimal reproducible example for the issue? https://stackoverflow.com/help/minimal-reproducible-example We don't recommend using patches from the unofficial branches -- if there is an actual underlying issue we would want to solve it properly in the library |
Checked other resources
Example Code
Error Message and Stack Trace (if applicable)
No response
Description
System Info
langgraph = "^0.2.60"
langchain-community = "^0.3.13"
langchain = "^0.3.13"
langchain-core = "^0.3.28"
langchain-openai = "^0.2.14"
langgraph-checkpoint-postgres = "^2.0.9"
langgraph-checkpoint = "^2.0.9"
langchain-chroma = "^0.1.4"
The text was updated successfully, but these errors were encountered: