mirror of
https://github.com/NousResearch/hermes-agent.git
synced 2026-07-09 13:21:42 +00:00
docs(debug): document Nous diagnostics upload
This commit is contained in:
parent
7203898ce4
commit
53a8a73673
1 changed files with 5 additions and 2 deletions
|
|
@ -772,11 +772,13 @@ Upload a debug report (system info + recent logs) to a paste service and get a s
|
|||
|--------|-------------|
|
||||
| `--lines <N>` | Number of log lines to include per log file (default: 200). |
|
||||
| `--expire <days>` | Paste expiry in days (default: 7). |
|
||||
| `--nous` | Upload to Nous-internal diagnostics storage instead of a public paste service. Use this when Nous support asks for a private diagnostic bundle. |
|
||||
| `--local` | Print the report locally instead of uploading. |
|
||||
| `--no-redact` | Disable upload-time secret redaction. By default, uploads are redacted. |
|
||||
|
||||
The report includes system info (OS, Python version, Hermes version), recent agent, gateway, GUI/dashboard, and desktop logs (512 KB limit per file), and redacted API key status. Keys are always redacted — no secrets are uploaded.
|
||||
The report includes system info (OS, Python version, Hermes version), recent agent, gateway, GUI/dashboard, and desktop logs (512 KB limit per file), and redacted API key status. By default, uploads are redacted so secrets are not included.
|
||||
|
||||
Paste services tried in order: paste.rs, dpaste.com.
|
||||
Default uploads use public paste services tried in order: paste.rs, dpaste.com. `--nous` uploads the same debug bundle to private Nous diagnostics storage instead; the returned viewer link is for the Nous team and auto-deletes after 14 days.
|
||||
|
||||
### Examples
|
||||
|
||||
|
|
@ -784,6 +786,7 @@ Paste services tried in order: paste.rs, dpaste.com.
|
|||
hermes debug share # Upload debug report, print URL
|
||||
hermes debug share --lines 500 # Include more log lines
|
||||
hermes debug share --expire 30 # Keep paste for 30 days
|
||||
hermes debug share --nous # Upload a private diagnostics bundle for Nous support
|
||||
hermes debug share --local # Print report to terminal (no upload)
|
||||
```
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue