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
Copy file name to clipboardExpand all lines: README.md
+48-50
Original file line number
Diff line number
Diff line change
@@ -7,31 +7,6 @@
7
7
E2B SDK
8
8
</h1>
9
9
10
-
<!---
11
-
<h3 align="center">
12
-
SDK made to control the E2B Sandboxes - secure cloud environments for running LLM-generated code
13
-
</h3>
14
-
--->
15
-
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.
16
-
17
-
- ✔️ Works with any LLM and AI framework (see [Cookbook](https://github.com/e2b-dev/e2b-cookbook/tree/main) for examples)
18
-
- ✔️ Supports streaming content like charts and stdout, stderr
19
-
- ✔️ Python & JS SDK
20
-
- ✔️ Runs on serverless and edge functions
21
-
- ✔️ Runs AI-generated code in secure sandboxed environments
22
-
- ✔️ 100% open source (including [infrastructure](https://github.com/e2b-dev/infra))
<img alt="Last 1 month downloads for the Python SDK" loading="lazy" width="200" height="20" decoding="async" data-nimg="1"
@@ -43,32 +18,15 @@ The E2B SDK is made to control the E2B Sandboxes - secure cloud environments for
43
18
</a>
44
19
</h4>
45
20
46
-
---
47
-
### What is E2B?
48
-
49
-
[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.
[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.
72
30
73
31
### E2B Sandbox
74
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.:
@@ -79,6 +37,30 @@ E2B Sandbox is a secure cloud environment that allows AI agents and apps. You ca
79
37
- Coding tools like linters, autocomplete, "go-to defintion"
80
38
- Audio & video editing
81
39
40
+
<!---
41
+
<h3 align="center">
42
+
SDK made to control the E2B Sandboxes - secure cloud environments for running LLM-generated code
43
+
</h3>
44
+
--->
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.
49
+
50
+
- ✔️ Works with any LLM and AI framework (see [Cookbook](https://github.com/e2b-dev/e2b-cookbook/tree/main) for examples)
51
+
- ✔️ Supports streaming content like charts and stdout, stderr
52
+
- ✔️ Python & JS SDK
53
+
- ✔️ Runs on serverless and edge functions
54
+
- ✔️ Runs AI-generated code in secure sandboxed environments
55
+
- ✔️ 100% open source (including [infrastructure](https://github.com/e2b-dev/infra))
56
+
57
+
58
+
##### 💻 Supported language runtimes
59
+
- ✔️ Python
60
+
- JavaScript
61
+
- R
62
+
- Java
63
+
82
64
83
65
<h1align="center">
84
66
Start with E2B SDK
@@ -123,10 +105,13 @@ with CodeInterpreter() as sandbox:
123
105
print(execution.text) # outputs 2
124
106
```
125
107
126
-
### 3. Hello World guides
127
-
Dive depeer and 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 connect code interpreter LLMs.
108
+
### 3. More resources
109
+
> 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.
128
114
129
-
> Please visit [documentation](https://e2b.dev/docs) to get started.
130
115
131
116
## Repository Structure
132
117
@@ -136,3 +121,16 @@ This repository is a monorepo containing:
0 commit comments