원클릭으로
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 직업 분류 기준
| 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-integrationCompare 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