Xingyao Wang 5114230e53 Some SWE-Bench infer fixes and improvements (#2065) 1 rok temu
..
controller e731048ccf Improve action and observation logging for the CLI interface (#2035) 1 rok temu
core 7d6cb69a51 main.py: Fix redundant ChangeAgentStateAction (#2064) 1 rok temu
events e731048ccf Improve action and observation logging for the CLI interface (#2035) 1 rok temu
llm 46352e890b Logging security (#1943) 1 rok temu
memory d18e6c85a0 feat: add metrics related to cost for better observability (#1944) 1 rok temu
runtime 5114230e53 Some SWE-Bench infer fixes and improvements (#2065) 1 rok temu
server ea9c785075 fix session state after resuming (#1999) 1 rok temu
storage 5bdacf738d Refactor session management (#1810) 1 rok temu
README.md 76b81ca0ed Integrate E2B sandbox as an alternative to a Docker container (#727) 1 rok temu
__init__.py cd58194d2a docs(docs): start implementing docs website (#1372) 1 rok temu

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