Replies: 1 comment
-
@lironezra you would need to enable persistence by passing a checkpointer to app = workflow.compile(checkpointer=checkpointer) see more here: https://langchain-ai.github.io/langgraph/how-tos/persistence/ |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I am using this code from the documentation: https://github.com/langchain-ai/langgraph/blob/main/examples/agent_executor/base.ipynb
How can I add to this implementation memory for graph and also for the agent?
Beta Was this translation helpful? Give feedback.
All reactions