Multi turn conversation in Langgraph #5890
Unanswered
kalinduaet
asked this question in
Q&A
Replies: 0 comments
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 implemented a four-node graph with the following workflow:
Care Plan Node – Generates a personalized care plan based on the user’s situation.
Follow-Up Node – Asks follow-up questions to gather more context.
Human Review Node – Collects user input for manual review.
Conclusion Node – Provides final recommendations and closes the conversation.
I also developed a frontend using Chainlit. The issue I’m facing is that when the graph reaches the Human Review Node, it works correctly the first time — receiving input and moving to the Follow-Up Node — but on the second iteration, the graph stops without producing any output.
here is the code
here is graph drawing

Results came from initial node and for first iteration at followup node show the it response and I gave input. But after that graph execution stopped.
Beta Was this translation helpful? Give feedback.
All reactions