langgraph/concepts/memory/ #2052
Replies: 3 comments 3 replies
-
Great !! |
Beta Was this translation helpful? Give feedback.
-
I believe it is worth reconsidering the current approach to managing the message state, as well as how nodes update this state. The conventional approach for state management (e.g., Redux) allows consumers to specify an action type (e.g., ADD_MESSAGE, REMOVE_MESSAGE) along with a corresponding payload. This design enables a single state to handle multiple action types, supporting not only basic CRUD operations but also more complex workflows. In the current design, the state only supports a single reducer named |
Beta Was this translation helpful? Give feedback.
-
Where can one find all the different DB backed memory stores that are currently supported? I only see PostgresStore in the library reference, are there other options too? |
Beta Was this translation helpful? Give feedback.
-
langgraph/concepts/memory/
Build language agents as graphs
https://langchain-ai.github.io/langgraph/concepts/memory/
Beta Was this translation helpful? Give feedback.
All reactions