Replies: 3 comments
-
Have you figured out how? I have the same question, I believe it is possible by using "human in the loop": |
Beta Was this translation helpful? Give feedback.
-
I just finished a streamlit-langgchain app with human-ai interaction at various points in the graph. Mating the two state machines is tricky but doable. The code ihere and the streamlit app can be run from the streamlit cloud here. streamlit makes this more complicated so you may just want to look at the mm_agent.py module which has the graph and the triggers for interaction in it. |
Beta Was this translation helpful? Give feedback.
-
Yupp typically you use interrupt_{before|after} Examples: |
Beta Was this translation helpful? Give feedback.
-
How to make langgraph stop in the middle of the steps and get input from user?? Is it possible to do that?
Beta Was this translation helpful? Give feedback.
All reactions