Class used to manage the memory of a chat session, including loading
and saving the chat history, and clearing the memory when needed. It
uses the ZepClient to interact with the Zep service for managing the
chat session's memory.
Implementations should override this method to handle bulk addition of messages
in an efficient manner to avoid unnecessary round-trips to the underlying store.
Class used to manage the memory of a chat session, including loading and saving the chat history, and clearing the memory when needed. It uses the ZepClient to interact with the Zep service for managing the chat session's memory.