Xingyao Wang fe43aeb9b6 Revert ssh box implemetation, fix multi-line command issues and add unit tests (#1460) 1 жил өмнө
..
action 0c2ebfd6e1 Ruff: use I rule for isort (#1410) 1 жил өмнө
controller 0c2ebfd6e1 Ruff: use I rule for isort (#1410) 1 жил өмнө
llm cd58194d2a docs(docs): start implementing docs website (#1372) 1 жил өмнө
mock c0adb55bfa Fix mock server (#1392) 1 жил өмнө
observation 0c2ebfd6e1 Ruff: use I rule for isort (#1410) 1 жил өмнө
sandbox fe43aeb9b6 Revert ssh box implemetation, fix multi-line command issues and add unit tests (#1460) 1 жил өмнө
schema 5989853f7a Fix duplicate LLM_BASE_URL entry in config.toml and enable different ollama embeddings (#1437) 1 жил өмнө
server 0c2ebfd6e1 Ruff: use I rule for isort (#1410) 1 жил өмнө
utils 494a1b6872 Feat add agent manager (#904) 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 жил өмнө
agent.py 0c2ebfd6e1 Ruff: use I rule for isort (#1410) 1 жил өмнө
config.py ccbbabac1c Get RUN_AS_DEVIN working with app sandbox (#1426) 1 жил өмнө
download.py 342302ceef Add Docker DOOD setup (#1023) 1 жил өмнө
exceptions.py 236b7bf6ea refactor error handling so not all exceptions are caught (#1296) 1 жил өмнө
files.py e6d91affc6 refactor: remove the previously implemented shallow file fetch (#1231) 1 жил өмнө
logger.py 0c2ebfd6e1 Ruff: use I rule for isort (#1410) 1 жил өмнө
main.py 0c2ebfd6e1 Ruff: use I rule for isort (#1410) 1 жил өмнө
plan.py 0c2ebfd6e1 Ruff: use I rule for isort (#1410) 1 жил өмнө
state.py 0c2ebfd6e1 Ruff: use I rule for isort (#1410) 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