docs: NeMo Relay recipe for library-mode (libsy) integration#71
Draft
ryan-lempka wants to merge 12 commits into
Draft
docs: NeMo Relay recipe for library-mode (libsy) integration#71ryan-lempka wants to merge 12 commits into
ryan-lempka wants to merge 12 commits into
Conversation
|
ryan-lempka
force-pushed
the
rlempka/libsy-relay-integration
branch
from
July 15, 2026 17:34
999970f to
c7a9916
Compare
Signed-off-by: Ryan Lempka <rlempka@nvidia.com>
Signed-off-by: Ryan Lempka <rlempka@nvidia.com>
… point Signed-off-by: Ryan Lempka <rlempka@nvidia.com>
…break demo Signed-off-by: Ryan Lempka <rlempka@nvidia.com>
… to examples Signed-off-by: Ryan Lempka <rlempka@nvidia.com>
…tracker Signed-off-by: Ryan Lempka <rlempka@nvidia.com>
Signed-off-by: Ryan Lempka <rlempka@nvidia.com>
Signed-off-by: Ryan Lempka <rlempka@nvidia.com>
Signed-off-by: Ryan Lempka <rlempka@nvidia.com>
Signed-off-by: Ryan Lempka <rlempka@nvidia.com>
…en precedent Signed-off-by: Ryan Lempka <rlempka@nvidia.com>
Signed-off-by: Ryan Lempka <rlempka@nvidia.com>
ryan-lempka
force-pushed
the
rlempka/libsy-relay-integration
branch
from
July 17, 2026 19:22
1e7b5b4 to
ee3d051
Compare
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Summary
Adds the NeMo Relay recipe: running Switchyard as a library, with routing decisions made in-process by libsy inside NeMo Relay's Switchyard plugin. Customer-facing quickstart matching the existing Getting Started shape (Prerequisites → Install → Configure → Path A: Gateway → Path B: Agent launcher → Validate), using OpenRouter's Anthropic-compatible endpoint for targets.
docs/guides/nemo_relay.md— the quickstart, with receipts for validating that routing happened.examples/nemo_relay/{config.toml,plugins.toml}— copy-pasteable Relay configs (random routing between strong/weak targets, per the current drop scope).Relay-side implementation lives on the reference branch (built on Relay 0.7 main against Switchyard
93f0e3eawith streaming): https://github.com/ryan-lempka/NeMo-Relay/tree/feat/libsy-decision-backendTesting
mkdocs build --strictand the docs link lint pass.