docs: NeMo Relay recipe for library-mode (libsy) integration#71
Draft
ryan-lempka wants to merge 7 commits into
Draft
docs: NeMo Relay recipe for library-mode (libsy) integration#71ryan-lempka wants to merge 7 commits into
ryan-lempka wants to merge 7 commits into
Conversation
|
Signed-off-by: Ryan Lempka <rlempka@nvidia.com>
Signed-off-by: Ryan Lempka <rlempka@nvidia.com>
999970f to
c7a9916
Compare
… 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>
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. Complements the server-mode integration on
topic/nemo-relay-integration.docs/guides/nemo_relay.md— clean quickstart matching the existing Getting Started shape (Prerequisites → Install → Configure → Path A: Gateway → Path B: Agent launcher → Validate), with receipts showing routing happened.docs/guides/nemo_relay_known_issues.md— what stands between the recipe and a fully routed interactive Claude Code session, with owners (libsy streaming, classifier-call 400, fail-open semantics, error opacity, toolchain).examples/nemo_relay/{config.toml,plugins.toml}— copy-pasteable Relay configs (Haiku classifier routing Opus/Sonnet).Relay-side implementation (the plugin's
decision_backend = "libsy", tests, and the Path A e2e) lives on the reference branch: https://github.com/ryan-lempka/NeMo-Relay/tree/feat/libsy-decision-backendTesting
mkdocs build --strictand the docs link lint pass.