MyGit
🚩收到GitHub仓库的更新通知

e2b-dev/E2B

Fork: 373 Star: 6130 (更新于 2024-05-06 07:06:03)

license: Apache-2.0

Language: TypeScript .

Secure cloud runtime for AI apps & AI agents. Fully open-source.

最后发布版本: @e2b/python-sdk@0.17.0 ( 2024-05-02 08:42:28)

官方网址 GitHub网址

✨免费申请网站SSL证书,支持多域名和泛域名,点击查看

e2b logo

Cloud Runtime for AI Agents

Secure sandboxed cloud environments made for AI agents and AI apps

Docs | Website | Discord | Twitter

Last 1 month downloads for the Python SDK Last 1 month downloads for the Python SDK

Cover image

What is E2B?

E2B Sandbox is a secure sandboxed cloud environment made for AI agents and AI apps. Sandboxes allow AI agents and apps to have long running cloud secure environments. In these environments, large language models can use the same tools as humans do. For example:

  • Cloud browsers
  • GitHub repositories and CLIs
  • Coding tools like linters, autocomplete, "go-to defintion"
  • Running LLM generated code
  • Audio & video editing

The E2B sandbox can be connected to any LLM and any AI agent or app.


Code interpreter SDK

We have built a dedicated SDK for building custom code interpreters in your AI apps. It's build on top of E2B and our core E2B SDK.

Getting started & documentation

Please visit documentation to get started.

To create and control a sandbox, you use our SDK:

Python

  1. Install SDK
pip install e2b
  1. Start sandbox
from e2b import Sandbox

# Create sandbox
sandbox = Sandbox()

# Let an LLM use the sandbox here
# Visit https://e2b.dev/docs/sandbox/overview to learn more about sandboxes.

# Close sandbox once done
sandbox.close()

JavaScript & TypeScript

  1. Install SDK
npm install e2b
  1. Start sandbox
import { Sandbox } from "e2b";

// Create sandbox
const sandbox = await Sandbox.create();

// Let an LLM use the sandbox here
// Visit https://e2b.dev/docs/sandbox/overview to learn more about sandboxes.

// Close sandbox once done
await sandbox.close();

Repository Structure

This repository is a monorepo containing:

  1. Python SDK
  2. JS SDK
  3. CLI
  4. Documentation

最近版本更新:(数据更新于 2024-05-06 07:05:47)

2024-05-02 08:42:28 @e2b/python-sdk@0.17.0

2024-05-02 08:42:25 e2b@0.16.0

2024-05-02 08:42:23 @e2b/cli@0.5.2

2024-05-01 15:10:50 @e2b/cli@0.5.1

2024-05-01 10:43:00 @e2b/python-sdk@0.16.0

2024-05-01 10:42:57 e2b@0.15.0

2024-05-01 10:42:55 @e2b/cli@0.5.0

2024-04-26 07:39:24 @e2b/python-sdk@0.15.0

2024-04-26 07:39:21 e2b@0.14.0

2024-04-26 07:39:18 @e2b/cli@0.4.8

主题(topics):

agent, ai, ai-agent, ai-agents, code-interpreter, copilot, development, devtools, gpt, gpt-4, javascript, llm, nextjs, openai, python, react, software, typescript

e2b-dev/E2B同语言 TypeScript最近更新仓库

2024-05-19 23:56:19 lobehub/lobe-chat

2024-05-19 21:28:39 siyuan-note/siyuan

2024-05-19 02:57:13 bepass-org/oblivion-desktop

2024-05-18 20:59:00 FuelLabs/fuels-ts

2024-05-18 10:05:52 johnlindquist/kit

2024-05-18 04:16:53 payloadcms/payload