원클릭으로
nemo-relay-typed-wrappers-codecs
Use NeMo Relay typed wrappers and codecs without losing middleware behavior
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Use NeMo Relay typed wrappers and codecs without losing middleware behavior
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
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
| name | nemo-relay-typed-wrappers-codecs |
| description | Use NeMo Relay typed wrappers and codecs without losing middleware behavior |
| author | NVIDIA Corporation and Affiliates |
| license | Apache-2.0 |
Use this skill when an application wants stronger domain types than raw JSON for tool or LLM integration.
JsonPassthrough, DataclassCodec, PydanticCodec, and
BestEffortAnyCodec. Node.js exposes JsonPassthrough plus custom
Codec<T> implementations.BestEffortAnyCodec only at boundaries where strict schemas are not
available. Prefer dataclass, Pydantic, or explicit Node.js codecs when the
framework owns a stable schema.OpenAIChatCodec, OpenAIResponsesCodec,
and AnthropicMessagesCodec in Python, Node.js, and Rust. Choose the
codec that matches the actual provider payload shape.id, model,
message, tool_calls, finish_reason, usage, provider-specific data, and
extra unmodeled fields. They do not rewrite the caller-visible response.LLMRequest and optional annotated request; encode merges annotated
edits back before execution intercepts and the provider callback run.JsonPassthrough for JSON-native valuesDataclassCodec or PydanticCodec in Python when the models already existBestEffortAnyCodec only when broad flexibility is worth the looser contracttoJson/fromJson or decode/encodeencode preserves original provider fields unless an
intercept intentionally changes themnemo-relay-instrument-callsnemo-relay-export-openinferencenemo-relay-debug-runtime-integration