chore(nix): upgrade Python 3.11 → 3.12 and build web frontend#11621
Closed
boozedog wants to merge 5 commits into
Closed
chore(nix): upgrade Python 3.11 → 3.12 and build web frontend#11621boozedog wants to merge 5 commits into
boozedog wants to merge 5 commits into
Conversation
The Nix package didn't include the web UI — cmd_dashboard tried to build it at runtime from PROJECT_ROOT/web, which doesn't exist in the read-only Nix store. - Add buildNpmPackage derivation for the web frontend - Install built assets to $out/share/hermes-agent/web_dist - Set HERMES_WEB_DIST env var in wrappers so the server finds them - Support HERMES_WEB_DIST in web_server.py as override for WEB_DIST - Skip runtime npm build when pre-built assets are provided
This was referenced Apr 17, 2026
7 tasks
This was referenced Apr 18, 2026
4 tasks
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
uv.lockto includefastapivia the[web]extrainstallPhasewithbuildNpmPackagesohermes webworks from a Nix installHERMES_WEB_DISTenv var override so the server finds pre-built assetsboozedogemail toAUTHOR_MAPTest plan
nix buildcompletes successfullyhermes webserves the dashboard from Nix install