-
Notifications
You must be signed in to change notification settings - Fork 18
feat(nemo-agents): validate fabric relay telemetry #928
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
mmogallapalli
merged 7 commits into
main
from
mmogallapall/aircore-902-configure-relay-telemetry-emission-for-fabric-backed-nemo
Jul 29, 2026
Merged
Changes from all commits
Commits
Show all changes
7 commits
Select commit
Hold shift + click to select a range
95e0bf1
temp
mmogallapalli 0e90e85
rc2 pin
mmogallapalli 94eee0b
update version
mmogallapalli d8eef6c
seperating yamls
mmogallapalli 62fc053
relay local validated
mmogallapalli 7fca774
regenerate uv lock
mmogallapalli 74cbd28
nit
mmogallapalli File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
61 changes: 61 additions & 0 deletions
61
plugins/nemo-agents/examples/nemo-agent-config/agent-relay-intake.yaml
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,61 @@ | ||
| config_format: nemo-agents-spec-v1 | ||
| name: test-agent | ||
| description: Test agent config | ||
|
|
||
| default_harness: codex | ||
|
|
||
| harnesses: | ||
| hermes: | ||
| kind: hermes | ||
| model: | ||
| provider: nvidia | ||
| model: nvidia/nemotron-3-nano-30b-a3b | ||
| api_key_env: NVIDIA_API_KEY | ||
| temperature: 0.0 | ||
| settings: | ||
| python_env: HERMES_ADAPTER_PYTHON | ||
| base_url: https://integrate.api.nvidia.com/v1 | ||
| max_iterations: 1 | ||
| max_tokens: 512 | ||
| reasoning_config: | ||
| effort: none | ||
| enabled_toolsets: [] | ||
| system_prompt: You are a concise test assistant. | ||
| codex: | ||
| kind: codex | ||
| settings: | ||
| sandbox: workspace-write | ||
| system_prompt: You are a concise test assistant. | ||
| config_overrides: | ||
| model_reasoning_effort: high | ||
|
|
||
| models: | ||
| default: | ||
| provider: openai | ||
| model: openai/gpt-5.4 | ||
|
|
||
| skills: | ||
| paths: [] | ||
|
|
||
| mcp: | ||
| servers: {} | ||
|
|
||
| tools: | ||
| blocked: [] | ||
|
|
||
| environment: | ||
| workspace: ./workspace | ||
| artifacts: ./artifacts | ||
|
|
||
| telemetry: | ||
| enabled: true | ||
| provider: relay | ||
| output_dir: ./artifacts/relay | ||
| project: test-agent | ||
| atif: | ||
| enabled: true | ||
| filename_template: trajectory-{session_id}.atif.json | ||
| storage: | ||
| - type: http | ||
| endpoint: http://127.0.0.1:8080/apis/intake/v2/workspaces/default/ingest/atif | ||
| timeout_millis: 3000 |
61 changes: 61 additions & 0 deletions
61
plugins/nemo-agents/examples/nemo-agent-config/agent-relay.yaml
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,61 @@ | ||
| config_format: nemo-agents-spec-v1 | ||
| name: test-agent | ||
| description: Test agent config | ||
|
|
||
| default_harness: codex | ||
|
|
||
| harnesses: | ||
| hermes: | ||
| kind: hermes | ||
| model: | ||
| provider: nvidia | ||
| model: nvidia/nemotron-3-nano-30b-a3b | ||
| api_key_env: NVIDIA_API_KEY | ||
| temperature: 0.0 | ||
| settings: | ||
| python_env: HERMES_ADAPTER_PYTHON | ||
| base_url: https://integrate.api.nvidia.com/v1 | ||
| max_iterations: 1 | ||
| max_tokens: 512 | ||
| reasoning_config: | ||
| effort: none | ||
| enabled_toolsets: [] | ||
| system_prompt: You are a concise test assistant. | ||
| codex: | ||
| kind: codex | ||
| settings: | ||
| sandbox: workspace-write | ||
| system_prompt: You are a concise test assistant. | ||
| config_overrides: | ||
| model_reasoning_effort: high | ||
|
|
||
| models: | ||
| default: | ||
| provider: openai | ||
| model: openai/gpt-5.4 | ||
|
|
||
| skills: | ||
| paths: [] | ||
|
|
||
| mcp: | ||
| servers: {} | ||
|
|
||
| tools: | ||
| blocked: [] | ||
|
|
||
| environment: | ||
| workspace: ./workspace | ||
| artifacts: ./artifacts | ||
|
|
||
| telemetry: | ||
| enabled: true | ||
| provider: relay | ||
| output_dir: ./artifacts/relay | ||
| project: test-agent | ||
| atif: | ||
| enabled: true | ||
| filename_template: trajectory-{session_id}.atif.json | ||
| atof: | ||
| enabled: true | ||
| filename: events.atof.jsonl | ||
| mode: overwrite |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.