Metadata-Version: 2.4
Name: nemo-fabric-adapters-nooa
Version: 0.3.0rc2
Summary: NOOA adapters for NeMo Fabric
Author: NVIDIA Corporation
License-Expression: Apache-2.0
Project-URL: Repository, https://github.com/NVIDIA/NeMo-Fabric
Project-URL: Homepage, https://github.com/NVIDIA/NeMo-Fabric
Project-URL: Issues, https://github.com/NVIDIA/NeMo-Fabric/issues
Project-URL: Documentation, https://docs.nvidia.com/nemo/fabric
Keywords: agents,ai,nemo-fabric,runtime,tools
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python :: 3
Requires-Python: <3.14,>=3.12
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: nemo-fabric-adapter-contract==0.3.0rc2
Requires-Dist: nemo-fabric-adapters-common==0.3.0rc2
Provides-Extra: harness
Requires-Dist: nooa<0.0.11,>=0.0.10; extra == "harness"
Requires-Dist: nooa-cli<0.0.11,>=0.0.10; extra == "harness"
Requires-Dist: nooa-bench<0.0.11,>=0.0.10; extra == "harness"
Provides-Extra: relay
Requires-Dist: nemo-relay<0.8,>=0.7.2; extra == "relay"
Provides-Extra: full
Requires-Dist: nooa<0.0.11,>=0.0.10; extra == "full"
Requires-Dist: nooa-cli<0.0.11,>=0.0.10; extra == "full"
Requires-Dist: nooa-bench<0.0.11,>=0.0.10; extra == "full"
Requires-Dist: nemo-relay<0.8,>=0.7.2; extra == "full"
Dynamic: license-file

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

# NVIDIA NeMo Fabric NOOA Adapters

[![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)

`nemo-fabric-adapters-nooa` provides NVIDIA NeMo Fabric adapters for
[NVIDIA-labs Object Oriented Agents](https://github.com/nvidia-nemo/labs-OO-Agents)
(NOOA) `InteractiveAgent` targets and `nooa_bench.BenchAgent` evaluations.

## Install

| Installation | Runtime | Adapter | NOOA | Relay Python |
| --- | --- | --- | --- | --- |
| `pip install "nemo-fabric[nooa]"` | Yes | Yes | Yes | No |
| `pip install "nemo-fabric[nooa,relay]"` | Yes | Yes | Yes | Yes |
| `pip install "nemo-fabric-adapters-nooa[harness]"` | No | Yes | Yes | No |
| `pip install "nemo-fabric-adapters-nooa[relay]"` | No | Yes | No | Yes |
| `pip install "nemo-fabric-adapters-nooa[full]"` | No | Yes | Yes | Yes |
| `pip install nemo-fabric-adapters-nooa` | No | Yes | No | No |

For configuration, supported targets, and behavior, refer to the
[NOOA adapter README](https://github.com/NVIDIA/NeMo-Fabric/tree/main/adapters/python/nooa/README.md).
