Skip to content

v1.0.1 — Patch

Choose a tag to compare

@tuancookiez-hub tuancookiez-hub released this 19 Jun 11:37

HyAtlas-Memory v1.0.1 — Patch

Fixes hyatlas CLI to work from any directory after pip install hyatlas-memory.

Fixed

  • hyatlas start|--stop|--status from any directory — previously failed with "start.py not found" when run outside the repo root after pip install. Startup logic is now bundled in hyatlas_memory._start and resolves the project root via HYATLAS_PROJECT_ROOT env var → cwd → editable-install detection.
  • CLI now accepts both status and --status (and stop, help).

Docs

  • README: new "Retrieval scoring (4-factor MemoryScorer)" section, L0 layer added to the table, dashboard page names corrected, install-from-PyPI path, PyPI + GitHub release badges.

Install

pip install --upgrade hyatlas-memory

Or set the env var to run hyatlas from anywhere:

export HYATLAS_PROJECT_ROOT=/path/to/hyatlas-memory

See CHANGELOG.md for full notes.