Files
langgraph/tests
Nuno Campos 1ad017781d Add stream_mode=updates or values
- stream(stream_mode="values") yields thre current channel values whenever a channel is updated
- stream(stream_mode="updates") yields the update sent to each channel by each node
- this removes the __end__ value present at the end of each call to Graph/StateGraph/MessageGraph.stream(). To access the __end__ value either call .invoke() or stream(stream_mode="values")
2024-03-30 21:24:39 -07:00
..
2024-03-26 15:42:16 -07:00
2024-02-29 19:07:58 -08:00
2024-03-21 15:54:03 -07:00
2024-01-07 19:39:10 -08:00