Changes since 0.2.39
- Update stream() and astream() to process 'updates' event types.
- Update astream_events() to process interrupt.
- Add docstring to
RemoteGraph
(#2217) - langgraph: expand handle_tool_errors in ToolNode (#1667)
- lib: Add max_concurrency for async executions
- chore: Switch s3 client utils from httpx client to curl client
- Merge pull request #2092 from langchain-ai/an/11oct/remote-graph-interrupt
- Interop of RemoteGraph w core lib
- lib: Ensure RemoteGraph.invoke emits all subgraph events as expected
- fix: RemoteGraph should propagate subgraphs streaming
- Add "node finished" callback
- langgraph: add 'messages_key' param to ToolNode / tools_condition (#2049)
- langgraph: always raise NodeInterrupt in ToolNode if raised from a tool (#2175)
- langgraph: validate sync/async clients initialized correctly in RemoteGraph (#2214)
- Support read type hints from the method in
add_node
(#2014)