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 multiple agent harnesses. It standardizes configuration, lifecycle management, and results without requiring a separate integration for every harness.
NeMo Fabric lets you change harnesses without rebuilding each integration, isolate conflicting runtime dependencies, and manage harness 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 harness-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 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 | nemo-fabric[hermes-agent] |
nemo-fabric-adapters-hermes[harness] |
nemo-fabric-adapters-hermes |
| LangChain Deep Agents | nemo-fabric[deepagents] |
nemo-fabric-adapters-deepagents[harness] |
nemo-fabric-adapters-deepagents |
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[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-hermes[harness]"
Every adapter package also provides an adapter-scoped full extra, which does
not install the NeMo Fabric runtime. For Claude and Codex, full installs the
same dependencies as harness. For LangChain Deep Agents and Hermes Agent,
full also installs the NeMo Relay Python package.
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
The adapter distribution contains only adapter-owned runtime dependencies. It
does not install the NeMo Fabric runtime. Select harness or full to install
the harness. If the runtime shares an environment with an existing compatible
harness, install nemo-fabric and the bare adapter package together.
Integrations
Harbor Integration
pip install "nemo-fabric[harbor]"
NeMo Relay Integration
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 Distribution
File details
Details for the file nemo_fabric-0.1.0rc7.tar.gz.
File metadata
- Download URL: nemo_fabric-0.1.0rc7.tar.gz
- Upload date:
- Size: 6.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.14.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
336502f467e7ca62108fee58b4c7261a86b5db5aeba6b17e5eacb3497d031347
|
|
| MD5 |
b8de09dd9f9e7d4a3b03513645e1530a
|
|
| BLAKE2b-256 |
a8490490a3ff8408b6ad77ad34e201144102616431f641c3aab0f8583d31d6f8
|