Robert Brennan 2c3fd1322d default to codeact agent (#1535) il y a 1 an
..
controller fadcdc117e Migrate to new folder structure in preparation for refactor (#1531) il y a 1 an
core 2c3fd1322d default to codeact agent (#1535) il y a 1 an
events fadcdc117e Migrate to new folder structure in preparation for refactor (#1531) il y a 1 an
llm fadcdc117e Migrate to new folder structure in preparation for refactor (#1531) il y a 1 an
runtime 7914258945 Fix docker build, integration test (#1533) il y a 1 an
server fadcdc117e Migrate to new folder structure in preparation for refactor (#1531) il y a 1 an
README.md 76b81ca0ed Integrate E2B sandbox as an alternative to a Docker container (#727) il y a 1 an
__init__.py cd58194d2a docs(docs): start implementing docs website (#1372) il y a 1 an

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