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-sdkauthtypesAuthContextaction
    Attribute●Since v0.1

    action

    Copy
    action: typing.Literal['create', 'read', 'update', 'delete', 'search', 'create_run', 'put', 'get', 'list_namespaces']
    View source on GitHub

    The action being performed on the resource.

    Most resources support the following actions:

    • create: Create a new resource
    • read: Read information about a resource
    • update: Update an existing resource
    • delete: Delete a resource
    • search: Search for resources

    The store supports the following actions:

    • put: Add or update an item in the store
    • get: Get an item from the store
    • search: Search for items within a namespace prefix
    • delete: Delete an item from the store
    • list_namespaces: List the namespaces in the store