Skip to content

Hermes Profile Template 0.6.2

Choose a tag to compare

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

0.6.2

This release tightens the local web demo after hands-on review.

Highlights:

  • Fixed the overlapping workbench layout by separating the prompt pane, status rail, and detail column.
  • Added an embedded playable demo directly in the results window.
  • Added a clear "What was generated" section with validation checks, important generated files, install command, and artifact links.
  • Added backend result metadata for generated files and quality checks.
  • Reduced visual ambiguity in the results state so viewers can tell what exists and whether it passed validation.

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 workbench/result DOM contains the embedded playable demo frame and generated-output summary.
  • Posted { "sentence": "a support ticket triage agent" } to /api/jobs.
  • Polled the job until complete.
  • Verified the result payload includes generated_files and quality_checks.
  • Downloaded zip, demo, diagram, mature prompt, and validation artifacts.