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
Pythonlanggraphchannelsephemeral_value
Module●Since v0.1

ephemeral_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
EphemeralValue

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

View source on GitHub