nemo-relay-tune-performance

por nvidia

Plan a measured NeMo Relay adaptive tuning rollout after baseline scopes, tool calls, LLM calls, and observability are working; use this skill to improve…

npx skills add https://github.com/nvidia/nemo-relay --skill nemo-relay-tune-performance

Tune Performance With Adaptive Behavior

Use This When

Use this skill when a user has baseline NeMo Relay instrumentation and wants to improve latency, parallelism, prompt-cache behavior, or model-request behavior from runtime signals.

Do Not Use This When

Do not use this skill when the application is not instrumented yet. Start with nemo-relay-instrument-calls or nemo-relay-start first.

Default Guidance

  • Observe first, compare against a baseline, then enable one behavior change at a time.
  • Use the adaptive plugin component rather than inventing separate tuning logic or hand-registering adaptive behavior at every call site.
  • Start with in-memory state and telemetry-only behavior for local development.
  • Move to persistent state only when learned signals must survive restarts or be shared across workers.
  • Add active behavior only after representative runtime events show what should change.

Embedded Adaptive Model

  • Adaptive behavior is configured through the first-party plugin component with kind adaptive.
  • Adaptive requires existing NeMo Relay scopes, managed tool or LLM calls, and lifecycle events because it learns from runtime signals.
  • Main configuration areas are state, telemetry, adaptive hints, tool parallelism, Adaptive Cache Governor (ACG), and rollout policy.
  • State backends are in_memory and redis.
  • Tool-parallelism modes are observe_only, inject_hints, and schedule.
  • Adaptive Cache Governor providers are passthrough, anthropic, and openai; omit ACG until prompt-cache planning is needed.
  • Helper APIs exist in Rust nemo_relay_adaptive, Python nemo_relay.adaptive, and Node.js nemo-relay-node/adaptive. Go and raw FFI are source-first or advanced surfaces.

Default Path

  1. Confirm the app already emits expected scope, tool, and LLM events.
  2. Capture a baseline for the workflow you want to improve.
  3. Enable adaptive telemetry with in-memory state.
  4. Run representative traffic and inspect reports or runtime events.
  5. Choose one tuning surface: hints, tool parallelism, or ACG.
  6. Enable the smallest behavior change in config.
  7. Compare results against the baseline and keep a rollback path.

Failure Modes To Avoid

  • Do not enable scheduling before tool idempotency and race behavior are known.
  • Do not enable prompt-cache planning before provider payloads are stable.
  • Do not treat adaptive hints as mandatory instructions unless the consuming path explicitly defines that contract.
  • Do not use environment variables as the primary adaptive configuration model.
  • Do not tune from a single run or unrepresentative traffic.

Use Another Skill When

  • You need the exact adaptive config shape -> nemo-relay-tune-adaptive-config
  • You need to consume adaptive hints or scheduling guidance in app logic -> nemo-relay-tune-adaptive-hints
  • You need to build reusable plugin behavior instead of configuring the built-in adaptive component -> nemo-relay-build-plugin

Related Skills

  • nemo-relay-start
  • nemo-relay-instrument-calls
  • nemo-relay-setup-observability
  • nemo-relay-tune-adaptive-config
  • nemo-relay-tune-adaptive-hints
  • nemo-relay-build-plugin

Más skills de nvidia

compileiq-debug
nvidia
Úsalo cuando algo esté mal: Search() se cuelga, todas las evaluaciones devuelven INVALID_SCORE, las puntuaciones no mejoran, cada configuración devuelve el mismo número, errores de ptxas…
official
create-github-pr
nvidia
Crear solicitudes de extracción de GitHub usando la CLI gh. Usar cuando el usuario quiera crear un nuevo PR, enviar código para revisión o abrir una solicitud de extracción. Palabras clave de activación -…
official
diagnose-perf
nvidia
First-responder performance triage for Isaac Sim and Isaac Lab. Identifies bottleneck category (GPU-bound, CPU-bound, VRAM, loading) using nvidia-smi and…
official
eagle3-review-logs
nvidia
Revisa los registros de experimentos del pipeline EAGLE3 desde el directorio experiments/ del lanzador. Resume el estado de aprobación/fallo para las 4 tareas, diagnostica fallos con la causa raíz…
official
nemoclaw-maintainer-cross-issue-sweep
nvidia
Scans other open issues to find ones a given PR may also fix or accidentally break. Outputs adjacent-fix opportunities and contradiction risks with file:line…
official
karpathy-guidelines
nvidia
Pautas de comportamiento para reducir errores comunes de codificación en LLM. Úselas al escribir, revisar o refactorizar código para evitar la sobrecomplicación, realizar cambios quirúrgicos,…
official
fhir-basics
nvidia
Enseña a los agentes cómo funcionan las APIs de FHIR R4, qué recursos están disponibles, cómo consultarlos con parámetros de búsqueda y cómo analizar correctamente todos los formatos de respuesta…
official
underdeclared-agent
nvidia
A helpful assistant agent
official