Skip to main content
Pre-release

This release is a pre-release and may not be stable for production use.

NVIDIA NeMo Fabric Adapter Contract

License GitHub Release

Diagram showing NeMo Fabric connecting applications, evaluations, and reinforcement learning rollouts to Hermes, Codex, Claude, and Deep Agents, with results, artifacts, and telemetry as outputs.

nemo-fabric-adapter-contract provides the typed Python configuration and execution contract implemented by NeMo Fabric adapters. It does not include a lifecycle host, harness integration, or NeMo Relay integration.

Python adapters can use the package's standard-library dataclasses without an additional runtime dependency. Adapters in other languages can consume the JSON Schemas published by NeMo Fabric without a Python package dependency.

The dataclasses provide strict from_mapping() validation and JSON-compatible to_mapping() serialization. Install the optional pydantic extra when an adapter uses Pydantic models for typed extensions or wants Pydantic interoperability. Both paths use the same contract dataclasses.

An adapter descriptor opts into the southbound configuration with config.input=agent_config. Python adapters using the optional common lifecycle host pass AgentConfig.from_mapping as the config_loader.

Install

Install the package directly when developing a Python adapter:

pip install nemo-fabric-adapter-contract

Install the optional pydantic extra to enable Pydantic interoperability.

pip install "nemo-fabric-adapter-contract[pydantic]"

Refer to the NeMo Fabric documentation for adapter and configuration 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

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

File details

Details for the file nemo_fabric_adapter_contract-0.2.0a20260814-py3-none-any.whl.

File metadata

File hashes

Hashes for nemo_fabric_adapter_contract-0.2.0a20260814-py3-none-any.whl
Algorithm Hash digest
SHA256 7f9546565cfc2d6ee5f0003de7fbf42281d94fa3ca62279ca9a5dfd76034e900
MD5 004f5006c3f28887fae3c48c762f1b98
BLAKE2b-256 b50ee3b4288ecc0cde258a87916a4861714b2caf19c4c8da9d65676688c4792c

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page