This release is a pre-release and may not be stable for production use.
NVIDIA NeMo Fabric Adapter Contract
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
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file nemo_fabric_adapter_contract-0.2.0a20260813-py3-none-any.whl.
File metadata
- Download URL: nemo_fabric_adapter_contract-0.2.0a20260813-py3-none-any.whl
- Upload date:
- Size: 15.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/7.0.0 CPython/3.14.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
66ca1ac2d19ee2a47b7962fd8219fcfe0ea27fe40a25cf11358be2850e5bd3ee
|
|
| MD5 |
4e35598c4737c42bd11a11ed1fc89215
|
|
| BLAKE2b-256 |
d3584e1ab6d3ba3c283a17918a36d843ee8d23f659ef42b1e5b1c0addc95af80
|