원클릭으로
nemo-relay-instrument-calls
Wrap application tool calls and LLM/provider calls with NeMo Relay scopes and managed execution APIs
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Wrap application tool calls and LLM/provider calls with NeMo Relay scopes and managed execution APIs
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
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
SOC 직업 분류 기준
| name | nemo-relay-instrument-calls |
| description | Wrap application tool calls and LLM/provider calls with NeMo Relay scopes and managed execution APIs |
| author | NVIDIA Corporation and Affiliates |
| license | Apache-2.0 |
Use this skill when an app already has tool functions or model/provider calls and needs to run them through NeMo Relay correctly.
tool_call_execute(ToolCallExecuteParams::builder()...),
llm_call_execute(LlmCallExecuteParams::builder()...)tools.execute(...), llm.execute(...)toolCallExecute(...), llmCallExecute(...)tools.Execute(...), llm.Execute(...) or the top-level wrappersnext pattern and
may short-circuit by returning their own result.LLMRequest made of metadata plus content. Pass model names
and stable call identifiers when they matter for trace export or diagnostics.request_intercepts(...) and
conditional_execution(...) are for advanced adapters that need one middleware
family before calling a provider manually.nemo-relay-setup-observabilitynemo-relay-debug-runtime-integrationnemo-relay-use-context-isolationnemo-relay-build-pluginnemo-relay-startnemo-relay-typed-wrappers-codecsnemo-relay-setup-observabilitynemo-relay-build-plugin