Skip to content

v1.7.0 - CI, Docker & Dashboard

Choose a tag to compare

@Lethe044 Lethe044 released this 20 Jul 12:16
· 38 commits to main since this release

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 up gets you a fully free, zero-API-key
    trial paired with a local Ollama container - no Python setup needed.
    A standalone Dockerfile is also available for use with your own
    provider key.

  • 馃搳 Dashboard: python demo/dashboard.py turns 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).