Show HN: Memoria – AI memory engine with emotion encoding and SQLCipher storage
1 Ingver 1 7/15/2025, 2:59:56 PM github.com ↗
Hey HN,
I've been building an experimental memory system for AI agents called Memoria. It is a lightweight, encrypted backend that ranks memories by "emotional intensity".
Core features - ~180 MB footprint, zero external services or deps - End-to-end encryption using SQLCipher - Vector search (cosine similarity, NumPy only) - Emotion-based reinforcement and forgetting - Async Python API with cache layer - CI: pytest, ruff, mypy, coverage via Codecov
No Pinecone, no Redis, no cloud infra.
GitHub repo: https://github.com/Ingver1/memoria
I'd love feedback, ideas, or criticism. Contributors welcome!
Comments (1)
Ingver · 5m ago
Happy to answer questions or dive deeper into the emotion logic. Thanks for reading!