Skip to content

e2b-dev/agentboard

Repository files navigation

Agentboard

Agentboard is a project that allows you to use Open Interpreter in your browser.

It's made with E2B's sandbox. Inside the sandbox, we use Open Interpreter to run code.

Free hosted version

agentboard.dev

How to run app locally

Requirements

Steps

Frontend

  1. Copy frontend/.env.example to frontend/.env and set the correct env vars
  2. Go to frontend
  3. Install dependencies pnpm i
  4. Start frontend pnpm dev

Backend

  1. Copy backend/.env.example to backend/.env and set the correct env vars
  2. Install dependencies poetry install
  3. Active poetry environment poetry shell
  4. Start backend uvicorn server:app --reload --port 8080