When should I stop retrying?
Stop when the next retry could mutate migration state, expose secrets, broaden file access, or run unattended automation without a backup.
Symptoms, causes, next checks
Troubleshooting should start with the environment, command, backend, provider, and verification date. Most fixes become clearer once you know whether the failure is install, execution, provider, migration, or integration related.
Agent Guide is an independent editorial resource. It is not affiliated with, endorsed by, or sponsored by Nous Research, Hermes Agent, or Hermes/Hermes brand owners. Product names and marks belong to their respective owners.
| Symptom | Likely area | Next check |
|---|---|---|
hermes command missing | Install/PATH | Open a new shell and re-check installer output. |
| Native Windows shell errors | Windows support path | Compare WSL2 and native Windows behavior. |
| Docker cannot see files | Volume mount or working directory | Inspect mounted paths and Docker guide. |
| Provider auth fails | API key/provider config | Check provider name, base URL, key source, and env forwarding. |
| Migration conflict | Existing Hermes state | Run dry-run and inspect conflict list before applying. |
| Skill behaves unexpectedly | Skill instructions or scripts | Audit skill files and tool surface. |
| Pattern | Publish as page? | Reason |
|---|---|---|
| One-off typo | No | Handle inside the parent install guide. |
| Repeated Windows PATH or Git Bash issue | Yes | Search demand and fix pattern are specific. |
| Docker volume or port exposure issue | Yes | Risk and commands are different from generic Docker setup. |
| Provider auth confusion | Maybe | Publish when there are multiple provider-specific fixes. |
| Security-sensitive issue | Yes | Operators need a dated, careful, source-backed fix. |
| Source | Used for | Last checked | Confidence |
|---|---|---|---|
| Hermes Agent installation guide | Install commands, prerequisites, Windows/native installer details, and post-install checks. | 2026-06-02 | high |
| Hermes Agent Docker guide | Docker run modes, mounted data directory, gateway operation, ports, and production cautions. | 2026-06-02 | high |
| Hermes Agent configuration guide | Provider, model, backend, and environment configuration patterns. | 2026-06-02 | high |
| Migrate from OpenClaw | OpenClaw migration command flow, dry-run posture, and backup/rollback framing. | 2026-06-02 | high |
| NousResearch/hermes-agent on GitHub | Repository discovery, release/source inspection, issues, and contribution context. | 2026-06-02 | high |
| Hermes Agent security guide | Approval modes, gateway authorization, Docker terminal backend hardening, and credential cautions. | 2026-06-02 | high |
Known caveats: This hub captures fix patterns, not guaranteed diagnoses. Re-check official docs and current issues before applying invasive changes.
Stop when the next retry could mutate migration state, expose secrets, broaden file access, or run unattended automation without a backup.
Operator checklist
Receive the smoke-test order for install path, sandbox boundary, provider setup, source review, and production checks.