This release is a pre-release and may not be stable for production use.
NVIDIA NeMo Fabric
NeMo Fabric gives users one configurable, observable way to run applications across agent harnesses and custom agents. It standardizes configuration, lifecycle management, and results without requiring a separate integration for every Adapter Target.
NeMo Fabric lets you change Adapter Targets without rebuilding each integration, isolate conflicting runtime dependencies, and manage target configuration, execution, and observability consistently. Every run returns normalized results, artifacts, and telemetry for downstream systems to consume.
It provides:
- a versioned, typed configuration contract;
- ordinary Python composition for experiment variants;
- adapter integrations for target-specific launch and control;
- a Python SDK backed by the Rust core;
- normalized run results, artifact manifests, and telemetry references.
Install
Install the core runtime and Python SDK:
pip install nemo-fabric
Supported Python Versions
NeMo Fabric supports Python 3.11 through 3.14. However, some harnesses and integrations have more restrictive requirements. Hermes Agent requires Python 3.11 through 3.13, and the Harbor integration requires Python 3.12 or later.
Supported Harnesses
The following table shows the install target for each supported agent harness:
| Agent Harness | Runtime, Adapter, and Harness | Adapter and Harness | Adapter Only |
|---|---|---|---|
| Claude Code | nemo-fabric[claude] |
nemo-fabric-adapters-claude[harness] |
nemo-fabric-adapters-claude |
| Codex | nemo-fabric[codex] |
nemo-fabric-adapters-codex[harness] |
nemo-fabric-adapters-codex |
| Hermes Agent | Install Hermes Agent separately, then install nemo-fabric and nemo-fabric-adapters-hermes |
Install Hermes Agent separately, then install nemo-fabric-adapters-hermes |
nemo-fabric-adapters-hermes |
| LangChain Deep Agents | nemo-fabric[deepagents] |
nemo-fabric-adapters-deepagents[harness] |
nemo-fabric-adapters-deepagents |
| mini-SWE-agent | nemo-fabric[mini-swe-agent] |
nemo-fabric-adapters-mini-swe-agent[harness] |
nemo-fabric-adapters-mini-swe-agent |
To install the NeMo Fabric runtime, adapter, and supported harness in one
environment, choose one of the following nemo-fabric harness extras:
pip install "nemo-fabric[claude]"
pip install "nemo-fabric[codex]"
pip install "nemo-fabric[deepagents]"
pip install "nemo-fabric[mini-swe-agent]"
Hermes Agent 0.20 and later is not installable from PyPI. For this reason the Hermes Agent adapter does not provide a harness extra.Follow the
Hermes Agent installation guide,
then install nemo-fabric and nemo-fabric-adapters-hermes into the Python
environment that runs Hermes Agent.
To install an adapter and its harness without the NeMo Fabric runtime, choose
one of the following adapter package harness extras:
pip install "nemo-fabric-adapters-claude[harness]"
pip install "nemo-fabric-adapters-codex[harness]"
pip install "nemo-fabric-adapters-deepagents[harness]"
pip install "nemo-fabric-adapters-mini-swe-agent[harness]"
Every adapter package also provides an adapter-scoped full extra, which does
not install the NeMo Fabric runtime. For Claude, Codex, and mini-SWE-agent, full installs the same dependencies as harness. For LangChain Deep Agents, full also installs the NeMo Relay Python package. The Hermes adapter's full extra installs NeMo Relay but does not install Hermes Agent.
If the environment already manages a compatible harness, choose one of the following bare adapter packages:
pip install nemo-fabric-adapters-claude
pip install nemo-fabric-adapters-codex
pip install nemo-fabric-adapters-deepagents
pip install nemo-fabric-adapters-hermes
pip install nemo-fabric-adapters-mini-swe-agent
The adapter distribution contains only adapter-owned runtime dependencies. It
does not install the NeMo Fabric runtime. For package-installable harnesses,
select harness or full to install the harness. The Hermes adapter never
installs Hermes Agent. If the runtime shares an environment with an existing
compatible harness, install nemo-fabric and the bare adapter package together.
Integrations
Harbor Integration
Install the Harbor integration with the harbor extra:
pip install "nemo-fabric[harbor]"
NeMo Relay Integration
Install a compatible NeMo Relay package with the relay extra:
pip install "nemo-fabric[relay]"
This installs a version of the NeMo Relay Python package known to be compatible with the installed version of NeMo Fabric.
The LangChain Deep Agents and Hermes Agent adapter packages also provide
relay and full extras for environments that do not install nemo-fabric.
Claude and Codex require the
nemo-relay CLI instead of the NeMo
Relay Python package. They do not provide a relay extra. Refer to the
NeMo Relay CLI
install guide for instructions on installing the CLI tool.
Learn More
Refer to the NVIDIA NeMo Fabric documentation for installation, configuration, and usage guidance. Source code is available in the NVIDIA NeMo Fabric repository.
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distributions
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 nemo_fabric-0.2.0rc3-py3-none-any.whl.
File metadata
- Download URL: nemo_fabric-0.2.0rc3-py3-none-any.whl
- Upload date:
- Size: 7.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via:
twine/7.0.0 CPython/3.14.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
1325153a7b4a4e721ccd751e395afaddd1e1917532e88aa1567265aef8a5dc4c
|
|
| MD5 |
f264a3ecc2aa8fa431e4f9fe6a9c2206
|
|
| BLAKE2b-256 |
1d68eb60f90cbb1a77bdb85780dea6992ee61eb9fd71d1f46d95ce497260ce60
|