diff --git a/README.md b/README.md index 292120b4e..71c057791 100644 --- a/README.md +++ b/README.md @@ -7,31 +7,6 @@ E2B SDK - -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. - -- ✔️ Works with any LLM and AI framework (see [Cookbook](https://github.com/e2b-dev/e2b-cookbook/tree/main) for examples) -- ✔️ Supports streaming content like charts and stdout, stderr -- ✔️ Python & JS SDK -- ✔️ Runs on serverless and edge functions -- ✔️ Runs AI-generated code in secure sandboxed environments -- ✔️ 100% open source (including [infrastructure](https://github.com/e2b-dev/infra)) - - -##### 💻 Supported language runtimes -- ✔️ Python -- [(Beta)](https://e2b.dev/docs/guide/beta-code-interpreter-language-runtimes) JavaScript, R, Java - - - -

Last 1 month downloads for the Python SDK

---- -### What is E2B? - -[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. - +Cover image +---> -
- - -linkedin - -discord - -linkedin -
+--- +### What is E2B? +[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 Sandbox 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 - Coding tools like linters, autocomplete, "go-to defintion" - Audio & video editing + + +### E2B SDK + +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. + +- ✔️ Works with any LLM and AI framework (see [Cookbook](https://github.com/e2b-dev/e2b-cookbook/tree/main) for examples) +- ✔️ Supports streaming content like charts and stdout, stderr +- ✔️ Python & JS SDK +- ✔️ Runs on serverless and edge functions +- ✔️ Runs AI-generated code in secure sandboxed environments +- ✔️ 100% open source (including [infrastructure](https://github.com/e2b-dev/infra)) + + +##### 💻 Supported language runtimes +- ✔️ Python +- JavaScript +- R +- Java +

Start with E2B SDK @@ -123,10 +105,13 @@ with CodeInterpreter() as sandbox: print(execution.text) # outputs 2 ``` -### 3. Hello World guides -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. +### 3. More resources +> 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. + +> See [E2B documentation](https://e2b.dev/docs) to get started. + +> Visit our [Cookbook](https://github.com/e2b-dev/e2b-cookbook/tree/main) to get inspired by examples with different LLMs and AI frameworks. -> Please visit [documentation](https://e2b.dev/docs) to get started. ## Repository Structure @@ -136,3 +121,16 @@ This repository is a monorepo containing: 1. [JS SDK](/packages/js-sdk) 1. [CLI](/packages/cli) 1. [Documentation](/apps/web/) + +___ + +
+ + +linkedin + +discord + +linkedin +
\ No newline at end of file