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.1.tar.gz (4.1 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

agentix_deployment_docker-0.1.1-py3-none-any.whl (4.6 kB view details)

Uploaded Python 3

File details

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

File metadata

File hashes

Hashes for agentix_deployment_docker-0.1.1.tar.gz
Algorithm Hash digest
SHA256 1a1b170fbdb4891d3be6228caf234c778d0fba216aa32f061069dbb08e5c0fc9
MD5 e4979ac9ea550e6fa540431399d82dc0
BLAKE2b-256 05e5d668aaa54bbe060b0e4e020d50a8828d958952d5a2ca45e08be2b9a8aa1f

See more details on using hashes here.

File details

Details for the file agentix_deployment_docker-0.1.1-py3-none-any.whl.

File metadata

File hashes

Hashes for agentix_deployment_docker-0.1.1-py3-none-any.whl
Algorithm Hash digest
SHA256 fae1982733c5c4ca59cabb2e04a0a168c252af801d31197d0e97c43d85c290bc
MD5 eb13f9cbf1b4d1163d5c567b9761761e
BLAKE2b-256 eb11357acc1eea18295ff9ce2ab434ba01f38955205193fc94e79f3bd86afefe

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