Changes since 0.2.62
- langgraph: release 0.2.63 (#3064)
- tests: Add test for catching bunching in streaming (#3057)
- Add support for multiple subgraphs called in a single node (#3056)
- Fix kafka lib
- Add checkpointer=True mode for subgraphs that want to keep state between turns (#3055)
- Add support for multiple subgraphs called in a single node
- Add checkpointer=True mode for subgraphs that want to keep state betweenn turns
- Fix unexpected re-use of null resume value by subgraphs (#3054)
- Fix ignored goto when a mixed list of command and state updates is returned from a node (#3038)
- Fix unexpected re-use of null resume value by subgraphs
- feat(langgraph): Add interrupt schema to library (#2947)
- Fix Send order after interrupt/resume (#3037)
- tests: add test for multiple interrupts and tasks (#2941)
- Fix Send order after interrupt/resume
- Fix multiple interrupt/task test
- Remove duckdb checkpointer and store
- Fix flasy return from task
- Fix tracing hierarchy for imperative api (#3036)
- Remove duckdb checkpointer and store
- langgraph: fix non-empty value check in ensure_config (#3039)
- Remove send v2 (#3033)
- langgraph: allow model names as strings in create_react_agent (#3031)
- docs: document inject kwarg (#3026)
- Fix tracing hierarchy for imperative api
- Remove send v2
- docs: internal doc nits (#2946)
- langgraph: fix ismethod check in add_node (#3032)
- feat: Add interrupt schema to library