mirror of
https://github.com/langchain-ai/langgraph.git
synced 2026-08-23 16:12:25 +02:00
5 lines
146 B
Python
5 lines
146 B
Python
CONFIG_KEY_SEND = "__pregel_send"
|
|
CONFIG_KEY_READ = "__pregel_read"
|
|
CHECKPOINT_KEY_VERSION = "__pregel_version"
|
|
CHECKPOINT_KEY_TS = "__pregel_ts"
|