Complex chatbot agent with langgraph #26820
Replies: 1 comment
-
Hey there, @robertomotta1! 👋 I'm here to help you with any bugs, questions, or contributions you might have. Let's squash those bugs together! I found a similar unsolved discussion that might be relevant to your issue: Multi-step chatbot [1]. To create a complex chatbot agent with LangGraph that identifies user intent, collects user information, confirms the email, and proceeds with the flow based on user responses, you can follow these steps:
This setup will allow you to create a chatbot agent that can identify user intent, collect user information, confirm the email, and proceed with the flow based on user responses using LangGraph. The use of |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Checked other resources
Commit to Help
Example Code
Description
Hi, i'm trying to create and agent with langgraph that does the following:
What i have reached so far is that i'm able to correct choosing the user "intent" and then getting the user informations and calling the function tool.
I'm stuck now at the point where i need to ask the user confirm and then i don't know how i can proceed with the flow, asking then more questions and so on.
This agent is meant to be a conversation with the user and the ai. Am i using right langgraph?
Thank you
System Info
nodejs on windows using @langchain/core 0.3.2
Beta Was this translation helpful? Give feedback.
All reactions