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

Dashboard for the e2b platform - Operating System for AI Agents

License

Notifications You must be signed in to change notification settings

ztsin/e2b

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

e2b e2b

e2b (english2bits) is like operating system for AI agents. Our goal for e2b is to sit at the bottom of the AI agents tech stack and being framework agnostic.

E2b offers low level APIs for developers to debug, test, deploy, and monitor their AI agents.

🚧 This repo is going through a big update and is work in progress.


How e2b works

E2b is made of three parts:

  1. Infrastructure
  2. Cloud dashboard (this repo)
  3. SDK

Every agent deployed on e2b gets their own playground.

🤔 What is this repo

This repo is the cloud dashboard of e2b. The e2b dashboard is where you can manage and inspect your AI agents. Think about it like devtools for your browser. The agents themselves currently runs on e2b infrastructure that isn't open-sourced at this moment.

🚀 Get started

You can start e2b's cloud dashboard locally via docker.

🐳 Start e2b with Docker

You will need:

  • 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 https://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.

ℹ️ Community & Support

🤝 Contributing

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

About

Dashboard for the e2b platform - Operating System for AI Agents

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 55.9%
  • Python 42.2%
  • JavaScript 0.7%
  • CSS 0.6%
  • Dockerfile 0.4%
  • Makefile 0.1%
  • Shell 0.1%