feat(web): channel authoring API and web codec registry - #3570
Open
paul-nechifor wants to merge 1 commit into
Open
feat(web): channel authoring API and web codec registry#3570paul-nechifor wants to merge 1 commit into
paul-nechifor wants to merge 1 commit into
Conversation
paul-nechifor
requested review from
Dreamsorcerer,
leshy,
mustafab0 and
spomichter
as code owners
August 20, 2026 16:37
Codecov Report❌ Patch coverage is @@ Coverage Diff @@
## paul/feat/w5-dynamic-bridge-classes #3570 +/- ##
=======================================================================
+ Coverage 73.88% 77.62% +3.73%
=======================================================================
Files 1290 1272 -18
Lines 131813 122996 -8817
Branches 12104 11358 -746
=======================================================================
- Hits 97389 95471 -1918
+ Misses 31387 24442 -6945
- Partials 3037 3083 +46
Flags with carried forward coverage won't be shown. Click here to find out more.
... and 123 files with indirect coverage changes 🚀 New features to boost your workflow:
|
Contributor
Greptile SummaryThis change adds an authoring API for custom browser channels and a Python web-codec registry. It generates typed relay bridge ports for declared streams, carries resolved encoder definitions and channel parameters into runtime configuration, and adds browser-facing custom-path coverage. Confidence Score: 5/5No blocking failure remains. No accepted blocking findings remain.
What T-Rex did
Reviews (2): Last reviewed commit: "feat(web): channel authoring API and web..." | Re-trigger Greptile |
- New dimos.web.codecs: @web_encoder / @web_decoder registry keyed by encoding id. An encoder turns one DimOS message into the bytes of a relay data frame. - Encoders return bytes, an EncodedPayload when the frame needs header meta, or None to skip a sample. json.v1 stays the only unregistered fallback. - New Channel in dimos.web.cockpit plus cockpit(channels=[...]) to put a stream on the wire without a panel. rx only for now, publish arrives in W7. - The blueprint compiler resolves encoding ids to callables at definition time and ships them in immutable runtime channel specs through the config. - Workers never depend on the user's codec module being imported there. Codecs must live at module level so pickle ships them by reference. - Built-in codecs (jpeg.v1, costmap.zlib.v1, json.v1) move to relay_bridge/builtin_codecs.py. The static class stays for the default path. - examples/custom-path/ is the end-to-end custom codec demo, pinned by a new browser e2e in CI (test_custom_channel_browser.py).
paul-nechifor
force-pushed
the
paul/feat/w6-channel-authoring
branch
from
August 22, 2026 02:12
5d5edd2 to
69a6d82
Compare
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.