Langgraph Postgres and Redis checkpointer/persistence don't work with workers
I'm trying to build an API that uses langgraph in a CF worker.
It works fine, but when I add langgraph persistence via postgres or redis, I get the following error.
I cannot perform any sort of
ctx.waituntil() calls since the persistence is internal to langgraph.
The docs for langgraph js can be found here
https://github.com/langchain-ai/langgraphjs/tree/main
A minimal example is
GitHub
GitHub - langchain-ai/langgraphjs: Framework to build resilient lan...
Framework to build resilient language agents as graphs. - langchain-ai/langgraphjs
0 Replies