Joshua Carroll
Joshua Carroll
@Philip-S-Martin the tag thing is very interesting for triggering fragment calls from outside themselves or establishing dependency chains. We'll plan to add the `scope=` feature first ^ but I bookmarked...
Oh, yep sorry for using shorthand. - Every dialog is a fragment already - so if I draw a widget inside a dialog and move the widget, the dialog code...
Yep, I think we'll have a PR up for this soon and most likely will be in the next release `st.rerun(scope="fragment")`
Thanks y'all! I also agree something like what @jamespet77 described would be a cool and useful addition, although it will need some more thought. I agree it's an additive change....
I did some improvements on it with the st.connection re-write, but noticed some similar things and got similar feedback from a couple sales engineers. Should definitely see if we can...
We also need it for equivalent of `--dry-run` without doing the install. Related: * https://github.com/astral-sh/uv/issues/411 * https://github.com/astral-sh/uv/issues/1442
defer to @kmcgrady but yeah that may make sense - this will be a good one to fix though! Thx for flagging Debbie, Alex and Karen!
Thanks @link89 It's unlikely that we'll directly support using the Tornado instance since we've intentionally avoided exposing Tornado internals since early Streamlit. We're also beginning to look at moving Streamlit...
This came up on Twitter, here's an example using the new Streamlit native Chat UI with the custom handler provided above https://langchain-streaming-example.streamlit.app/ https://github.com/langchain-ai/streamlit-agent/blob/main/streamlit_agent/basic_streaming.py We just shipped a native integration for...
Additional examples have been added to https://github.com/langchain-ai/streamlit-agent including Retrieval Chain (Document upload), SQL agent, Pandas agent. Enjoy!