Skip to content

feat: add Upstash Box sandbox provider#3617

Open
alitariksahin wants to merge 1 commit into
openai:mainfrom
alitariksahin:add-upstash-box-sandbox
Open

feat: add Upstash Box sandbox provider#3617
alitariksahin wants to merge 1 commit into
openai:mainfrom
alitariksahin:add-upstash-box-sandbox

Conversation

@alitariksahin

@alitariksahin alitariksahin commented Jun 10, 2026

Copy link
Copy Markdown

Summary

  • Add an Upstash Box-backed sandbox provider with direct REST API support for lifecycle, exec, files, exposed ports, and resume.
  • Wire the provider into optional extras/exports/docs/examples.
  • Add focused unit coverage for creation, workspace IO, exec, lifecycle cleanup, pause/resume reconnect, serialization, and compatibility guards.

Test plan

  • uv run pytest tests/extensions/sandbox/test_upstash_box.py tests/sandbox/test_client_options.py tests/sandbox/test_compatibility_guards.py -q
  • uv run ruff check src/agents/extensions/sandbox/upstash_box tests/extensions/sandbox/test_upstash_box.py examples/sandbox/extensions/upstash_box_runner.py
  • Live Upstash Box smoke test: create -> start -> write/read -> exec -> pause -> resume -> read persisted file -> delete

Adds an Upstash Box-backed sandbox extension with docs, examples, optional dependency wiring, and coverage for lifecycle, workspace, exec, and resume behavior.

Co-authored-by: Cursor <cursoragent@cursor.com>

@chatgpt-codex-connector chatgpt-codex-connector Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: e8e23fb9a7

ℹ️ About Codex in GitHub

Codex has been enabled to automatically review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

When you sign up for Codex through ChatGPT, Codex can also answer questions or update the PR, like "@codex address that feedback".

Comment thread src/agents/extensions/sandbox/upstash_box/sandbox.py
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants