aarvion-guard-hermes
Governance plugin for Hermes agents. Intercepts tool calls and inbound messages, forwarding them to the local Aarvion Guard daemon for policy evaluation.
Install
pip install aarvion-guard-hermes
hermes plugins enable aarvion-guard
Setup
-
Install the guard daemon:
npx @aarvionai/guard -
Pair with your Aarvion dashboard:
aarvion-guard init <pairing-code>
-
Start the guard and run your agent:
aarvion-guard service start hermes run
Container
For non-bypassable enforcement, run the pre-built governed container:
docker run -e AARVION_TOKEN=<token> aarvion/hermes-governed:latest
How it works
The plugin registers two Hermes hooks:
- pre_tool_call - every tool invocation is sent to the guard PDP for allow/deny/ask evaluation
- pre_gateway_dispatch - inbound messages are checked against channel governance policies
The guard daemon handles surface classification, DLP scanning, and policy evaluation. The plugin is intentionally thin - it sends raw tool name + args and trusts the guard's Go normalizer.
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 aarvion_guard_hermes-0.1.0.tar.gz.
File metadata
- Download URL: aarvion_guard_hermes-0.1.0.tar.gz
- Upload date:
- Size: 6.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/7.0.0 CPython/3.13.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
0cc836ac673b2e7f5faf913d6aa1f13d8b7d839a401641671a56feca073ec17e
|
|
| MD5 |
fe2ae6407ad076aac2b326725b6621ce
|
|
| BLAKE2b-256 |
1faaef49d1433169e9d6dcd989f7bb1ed230af4fb9ef6098aa863b7881568bf6
|
File details
Details for the file aarvion_guard_hermes-0.1.0-py3-none-any.whl.
File metadata
- Download URL: aarvion_guard_hermes-0.1.0-py3-none-any.whl
- Upload date:
- Size: 6.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/7.0.0 CPython/3.13.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
fe818923eeeafe4a81eb07ae05920ba4c82e54856b58f17caa97618458fda900
|
|
| MD5 |
be97258e74766a839d14cee5e45bc508
|
|
| BLAKE2b-256 |
5239ec6fc288ecafddc9e580511b8ab49bc5be576b64d2f3145efa659cf87ecd
|