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 Distribution

File details

Details for the file nemo_fabric_adapter_contract-0.2.0a20260812.tar.gz.

File metadata

File hashes

Hashes for nemo_fabric_adapter_contract-0.2.0a20260812.tar.gz
Algorithm Hash digest
SHA256 40f1adc7dd0c3dc40860270cc6f6bce8b2122080a9eb6e3144826c8e798cee5f
MD5 7b80c3229b185d350ae638cfec3e1c7d
BLAKE2b-256 d243c905e5aaafef6d9a7a559c1759b1d77cae7d450e17c0de8db54ad21801b0

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