Python client SDK for Sandbox Agent — universal API for automatic coding agents in sandboxes
Project description
sandboxagent
Python client SDK for Sandbox Agent — the universal API for automatic coding agents in sandboxes.
Installation
pip install sandboxagent
Quick Start
import asyncio
from sandboxagent import SandboxAgent
async def main():
agent = await SandboxAgent.connect("http://localhost:2468")
health = await agent.health()
print(health)
await agent.dispose()
asyncio.run(main())
Development
uv sync
uv run pytest
uv run ruff check
uv run mypy sandboxagent
License
Apache-2.0
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
sandbox_agent_sdk-0.1.0.tar.gz
(72.9 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 sandbox_agent_sdk-0.1.0.tar.gz.
File metadata
- Download URL: sandbox_agent_sdk-0.1.0.tar.gz
- Upload date:
- Size: 72.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.11.1 {"installer":{"name":"uv","version":"0.11.1","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"macOS","version":null,"id":null,"libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":null}
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
2038fcfbb34f21aa41fec5e7b9a399181f2f1c224294af5f3a42f6139b29e68e
|
|
| MD5 |
0ee2b483161542d0879ebdd0f6bf2051
|
|
| BLAKE2b-256 |
8070890e5d8ad85e448242bedf3ba690fb2b6608aec5f25304baf20360359641
|
File details
Details for the file sandbox_agent_sdk-0.1.0-py3-none-any.whl.
File metadata
- Download URL: sandbox_agent_sdk-0.1.0-py3-none-any.whl
- Upload date:
- Size: 74.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.11.1 {"installer":{"name":"uv","version":"0.11.1","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"macOS","version":null,"id":null,"libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":null}
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
4f1f47c3e9c618d81aefc3944c2616be8924d9c89fd9cf447330c5b55ed0962a
|
|
| MD5 |
3c23caf95d695ba26c74178b8e9c18bd
|
|
| BLAKE2b-256 |
9f9c9f7276311690e28979c1286bd5b688b841ab1e76b125277912aa985c7406
|