tobitege 9605106e72 feat: append_file incl. all tests [agentskills] (#2346) před 1 rokem
..
controller f7491bd2fa Refactor response to action in agent step (#2350) před 1 rokem
core fab8c9003b remove deprecated github-token config (#2334) před 1 rokem
events 48151bdbb0 [feat] WebArena benchmark, MiniWoB++ benchmark and related arch changes (#2170) před 1 rokem
llm 4b76f98b26 fix: keep colon part in model name for OpenRouter (#2223) před 1 rokem
memory d18e6c85a0 feat: add metrics related to cost for better observability (#1944) před 1 rokem
runtime 9605106e72 feat: append_file incl. all tests [agentskills] (#2346) před 1 rokem
server b5a17efc45 fix: codeact bug [If running a command that never returns, it gets stuck #1895] (#2034) před 1 rokem
storage 5bdacf738d Refactor session management (#1810) 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