Skip to main content

Python SDK for the All-in-One Sandbox API

Project description

Agent Sandbox Python SDK

A Python SDK for the All-in-One Sandbox API, providing access to sandbox, shell, file, jupyter, nodejs, and mcp services.

Installation

pip install agent-sandbox

Usage

from agent_sandbox import Sandbox

client = Sandbox(base_url="http://localhost:8091")

ctx = client.sandbox.get_sandbox_context()
print(ctx)

result = client.shell.exec_command(command="ls -la")
print(result)

Async Support

The SDK also provides async support through the AsyncSandbox class:

import asyncio
from agent_sandbox import AsyncSandbox

async def main():
    client = AsyncSandbox(base_url="http://localhost:8091")
    
    # Get sandbox context
    ctx = await client.sandbox.get_sandbox_context()
    print(ctx)

    result = await client.shell.exec_command(command="ls -la")
    print(result)

asyncio.run(main())

Features

  • Sandbox: Access sandbox environment information and installed packages
  • Shell: Execute shell commands with session management
  • File: Read, write, search, and manage files
  • Jupyter: Execute Python code in Jupyter kernels
  • Node.js: Execute JavaScript code in Node.js environment
  • MCP: Interact with Model Context Protocol servers

Requirements

  • Python 3.8+
  • httpx
  • pydantic
  • typing_extensions (for Python < 3.10)

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

agent_sandbox-0.0.4.tar.gz (44.0 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

agent_sandbox-0.0.4-py2.py3-none-any.whl (100.2 kB view details)

Uploaded Python 2Python 3

File details

Details for the file agent_sandbox-0.0.4.tar.gz.

File metadata

  • Download URL: agent_sandbox-0.0.4.tar.gz
  • Upload date:
  • Size: 44.0 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.11.12

File hashes

Hashes for agent_sandbox-0.0.4.tar.gz
Algorithm Hash digest
SHA256 2087d9ccfa0c97e88be53bba85091449b676b23243d6e32afcb945b16abf5704
MD5 59378f7d5412500de6e6737ff679b8c5
BLAKE2b-256 fc34037f05654962f47989fde8f6ae010f3b8f4d445481f2214485e3a6377636

See more details on using hashes here.

File details

Details for the file agent_sandbox-0.0.4-py2.py3-none-any.whl.

File metadata

  • Download URL: agent_sandbox-0.0.4-py2.py3-none-any.whl
  • Upload date:
  • Size: 100.2 kB
  • Tags: Python 2, Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.11.12

File hashes

Hashes for agent_sandbox-0.0.4-py2.py3-none-any.whl
Algorithm Hash digest
SHA256 8ef58c046c04639f1a961d305e40e79dd955c9a794d475cee71a8a814dc8cc67
MD5 7c17d7a1d49d0b2285aa3eb22072be07
BLAKE2b-256 b1fbcda8b156ac8af1099b68de1d319938faf54b75ae5f33d6dbf79a240fd029

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page