LangChain Reference home pageLangChain ReferenceLangChain Reference
  • GitHub
  • Main Docs
Deep Agents
LangChain
LangGraph
Integrations
LangSmith
  • Overview
  • LangGraph Checkpoint
    LangGraph Store
    Checkpoint Postgres
    Store Postgres
    Checkpoint SQLite
    LangGraph Prebuilt
    LangGraph CLI
    LangGraph SDK
    LangGraph Supervisor
    LangGraph Swarm
    ⌘I

    LangChain Assistant

    Ask a question to get started

    Enter to send•Shift+Enter new line

    Menu

    LangGraph Checkpoint
    LangGraph Store
    Checkpoint Postgres
    Store Postgres
    Checkpoint SQLite
    LangGraph Prebuilt
    LangGraph CLI
    LangGraph SDK
    LangGraph Supervisor
    LangGraph Swarm
    Language
    Theme
    Pythonlanggraph.prebuiltinterrupt
    Module●Since v0.1

    interrupt

    Used in Docs

    • Evaluate a complex agent
    • Functional API overview
    • Human-in-the-loop
    • Interrupts
    • Subgraphs

    Classes

    View source on GitHub
    class
    HumanResponse
    deprecatedclass
    HumanInterruptConfig
    deprecatedclass
    ActionRequest
    deprecatedclass
    HumanInterrupt

    The response provided by a human to an interrupt, which is returned when graph execution resumes.

    Configuration that defines what actions are allowed for a human interrupt.

    This controls the available interaction options when the graph is paused for human input.

    Represents a request for human action within the graph execution.

    Contains the action type and any associated arguments needed for the action.

    Represents an interrupt triggered by the graph that requires human intervention.

    This is passed to the interrupt function when execution is paused for human input.