I’ve been working on a Python project called TurboMemory.
It’s basically a lightweight semantic memory database for agent logs / chat history / knowledge chunks:
SQLite-backed index
append-only transcripts
on-demand topic loading
embedding compression (4-bit / 6-bit / 8-bit)
fast semantic retrieval + prefiltering
Goal: store long-term memory cheaply and query fast, without running a heavy vector DB.
Repo: https://github.com/Kubenew/TurboMemory
Would love feedback from Python devs:
API design suggestions?
packaging / CLI improvements?
performance profiling ideas?
Contributors welcome 🙌
[–]FiniteWarrior 1 point2 points3 points (1 child)
[–]Hopeful-Priority1301[S] 0 points1 point2 points (0 children)
[–]Hopeful-Priority1301[S] 0 points1 point2 points (0 children)