mirror of
https://github.com/NousResearch/hermes-agent.git
synced 2026-07-30 18:57:51 +00:00
Per-job cron inference pins are now user-owned: the agent-facing cronjob tool schema no longer exposes model/provider/base_url, and the registered handler ignores them even if a model hallucinates the old parameters. Users set pins via the dashboard, hermes cron create/edit --model/--provider, or jobs.json directly — and once set, a pin sticks until the user changes it. Existing agent-era pins are grandfathered untouched. New cron.model / cron.model_provider config keys give the cron fleet its own default model, independent of the chat model. Fire-time resolution: per-job pin > cron.model > HERMES_MODEL > model.default. An axis covered by the explicit cron-fleet default is deliberate routing, not drift, so the #44585 fail-closed guard skips it — switching your chat model with /model or hermes model no longer breaks unpinned cron fleets. - tools/cronjob_tools.py: drop model param from agent schema + handler; remove now-dead _resolve_model_override - cron/scheduler.py: cron.model/model_provider resolution + per-axis drift-guard skip - cron/jobs.py: snapshot resolution mirrors the new precedence - hermes_cli/subcommands/cron.py + hermes_cli/cron.py: --model/--provider on hermes cron create/edit - hermes_cli/config.py: cron.model / cron.model_provider defaults - docs: cron.md model-resolution tip rewritten |
||
|---|---|---|
| .. | ||
| docs | ||
| i18n/zh-Hans/docusaurus-plugin-content-docs/current | ||
| 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.