|
|
@@ -58,12 +58,12 @@ Capabilities natively implemented by the Chatto plugin adapter:
|
|
|
|
|
|
### Option A: Plugin Install (Recommended)
|
|
|
|
|
|
-If the plugin is available in a plugin registry:
|
|
|
-
|
|
|
```bash
|
|
|
-hermes plugins install hermes-chatto-plugin
|
|
|
+hermes plugins install https://gogs.netdome.biz/paul/hermes-chatto-plugin.git
|
|
|
```
|
|
|
|
|
|
+Hermes clones the plugin from that Git URL into its platform-plugin directory and auto-discovers it on gateway startup — no manual registration needed.
|
|
|
+
|
|
|
### Option B: Manual Installation
|
|
|
|
|
|
Copy the plugin files into the Hermes Agent plugin directory so they sit at `~/.hermes/plugins/platforms/chatto/`. Hermes auto-discovers platform plugins on gateway startup — no manual registration needed.
|