-
I don't have a reproducible example yet, still debugging. Just putting it out here if any core devs knows the issue immediately. The dispatcher -> Subgraph edge is a conditional edge that returns a list of Sends. It seems like the error is that the Send is getting propagated inside the subgraph, where there is no longer a node with the name "Subgraph"
|
Beta Was this translation helpful? Give feedback.
Answered by
nfcampos
Jul 25, 2024
Replies: 1 comment 3 replies
-
@Glinte Is this happening in langgraph-api / LangGraph Cloud? |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This should be fixed in the latest version, if you could try to update? Question on LangGraph Cloud was to confirm whether the fix was needed there or in the library.