Has anyone found a Python library that handles LLM conversation storage + summarization (not memory systems)?

Posted by sarvesh4396@reddit | LocalLLaMA | View on Reddit | 3 comments

What I need:

What I don’t need:

I’ve looked at Mem0, but it feels more like a memory layer (fact extraction + retrieval) than simple storage + summarization.

Closest thing I found is stuff like MemexLLM, but it still feels either early or not exactly focused on this use case.

Is there something that actually does just this cleanly, or is everyone rolling their own?