langgraph[change]: solidify public/private differentiations (#5252)

* public interfaces for channels
* public interfaces for func
* public interfaces for graph
* pi for managed
* first pass public interface for top level modules
* first pass at private for utils -> _internal
* private interface for pregel
* scratchpad/stream protocol move
* docs update
* backwards compat for runnable
* deprecation warning for send and interrupt
* deprecation for pregel import
This commit is contained in:
Sydney Runkle
2025-07-02 16:48:53 -04:00
committed by GitHub
parent c989f1c898
commit 8c4e698c5a
89 changed files with 4085 additions and 4079 deletions
+1 -1
View File
@@ -282,8 +282,8 @@
"from langgraph.graph import StateGraph\n",
"\n",
"from langchain_core.runnables import RunnableConfig\n",
"from langgraph.constants import Send\n",
"from langgraph.checkpoint.memory import MemorySaver\n",
"from langgraph.types import Send\n",
"\n",
"\n",
"def update_candidates(\n",