E2B
E2B copied to clipboard
Secure open source cloud runtime for AI apps & AI agents
**Issue** When pausing and resuming a sandbox multiple times using the sandbox.resume() method from the e2b package, a SandboxException with a 500 error ("Failed to create sandbox") is raised on...
- When template is unspecified, the spawn/create command will use base as a default
**Describe the bug** I am consistently getting this error when running E2B sandbox with template which installs Pandas library for python: peer closed connection without sending complete message body (incomplete...
- waiting for https://github.com/e2b-dev/code-interpreter/pull/106
- I don't know why, but I couldn't run Python tests otherwise for some reason
This PR updates the sandbox spawn process to print the inspect URL to the console when a new sandbox is created using `e2b sbx spawn` or `e2b sbx create`. This...
Change In JavaScript specifically this is implemented using interfaces unlike classes in Python. I've found some issues with the interfaces-based approach - you're able to pass empty TemplateBase to Template.build...
**Is your feature request related to a problem? Please describe.** In AI agent workflows, there is often a need to SSH into running containers for live debugging, remote development, or...