AgentBox Python SDK that give agents cloud environments
Project description
AgentBox
AgentBox AI sandboxes tools for enterprise-grade agents. Build, deploy, and scale with confidence.
Run your first AgentBox Job
1. Install agentbox-python-sdk
pip install agentbox-python-sdk
2. Setup your AgentBox API key
- Sign up to AgentBox
- Manager your API key
- Create API key, and set environment variable with your API key
export AGENTBOX_API_KEY=ab_******
3. Execute code with AgentBox Job
from agentbox import Sandbox
sbx = Sandbox(api_key="ab_******",
template="template_id",
timeout=120)
sbx.commands.run(cmd="ls /")
4. Documents
Visit AgentBox Documents
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-1.0.5.tar.gz
(91.0 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-1.0.5.tar.gz.
File metadata
- Download URL: agentbox_python_sdk-1.0.5.tar.gz
- Upload date:
- Size: 91.0 kB
- 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 |
805425b109a2a2f42598a298f2b2882c72e28d42737b406d6566fa0e0e398894
|
|
| MD5 |
14130028cfbd2f10453fdd0c336df6b6
|
|
| BLAKE2b-256 |
c6d2ec5265423747ed8f8f5c6b1d94374cdb3e00763b6a3599f20458e4b1187f
|
File details
Details for the file agentbox_python_sdk-1.0.5-py3-none-any.whl.
File metadata
- Download URL: agentbox_python_sdk-1.0.5-py3-none-any.whl
- Upload date:
- Size: 194.5 kB
- 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 |
08167b971ea247ec9cef2e9f077f611dbd9449bb97d70ebbfd654e03de1b069d
|
|
| MD5 |
d1efc897a12db00a84409c5ea5eb7ac4
|
|
| BLAKE2b-256 |
5cebc41ba7145429e3133b7300249cfda3a1312f6571581483fb92db60018ba0
|