மனோஜ்குமார் பழனிச்சாமி ac6ef8e59d stopped container to prevent port issues. (#2447) пре 1 година
..
controller bb4ea1e6cb Adjust is-stuck check for the same steps to 3 until it's stopped (#2437) пре 1 година
core 1cc70be616 workspace_mount_path sentinel: an undefined string (#2431) пре 1 година
events 48151bdbb0 [feat] WebArena benchmark, MiniWoB++ benchmark and related arch changes (#2170) пре 1 година
llm e4145aef66 avoid repeat logging of unneeded messages (#2380) пре 1 година
memory d18e6c85a0 feat: add metrics related to cost for better observability (#1944) пре 1 година
runtime ac6ef8e59d stopped container to prevent port issues. (#2447) пре 1 година
server b5a17efc45 fix: codeact bug [If running a command that never returns, it gets stuck #1895] (#2034) пре 1 година
storage 5bdacf738d Refactor session management (#1810) пре 1 година
README.md 76b81ca0ed Integrate E2B sandbox as an alternative to a Docker container (#727) пре 1 година
__init__.py cd58194d2a docs(docs): start implementing docs website (#1372) пре 1 година

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