Unify serving paths - #429
Merged
gtong-nv merged 22 commits intoAug 8, 2026
Merged
Conversation
Contributor
Greptile SummaryThe PR consolidates replay, WebRTC, and local-window serving around common runtime, result, output, and lifecycle abstractions.
Confidence Score: 5/5The PR appears safe to merge because no blocking failure remains within the eligible follow-up-review scope. No blocking failure remains. Important Files Changed
Flowchart%%{init: {'theme': 'neutral'}}%%
flowchart LR
Inputs["Replay / WebRTC / Local inputs"] --> Runtime["Thread-affine runtime worker"]
Runtime --> Session["Integration model session"]
Session --> Stream["VideoOutputStream"]
Stream --> Result["StepResult"]
Result --> MP4["MP4 output target"]
Result --> WebRTC["WebRTC encoder"]
Result --> Local["Local presentation"]
Reviews (3): Last reviewed commit: "Share demo application lifecycle" | Re-trigger Greptile |
gtong-nv
force-pushed
the
dev/gtong/output-stream
branch
from
August 8, 2026 01:18
35a0bd5 to
273bb39
Compare
jarcherNV
pushed a commit
that referenced
this pull request
Aug 8, 2026
* Canonicalize generated video step results * Simplify video output stream consumption * Pass step results through WebRTC delivery * Run serving runtimes on thread-affine workers * Unify Lingbot model session execution * Unify OmniDreams model session execution * Make WebRTC manager capabilities explicit * Define explicit WebRTC app adapter contracts * Route outputs through integration capabilities * Drive WebRTC generation with step requests * Fix serving type-check regressions * Apply repository-wide lint fixes * Skip unavailable Transformer Engine in CPU tests * Record serving architecture validation * Unify WebRTC session manager implementations * Consolidate WebRTC runtime lifecycle * refactor(omnidreams): use shared WebRTC demo APIs * refactor(omnidreams): remove legacy WebRTC implementation * refactor(omnidreams): remove WebRTC postprocessing * Consolidate WebRTC demo integrations * Simplify WebRTC demo launch path * Share demo application lifecycle
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.
No description provided.