You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[E2B](https://www.e2b.dev/) is an open-source runtime for running AI-generated code in secure cloud Sandboxes. It's tailor-made for agentic & AI use cases.
30
+
31
+
### E2B Sandbox
32
+
E2B Sandbox is a secure cloud environment that allows AI agents and apps. You can run multiple instances of Sandboxes, and have long-running sessions. Inside the Sandboxes, LLMs can use the same tools as humans do, e.g.:
33
+
34
+
- Running LLM generated code
35
+
- Cloud browsers
36
+
- GitHub repositories and CLIs
37
+
- Coding tools like linters, autocomplete, "go-to defintion"
38
+
- Audio & video editing
39
+
9
40
<!---
10
41
<h3 align="center">
11
42
SDK made to control the E2B Sandboxes - secure cloud environments for running LLM-generated code
12
43
</h3>
13
44
--->
14
-
The Code Interpreter SDK is made to control the E2B Sandboxes - secure cloud environments for running LLM-generated code. The SDK lets you give your AI app a custom code interpreter.
45
+
46
+
### E2B SDK
47
+
48
+
The E2B SDK is made to control the E2B Sandboxes - secure cloud environments for running LLM-generated code. The SDK lets you give your AI app a custom code interpreter.
15
49
16
50
- ✔️ Works with any LLM and AI framework (see [Cookbook](https://github.com/e2b-dev/e2b-cookbook/tree/main) for examples)
17
51
- ✔️ Supports streaming content like charts and stdout, stderr
@@ -23,39 +57,72 @@ The Code Interpreter SDK is made to control the E2B Sandboxes - secure cloud env
[E2B](https://www.e2b.dev/) is an open-source runtime for running AI-generated code in secure cloud Sandboxes. It's tailor-made for agentic & AI use cases.
> Check out the [JavaScript/TypeScript](https://e2b.dev/docs/hello-world/js) and [Python](https://e2b.dev/docs/hello-world/py) "Hello World" guides to learn how to use our SDK.
110
+
111
+
> See [E2B documentation](https://e2b.dev/docs) to get started.
112
+
113
+
> Visit our [Cookbook](https://github.com/e2b-dev/e2b-cookbook/tree/main) to get inspired by examples with different LLMs and AI frameworks.
0 commit comments