contribute-integration
SolidContribute a new or updated third-party framework integration for NeMo Relay
AI & Automation 122 stars
57 forks Updated today Apache-2.0
Install
Quality Score: 84/100
Stars 20%
Recency 20%
Frontmatter 20%
Documentation 15%
Issue Health 10%
License 10%
Description 5%
Skill Content
# 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
- [ ] Integration pattern follows `docs/integrate-into-frameworks/adding-scopes.mdx`
- [ ] Integration uses public framework or plugin APIs
- [ ] Relevant integration tests or smoke path pass
- [ ] Docs updated if activation or usage changed
## References
- `docs/integrate-into-frameworks/about.mdx`
- `validate-change`
Details
- Author
- NVIDIA
- Repository
- NVIDIA/NeMo-Relay
- Created
- 4 months ago
- Last Updated
- today
- Language
- Rust
- License
- Apache-2.0
Integrates with
Similar Skills
Semantically similar based on skill content — not just same category
AI & Automation Solid
contribute-docs
Contribute documentation or example changes that stay aligned with NeMo Relay public behavior
122 Updated today
NVIDIA AI & Automation Solid
contribute-api
Contribute a new NeMo Relay public API surface safely, with binding parity and docs in mind
122 Updated today
NVIDIA AI & Automation Solid
prepare-pr
Prepare, open, create, publish, update, or edit a NeMo Relay pull request or PR body with the right tests, docs, contributor hygiene, and repository pull request template
122 Updated today
NVIDIA