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
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
File details
Details for the file agentix_deployment_daytona-0.1.0.tar.gz.
File metadata
- Download URL: agentix_deployment_daytona-0.1.0.tar.gz
- Upload date:
- Size: 2.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.11.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
1c8ba3e486e9a4e4bb1f8a6cd5738889f54d8db35a269177b2eee535d663cc08
|
|
| MD5 |
eda6771506c572733eb2b01c913fcc30
|
|
| BLAKE2b-256 |
3867047dc8ec56b01af74a6f4cf07eb1fbf3438edede4921ed75bc4344e5a9a7
|