Dev & Engineering ✓ NVIDIA · Official nemo-relayadaptive-tuningtelemetrytool-parallelismprompt-cachingruntime-optimization

NeMo Relay Adaptive Tuning

Tune NeMo Relay plugin behavior from runtime signals with measured, reversible rollouts.

FollowSkills review · FSRS-2.0
Not recommended
57/ 100 5-point scale 2.9 / 5
Trust18 / 25 · 3.6/5

The material requires observe-first rollout, one change at a time, validation, idempotency and race checks, rollback, and sanitized diagnostics, while keeping hints advisory; however, telemetry data flows, sensitive-data handling, user-confirmation boundaries, dependency security, and exact runtime permissions are not specified. The repository license metadata is also NOASSERTION, so points are deducted.

Reliability9 / 20 · 2.3/5

SKILL.md, config.md, and hints.md are broadly consistent about prerequisites, staged rollout, validation failures, and rollback, and instruct the agent to stop on abnormal conditions; however, there are no reproducible configuration examples, pinned dependency versions, key-path test suites, or verifiable error outputs. Static calibration therefore limits this dimension to 9.

Adaptability11 / 15 · 3.7/5

The trigger and non-fit conditions are clear, covering telemetry, hints, tool parallelism, and ACG, with Python, Node.js, and Rust entry points; however, finer capability boundaries, input/output contracts, Chinese-language support, and mainland-China reachability are not established, so points are deducted.

Convention9 / 15 · 3.0/5

The information architecture, reference files, related skills, license, and repository synchronization/publication path are reasonably clear, with version and evaluation records; however, recommended Instructions and Examples sections are missing, the static report flags the author format, and installation dependencies, changelog, API compatibility policy, and maintenance ownership are incomplete.

Effectiveness6 / 15 · 2.0/5

For applications with existing NeMo Relay instrumentation, the skill gives a directly usable measured-tuning workflow covering baselines, in-memory state, single behavior changes, and rollback; however, it lacks complete runnable examples, representative direct outputs, and strong comparison against alternatives. Static evidence cannot establish broad effectiveness, so the score remains below the static cap.

Verifiability4 / 10 · 2.0/5

The files provide a pinned revision context, evaluation tasks, benchmark report, static findings, and documented configuration/hint semantics, giving useful audit trails; however, benchmark claims are primarily author-reported and there is no independently reproducible test suite, CI coverage, or cross-source corroboration, so the score is limited.

Evidence confidence:Low Reviewed Jul 20, 2026 Reviewed revision 55f18499943e
The upstream repository has new commits since this review. The score still applies to the reviewed revision shown and may not cover the latest changes.
Before you use it
  • Before enabling tool_parallelism schedule mode or ACG/request rewriting, add verified checks for tool idempotency, race behavior, payload stability, and rollback.
  • Ensure telemetry, hints, and diagnostics cannot expose secrets, personal data, or full request contents, and document retention, access control, and cross-border data-flow boundaries.
  • Before publication, add runnable Python/Node.js/Rust configuration examples, dependency and compatibility information, and tests covering key paths.
  • For mainland-China users, separately verify network reachability of NeMo Relay, Redis, package dependencies, and relevant documentation services.
See the full review method →

What does this skill do, and when should you use it?

This skill configures or evaluates adaptive plugin behavior in applications that already have baseline NeMo Relay instrumentation. It covers telemetry, state, adaptive hints, tool parallelism, Adaptive Cache Governor (ACG), and rollout policy. The application must emit scope events and relevant managed-tool or LLM lifecycle events. The workflow emphasizes baseline measurement, one change at a time, and rollback when latency, correctness, or failure rates regress.

It guides the user through confirming scope and tool or LLM event streams, capturing a workflow baseline, and enabling telemetry through the first-party plugin component with kind adaptive. It documents the in_memory and redis state backends, observe_only, inject_hints, and schedule tool-parallelism modes, and passthrough, anthropic, and openai ACG providers. It directs the user to run representative traffic, inspect reports or runtime events, return configuration diagnostics, read references/config.md for exact fields, and read references/hints.md when application logic consumes adaptive hints or scheduling guidance.

  1. An engineering team with NeMo Relay instrumentation wants to reduce workflow latency using runtime signals.
  2. A developer evaluating tool parallelism wants to observe adaptive guidance before enabling hint injection or scheduling.
  3. A team wants prompt-cache planning after stabilizing provider request payloads.
  4. An operations team needs learned adaptive signals to survive restarts or be shared across workers.
  5. A developer building locally wants to begin with in-memory state and telemetry-only behavior.

What are this skill's strengths and limitations?

Pros
  • Defines a clear workflow from baseline capture and telemetry to incremental rollout.
  • Covers state backends, tool parallelism, ACG, hint consumption, and rollback conditions.
  • Explicitly calls for checking tool idempotency, race behavior, and provider payload stability.
  • Provides adaptive helper API surfaces for Rust, Python, and Node.js.
Limitations
  • It does not replace initial NeMo Relay instrumentation; uninstrumented applications need another skill first.
  • The complete configuration schema is not included in SKILL.md and requires references/config.md.
  • No quantitative performance results or test evidence are provided.
  • Scheduling and prompt-cache planning require application-side safety and payload-stability validation.

