feat(trtllm): add OpenEngine sidecar#11610
Draft
connorcarpenter15 wants to merge 10 commits into
Draft
Conversation
Signed-off-by: Connor Carpenter <connorc@nvidia.com>
Signed-off-by: Connor Carpenter <connorc@nvidia.com>
Signed-off-by: Connor Carpenter <connorc@nvidia.com>
Signed-off-by: Connor Carpenter <connorc@nvidia.com>
connorcarpenter15
temporarily deployed
to
external_collaborator
July 13, 2026 18:23 — with
GitHub Actions
Inactive
connorcarpenter15
temporarily deployed
to
external_collaborator
July 13, 2026 18:23 — with
GitHub Actions
Inactive
Contributor
Signed-off-by: Connor Carpenter <connorc@nvidia.com>
connorcarpenter15
temporarily deployed
to
external_collaborator
July 21, 2026 22:47 — with
GitHub Actions
Inactive
Contributor
|
/ok to test 24397a0 |
Signed-off-by: Connor Carpenter <connorc@nvidia.com> # Conflicts: # Cargo.toml # lib/llm/Cargo.toml
connorcarpenter15
temporarily deployed
to
external_collaborator
July 21, 2026 22:54 — with
GitHub Actions
Inactive
Contributor
|
/ok to test d9cd037 |
Signed-off-by: Connor Carpenter <connorc@nvidia.com>
connorcarpenter15
temporarily deployed
to
external_collaborator
July 21, 2026 22:56 — with
GitHub Actions
Inactive
Contributor
|
/ok to test 244cc38 |
Signed-off-by: Connor Carpenter <connorc@nvidia.com>
connorcarpenter15
temporarily deployed
to
external_collaborator
July 21, 2026 23:07 — with
GitHub Actions
Inactive
Contributor
|
/ok to test 2b0707c |
Signed-off-by: Connor Carpenter <connorc@nvidia.com>
connorcarpenter15
temporarily deployed
to
external_collaborator
July 21, 2026 23:18 — with
GitHub Actions
Inactive
Contributor
|
/ok to test fb18bc6 |
Signed-off-by: Connor Carpenter <connorc@nvidia.com>
connorcarpenter15
temporarily deployed
to
external_collaborator
July 21, 2026 23:20 — with
GitHub Actions
Inactive
Contributor
|
/ok to test 14fc0de |
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
dynamo-openengine-sidecarworker underlib/sidecar/openengine, configured by endpoint and OpenEngine capability discoverymainand adopt its consolidatedlib/sidecar/workspace layoutWhy
This adds a process-isolated TRT-LLM deployment path without replacing Dynamo's existing in-process TRT-LLM backend. The sidecar remains engine-neutral and communicates with the GPU engine exclusively through OpenEngine gRPC.
Dependencies
f1a7189311770f8aa1f0dd787561df809847595dValidation
cargo fmt --all -- --checkcargo metadata --locked --format-version 1cargo clippy -p dynamo-openengine-sidecar --all-targets -- -D warningsThe baseline GPU smokes verified nonempty output, terminal usage, zero post-request load, and graceful shutdown; disaggregated cases also verified the actual prefill/decode handoff.
Compatibility
The existing in-process TRT-LLM backend remains available. OpenEngine deployments are opt-in through the new sidecar binary and launch examples.