Streamlit and Langgraph used to create human-in-the-loop news writer app

Hey @Nick , I solved the streaming problem with LangGraph and Streamlit in the toolkit I just published today:

In my repo I run the agent in a different container with a fastapi server in between, but I believe the same principle and key code would work if the agent was running directly in the Streamlit app.

2 Likes