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.2.tar.gz
(68.7 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.2.tar.gz.
File metadata
- Download URL: agentbox_python_sdk-0.0.2.tar.gz
- Upload date:
- Size: 68.7 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 |
8f8af236ab8256d6760cf17ba221493c2dfbefd178a8c8d74ceec107d5a3de8e
|
|
| MD5 |
48df0b2cdd59627f36601fb2ac323936
|
|
| BLAKE2b-256 |
2e18354ec6ede908b24603232173a12b90713e891f0b6e1598b0ab7739481308
|
File details
Details for the file agentbox_python_sdk-0.0.2-py3-none-any.whl.
File metadata
- Download URL: agentbox_python_sdk-0.0.2-py3-none-any.whl
- Upload date:
- Size: 142.8 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 |
041e189b44e3dfad95018afcb07ec61c00a4ba4dec0c167d7d083628d39a9505
|
|
| MD5 |
ba5cc505485ca83983efaa38efb579ba
|
|
| BLAKE2b-256 |
41114e3a0094d34ed763a61cbcd778b537a9e2ecb150281f873c1b9a8207997f
|