mirror of
https://github.com/NousResearch/hermes-agent.git
synced 2026-06-14 09:11:54 +00:00
Conflicts resolved: - package.json / package-lock.json: drop @askjo/camofox-browser from root deps per main's lazy-install change (#27055); keep bb/gui's workspaces=["apps/*"] and @streamdown/math; regenerated lockfile. - hermes_cli/main.py (_update_node_dependencies): combine main's streaming-output change (drop --silent, capture_output=False so postinstall progress is visible — #18840) with bb/gui's --workspaces=false guard so npm does not recurse into apps/* workspaces (those install/build on demand via _build_web_ui). - hermes_cli/main.py (_BUILTIN_SUBCOMMANDS): add main's new 'send' subcommand so plugin-discovery fast-path skips it. - tests/hermes_cli/test_cmd_update.py: align with combined flag set (repo gets --workspaces=false, ui-tui does not, dashboard install + build still 3rd) and retain main's capture_output=False regression assertion for repo + ui-tui installs. |
||
|---|---|---|
| .. | ||
| docs | ||
| i18n/zh-Hans/docusaurus-plugin-content-docs/current/user-guide | ||
| scripts | ||
| src | ||
| static | ||
| .gitignore | ||
| docusaurus.config.ts | ||
| package-lock.json | ||
| package.json | ||
| README.md | ||
| sidebars.ts | ||
| tsconfig.json | ||
Website
This website is built using Docusaurus, a modern static website generator.
Installation
yarn
Local Development
yarn start
This command starts a local development server and opens up a browser window. Most changes are reflected live without having to restart the server.
Build
yarn build
This command generates static content into the build directory and can be served using any static contents hosting service.
Deployment
Using SSH:
USE_SSH=true yarn deploy
Not using SSH:
GIT_USER=<Your GitHub username> yarn deploy
If you are using GitHub pages for hosting, this command is a convenient way to build the website and push to the gh-pages branch.
Diagram Linting
CI runs ascii-guard to lint docs for ASCII box diagrams. Use Mermaid (````mermaid`) or plain lists/tables instead of ASCII boxes to avoid CI failures.