- DATE:
- AUTHOR:
- The LangChain Team
LangChain
LangGraph v0.4: Working with Interrupts
DATE:
AUTHOR:
The LangChain Team
Just shipped LangGraph v0.4! This release brings major upgrades for working with interrupts:
• Interrupts are now surfaced automatically when you call .invoke()
on a graph (with default stream_mode
), making it easier to observe and handle them.
• You can now resume multiple interrupts at once — perfect for parallel tool calls where interruptions arrive out of order. Just map interrupt IDs to resume values and submit them all in one go.
Try it out → https://python.langchain.com/docs/tutorials/#get-started