A governed memory layer for AI agents, built on the principle that forgetting is a feature, not a failure.
Retrieval-augmented generation is recall on demand: the ground floor of cognition. It fetches what's relevant now. But the agents we're being asked to build are expected to carry a case across weeks, notice that today's message contradicts last month's, and learn what is worth keeping. That isn't retrieval. It's memory, and memory is a building with several floors.
Lethe is an experiment in the upper floors: a layer that sits above retrieval and decides what an agent should retain verbatim, abstract into a summary, or let decay, modelled loosely on how biological consolidation promotes a few experiences and lets the rest fade. Every durable memory carries its provenance, so a memory you can't trace is a memory the system won't trust.
The name is deliberate. In a system that hoards everything, relevance drowns in volume and the compliance surface grows with every byte you refuse to forget. Lethe treats principled forgetting as a first-class design goal.
The live thread of a task is held separately from anything durable: what we're doing, and why, right now.
A scheduled pass promotes the few interactions that matter into durable memory and abstracts the rest into summaries.
An explicit, per-class schedule governs what fades, when: the same rigour as a data-retention policy, because it is one.
Every durable memory links back to its source, time, and authority, so any recalled fact can be traced and defended.
"A memory that keeps everything has no opinion about what matters. Neither does a system."From the dispatch: The Cartography of Memory
Lethe is research, not a product: the most experimental thing in the Lab. The questions I'm chasing: what a good default forgetting policy even looks like across task types; whether consolidation can run cheaply enough to be continuous; how to keep provenance intact through abstraction and summarisation; and whether "principled forgetting" measurably improves an agent's reasoning over a hoard-everything baseline.
If you're working on agent memory, evaluation, or governance, I'd genuinely like to compare notes.
Retrieval is the ground floor. This is the building.
An exploratory research prototype by Dr. Nabeel A. Khan.