Xingyao Wang 8d8ed0c3be hotfix: Initialize plugin with new runtime (#1795) 1 жил өмнө
..
const 30de484d49 feat: merge identical url from different error messages (#1572) 1 жил өмнө
controller beb74a19f6 Use event stream for the runtime (#1776) 1 жил өмнө
core 8d8ed0c3be hotfix: Initialize plugin with new runtime (#1795) 1 жил өмнө
events 6ed17aad37 fix serialization (#1785) 1 жил өмнө
llm b4cdebec06 Ignore any warnings LiteLLM might emit on import (#1687) 1 жил өмнө
memory 98adbf54ec Small refactoring (#1614) 1 жил өмнө
runtime 8d8ed0c3be hotfix: Initialize plugin with new runtime (#1795) 1 жил өмнө
server 8d8ed0c3be hotfix: Initialize plugin with new runtime (#1795) 1 жил өмнө
storage dcb5d1ce0a Add permanent storage option for EventStream (#1697) 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