Skip to content

Hermes Profile Template 0.6.1

Choose a tag to compare

@codegraphtheory codegraphtheory released this 25 Jun 19:46
· 27 commits to main since this release

0.6.1

This release redesigns the local web demo into a more credible product demo.

Highlights:

  • Replaced the marketing-style landing page with a fixed fullscreen windowpane interface.
  • The initial state is just a single sentence text box with explanatory placeholder text.
  • During generation, the UI transforms into a workbench.
  • Workbench panels progressively reveal what is being created: mature prompt, params YAML, profile repo, playable demo, contents diagram, validation, and download package.
  • Added richer backend job metadata for status-aware rendering.
  • Kept the local backend standard-library based and easy to run with make web-demo.

Verification:

python3 -m py_compile scripts/*.py web-demo/server.py
python3 scripts/validate_profile.py .
make sentence-smoke
make smoke
make release-check

Local web smoke:

  • Started python3 web-demo/server.py on 127.0.0.1:8765.
  • Loaded the page and verified the new windowpane DOM.
  • Posted { "sentence": "a support ticket triage agent" } to /api/jobs.
  • Polled the job until complete.
  • Downloaded zip, demo, diagram, mature prompt, and validation artifacts.