docs: document plugin installation and catalog controls

This commit is contained in:
Hermes Agent
2026-08-19 00:56:00 +10:00
parent 8989ecd7af
commit a06c6f3628
+20 -1
View File
@@ -36,7 +36,26 @@ The dashboard shows per-conversation metrics and rolling aggregates across the l
## Catalog and download filters ## Catalog and download filters
The Popular and Available downloads views only show models with known size and expected RAM estimates that fit the running host's installed RAM, detected from `/proc/meminfo` and reported in the API filter metadata. Available downloads also includes known fitting variants from installed model families. The dashboard can filter downloads by Dense/MoE type or ability (completion, thinking, tools, vision, audio, or video), and organize them by popularity, newest, size, or name. The Popular and Available downloads views only show models with known size and expected RAM estimates that fit the running host's installed RAM, detected from `/proc/meminfo` and reported in the API filter metadata. The limit is calculated at runtime, so it follows RAM upgrades or downgrades without a hard-coded threshold. Available downloads also includes known fitting variants from installed model families.
The Available downloads controls support:
- Dense or MoE model type
- Abilities such as completion, thinking, tools, vision, audio, and video when supplied by the catalog
- Organization by upstream popularity, newest (`modified_at`), smallest size, largest size, or name
- Search across model names, families, strengths, and capabilities
Popularity and date ordering use upstream metadata only; the plugin does not invent popularity, dates, RAM requirements, or token metrics.
## Installation
This plugin is installable from the Hermes dashboard Plugin Section using the repository URL:
```text
https://gitea.beyondcloud.solutions/dennii/Hermes-Ollama_Models.git
```
In Hermes Dashboard, open **Plugins**, choose **Install from repository**, enter the URL above, and install. The repository contains the root `plugin.yaml`, dashboard manifest, backend API, compiled frontend bundle, stylesheet, and dependency declaration required by the plugin installer. After installation or an update, restart only the Hermes dashboard service if requested by the installer.
## Security limits ## Security limits