README - Fix tracing link#6
Closed
machina-source wants to merge 1 commit into
Closed
Conversation
rm-openai
approved these changes
Mar 11, 2025
Contributor
|
Thank you for the fix - we just made this update |
sdcoffey
added a commit
that referenced
this pull request
Mar 17, 2026
…#6) This pull request adds a native sandbox runtime to `openai-agents-python` by porting the relevant `universal_computer` sandbox pieces into `src/agents/sandbox` and reshaping them around the existing Agents SDK model instead of preserving the old UC agent stack. The main change is a new `SandboxAgent` + `SandboxAgentRunner` flow that fits the normal `Agent`/`Runner` paradigm while still supporting manifests, capabilities, session state, snapshots, and sandbox-backed tools. Along the way, this PR ports the sandbox sessions, manifests, entries, utilities, and Docker/Modal/E2B/Unix backends, removes the stale `universal_computer` import paths, and makes the sandbox code Python 3.10 compatible. This pull request also cleans up the port rather than carrying forward legacy UC shapes wholesale. In particular, it drops the old PTY/session-terminal surface and the legacy context-manager-oriented DX, uses concrete sandbox types instead of a protocol-heavy type layer, and keeps Docker as an optional extra rather than a core dependency. To make the new flow easier to try, it adds a Docker example that streams agent text and tool activity as it runs, plus focused sandbox tests covering manifests, snapshots, session behavior, and the runner integration. --------- --------- Co-authored-by: Kazuhiro Sera <seratch@openai.com>
3 tasks
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.
Fixed the link to tracing