Consumer Integrations
NVIDIA NeMo Fabric consumer integrations are northbound: they connect applications, services, evaluation systems, and platforms to NeMo Fabric through its public interfaces.
Harbor
Harbor is a consumer integration because it uses NeMo Fabric to select and run an agent harness while Harbor owns task materialization, environments, verification, rewards, and retries. Refer to the Harbor integration guide for the supported workflow.
Build a Consumer Integration
Use the public NeMo Fabric Python SDK to construct FabricConfig, manage the
runtime lifecycle, and consume normalized results and artifacts. Refer to the
Python SDK guide for the public integration surface.