| 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 |
Contribute A Framework Integration
Companion Guidance
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 a framework or plugin such
as LangChain, LangGraph, Deep Agents, or OpenClaw through its public APIs.
Default Guidance
- Keep NeMo Relay optional
- Use stable, documented framework or plugin APIs
- Wrap tool and LLM paths at the correct framework boundary
- Preserve the framework's original behavior when NeMo Relay is absent
Checklist
References
docs/integrate-into-frameworks/about.mdx
validate-change