mempill
Temporally-correct memory for AI agents — bi-temporal claim store with Contested-first conflict surfacing and oracle resolution.
📖 Documentation: https://mempill.netlify.app
This crate is a thin facade over mempill-core and the persistence adapters.
Usage
[]
= "0.2" # default = SQLite backend
# or:
= { = "0.2", = ["postgres"] }
Quick start
use ;
async
Feature flags
| Feature | Default | Description |
|---|---|---|
sqlite |
yes | Embedded SQLite adapter (topology-a, file-per-agent) |
postgres |
no | Shared PostgreSQL adapter (topology-b, r2d2 pool, advisory locking) |
License
Apache-2.0. See LICENSE for the full text.