StageWhisper BYO AI relay plugin for Hermes Agent
Project description
StageWhisper Hermes Plugin
Hermes plugin that connects to StageWhisper's encrypted reasoning relay. Receives live call reasoning jobs, executes them via your configured LLM provider, and returns results.
Install
pipx run --spec hermes-plugin-stagewhisper stagewhisper-hermes-install
The installer finds the active hermes command, installs the plugin into that Hermes environment, links it into ~/.hermes/plugins/stagewhisper, and enables it.
If you use uv, this equivalent command is faster:
uvx --from hermes-plugin-stagewhisper stagewhisper-hermes-install
If neither pipx nor uv is installed:
python3 -m venv /tmp/stagewhisper-hermes-install
/tmp/stagewhisper-hermes-install/bin/python -m pip install -U hermes-plugin-stagewhisper
/tmp/stagewhisper-hermes-install/bin/stagewhisper-hermes-install
On Ubuntu, install python3-venv first if python3 -m venv is unavailable.
For local development, copy or symlink hermes_stagewhisper_plugin/ into ~/.hermes/plugins/stagewhisper/.
Configure these in your shell or ~/.hermes/.env:
OPENAI_API_KEY— Your LLM provider API keyOPENAI_BASE_URL— API base URL (default:https://api.openai.com/v1)STAGEWHISPER_REASONING_MODEL— Model override (default:gpt-4o)STAGEWHISPER_API_URL— StageWhisper backend override (normally set by pairing)
Pair
- In StageWhisper desktop → Settings → Assistant → Hermes → Generate Pairing Code
- On your Hermes host:
hermes stagewhisper pair --code <CODE>
The plugin exchanges X25519 keys and stores the relay config.
Verify
hermes stagewhisper status
BYO mode (end-to-end encrypted reasoning)
When the desktop is in BYO reasoning mode, all analysis prompts are encrypted end-to-end between the desktop and the plugin. The plugin decrypts, runs the prompt through your LLM, encrypts the result, and posts it back.
Unpair
hermes stagewhisper unpair
Tools for the LLM
The plugin registers three tools Hermes's LLM can call:
stagewhisper_pair(code, label, api_url)— Pair with StageWhisper desktopstagewhisper_relay(action)— Start/stop/status/restart the relaystagewhisper_unpair()— Unpair and clear config
Architecture
Desktop (E2EE) ↔ StageWhisper Backend (blind relay) ↔ Hermes Plugin (this)
├── SSE stream consumer
├── XChaCha20-Poly1305 crypto
└── OpenAI-compatible LLM provider
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file hermes_plugin_stagewhisper-0.4.0.tar.gz.
File metadata
- Download URL: hermes_plugin_stagewhisper-0.4.0.tar.gz
- Upload date:
- Size: 18.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.11
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
62b2ab83745885278de2ac84668cbf2dbead40397abc83dd3ef07864db05c182
|
|
| MD5 |
f7ec4e55fd38c33c4ddf668467c1f24d
|
|
| BLAKE2b-256 |
8840a11440c3413a5565c24be127b4b654051962fd4fd84285eb75019aebe8b2
|
File details
Details for the file hermes_plugin_stagewhisper-0.4.0-py3-none-any.whl.
File metadata
- Download URL: hermes_plugin_stagewhisper-0.4.0-py3-none-any.whl
- Upload date:
- Size: 23.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.11
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
77246c21812cc3ac3a9af8005f270f7dfd9af1f8403150007d9fc36e3d2146f3
|
|
| MD5 |
d85693dbc8659b8658bb7c7d2e2c418a
|
|
| BLAKE2b-256 |
8904989a7d837d9230e6fa7c65abe6be378be8d9e306e79e33ed6a90556f1cab
|