Metadata-Version: 2.4
Name: nemo-fabric-runtime
Version: 0.1.0a20260717
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python :: 3
Requires-Dist: pydantic>=2.10,<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://nvidia-nemo-fabric.docs.buildwithfern.com/nemo/fabric
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

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


```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://nvidia-nemo-fabric.docs.buildwithfern.com/nemo/fabric)
for installation and usage guidance. Source code is available in the
[NVIDIA NeMo Fabric repository](https://github.com/NVIDIA/nemo-fabric/).


