Skip to content

[REA-5060] Add the managed distributed video model adapter - #176

Draft
maxmb1 wants to merge 1 commit into
codex/rea-5060-worker-groupfrom
codex/rea-5060-distributed-video-model
Draft

[REA-5060] Add the managed distributed video model adapter#176
maxmb1 wants to merge 1 commit into
codex/rea-5060-worker-groupfrom
codex/rea-5060-distributed-video-model

Conversation

@maxmb1

@maxmb1 maxmb1 commented Sep 9, 2026

Copy link
Copy Markdown

Why

Model authors should declare their worker and typed video output without reimplementing threading, session bookkeeping, and cleanup around WorkerGroup. This layer supplies that managed authoring path without introducing an engine-host dependency.

What Changed

Adds the experimental DistributedVideoModel adapter with worker configuration, control snapshots, frame-to-output mapping, pause/restart, and worker cleanup. Authoring and configuration tests cover the adapter contract, while the dependent example PR exercises the complete run-loop lifecycle. The scope remains single-node, single-session uint8 video, not arbitrary structured outputs or multi-session scheduling. Local Python 3.12 unit/contract tests, lint, and type checking pass.

## Why

Model authors should declare their worker and typed video output without reimplementing threading, session bookkeeping, and cleanup around WorkerGroup. This layer supplies that managed authoring path without introducing an engine-host dependency.

## What Changed

Adds the experimental DistributedVideoModel adapter with worker configuration, control snapshots, frame-to-output mapping, pause/restart, and worker cleanup. Authoring and configuration tests cover the adapter contract, while the dependent example PR exercises the complete run-loop lifecycle. The scope remains single-node, single-session uint8 video, not arbitrary structured outputs or multi-session scheduling. Local Python 3.12 unit/contract tests, lint, and type checking pass.

Signed-off-by: Kavya <58096384+maxmb1@users.noreply.github.com>

maxmb1 commented Sep 9, 2026

Copy link
Copy Markdown
Author

Warning

This pull request is not mergeable via GitHub because a downstack PR is open. Once all requirements are satisfied, merge this PR as a stack on Graphite.
Learn more

This stack of pull requests is managed by Graphite. Learn more about stacking.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant