markdown

I built a portable memory layer for AI agents so you don't have to

AI agents are everywhere now. But they still struggle with one thing: memory.

Most agent frameworks store memory in a vector database, but that's not enough. A vector DB just stores embeddings; it doesn't understand memory types, consolidation, forgetting, or portability.

So I built Mneme — a portable memory layer for AI agents.