-
Notifications
You must be signed in to change notification settings - Fork 40
feat(plugin)!: Add Switchyard Decision API routing plugin #369
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
Open
bbednarski9
wants to merge
47
commits into
NVIDIA:main
Choose a base branch
from
bbednarski9:bbednarski/switchyard-decision-api-plugin-mvp
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from all commits
Commits
Show all changes
47 commits
Select commit
Hold shift + click to select a range
5d66e0d
feat(switchyard): add Decision API routing plugin
bbednarski9 a3a0da4
test(switchyard): add real-service and Hermes E2E
bbednarski9 3986de8
add deterministic Switchyard trajectory E2E
bbednarski9 6ffc45a
document generated trajectory bundles
bbednarski9 f3361a6
fix: attribute routed model in translated trajectories
bbednarski9 602e055
feat(switchyard): record routed optimization evidence
bbednarski9 c0c981a
fix(switchyard): retain trailing stream usage
bbednarski9 85610b6
fix(switchyard): expose StageRouter decision context
bbednarski9 6535769
test(switchyard): add InferenceHub StageRouter trajectory
bbednarski9 210dc94
test(switchyard): normalize Claude feature flags
bbednarski9 a6dcf13
test(switchyard): omit Claude effort extension
bbednarski9 30fea74
test(switchyard): constrain the Claude tool surface
bbednarski9 92972df
test(switchyard): bound the Claude smoke context
bbednarski9 cc6ebf6
test(switchyard): address the fixture explicitly
bbednarski9 d2c669b
fix(switchyard): preserve streamed tool arguments
bbednarski9 477717f
fix(runtime): mirror identity onto tool events
bbednarski9 1eb3f7c
test(switchyard): make route intent explicit
bbednarski9 0b52ece
test(switchyard): use a deterministic classifier policy
bbednarski9 ba6ca8d
test(switchyard): route from real tool outcomes
bbednarski9 cb94f5d
test(switchyard): distinguish decisions from committed routes
bbednarski9 ad397e3
test(switchyard): isolate native ATIF upload
bbednarski9 5760227
test(switchyard): require projected optimization marks
bbednarski9 3b60629
chore(switchyard): satisfy repository hooks
bbednarski9 33dc0cf
test(switchyard): use native Claude protocol targets
bbednarski9 820ea38
test(switchyard): cover plugin lifecycle and fail-open paths
bbednarski9 6a19df4
test(switchyard): cover terminal fallback errors
bbednarski9 9ad5660
test(switchyard): cover streaming error translation
bbednarski9 a441cab
test(switchyard): cover optimization accounting boundaries
bbednarski9 cb3d118
fix(switchyard): harden routing runtime boundaries
bbednarski9 5f78f71
test(switchyard): assert dispatch headers stay internal
bbednarski9 693148b
test(switchyard): tolerate loaded loopback decisions
bbednarski9 66dc15b
docs(switchyard): align plugin README with repository style
bbednarski9 5fd9c3d
docs: pin experimental Switchyard topic setup
bbednarski9 6daea3d
docs: document Switchyard integration examples
bbednarski9 9e8102a
feat(runtime): add routing identity and ATOF primitives
bbednarski9 0d73b57
feat(gateway): add retry-aware routed dispatch
bbednarski9 3e8ea12
docs: remove internal InferenceHub examples
bbednarski9 2c5a31b
docs: clarify manual Switchyard compatibility smoke
bbednarski9 7addced
fix(gateway): redact sensitive upstream failure headers
bbednarski9 7fda7bc
fix(switchyard): preserve streamed tool creation order
bbednarski9 501a188
test(switchyard): cover interleaved streamed tool calls
bbednarski9 8a0dbad
fix(switchyard): translate Anthropic base64 images
bbednarski9 7b7012b
refactor(plugin): use Switchyard translation library
bbednarski9 6bdb2a1
refactor(plugin): split ATIF attribution fix
bbednarski9 3c4cb2f
docs(switchyard): mark crate source-only
bbednarski9 e2da598
test(switchyard): move contract tests to integration suite
bbednarski9 262953c
test(switchyard): relocate component tests
bbednarski9 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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -85,3 +85,4 @@ CHANGELOG.md | |
|
|
||
| # Relay | ||
| /.nemo-relay | ||
| /artifacts/ | ||
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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
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.