Leo e89cc8f19b Feat: add stream output to exec_run (#1625) před 1 rokem
..
const 30de484d49 feat: merge identical url from different error messages (#1572) před 1 rokem
controller 6714000b2c CodeActAgent: Fix iteration reminder (#1803) před 1 rokem
core e89cc8f19b Feat: add stream output to exec_run (#1625) před 1 rokem
events 2406b901df feat(SWE-Bench environment) integrate SWE-Bench sandbox (#1468) před 1 rokem
llm 2406b901df feat(SWE-Bench environment) integrate SWE-Bench sandbox (#1468) před 1 rokem
memory 98adbf54ec Small refactoring (#1614) před 1 rokem
runtime e89cc8f19b Feat: add stream output to exec_run (#1625) před 1 rokem
server e89cc8f19b Feat: add stream output to exec_run (#1625) před 1 rokem
storage dcb5d1ce0a Add permanent storage option for EventStream (#1697) před 1 rokem
README.md 76b81ca0ed Integrate E2B sandbox as an alternative to a Docker container (#727) před 1 rokem
__init__.py cd58194d2a docs(docs): start implementing docs website (#1372) před 1 rokem

README.md

OpenDevin Shared Abstraction and Components

This is a Python package that contains all the shared abstraction (e.g., Agent) and components (e.g., sandbox, web browser, search API, selenium).

See the main README for instructions on how to run OpenDevin from the command line.

Sandbox Image

docker build -f opendevin/sandbox/docker/Dockerfile -t opendevin/sandbox:v0.1 .

Sandbox Runner

Run the docker-based interactive sandbox:

mkdir workspace
python3 opendevin/sandbox/docker/sandbox.py -d workspace

It will map ./workspace into the docker container with the folder permission correctly adjusted for current user.

Example screenshot:

image