மனோஜ்குமார் பழனிச்சாமி d0bdae232f Show relevant error in UI (#2516) 1 год назад
..
controller d0bdae232f Show relevant error in UI (#2516) 1 год назад
core b2307db010 Document, rename Agent* exceptions to LLM* (#2508) 1 год назад
events b2307db010 Document, rename Agent* exceptions to LLM* (#2508) 1 год назад
llm 80fe13f4be rename our completion as a drop-in replacement of litellm completion (#2509) 1 год назад
memory 80fe13f4be rename our completion as a drop-in replacement of litellm completion (#2509) 1 год назад
runtime f4c917345f Reworded port forward msg (#2478) 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