Replies: 1 comment
-
@ai-rayven I'm working on solving very similar problem, you set the issue as resolved. Can you share your solution? |
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.
Uh oh!
There was an error while loading. Please reload this page.
-
I am not sure if I am thinking about this correctly. Currently, I have a langgraph implementation that utilizes many nested subgraphs and any of the subgraphs can interrupt to wait for a human response. When I only had one graph it wasn't too difficult to inject the message back into the state, although it feels a bit hacky (function below).
Is there a better way to handle this case for single graphs and multiple nested subgraphs? Thanks for your help.
Beta Was this translation helpful? Give feedback.
All reactions