HyperMEM is source-available. Pull requests and issues are welcome.
git clone https://github.com/4biddencode/hypermem.git
cd hypermem
pip install -e ".[test]"python -m pytest tests -qAll tests are hermetic — they stub the LLM transport, so no model or network
is needed. Live-model tests (marked live) are skipped by default.
- Keep the public API stable. The public surface is small on purpose.
- Add a test for any behavior change. Tests are the spec.
- Run the full suite before opening the PR.
See LICENSE. Contributing to the project means your contribution is licensed under the same terms.