DeepAgent

E2B

Hosted Python code interpreter sandbox.

Hosted Python code intrepreter sandbox which is really useful for data analysis, flexible code execution, and advanced reasoning on-the-fly.

Install

npm install @deepagent/e2b @e2b/code-interpreter
yarn add @deepagent/e2b @e2b/code-interpreter
pnpm add @deepagent/e2b @e2b/code-interpreter

Usage

import { e2b } from '@deepagent/e2b'

const res = await e2b({ code: 'print("Hello, World")' })

On this page