For AI agents: a documentation index is available at the root level at /llms.txt and /llms-full.txt. Append /llms.txt to any URL for a page-level index, or .md for the markdown version of any page.
  • About NVIDIA NeMo Relay
    • Overview
    • Architecture
    • Ecosystem
    • Concepts
    • Release Notes
  • Getting Started
    • Agent Runtime Primer
    • Prerequisites
    • Installation
    • Configuration / Setup
    • Quick Start
  • NVIDIA NeMo Relay CLI
    • About
    • Basic Usage
    • Claude Code
    • Codex
    • Cursor
    • Hermes Agent
  • Supported Integrations
    • About
    • OpenClaw Plugin Guide
    • LangChain Integration Guide
    • LangGraph Integration Guide
    • Deep Agents Integration Guide
  • Instrument Applications
    • About
    • Adding Scopes and Marks
    • Instrument a Tool Call
    • Instrument an LLM Call
    • Add Middleware
    • Code Examples
  • Observability Plugin
    • About
    • Configuration
    • Agent Trajectory Interchange Format (ATIF)
    • Agent Trajectory Observability Format (ATOF)
    • OpenTelemetry
    • OpenInference
  • Adaptive Plugin
    • About
    • Configuration
    • Adaptive Cache Governor (ACG)
    • Adaptive Hints
  • NeMo Guardrails Plugin
    • About
    • Configuration
  • Integrate into Frameworks
    • About
    • Adding Scopes
    • Wrap Tool Calls
    • Wrap LLM Calls
    • Handle Non-Serializable Data
    • Using Codecs
    • Provider Codecs
    • Provider Response Codecs
    • Code Examples
  • Build Plugins
    • About
    • Define a Plugin
    • Validate Plugin Configuration
    • Plugin Configuration Files
    • Register Plugin Behavior
    • Design Plugin Configuration
    • NeMo Guardrails Example Plugin
    • Code Examples
  • Contribute
    • About
    • Development Setup
    • Workflow and Reviews
    • Testing and Documentation
  • Reference
    • APIs
    • Performance
  • Resources
    • Support and FAQs
    • Glossary
    • Troubleshooting Guide
    • Community
    • Legal
NVIDIANVIDIA
Developer-friendly docs for your API
Privacy Policy | Your Privacy Choices | Terms of Service | Accessibility | Corporate Policies | Product Security | Contact

Copyright © 2026, NVIDIA Corporation.

LogoLogo
On this page
  • Start Here When
  • Guides
Contribute

About

||View as Markdown|

Use this section when you want to contribute to NeMo Relay source code, bindings, documentation, examples, tests, or third-party integration patches.

Contributing to NeMo Relay often means working across the Rust core, generated and hand-written language bindings, plugin surfaces, adaptive components, observability exporters, and documentation. The contribution workflow keeps those surfaces aligned so public behavior does not drift between supported languages. Use these pages to keep cross-language changes reviewable and validated.

Start Here When

Use these signals to decide whether this documentation path matches your current task.

  • Setting up the repository for source development
  • Choosing which language tests apply to a change
  • Updating docs or examples alongside behavior
  • Preparing a pull request for review
  • Looking for contribution workflow details beyond user-facing product docs

If you are only consuming NeMo Relay packages, start with Getting Started instead.

Guides

Use these guide links to move from the overview into task-specific instructions.

  • Development Setup covers package installation, source setup, branch naming, and code style.
  • Workflow and Reviews covers pre-commit hooks, pull request expectations, release tag conventions, DCO sign-off, commit messages, and review rules.
  • Testing and Documentation covers affected-language test selection, common build and test commands, documentation checks, and licensing expectations.

Read Development Setup before building locally. Use Testing and Documentation to choose the smallest validation set that covers your change. Before opening a pull request, review Workflow and Reviews and the repository root CONTRIBUTING.md guide.

Previous

Code Examples

Next

Development Setup