AgentBox Python SDK that give agents cloud environments
Reason this release was yanked:
Deprecated
Project description
What is AgentBox?
AgentBox is an infrastructure that allows you to run AI-generated code in secure isolated android sandboxes in the cloud.
Run your first Sandbox
1. Install SDK
pip install agentbox-python-sdk
2. Get your AgentBox API key
3. Execute code with code interpreter inside Sandbox
from agentbox import Sandbox
with Sandbox() as sandbox:
sandbox.run_code("x = 1")
execution = sandbox.run_code("x+=1; x")
print(execution.text) # outputs 2
4. Check docs
Visit AgentBox documentation.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
agentbox_python_sdk-0.0.1.tar.gz
(57.5 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file agentbox_python_sdk-0.0.1.tar.gz.
File metadata
- Download URL: agentbox_python_sdk-0.0.1.tar.gz
- Upload date:
- Size: 57.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/2.1.3 CPython/3.13.5 Darwin/23.5.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
6d730691c8c19f49292a7491b06c29b4d8fe4ab073ddb708be03f45d33e719a5
|
|
| MD5 |
d6c705b8f815218854415e1f187924da
|
|
| BLAKE2b-256 |
5ed50e60b864c4186ce5d0ceddf1bfdf7470f9651b341de23da2978c51df2514
|
File details
Details for the file agentbox_python_sdk-0.0.1-py3-none-any.whl.
File metadata
- Download URL: agentbox_python_sdk-0.0.1-py3-none-any.whl
- Upload date:
- Size: 122.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/2.1.3 CPython/3.13.5 Darwin/23.5.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
dd3d012b24dda1e12f74bcd5353de291dbb091960ea79acdc7c7be3e05776738
|
|
| MD5 |
af80720dd8c096fcd98c520032a4d0e3
|
|
| BLAKE2b-256 |
0842df3fe62e87a8e9edd13623a406f95c4d8b51311d326d7d41d740c7c4f1db
|