feat(isolation): split supervisor and sandbox runtimes - #3151
Merged
drew merged 19 commits intoSep 11, 2026
Merged
Conversation
drew
requested review from
a team,
derekwaynecarr,
mrunalp and
sjenning
as code owners
September 3, 2026 01:46
This was referenced Sep 3, 2026
drew
force-pushed
the
codex/1737-rfc12-supervisor-modes
branch
from
September 3, 2026 14:34
c1072f8 to
35727e8
Compare
|
Label |
drew
force-pushed
the
codex/1737-rfc12-supervisor-modes
branch
from
September 5, 2026 16:08
35727e8 to
efa1011
Compare
|
🌿 Preview your docs: https://nvidia-preview-pr-3151.docs.buildwithfern.com/openshell |
Collaborator
Author
|
/ok to test |
drew
force-pushed
the
codex/1737-rfc12-supervisor-modes
branch
from
September 5, 2026 20:24
b2848a6 to
33304c3
Compare
Collaborator
Author
|
/ok to test |
10 similar comments
Collaborator
Author
|
/ok to test |
Collaborator
Author
|
/ok to test |
Collaborator
Author
|
/ok to test |
Collaborator
Author
|
/ok to test |
Collaborator
Author
|
/ok to test |
Collaborator
Author
|
/ok to test |
Collaborator
Author
|
/ok to test |
Collaborator
Author
|
/ok to test |
Collaborator
Author
|
/ok to test |
Collaborator
Author
|
/ok to test |
3 tasks
drew
force-pushed
the
codex/1737-rfc12-supervisor-modes
branch
from
September 11, 2026 05:57
c2cc566 to
676a65a
Compare
drew
force-pushed
the
codex/1737-rfc12-supervisor-modes
branch
2 times, most recently
from
September 11, 2026 17:52
bd9fd81 to
8f0e48a
Compare
drew
force-pushed
the
codex/1737-rfc12-supervisor-modes
branch
from
September 11, 2026 19:48
8f0e48a to
8ecb902
Compare
Signed-off-by: Drew Newberry <anewberry@nvidia.com>
Signed-off-by: Drew Newberry <anewberry@nvidia.com>
Signed-off-by: Drew Newberry <anewberry@nvidia.com>
Signed-off-by: Drew Newberry <anewberry@nvidia.com>
Signed-off-by: Drew Newberry <anewberry@nvidia.com>
Signed-off-by: Drew Newberry <anewberry@nvidia.com>
Signed-off-by: Drew Newberry <anewberry@nvidia.com>
Signed-off-by: Drew Newberry <anewberry@nvidia.com>
Signed-off-by: Drew Newberry <anewberry@nvidia.com>
Signed-off-by: Drew Newberry <anewberry@nvidia.com>
Signed-off-by: Drew Newberry <anewberry@nvidia.com>
Signed-off-by: Drew Newberry <anewberry@nvidia.com>
Signed-off-by: Drew Newberry <anewberry@nvidia.com>
Signed-off-by: Drew Newberry <anewberry@nvidia.com>
Signed-off-by: Drew Newberry <anewberry@nvidia.com>
Signed-off-by: Drew Newberry <anewberry@nvidia.com>
Signed-off-by: Drew Newberry <anewberry@nvidia.com>
Signed-off-by: Drew Newberry <anewberry@nvidia.com>
Signed-off-by: Drew Newberry <anewberry@nvidia.com>
drew
force-pushed
the
codex/1737-rfc12-supervisor-modes
branch
from
September 11, 2026 20:48
4778fc5 to
57e7b2d
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.
Summary
Split the runtime into
openshell-supervisor, outside the agent workload, andopenshell-sandbox, inside it. The supervisor consumes the Isolation Backend; the sandbox owns the agent process tree and serves the OpenShell Sandbox Protocol.The gateway gives the supervisor separate gateway and sandbox JWTs for one launch session. The supervisor refreshes both together, reconnects with a higher credential epoch, and fails closed when authentication expires or the channel is lost.
Related Issue
Part of #1737.
Changes
Testing
mise run pre-commitChecklist
Stack