一键导入
nemo-relay-start
Help application developers pick a NeMo Relay binding and get to a first working scope, tool call, and LLM call
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Help application developers pick a NeMo Relay binding and get to a first working scope, tool call, and LLM call
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Compare NeMo Relay release branches and draft or update the documentation-site release notes. Use when preparing a release-notes update under docs/about-nemo-relay/release-notes, reviewing release-to-release changes, or gathering evidence for a current release summary.
Contribute documentation or example changes that stay aligned with NeMo Relay public behavior
Build and package reusable NeMo Relay runtime behavior as a config-activated plugin with validation and rollback-safe registration
Add or change a public NeMo Relay API surface across the core runtime and every affected binding
Maintain or extend NeMo Relay observability surfaces across ATIF, OpenTelemetry, and OpenInference
Maintain or extend the NeMo Relay adaptive surface across config, plugins, docs, and bindings; use this when users still say optimizer
| name | nemo-relay-start |
| description | Help application developers pick a NeMo Relay binding and get to a first working scope, tool call, and LLM call |
| author | NVIDIA Corporation and Affiliates |
| license | Apache-2.0 |
Use this skill for first-time users who want the shortest path to a working example. Rust, Python, and Node.js are the primary quick-start and hosted-docs paths. Go and the raw FFI surface are source-first advanced paths.
nemo_relay::api::scope::{push_scope, pop_scope, event} with
builder params, then nemo_relay::api::tool::tool_call_execute(...) and
nemo_relay::api::llm::llm_call_execute(...)uv sync, then use nemo_relay.scope.scope(...),
nemo_relay.tools.execute(...), and nemo_relay.llm.execute(...)withScope(...),
toolCallExecute(...), and llmCallExecute(...)scope.Push(...),
tools.Execute(...), llm.Execute(...), or top-level PushScope(...),
ToolCallExecute(...), and LlmCallExecute(...)nemo_relay_push_scope, nemo_relay_tool_call_execute, and
nemo_relay_llm_call_execute in the current headercargo add nemo-relay, Python uses uv add nemo-relay, and Node.js uses npm install nemo-relay-node.uv sync, and Node.js installs and builds the native addon before tests or
examples run.nemo_relay.subscribers; in Node.js
use root exports such as registerSubscriber; in Rust use
nemo_relay::api::subscriber.nemo-relay-instrument-callsnemo-relay-setup-observabilitynemo-relay-debug-runtime-integration