Add a provider-neutral remote sandbox runtime - #1
Merged
Conversation
Signed-off-by: Sean Knowles <[email protected]>
Signed-off-by: Sean Knowles <[email protected]>
Signed-off-by: Sean Knowles <[email protected]>
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.
Related issue
N/A
Summary
This adds a small, provider-neutral
remotesandbox backend to Omnigent.ELI5
Omnigent runs the conversation; a platform service runs the computer behind it. This PR gives Omnigent a standard plug for that platform service.
The existing direct Daytona backend remains available for installations that prefer Omnigent to manage Daytona itself.
What changed
remotesandbox backend for create, command, resume, stop, delete, status, and activity operations.Why this is easier to maintain
Organisation-specific lifecycle code no longer needs to be merged into Omnigent whenever upstream changes. A downstream platform can implement the stable HTTP interface while this repository retains only the small generic adapter.
Test plan and evidence
pre-commit run --all-files: passed.OMNIGENT_REMOTE_E2E_OK_ff37fa8e;OMNIGENT_REMOTE_E2E_WAKE_OK_ff37fa8e;The maintainer-approval gate is expected to remain unsuccessful until an upstream maintainer approves the contribution. The remaining
server-restfailures concern session snapshot/model caching and a pre-existing OpenAPI artifact mismatch; the UI shard failures concern settings, themes, and unrelated screens. None exercise the remote sandbox adapter. The adapter-specific suites, all four API E2E shards, and the real production lifecycle test passed.Type of change
Changelog
Omnigent can run managed sessions through a provider-neutral remote sandbox service, including activity-aware sleep and automatic wake.