LangChain Reference home pageLangChain ReferenceLangChain Reference
  • GitHub
  • Main Docs
Deep Agents
LangChain
LangGraph
Integrations
LangSmith
  • Overview
    • Overview
    • Graphs
    • Functional API
    • Pregel
    • Checkpointing
    • Storage
    • Caching
    • Types
    • Runtime
    • Config
    • Errors
    • Constants
    • Channels
    • Agents
    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

    OverviewGraphsFunctional APIPregelCheckpointingStorageCachingTypesRuntimeConfigErrorsConstantsChannelsAgents
    LangGraph CLI
    LangGraph SDK
    LangGraph Supervisor
    LangGraph Swarm
    Language
    Theme
    PythonlanggraphChannels

    Channels

    Classes

    Class

    BaseChannel

    Base class for all channels.

    Class

    Topic

    A configurable PubSub Topic.

    Class

    LastValue

    Stores the last value received, can receive at most one value per step.

    Class

    EphemeralValue

    Stores the value received in the step immediately preceding, clears after.

    Class

    BinaryOperatorAggregate

    Stores the result of applying a binary operator to the current value and each new value.

    Class

    AnyValue

    Stores the last value received, assumes that if multiple values are