feat(cli): add high-performance daemon architecture - #1000
Draft
willkill07 wants to merge 5 commits into
Draft
Conversation
|
Important Draft PR not reviewedDraft PRs are not automatically reviewed by default.
To automatically review draft PRs, update your CodeRabbit configuration: reviews:
auto_review:
drafts: trueComment |
License DiffCompared against Lockfile license changesLockfile License ChangesRustAdded
Removed
Updated/Changed
|
Signed-off-by: Will Killian <wkillian@nvidia.com>
Signed-off-by: Will Killian <wkillian@nvidia.com>
Signed-off-by: Will Killian <wkillian@nvidia.com>
Signed-off-by: Will Killian <wkillian@nvidia.com>
willkill07
force-pushed
the
feat/high-performance-daemon
branch
from
September 5, 2026 01:06
a6c8e52 to
834dda8
Compare
Signed-off-by: Will Killian <wkillian@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.
Overview
Adds the authenticated NeMo Relay daemon architecture for managed multi-user deployments, including broker-directed worker lifecycle, managed MCP and hook forwarding, raw streaming transport, and managed agent configuration.
Details
nemo-relay daemon,daemon mcp,daemon hook, anddaemon workerwith authenticated identity, broker routing, worker activation, recovery, draining, and explicit pass-through behavior.crates/cli/tests/, plus an informational daemon transport benchmark and deployment documentation.Where should the reviewer start?
Start with
crates/cli/src/daemon/mod.rs, thencrates/cli/src/daemon/broker/server.rsfor the control/data-plane boundary andcrates/cli/tests/coverage/daemon/daemon_worker_e2e_tests.rsfor end-to-end streaming guarantees.Validation:
just test-rustcargo clippy --workspace --all-targets -- -D warningsuv run pre-commit run --all-filesjust test-pijust docsjust docs-linkcheckjust daemon-transport-benchmark-smokeRelated Issues: (use one of the action keywords Closes / Fixes / Resolves / Relates to)