en un clic
contribute-integration
// Contribute a new or updated third-party framework integration for NeMo Relay
// Contribute a new or updated third-party framework integration for NeMo Relay
| name | contribute-integration |
| description | Contribute a new or updated third-party framework integration for NeMo Relay |
| author | NVIDIA Corporation and Affiliates |
| license | Apache-2.0 |
Use karpathy-guidelines alongside this skill for implementation or review
work. Keep changes scoped, surface assumptions, and define focused validation
before editing.
Use this skill when contributing an integration with an upstream framework such as LangChain, LangGraph, or another patched third-party project.
docs/integrate-frameworks/adding-scopes.md./scripts/apply-patches.sh --checkUse the root ./scripts/*.sh commands in docs and contributor guidance. Their
implementations now live under scripts/third-party/.
add-integrationmaintain-integration-patchesdocs/integrate-frameworks/about.mdvalidate-changeMigrate applications, examples, integrations, documentation, package manifests, and repository code from NeMo Flow naming and packages to NeMo Relay across Python, Rust, Node.js, Go, WebAssembly, C FFI, CLI, config, and observability surfaces; use when a user asks to rename nemo_flow/nemo-flow/NeMo Flow APIs, automate a migration, update imports or dependencies, or validate a Flow-to-Relay conversion
Add or change a public NeMo Relay API surface across the core runtime and every affected binding
Add a new third-party framework integration maintained as a NeMo Relay patch set
Add a new guardrail or intercept type to the NeMo Relay middleware pipeline
Contribute a new NeMo Relay public API surface safely, with binding parity and docs in mind
Contribute documentation or example changes that stay aligned with NeMo Relay public behavior