Migrate bridge clients to process resources#820
Draft
ghostwriternr wants to merge 1 commit into
Draft
Conversation
|
This was referenced Jul 15, 2026
e02ec6e to
9539b23
Compare
0ebb711 to
58757a5
Compare
9539b23 to
99ac257
Compare
58757a5 to
ec1bd40
Compare
99ac257 to
a6c8993
Compare
ec1bd40 to
408370f
Compare
a6c8993 to
af08c09
Compare
408370f to
6a6c846
Compare
af08c09 to
eed124b
Compare
6a6c846 to
d849f27
Compare
eed124b to
4cf7bd9
Compare
d849f27 to
2c6706d
Compare
4cf7bd9 to
fb00048
Compare
2c6706d to
38f119e
Compare
fb00048 to
ceb4ebe
Compare
Replace session and command-oriented bridge clients with lifecycle and process resource APIs. Keep the Worker middleware, examples, and tests aligned with the argv-only Sandbox bridge.
38f119e to
b37f799
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.
Move the standalone bridge worker, its Python examples, and its tests off the session and exec-stream routes and onto the unified process API.
The bridge is a thin HTTP surface over the SDK, so once the SDK drops sessions those routes map to capabilities that no longer exist. Leaving them would ship dead endpoints. This launches argv processes and recovers them by ID instead, replaces the exec and session test suites with create and process-route suites, and removes the obsolete integration harness.
Depends on the SDK process PR. No file overlap with the other migration PRs; retarget to
nextonce the core stack merges.Part of the unified process-execution stack.
Core stack — each builds on the previous:
nextMigrations — each builds on 5 #819: