nvidia/nemo-relay-debug-runtime-integration
Use this skill when NeMo Relay is installed or imported but application-side runtime behavior is missing or incorrect, including load failures, inactive scopes, missing events, and plugin or adaptive wiring problems.
npx skills add https://github.com/NVIDIA/skills --skill nemo-relay-debug-runtime-integration
Use this skill when NeMo Relay is present in the application but something is not
working.
Start by proving which runtime layer is failing before changing configuration.
lifecycle vs typed wrappers vs adaptive/plugins?
affected binding or workspace command.
extension with uv sync, then run a small Python test or import check from
the same environment as the application.
Node binding package before debugging application code.
linker and runtime loader at the release output directory; use the macOS
dynamic-library path variable (DYLD_LIBRARY_PATH) on macOS.
task, goroutine, or worker boundary without the intended stack.
create a fresh stack per independent request or agent.
registration, active scope ancestry, names, and priority values.
scope-local subscribers, ensure the current scope is the owner or descendant.
lifecycle calls require explicit params for input, output, model names, and
tool call IDs.
or clear between runs, and separate concurrent agents by root scope.
SDK handles, callbacks, streams, or class instances with explicit codecs.
registration and check required fields, value types, defaults, and config
source.
adaptive component is enabled, policy allows the behavior, and the call path
reaches the configured component.
version. For 0.6, check the separate exporter, http_binary versus grpc,
endpoint, headers, target support, and an active Tokio runtime for native
gRPC. For 0.7, check the typed projection, endpoint, headers, TLS, and target
support; the subscriber owns the native gRPC runtime.
uses managed execute helpers or balanced manual start/end APIs, not only the
underlying business callback.
nemo-relay-get-startednemo-relay-instrument-context-isolationnemo-relay-plugin-adaptive-tuningnemo-relay-plugin-buildTake nvidia/nemo-relay-debug-runtime-integration from the repository into ~/.claude/skills for personal
use, or into .claude/skills inside a project.
The agent identifies a skill by the name field in its header. Two skills with the
same name cannot sit side by side — one of them will be ignored.