Self-hosted E2B sandbox integration for Deep Agents
Project description
langchain-e2b-selfhost
Self-hosted E2B sandbox integration package for Deep Agents. It ships the same BaseSandbox implementation as the langchain-e2b partner package, but only depends on deepagents and e2b so it can be installed from PyPI without langchain-e2b.
Install
pip install langchain-e2b-selfhost
Usage
from e2b import Sandbox
from langchain_e2b_selfhost import E2BSelfHostedSandbox
sandbox = Sandbox.create()
backend = E2BSelfHostedSandbox(sandbox=sandbox)
result = backend.execute("echo hello")
print(result.output)
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
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file langchain_e2b_selfhost-0.0.2.tar.gz.
File metadata
- Download URL: langchain_e2b_selfhost-0.0.2.tar.gz
- Upload date:
- Size: 95.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.11.6 {"installer":{"name":"uv","version":"0.11.6","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"macOS","version":null,"id":null,"libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":null}
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
13180fd23052d280280409eff42e0d1935e4de1a1d55bdccc5cfa5cb57c10ece
|
|
| MD5 |
c26b729f9062ddf5b013bc506939aa68
|
|
| BLAKE2b-256 |
741c08d7c892115dc7a0dd77128a6975f63a1bc464aab13d11bd7bc515d35d24
|
File details
Details for the file langchain_e2b_selfhost-0.0.2-py3-none-any.whl.
File metadata
- Download URL: langchain_e2b_selfhost-0.0.2-py3-none-any.whl
- Upload date:
- Size: 4.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.11.6 {"installer":{"name":"uv","version":"0.11.6","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"macOS","version":null,"id":null,"libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":null}
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
6d0382fa55950534657037b8ff79dcaee388c3d5547a97b09e705db9e5682cab
|
|
| MD5 |
0ff7242f31161669ad2131ff629b0e85
|
|
| BLAKE2b-256 |
27097e50ca944dd1a0936126d82b9facfb4a7a4dda5f706bcc267c165e9fc091
|