Streamlit and LangGraph Intersection
Here is a blog describing the motivations for this project.
Each cookbook uses Streamlit to approach certain paradigms of LangGraph. Try out the demos, check out the source code, and see for yourself how they compare!
-
Offical StreamlitCallBackHandler Library Implementation st-lg-stcallbackhandler.streamlit.app
-
Simple Streaming Through Callback and Custom CallbackHandler st-lg-simple-streaming.streamlit.app
-
Tool Calling Relayed Through Streamlit UI Using Callback and Custom CallbackHandler st-lg-tool-callback.streamlit.app
-
Tool Calling Relayed Through Streamlit UI Using LangGraph's Astream and Custom AstreamHandler st-lg-tool-astream.streamlit.app
-
Message Manipulation (deletion) st-lg-msg-man.streamlit.app
-
Human in the Loop
- Dynamic Interrupts with Conditional Breakpoints and Custom Events st-lg-dynamic-interrupts.streamlit.app