Metadata-Version: 2.4
Name: nemo-fabric-runtime
Version: 0.2.0
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python :: 3
Requires-Dist: pydantic>=2.12,<3
Requires-Dist: typing-extensions>=4.12
License-File: LICENSE
Summary: Python SDK and native bindings for NeMo Fabric
Keywords: agents,ai,nemo-fabric,runtime,tools
Author: NVIDIA Corporation
License-Expression: Apache-2.0
Requires-Python: >=3.11
Description-Content-Type: text/markdown; charset=UTF-8; variant=GFM
Project-URL: Documentation, https://docs.nvidia.com/nemo/fabric
Project-URL: Homepage, https://github.com/NVIDIA/NeMo-Fabric
Project-URL: Issues, https://github.com/NVIDIA/NeMo-Fabric/issues
Project-URL: Repository, https://github.com/NVIDIA/NeMo-Fabric

<!--
SPDX-FileCopyrightText: Copyright (c) 2026, NVIDIA CORPORATION & AFFILIATES. All rights reserved.
SPDX-License-Identifier: Apache-2.0
-->

# NVIDIA NeMo Fabric Runtime

[![License](https://img.shields.io/github/license/NVIDIA/NeMo-Fabric)](https://github.com/NVIDIA/NeMo-Fabric/blob/main/LICENSE)
[![GitHub](https://img.shields.io/badge/github-repo-blue?logo=github)](https://github.com/NVIDIA/NeMo-Fabric/)
[![Release](https://img.shields.io/github/v/release/NVIDIA/NeMo-Fabric?color=green)](https://github.com/NVIDIA/NeMo-Fabric/releases)

![Diagram showing NeMo Fabric connecting applications, evaluation systems, and reinforcement learning rollouts to harnesses and custom agents, with results, artifacts, and telemetry as outputs.](https://raw.githubusercontent.com/NVIDIA/NeMo-Fabric/refs/heads/main/assets/fabric-hero.png)

`nemo-fabric-runtime` provides the Python SDK and native Rust bindings for
NVIDIA NeMo Fabric, a runtime execution layer for agents.

Typically this is installed using the [`nemo-fabric`](https://pypi.org/project/nemo-fabric/) meta package.

```bash
pip install nemo-fabric
```

Installing the runtime package directly is equivalent:

```bash
pip install nemo-fabric-runtime
```

The package exposes the `nemo_fabric` Python module for typed agent
configuration, validation, run planning, runtime lifecycle management,
normalized results, artifacts, diagnostics, and telemetry references.

Refer to the [NeMo Fabric documentation](https://docs.nvidia.com/nemo/fabric)
for installation and usage guidance. Source code is available in the
[NVIDIA NeMo Fabric repository](https://github.com/NVIDIA/NeMo-Fabric).

