feat(isolation): implement the RFC 0012 sandbox architecture - #2942
Merged
Merged
Conversation
drew
force-pushed
the
codex/1737-rfc12-supervisor-primitives
branch
from
August 26, 2026 06:21
fccbbc0 to
5b589ab
Compare
This was referenced Aug 26, 2026
drew
force-pushed
the
codex/1737-rfc12-supervisor-primitives
branch
from
August 31, 2026 23:52
5b589ab to
8818afd
Compare
|
Auto-sync is disabled for draft pull requests in this repository. Workflows must be run manually. Contributors can view more details about this message here. |
4 tasks
drew
force-pushed
the
codex/1737-rfc12-supervisor-primitives
branch
2 times, most recently
from
September 1, 2026 08:06
fbcc382 to
efba1d8
Compare
This was referenced Sep 2, 2026
drew
marked this pull request as ready for review
September 3, 2026 01:46
drew
requested review from
a team,
derekwaynecarr,
mrunalp and
sjenning
as code owners
September 3, 2026 01:46
drew
force-pushed
the
codex/1737-rfc12-supervisor-primitives
branch
from
September 3, 2026 14:34
00b12d3 to
b06e0b1
Compare
|
Label |
drew
force-pushed
the
codex/1737-rfc12-supervisor-primitives
branch
from
September 5, 2026 16:08
b06e0b1 to
8e95cd7
Compare
Collaborator
Author
|
/ok to test |
3 similar comments
Collaborator
Author
|
/ok to test |
Collaborator
Author
|
/ok to test |
Collaborator
Author
|
/ok to test |
drew
force-pushed
the
codex/1737-rfc12-supervisor-primitives
branch
from
September 8, 2026 22:32
e4cc065 to
62a943a
Compare
12 tasks
This was referenced Sep 16, 2026
4 tasks
2 tasks
9 tasks
4 tasks
5 tasks
8 tasks
This was referenced Sep 17, 2026
This was referenced Sep 17, 2026
8 tasks
8 tasks
11 tasks
This was referenced Sep 21, 2026
13 tasks
11 tasks
Open
4 tasks
6 tasks
6 tasks
This was referenced Sep 25, 2026
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
Implement RFC 0012 as one combined change. This PR defines the Isolation Backend and adds the OpenShell implementation: the Sandbox Protocol,
OpenShellRuntimeBackend, separateopenshell-supervisorandopenshell-sandboxbinaries, transport-neutral JWT authentication, and the Docker, Podman, Kubernetes, and VM integrations.The supervisor stays outside the agent workload. Each compute driver creates the runtime resources, protected channel, and outer network fence needed by its platform.
Related Issue
Part of #1737. Implements the architecture accepted in #2048.
Changes
openshell-isolation-interfacecrate and backend conformance tests.OpenShellRuntimeBackendand the authenticated OpenShell Sandbox Protocol.Driver placement
network_mode=noneon the workload.Testing
mise run pre-commitChecklist
Consolidated stack
The following stacked PRs are now merged into this PR:
#2941 is superseded by the canonical RFC merged in #2048. #3151 was folded into this PR.