Launching today

Attestari
Auditable, provably-deletable memory for AI agents
4 followers
Auditable, provably-deletable memory for AI agents
4 followers
Open-source memory for AI agents you can actually audit. Every fact carries provenance (where it came from), the history is tamper-evident, and any user's data is provably deletable: forget() destroys their key and issues a signed certificate — data unrecoverable, audit proof survives. Reconciles GDPR "delete" with the EU AI Act "keep records." Zero-dependency core, runs on plain Postgres. Apache-2.0.





Congrats on tackling such a tricky compliance problem with the tamper-evident history and forget() flow. One thing that would really help teams adopting this is a small CLI or SDK helper that previews exactly which rows a forget() call would touch before it issues the certificate. Right now I can imagine nervous compliance folks wanting a dry run to sanity-check cascade paths and catch any unexpected references tied to that user before signing anything destructive.
The forget() returning a signed deletion certificate is a really thoughtful touch, makes GDPR compliance feel less like a black box. Genuinely curious how the tamper-evident history holds up under heavy write loads on Postgres.