Skip to content

Agentix-Project/Agentix-Deployment-E2B

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

E2B deployment backend for Agentix

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages