langgraph: separate prebuilt into a standalone package (#3589)

This commit is contained in:
Vadym Barda
2025-02-26 18:33:07 -05:00
committed by GitHub
parent 2e36189c16
commit 24c13c211e
58 changed files with 3958 additions and 2535 deletions
@@ -52,7 +52,7 @@
"outputs": [],
"source": [
"%%capture --no-stderr\n",
"%pip install -U langgraph langchain-openai"
"%pip install -U langgraph langgraph-prebuilt langchain-openai"
]
},
{