Implementing Human in Loop in Chatbot using Streamlit and Langgraph #1659
Unanswered
GIRISHRRAO
asked this question in
Q&A
Replies: 2 comments
-
Hey did you manage to make the connection by any chance? |
Beta Was this translation helpful? Give feedback.
0 replies
-
Have you figure out it, I have same problem? |
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
-
I’m currently working on implementing a chatbot with a Human-in-the-Loop system using Streamlit as the front end and Langgraph for managing conversation flow. My goal is to have the chatbot handle most queries autonomously but involve a human agent for few confirmation
I have implemented the HIL using langgraph but finding difficulties in integrating this to the chatbot built on streamlit
Specifically, I’m looking for advice on the following:
Streamlit integration: How should I structure the chatbot’s interaction flow in Streamlit so that, when a human needs to intervene, the interface switches seamlessly to allow manual responses?
Any example code, or resources would be greatly appreciated!
Thanks in advance for your help!
Beta Was this translation helpful? Give feedback.
All reactions