1.2.0a2
📦 langgraphView on GitHub →
✨ 1 features🐛 2 fixes🔧 1 symbols
Summary
This release introduces node-level error handlers in langgraph and fixes two related bugs concerning timeouts and stream projections.
✨ New Features
- Added node-level error handlers in langgraph.
🐛 Bug Fixes
- NodeTimeoutError is now retryable by default in langgraph.
- Fixed arrival-ordered interleave for StreamChannel projections in langgraph.