Contributions are welcome.
python -m venv .venv
pip install -r requirements.txt
pytest -q- Keep the default tests offline.
- Do not commit
.env, API keys, private chat logs, or generated memory databases. - Add tests for memory policy, storage, evaluation, or API behavior changes.
- Keep privacy controls explicit when adding new memory types.