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
+2 -3
View File
@@ -44,8 +44,7 @@
"...\n",
"```\n",
"\n",
"!!! info \"Setup\"",
"\n",
"!!! info \"Setup\"\n",
" You need to run `.setup()` once on your checkpointer to initialize the database before you can use it."
]
},
@@ -70,7 +69,7 @@
"outputs": [],
"source": [
"%%capture --no-stderr\n",
"%pip install -U psycopg psycopg-pool langgraph langgraph-checkpoint-postgres"
"%pip install -U psycopg psycopg-pool langgraph langgraph-prebuilt langgraph-checkpoint-postgres"
]
},
{