Skip to main content

One doc tagged with "interrupt"

View all tags

Human in the Loop

interrupt() pauses a graph mid-run, persists its full state via the checkpointer, and waits — no polling, no separate queue. A Command(resume=...) call later continues execution from that exact point with the human's input folded in.