Skip to content
/ e2b Public
forked from e2b-dev/E2B

Monorepo for E2B - Cloud Operating System for AI Agents

License

Notifications You must be signed in to change notification settings

dinavinter/e2b

 
 

Repository files navigation

e2b e2b

e2b (english2bits) is a cloud operating system for AI agents.

With a single line of our SDK, you can give your AI agent a sandboxed cloud environment where your agent can do any of the following:

  • Run any code
  • Run any terminal command
  • Install dependencies and programs
  • Use filesystem
  • Upload and download files
  • Access the internet
  • Start a web server that's accessible from the internet
  • Clone git repositories
  • Start any process (even long-running such as a database)

This just a few examples of what can be done with our agent cloud environments.

Our SDK works with any AI agent (no matter what framework, you're using), and without the need to manage any infrastructure.

This is a monorepo that contains:

  • Admin dashboard
  • Python SDK
  • JavaScript/TypeScript SDK

Getting Started & Documentation

Visit docs.e2b.dev to get started with the SDK.

Python

pip install e2b

JavaScriipt & TypeScript

npm install @e2b/sdk

About

Monorepo for E2B - Cloud Operating System for AI Agents

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 53.3%
  • TypeScript 42.6%
  • Jupyter Notebook 1.8%
  • JavaScript 1.5%
  • CSS 0.4%
  • Dockerfile 0.2%
  • Other 0.2%