jina-ai / thinkgpt

Agent techniques to augment your LLM and push it beyong its limits
Apache License 2.0
1.53k stars 134 forks source link

Implement a conversation buffer with automated summaries #11

Open muellerberndt opened 1 year ago

muellerberndt commented 1 year ago

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.

artemcrum commented 1 year ago

Voting for that!