The Wayback Machine - https://web.archive.org/web/20230626135531/https://github.com/e2b-dev/e2b
Skip to content

e2b-dev/e2b

main
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 
db
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

e2b e2b

Developer-first AgentOps platform - deploy, test, and monitor AI agents

Website | Discord | Twitter

Discord community server e2b Twitter

e2b or etob (english2bits) allows you to deploy AI agents.

Agents operate in our own secure sandboxed cloud environments that's powered by Firecracker.

πŸš€ Get started

We're working on the cloud-hosted version. In the meantime, the fastest way try out e2b is to run it locally via Docker.

🐳 Start e2b with Docker

You will need:

  • OpenAI API key (support for more and custom models coming soon)
  • Docker
  • Node.js 16+
  • Free ports 3000 (Next.js app), 54321 (Supabase API Gateway), 54322 (Supabase Database)

To start e2b run:

npm start

Then open page on http://localhost:3000.

npm start starts local Supabase in the background - to stop it you have to run npm run stop.

πŸ’» Development setup

For developing with hot reloading and contributing to the project you may want to run the app locally without Docker (npm start command).

Follow these steps to set it up.

Features

πŸ›  Bring your own X

While e2b will offer the "batteries-included" solution, our goal is to let users:

  • BYOM - Bring Your Own Model
  • BYOP - Bring Your Own Prompt
  • BYOT - Bring Your Own Tools

πŸ€– Supported models and model hosting providers

Model or model hosting provider you like isn't supported?

πŸ‘‰ Please open the "New model request" issue πŸ‘ˆ

πŸ‘‰ Or open a PR and start contributing πŸ‘ˆ

πŸ‘€ Early demos

ℹ️ Community & Support

🀝 Contributing

We welcome any contributions! If you want to contribute to the project check out the contibution guide and join our Discord.

πŸ“† Short-term Roadmap

  1. βœ… Make sure people can run e2b locally without issues and the DX is smooth.
  2. 🚧 Add support for more models.
    • βœ… OpenAI
    • βœ… Anthropic
    • Model hosting providers:
      • βœ… Replicate
      • βœ… Hugging Face Inference API
      • βœ… Hugging Face Inference Endpoints
      • βœ… Banana
      • Paperspace
  3. 🚧 Improve agent's reliability and quality of output.
  4. 🚧 Improve the feedback loop (UX/UI) between the developer and agents.
  5. 🚧 Improve agent's understanding of the context based on the instructions.
  6. 🚧 Deployable agents.
  7. Support more tools and 3rd party integrations that agents can use.
  8. βœ… Let users edit prompts.
  9. Let users customize tools and build custom workflows for the agent.
  10. Release cloud version.