GitHubPyPI
OpenSandbox
#34 of 971 in the AI Agent Index↓ Download poster
68 Score
Real usage 58
Momentum 77
Attention 76
About
A Python SDK for low-level interaction with OpenSandbox. It provides capabilities to create, manage, and interact with secure sandbox environments, including executing shell commands, managing files, and monitoring resources.
The following example shows how to create a sandbox and execute a shell command.
Note: Before running this example, ensure the OpenSandbox service is running. See the root README.md for startup instructions.
If you prefer a synchronous API, use SandboxSync / SandboxManagerSync and ConnectionConfigSync:
SandboxPoolSync keeps a buffer of ready sandboxes to reduce acquire latency. The pool API is synchronous and aligned with the Kotlin SandboxPool semantics: acquire…
Across sources
181.3k Downloads / month
- Downloads / month 181.3k
- Downloads / week 63.4k
- Downloads / day 6.9k
12.3k Stars
- Stars 12.3k
- Forks 1.0k
- Commits 2.1k
- Releases 166