Docker deployment backend for Agentix
Project description
agentix-deployment-docker
Docker deployment backend for Agentix.
Provisions a sandbox by running an Agentix bundle image in a local
Docker daemon, returns the runtime URL the orchestrator's
RuntimeClient connects to.
Install
pip install agentix-deployment-docker
Use
from agentix import RuntimeClient, SandboxConfig
from agentix.deployment.docker import DockerDeployment
async with DockerDeployment().lifecycle(
SandboxConfig(image="my-agent:0.1.0")
) as sandbox:
async with RuntimeClient(sandbox.runtime_url) as c:
...
Or via the CLI:
agentix deploy local --image my-agent:0.1.0
The local name comes from the entry point this wheel declares under
agentix.deployment — once installed, the framework discovers it
automatically. No core-framework changes are required to register a new
backend; the same pattern works for agentix-deployment-daytona,
agentix-deployment-e2b, or any third-party backend.
License
MIT — see LICENSE.
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
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 agentix_deployment_docker-0.1.4.tar.gz.
File metadata
- Download URL: agentix_deployment_docker-0.1.4.tar.gz
- Upload date:
- Size: 4.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.11.4 {"installer":{"name":"uv","version":"0.11.4","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"TencentOS Server","version":"4.4","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 |
9f76c79f66f9bf4e3e95b96175d441b967e4292dc4f8f7ec1e5b1a7c1af4e9a0
|
|
| MD5 |
22d4379548c328a3b735d9af0066d2ca
|
|
| BLAKE2b-256 |
bdfc0772b77a6b35bacc540b173b68fea2c32db1e76226d2253999328e0a965d
|
File details
Details for the file agentix_deployment_docker-0.1.4-py3-none-any.whl.
File metadata
- Download URL: agentix_deployment_docker-0.1.4-py3-none-any.whl
- Upload date:
- Size: 5.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.11.4 {"installer":{"name":"uv","version":"0.11.4","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"TencentOS Server","version":"4.4","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 |
37579f380be21e3b9c89ff0b528a24d2ca0ef65d9cc047257c492f9b7528e5b5
|
|
| MD5 |
1b6487b5d4c95e50d537f149af127464
|
|
| BLAKE2b-256 |
dad2b3cb8b962fcd511b55e7cebde0a3fbf955617bc89302cf0d02de53d58424
|