How do you install this skill?

Install the specific skill with the CLI flow documented in the repository README:

npx skills add nvidia/skills --skill nemo-relay-plugin-adaptive-tuning --yes

The CLI handles the installation destination; cloning the repository or manually copying the skill directory is not required. The source does not document a more specific destination.

How do you use this skill?

First ensure that the application has baseline NeMo Relay instrumentation and the relevant event streams. Then use a request such as: "Evaluate and gradually tune NeMo Relay adaptive plugin behavior. Start with in-memory state and telemetry, establish a baseline, and only then consider tool parallelism or ACG." Read references/config.md for exact configuration fields and references/hints.md when application logic consumes adaptive hints or scheduling guidance. If validation fails or expected events are missing, keep the last known working configuration active and stop the rollout.

How does this skill compare with similar options?

The source explicitly directs users to nemo-relay-plugin-build when they need to build reusable plugin behavior. For initial instrumentation or onboarding, it points to nemo-relay-instrument-calls or nemo-relay-get-started.

FAQ

Can I use this skill without NeMo Relay instrumentation?
No. Baseline NeMo Relay instrumentation is required; uninstrumented applications should complete onboarding or call instrumentation first.
Must both tool and LLM event streams be present?
No. The workflow needs the relevant managed-tool or LLM lifecycle events for the behavior being evaluated.
When should scheduling or ACG be enabled?
Validate tool idempotency and race behavior before scheduling, and provider payload stability before ACG. Both should follow representative traffic and baseline comparison.

More skills from this repository

All from NVIDIA/skills

Dev & Engineering ✓ NVIDIA · Official

NeMo Relay Plugin Builder

Guides reusable NeMo Relay runtime behavior into configurable plugins.

Automation & Ops ✓ NVIDIA · Official

NeMo Relay Observability Plugin

Configure NeMo Relay event capture and telemetry exports.

Dev & Engineering ✓ NVIDIA · Official

NeMo Relay Runtime Integration Debugger

Diagnose application-side runtime failures after NeMo Relay is installed or imported.

Dev & Engineering ✓ NVIDIA · Official

NeMo Relay Call Instrumentation

Wrap tool and LLM calls with Relay lifecycle events, middleware, and guardrails.

Dev & Engineering ✓ NVIDIA · Official

NeMo Relay Installation Guide

Choose and verify the right NeMo Relay path for CLIs, language packages, and maintained frameworks.

Dev & Engineering ✓ NVIDIA · Official

NeMo Relay Quick Start

Helps first-time NeMo Relay users prove observable execution value through the smallest suitable trial.

Dev & Engineering ✓ NVIDIA · Official

NeMo Relay Migration Assistant

Safely migrate NeMo Flow projects to NeMo Relay.

Dev & Engineering ✓ NVIDIA · Official

NeMo Relay Context Isolation

Keeps NeMo Relay scope stacks independent across concurrent requests and async workflows while preserving ancestry propagation.

Dev & Engineering ✓ NVIDIA · Official

NeMo Relay Typed Wrappers & Codecs

Add typed boundaries to NeMo Relay integrations while preserving predictable JSON middleware semantics and caller-visible behavior.

Automation & Ops ✓ NVIDIA · Official

Jetson Health Snapshot

Read-only diagnostics that consolidate a live Jetson’s hardware, resource, and service state.

Automation & Ops ✓ NVIDIA · Official

DOCA CollectX Telemetry Deployment

Deploy, operate, and debug CollectX telemetry collectors so counters reach downstream exporters.

Dev & Engineering ✓ NVIDIA · Official

NeMo AutoModel Distributed Training

Choose and configure multi-GPU and multi-node training strategies for NeMo AutoModel.

Data & Analysis ✓ NVIDIA · Official

Nemotron Speech ASR Customization Orchestrator

Chooses and coordinates the lowest-cost path for adapting speech recognition to a domain or language.

Dev & Engineering ✓ NVIDIA · Official

NeMo MBridge Recipe Recommender

Recommends adjustable Megatron Bridge recipes for your model, GPU budget, and training goal.

Dev & Engineering ✓ NVIDIA · Official

MoE Dispatcher Selection Guide

Choose alltoall, DeepEP, or HybridEP from the hardware, expert-parallel degree, and optimization stage.

Dev & Engineering ✓ NVIDIA · Official

MoE Hardware Configuration Reference

Plan MoE training layouts and throughput expectations across NVIDIA GPU platforms.

Data & Analysis ✓ NVIDIA · Official

Clinical ASR Fine-Tuning

Fine-tune Parakeet TDT v2 with NeMo for clinical vocabulary and close the loop with offline KER evaluation.

Data & Analysis ✓ NVIDIA · Official

Nemotron Retrieval Recipes

Plan, debug, tune, evaluate, export, and deploy Nemotron embedding and reranking recipes.

Dev & Engineering ✓ NVIDIA · Official

NeMo MBridge GPU Memory Tuning

Diagnose GPU OOMs in Megatron Bridge training and reduce fragmentation, activation, and PEFT memory usage.

Dev & Engineering ✓ NVIDIA · Official

DOCA Hardware Telemetry Counter Reader

Guides developers in reading per-domain hardware counters from BlueField and ConnectX devices.

Related skills