mirror of
https://github.com/langchain-ai/langgraph.git
synced 2026-08-23 16:12:25 +02:00
- Save errors produced by tasks, under pending_writes - Re-work logic to cancel other tasks when one fails, ready to change for interrupt exception - Update serializer to handle exceptions - Update get_state/get_state_history with new return value property "tasks" which contains a richer description of the next tasks, currently with id, name and error (if already ran and errored)