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.2.5.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.2.5.tar.gz.
File metadata
- Download URL: agentbox_python_sdk-0.2.5.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 |
d1ef7170bf00ada831a2006e1f1665b16de2192f6d5964e718ac2450e0b57eba
|
|
| MD5 |
2b33ceb5012c0eae19da067b421d955c
|
|
| BLAKE2b-256 |
a695e21f435f2155605c56607727d858ce51bfc05d70624b187023880890d9b0
|
File details
Details for the file agentbox_python_sdk-0.2.5-py3-none-any.whl.
File metadata
- Download URL: agentbox_python_sdk-0.2.5-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 |
70121978fce6d5e2fb8109efd6b94a2518f390f234b3cc968a42ab067f00b67f
|
|
| MD5 |
ac0f2010d6fdca44eceb35cfa77bd380
|
|
| BLAKE2b-256 |
af0481926f89bde28dff1a6653b17aa1e034c77bbefe1e69ff23897504680bd9
|