Engel Nyst 98adbf54ec Small refactoring (#1614) 1 tahun lalu
..
const 30de484d49 feat: merge identical url from different error messages (#1572) 1 tahun lalu
controller f8d4b1ab0d Use generic types (#1680) 1 tahun lalu
core 98adbf54ec Small refactoring (#1614) 1 tahun lalu
events 4477f08e6d fix: a critical bug of sharing _subscribers and _events between class not obj instance, when multi agent running(several browsers opened at the same time), the state management will be messed up. (#1713) 1 tahun lalu
llm b4cdebec06 Ignore any warnings LiteLLM might emit on import (#1687) 1 tahun lalu
memory 98adbf54ec Small refactoring (#1614) 1 tahun lalu
runtime 33e141e626 fix: do not raise error when failed to delete ~/.bashrc (#1701) 1 tahun lalu
server 5277c43c49 refactor : delete useless messages.json messages (#1706) 1 tahun lalu
README.md 76b81ca0ed Integrate E2B sandbox as an alternative to a Docker container (#727) 1 tahun lalu
__init__.py cd58194d2a docs(docs): start implementing docs website (#1372) 1 tahun lalu

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