Ideally, a bot like MiniAGI would keep all previous interactions in memory but summarize old interactions once the context window is full. It appears like Langchain ConversationSummaryBufferMemory implements that idea. Feature request: Provide a wrapper or alternative implementation to ConversationSummaryBufferMemory.
Ideally, a bot like MiniAGI would keep all previous interactions in memory but summarize old interactions once the context window is full. It appears like Langchain ConversationSummaryBufferMemory implements that idea. Feature request: Provide a wrapper or alternative implementation to
ConversationSummaryBufferMemory
.