v1.7.0 - CI, Docker & Dashboard
CI, Docker & Local Dashboard
What's new
-
馃煝 CI: GitHub Actions now runs the full test suite (129 tests +
an Atropos RL smoke test) on every push/PR, across Python
3.10/3.11/3.12. Status badge added to the README. -
馃惓 Docker:
docker compose upgets you a fully free, zero-API-key
trial paired with a local Ollama container - no Python setup needed.
A standaloneDockerfileis also available for use with your own
provider key. -
馃搳 Dashboard:
python demo/dashboard.pyturns your logged
mood/sleep/stress/energy/hydration data - and the correlations Hermes
already detects - into a single self-contained HTML report with
charts. Pure local analysis, no LLM call, nothing leaves your
machine.
Testing
7 new tests for the dashboard. Full suite: 136/136 passing
(129 pre-existing + 7 new).