Skip to main content

Daytona deployment backend for Agentix

Project description

agentix-deployment-daytona

Daytona deployment backend for Agentix.

Status: CLI surface in place; the managed-sandbox integration is still a stub. Tracking parity with DockerDeployment (live runtime URL, lifecycle() context manager) before promoting to a 1.0 release.

Install

pip install agentix-deployment-daytona

Set DAYTONA_API_KEY in the environment.

Use

agentix deploy daytona --image my-agent:0.1.0
from agentix import RuntimeClient, SandboxConfig
from agentix.deployment.daytona import DaytonaDeployment

async with DaytonaDeployment().lifecycle(
    SandboxConfig(image="my-agent:0.1.0")
) as sandbox:
    async with RuntimeClient(sandbox.runtime_url) as c:
        ...

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_daytona-0.1.0.tar.gz (2.6 kB view details)

Uploaded Source

File details

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

File metadata

File hashes

Hashes for agentix_deployment_daytona-0.1.0.tar.gz
Algorithm Hash digest
SHA256 1c8ba3e486e9a4e4bb1f8a6cd5738889f54d8db35a269177b2eee535d663cc08
MD5 eda6771506c572733eb2b01c913fcc30
BLAKE2b-256 3867047dc8ec56b01af74a6f4cf07eb1fbf3438edede4921ed75bc4344e5a9a7

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