Metadata-Version: 2.4
Name: areev-crewai
Version: 1.0.0
Summary: Areev storage backend for CrewAI memory: supersession-based updates, audited deletes, and right-to-erasure over memory sources
Author: AreevAI
License: MIT OR Apache-2.0
Project-URL: Homepage, https://github.com/AreevAI/areev
Keywords: crewai,memory,storage,areev,audit,gdpr
Requires-Python: >=3.10
Description-Content-Type: text/markdown
Requires-Dist: areev>=1.0.0
Requires-Dist: crewai<2,>=1.10

# areev-crewai

Areev storage backend for CrewAI memory: every consolidation rewrite is
a supersession chain, every delete an audited tombstone, and `FORGET
SUBJECT` over a memory source erases its records with a receipt.

```python
from areev_crewai import AreevStorageBackend
backend = AreevStorageBackend("./crew-memory.db")
```
