aiagent.club
中文
GitHubPyPI

OpenSandbox

#61 of 964 in the AI Agent Index

42 Score
Real usage
52
Momentum
Attention
75

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

114.1k Downloads / month
  • Downloads / month 114.1k
  • Downloads / week 34.9k
  • Downloads / day 7.1k
12.0k Stars
  • Stars 12.0k
  • Forks 1.0k
  • Commits 1.9k
  • Releases 159