LangChain Reference home pageLangChain ReferenceLangChain Reference
  • GitHub
  • Main Docs
Deep Agents
LangChain
LangGraph
Integrations
LangSmith
  • Overview
  • LangGraph Checkpoint
    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
    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

    • Build a custom SQL agent
    • Evaluate a complex agent
    • Functional API overview
    • Graph API overview
    • Human-in-the-loop

    Classes

    class
    HumanResponse

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

    deprecatedclass
    HumanInterruptConfig

    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.

    deprecatedclass
    ActionRequest

    Represents a request for human action within the graph execution.

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

    deprecatedclass
    HumanInterrupt

    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.

    View source on GitHub