Replies: 1 comment
-
After studying the architecture of langgraph in more detail, I came to the conclusion that MemorySaver (checkpointer) is used to store State in long-term memory, while MessagesState is designed to manage message history or the so-called context. Have I understood the message correctly? |
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.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi guys! Still can't define cases, when you should use checkpointer and memory state.
I thought, that all conversations are stored in memory checkpointer OR MessageState (with add_messages reducer).
But i watched Langgraph course to use agents. In the lessons author used both of these, but why?
For example some lines of code:
Thanks in advance, i'm newbie in the langgraph framework.
Beta Was this translation helpful? Give feedback.
All reactions