E2B deployment backend for Agentix
Project description
agentix-deployment-e2b
E2B 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-e2b
Set E2B_API_KEY in the environment.
Use
agentix deploy e2b --image my-agent:0.1.0
from agentix import RuntimeClient, SandboxConfig
from agentix.deployment.e2b import E2BDeployment
async with E2BDeployment().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_e2b-0.1.0.tar.gz.
File metadata
- Download URL: agentix_deployment_e2b-0.1.0.tar.gz
- Upload date:
- Size: 2.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.11.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
d6724e8bab62fc0abbc20e7653814fcfc6a766a79d92758f7146c46a3a42ade1
|
|
| MD5 |
58dc425ccedcea8b4119148b7099e85b
|
|
| BLAKE2b-256 |
139fe6897d0c4ef0bd7963d7986be7799d24828d5488271395532b8a4d50427c
|