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.1.6.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.1.6.tar.gz.
File metadata
- Download URL: agentbox_python_sdk-0.1.6.tar.gz
- Upload date:
- Size: 13.6 MB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/2.1.3 CPython/3.12.8 Darwin/23.2.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
db2a9eac367a225da11cabe9864b0f5eceeb79b7ee319d8bc7598680052feb27
|
|
| MD5 |
de53bb0cf0e2bf1768b03b4517c570ee
|
|
| BLAKE2b-256 |
50ae6e6390567add8ddc8c78e33a04dc9643a6286f736f5f365749f915826738
|
File details
Details for the file agentbox_python_sdk-0.1.6-py3-none-any.whl.
File metadata
- Download URL: agentbox_python_sdk-0.1.6-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.12.8 Darwin/23.2.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
f50bcbd617c21f4c3aeae511c437263e9c881016bbb34e8d07ce7c3f4f396c9d
|
|
| MD5 |
a3d8f4ba8ffda8eb97a111be127a775f
|
|
| BLAKE2b-256 |
e12bf5204b3f83e3009e506cb2029347fdc5ae2f2137a81b3d23c6fac33b5866
|