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.0a20260811.tar.gz.

File metadata

File hashes

Hashes for nemo_fabric_adapter_contract-0.2.0a20260811.tar.gz
Algorithm Hash digest
SHA256 5b3724edd91702de5771f49be029a546e9ce9720368e78ed12dc2ac785a3abba
MD5 5b4e6e2aae987767c957c90462e4c25b
BLAKE2b-256 8350937c5997b00af07b260ef896f8706dc3d407161752e5af54992f4d99442a

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