LangChain Reference home pageLangChain ReferenceLangChain Reference
  • GitHub
  • Main Docs
Deep Agents
LangChain
LangGraph
Integrations
LangSmith
  • 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
Pythonlanggraphchannelsnamed_barrier_value
Module●Since v0.1

named_barrier_value

Attributes

attribute
MISSING

Unset sentinel value.

attribute
Value

Classes

class
BaseChannel

Base class for all channels.

class
InvalidUpdateError

Raised when attempting to update a channel with an invalid set of updates.

Troubleshooting guides:

  • INVALID_CONCURRENT_GRAPH_UPDATE
  • INVALID_GRAPH_NODE_RETURN_VALUE
class
NamedBarrierValue

A channel that waits until all named values are received before making the value available.

class
NamedBarrierValueAfterFinish

A channel that waits until all named values are received before making the value ready to be made available. It is only made available after finish() is called.

View source on GitHub