mirror of
https://github.com/NousResearch/hermes-agent.git
synced 2026-07-29 18:46:59 +00:00
docs: document dashboard session filter tabs and photon immutable-tree fallback
Follow-up docs for the July 29 salvage wave (#73865 session filtering, #73864 photon sidecar immutable install trees).
This commit is contained in:
parent
720cdd1d14
commit
7c6caac160
2 changed files with 6 additions and 1 deletions
|
|
@ -232,6 +232,7 @@ Advanced/rarely-used keys are hidden by default behind a toggle.
|
|||
|
||||
Browse and inspect all agent sessions. Each row shows the session title, source platform icon (CLI, Telegram, Discord, Slack, cron), model name, message count, tool call count, and how long ago it was active. Live sessions are marked with a pulsing badge.
|
||||
|
||||
- **Filter** — **Chats / Automation / All** tabs scope the list: *Chats* (the default) shows human conversations and hides automation noise (cron, tool, API, ACP sessions); *Automation* shows only those; *All* shows everything. An exact-source dropdown narrows further to a single channel (e.g. only Telegram). Search respects the active filter.
|
||||
- **Search** — full-text search across all message content using FTS5. Results show highlighted snippets and auto-scroll to the first matching message when expanded.
|
||||
- **Stats** — a summary bar shows total sessions, how many are active in the store, archived count, total messages, and a per-source breakdown.
|
||||
- **Expand** — click a session to load its full message history. Messages are color-coded by role (user, assistant, system, tool) and rendered as Markdown with syntax highlighting.
|
||||
|
|
|
|||
|
|
@ -73,7 +73,11 @@ The setup, in order:
|
|||
user with that number already exists, so re-running is safe.
|
||||
5. **Prints your assigned iMessage line** — the number you text to reach
|
||||
your agent.
|
||||
6. **Runs `npm install`** inside the plugin's sidecar directory.
|
||||
6. **Runs `npm install`** inside the plugin's sidecar directory. On
|
||||
read-only / immutable install trees (hosted Docker images, Podman,
|
||||
Nix) the sidecar automatically falls back to a writable mirror under
|
||||
`~/.hermes/photon/sidecar`; set `PHOTON_SIDECAR_DIR` to pin an
|
||||
explicit location.
|
||||
|
||||
Runtime credentials are written to `~/.hermes/.env`
|
||||
(`PHOTON_PROJECT_ID` = the Spectrum project id, `PHOTON_PROJECT_SECRET`),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue