Hermes Agent adapter for NeMo Fabric
Project description
NVIDIA NeMo Fabric Hermes Agent Adapter
This adapter runs Hermes Agent through its Python SDK.
Install
To install just the Hermes adapter by itself:
pip install "nemo-fabric[adapters-hermes]"
To install just the Hermes adapter along with the NeMo Fabric Runtime:
pip install "nemo-fabric[adapters-hermes, runtime]"
What It Maps
The adapter receives a normalized payload from Fabric and materializes Hermes-native configuration for:
- model provider, model name, base URL, temperature, and token settings;
- workspace and terminal settings;
- Fabric skills as Hermes external skill directories;
- Fabric MCP servers as Hermes MCP server config;
tools.blockedas Hermes disabled toolsets, unioned withharness.settings.disabled_toolsets;- optional NeMo Relay telemetry plugin configuration.
hermes_home configures a base directory. The adapter creates a child under
runtimes/<runtime_id> so invocations in one Fabric runtime share Hermes state
without sharing config or the session database with another runtime.
Maintaining The Adapter
Keep fabric-adapter.json aligned with the Python implementation:
contract_versionmust match the adapter contract supported by Fabric core.adapter_idis the stable id selected byharness.adapter_id.adapter_kindispythonbecause Fabric can invoke it through Python.runner.modulenames the module that Fabric invokes withpython -m.runner.callablenames the equivalent reusable Python function.requirementspowersfabric doctor; keep required env vars, binaries, or packages current.config.acceptsmust match the Fabric sections this adapter maps into Hermes.telemetry.providersdeclares provider-specific outputs and integration modes the adapter can produce or forward.
Do not put end-user agent settings in this directory. Users vary harness,
model, skills, MCP, tools, telemetry, and runtime behavior through agent.yaml
and profiles. The adapter descriptor describes adapter capabilities; it is not a
profile. Add descriptor fields only when Fabric core or the SDK actually uses
them.
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
File details
Details for the file nemo_fabric_adapters_hermes-0.1.0a20260717.tar.gz.
File metadata
- Download URL: nemo_fabric_adapters_hermes-0.1.0a20260717.tar.gz
- Upload date:
- Size: 5.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.14.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
a0c75f3211ece7c7febad3e0f49af7db20ab4e32b3b585857d56f4ffaf6892c9
|
|
| MD5 |
99ec42ef35eaa94dd7afa02c47d7d8f5
|
|
| BLAKE2b-256 |
707d23a7afa45318fe616f6a13dc0f6d1d839ea26623a2f630c4f790c54a7946
|