Skip to main content

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

agentix_deployment_docker-0.1.0.tar.gz (4.1 kB view details)

Uploaded Source

File details

Details for the file agentix_deployment_docker-0.1.0.tar.gz.

File metadata

File hashes

Hashes for agentix_deployment_docker-0.1.0.tar.gz
Algorithm Hash digest
SHA256 53655d06f11395179d78588116940fbd2a1413f4b4c3f46e97ea39d04e4224ba
MD5 f0031d97c2fddc7608226c5ad03818fc
BLAKE2b-256 9221c034d824ea157505d0eda4684445c4a6c4ac530ef22566f1714b2dafc3c2

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page