@hermespilot/link 0.7.8 → 0.7.9

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/.env.example ADDED
@@ -0,0 +1,27 @@
1
+ # Hermes Link local environment overrides.
2
+ # Copy to .env for local development if needed. Do not put secrets here.
3
+ #
4
+ # apps/hermes-link scripts do not automatically load .env. Load it explicitly:
5
+ # set -a; source apps/hermes-link/.env; set +a
6
+
7
+ # Default: use the bundled fallback catalog.
8
+ # Point this to the Cloudflare R2 static JSON managed from HermesPilot Console.
9
+ # MODEL_CATALOG_URL=https://example.r2.dev/model-capabilities/catalog.json
10
+
11
+ # Default: ~/.hermeslink
12
+ # HERMESLINK_HOME=/Users/you/.hermeslink
13
+
14
+ # Default: warn. Supported: debug, info, warn, error.
15
+ HERMESLINK_LOG_LEVEL=warn
16
+
17
+ # Default: 1. Set to 0, false, or off to disable Gateway autostart.
18
+ HERMESLINK_GATEWAY_AUTOSTART=1
19
+
20
+ # Default: runs. Supported: runs or responses.
21
+ HERMESLINK_CONVERSATION_BACKEND=runs
22
+
23
+ # Default: hermes
24
+ HERMES_BIN=hermes
25
+
26
+ # Default: ~/.hermes
27
+ # HERMES_HOME=/Users/you/.hermes
package/README.md CHANGED
@@ -63,6 +63,8 @@ CLI output follows the current system language when it is Chinese or English. Yo
63
63
 
64
64
  Set `HERMESLINK_LOG_LEVEL=warn` to suppress `debug` and `info` logs in published builds; `warn` is the default. You can also persist it with `hermeslink config set log-level warn`. A running daemon keeps the log write level it started with; run `hermeslink restart` after changing `log-level` if you need the write level to take effect immediately. `hermeslink logs` filters displayed lines by the current configured level by default, and `--level debug` can be used to inspect lower-level history.
65
65
 
66
+ Set `MODEL_CATALOG_URL` to a Cloudflare R2 static JSON URL when you want Link to fetch the shared model capability catalog. Link refreshes it quietly on service startup and near local midnight; if the URL is missing or unavailable, it uses the bundled `model-capabilities/catalog.json` template as a fallback. See `.env.example` for the local development shape.
67
+
66
68
  ## Runtime data
67
69
 
68
70
  Hermes Link keeps its local identity and runtime state under: