sdk==0.3.14
📦 langgraphView on GitHub →
✨ 4 features🔧 1 symbols
Summary
This release primarily focuses on version bumps across several components, including alpha releases for langgraph and checkpoint modules, alongside minor feature additions like `return_minimal` for threads updates.
Migration Steps
- Update references using 'x links' to use 'langchain_oss' instead.
✨ New Features
- Added `return_minimal` option to threads update.
- Added streaming transformer infrastructure and tests to langgraph.
- Enabled dispatching `stream_events(version='v3')` on Pregel in langgraph.
- Allowed `ToolNode` tools to return `list[Command | ToolMessage]` in prebuilt.