issues
search
langchain-ai
/
langgraph
Build resilient language agents as graphs.
https://langchain-ai.github.io/langgraph/
MIT License
6.79k
stars
1.1k
forks
source link
lib: For subgraphs / stream modes call stream.put as a callback in the original event loop
#2491
Closed
nfcampos
closed
1 day ago
nfcampos
commented
1 day ago
This is asynchronous, so we shouldn't use for regular writes to the output stream (ie those from PregelLoop)
For writes from subgraphs / nodes this is fine to use, as we make no guarantees about when those show up anyway