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-sdkschemaAssistantBase
    Classā—Since v0.1

    AssistantBase

    Base model for an assistant.

    Copy
    AssistantBase()

    Bases

    TypedDict

    Constructors

    Attributes

    View source on GitHub
    constructor
    __init__
    NameType
    assistant_idstr
    graph_idstr
    configConfig
    contextContext
    created_atdatetime
    metadataJson
    versionint
    namestr
    descriptionstr | None
    attribute
    assistant_id: str

    The ID of the assistant.

    attribute
    graph_id: str

    The ID of the graph.

    attribute
    config: Config

    The assistant config.

    attribute
    context: Context

    The static context of the assistant.

    attribute
    created_at: datetime

    The time the assistant was created.

    attribute
    metadata: Json

    The assistant metadata.

    attribute
    version: int

    The version of the assistant

    attribute
    name: str

    The name of the assistant

    attribute
    description: str | None

    The description of the assistant