Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 410 Bytes

File metadata and controls

19 lines (13 loc) · 410 Bytes

Contributing

Contributions are welcome.

Development

python -m venv .venv
pip install -r requirements.txt
pytest -q

Guidelines

  • 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.