மனோஜ்குமார் பழனிச்சாமி b401be66f4 Revert "Fix/attribute error (#1812)" (#1871) 1 year ago
..
const 30de484d49 feat: merge identical url from different error messages (#1572) 1 year ago
controller 110b878dd9 fix up serialization and deserialization of events (#1850) 1 year ago
core a57a213c7c Turn off auto linting by default, and on for swe_bench (#1861) 1 year ago
events 110b878dd9 fix up serialization and deserialization of events (#1850) 1 year ago
llm 735fbbfe3e (test) Include message separators in mock prompts (#1855) 1 year ago
memory 98adbf54ec Small refactoring (#1614) 1 year ago
runtime 0abc35cf57 ssh_box: Shutdown container when fail to start ssh session (#1872) 1 year ago
server b401be66f4 Revert "Fix/attribute error (#1812)" (#1871) 1 year ago
storage dcb5d1ce0a Add permanent storage option for EventStream (#1697) 1 year ago
README.md 76b81ca0ed Integrate E2B sandbox as an alternative to a Docker container (#727) 1 year ago
__init__.py cd58194d2a docs(docs): start implementing docs website (#1372) 1 year ago

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