Add null output mode to LingBot replay demo - #437
Merged
jarcherNV merged 8 commits intoAug 11, 2026
Conversation
Contributor
Greptile SummaryThe PR adds null-output replay support and GPU runtime validation for the LingBot demo while consolidating shared demo, keyboard-input, and WebRTC infrastructure.
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
Replay["LingBot replay command"] --> Runtime["Unified inference runtime"]
Runtime --> Checkpoint["Stream checkpoint into model"]
Runtime --> Inputs["Replay or realtime input provider"]
Runtime --> Output{"Output mode"}
Output --> Null["Null sink"]
Output --> MP4["MP4 sink"]
Output --> WebRTC["WebRTC service"]
Reviews (8): Last reviewed commit: "Advance OmniDreams Ludus replay keyboard..." | Re-trigger Greptile |
Move keyboard state helpers into runtime, shift model-specific resampling and pose integration into LingBot and OmniDreams control modules, and make shared WebRTC input carry raw user events/frame times by default. Keep sparse key segments only behind the private legacy compatibility bridge.
Prefer newest WebRTC video chunks when delivery backs up, flush stale queued media before enqueueing a full replacement chunk, and stop the browser from sending synthetic repeated keydown events for held keys.
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.