AgentBox Python SDK that give agents cloud environments
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
sbx = Sandbox(api_key="e2b_xxx_xxx_xxx",
template="tpl_xxx_xxx_xxx",
timeout=120)
sbx.commands.run(cmd="ls /")
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.8.tar.gz
(13.6 MB
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.8.tar.gz.
File metadata
- Download URL: agentbox_python_sdk-0.0.8.tar.gz
- Upload date:
- Size: 13.6 MB
- 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 |
67c2b0713f5af9f28bad543d581e6d7ec54c5e0bf8f925108db74fb4a0998b18
|
|
| MD5 |
68f08dea3b08ff350dc3f0d0b23273f3
|
|
| BLAKE2b-256 |
fed0e0b1d6d994541a79974842729e01dda5716223f093ef9ad667c4a51e8d50
|
File details
Details for the file agentbox_python_sdk-0.0.8-py3-none-any.whl.
File metadata
- Download URL: agentbox_python_sdk-0.0.8-py3-none-any.whl
- Upload date:
- Size: 13.7 MB
- 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 |
7c143d5b560999c9d4bc7141811914083bc2ab5b7a81be0bfbf8ce7ec8e04a89
|
|
| MD5 |
43e0ea835f6370d779f196fa96e4a861
|
|
| BLAKE2b-256 |
6b3147580d3560595acbfa07783e28250f14a44d001081a2fb55c152c7db195a
|