Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 396 Bytes

File metadata and controls

16 lines (11 loc) · 396 Bytes

Contributing

RecallGate is designed to stay small, local-first, and token-efficient.

Before adding a feature, ask:

  1. Does it work without model/API calls by default?
  2. Does it reduce injected context instead of increasing it?
  3. Does it keep memory controllable and recoverable?
  4. Can users inspect the memory files directly?

Run tests:

python -m unittest discover -s tests