Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
Uh oh!
There was an error while loading.
Please reload this page
.
NVIDIA
/
NeMo-Fabric
Public
Notifications
You must be signed in to change notification settings
Fork
15
Star
27
Code
Issues
0
Pull requests
1
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
Expand Relay plugin configuration
- #22
#22
Merged
dagardner-nv
merged 20 commits into
NVIDIA:main
NVIDIA/NeMo-Fabric:main
from
dagardner-nv:david-relay-config
dagardner-nv/nemo-old:david-relay-config
Copy head branch name to clipboard
Jun 26, 2026
Conversation
Commits
20
(20)
Checks
Files changed
Merged
Expand Relay plugin configuration
#22
dagardner-nv
merged 20 commits into
NVIDIA:main
NVIDIA/NeMo-Fabric:main
from
dagardner-nv:david-relay-config
dagardner-nv/nemo-old:david-relay-config
Copy head branch name to clipboard
Commits
Commits on Jun 26, 2026
Add support for writing relay plugin toml file, which enables support for relay plugin configurations not available as environment variables
Show description for d685f41
dagardner-nv
committed
d685f41
View commit details
Copy full SHA for d685f41
Browse repository at this point
Move write_relay_plugins_toml to a new utils.py module as this is not hermes specific
Show description for 4664500
dagardner-nv
committed
4664500
View commit details
Copy full SHA for 4664500
Browse repository at this point
Move methods which are not hermes specific which could be used by other adapters to the utils.py module
Show description for 95c7d88
dagardner-nv
committed
95c7d88
View commit details
Copy full SHA for 95c7d88
Browse repository at this point
Update tests
Show description for 9bab0fe
dagardner-nv
committed
9bab0fe
View commit details
Copy full SHA for 9bab0fe
Browse repository at this point
Set encoding
Show description for 07db00f
dagardner-nv
committed
07db00f
View commit details
Copy full SHA for 07db00f
Browse repository at this point
Always use 'hermes chat' since -z does not finalize the session
Show description for 24dd30c
dagardner-nv
committed
24dd30c
View commit details
Copy full SHA for 24dd30c
Browse repository at this point
Expect --query and not -z
Show description for e848fd1
dagardner-nv
committed
e848fd1
View commit details
Copy full SHA for e848fd1
Browse repository at this point
Update test to expect an extra shutdown atof record
Show description for 5e34b98
dagardner-nv
committed
5e34b98
View commit details
Copy full SHA for 5e34b98
Browse repository at this point
Remove the check for completed, this is simply hermes' behavior, verified using hermes_sdk in the main branch
Show description for 3421f39
dagardner-nv
committed
3421f39
View commit details
Copy full SHA for 3421f39
Browse repository at this point
Split tests/test_adapaters_hermes_common.py tests into those for the common/hermes and common/utils tests
Show description for 1f45d4b
dagardner-nv
committed
1f45d4b
View commit details
Copy full SHA for 1f45d4b
Browse repository at this point
New profile
Show description for 2c97aed
dagardner-nv
committed
2c97aed
View commit details
Copy full SHA for 2c97aed
Browse repository at this point
Merge branch 'main' of github.com:NVIDIA/NeMo-Fabric into david-relay-config
Show description for 60e4e95
dagardner-nv
committed
60e4e95
View commit details
Copy full SHA for 60e4e95
Browse repository at this point
Remove require_yaml parameter, since JSON is a subset of YAML, writing JSON to a YAML file is always valid we should not raise exceptions on a missing PyYaml lib
Show description for db1eebb
dagardner-nv
committed
db1eebb
View commit details
Copy full SHA for db1eebb
Browse repository at this point
Update smoke tests
Show description for 5a5f807
dagardner-nv
committed
5a5f807
View commit details
Copy full SHA for 5a5f807
Browse repository at this point
Add otel profiles
Show description for e3c98a6
dagardner-nv
committed
e3c98a6
View commit details
Copy full SHA for e3c98a6
Browse repository at this point
update the hermes_sdk run_hermes_sdk method to async
Show description for 8db588c
dagardner-nv
committed
8db588c
View commit details
Copy full SHA for 8db588c
Browse repository at this point
Move the hermes invocation to it's own method
Show description for 3e8ed38
dagardner-nv
committed
3e8ed38
View commit details
Copy full SHA for 3e8ed38
Browse repository at this point
WIP: configure relay via Python not toml
Show description for fad107f
dagardner-nv
committed
fad107f
View commit details
Copy full SHA for fad107f
Browse repository at this point
Move relay code over to utils.py
Show description for 7ad7f1f
dagardner-nv
committed
7ad7f1f
View commit details
Copy full SHA for 7ad7f1f
Browse repository at this point
Validate the plugin config
Show description for f33fa44
dagardner-nv
committed
f33fa44
View commit details
Copy full SHA for f33fa44
Browse repository at this point
You can’t perform that action at this time.