一键导入
nemo-relay-export-atif-trajectories
Export NeMo Relay activity as ATIF trajectories for replay, analysis, or interchange
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Export NeMo Relay activity as ATIF trajectories for replay, analysis, or interchange
用 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-export-atif-trajectories |
| description | Export NeMo Relay activity as ATIF trajectories for replay, analysis, or interchange |
| author | NVIDIA Corporation and Affiliates |
| license | Apache-2.0 |
Use this skill when the user wants execution traces as ATIF documents rather than live OTLP spans.
AtifExporter with session and agent metadataexport() or export_json()user steps; message content is extracted from the
LLMRequest.content payload when possible.agent steps with response content, model metadata,
token metrics, reasoning fields, and promoted tool_calls when the response
uses a supported tool-call shape.system observations. Observations are correlated to
promoted tool calls by function name and source call ID when available.system steps. Scope start/end events are
structural and are not emitted as trajectory steps.subagent_trajectories with
subagent_trajectory_ref observations in the parent trajectory.clear() between runs when concurrent agents share a process.schema_version is
ATIF-v1.7, agent metadata is correct, expected LLM/tool steps are present,
tool observations follow tool calls, and sensitive fields are absent.tool_calls if ATIF tool-call entries are expectednemo-relay-setup-observabilitynemo-relay-instrument-callsnemo-relay-debug-runtime-integration