Graham Neubig c821d0967c Point docker errors to troubleshooting doc (#1453) 1 год назад
..
action 24b71927c3 fix(backend) changes to improve Command-R+ behavior, plus file i/o error improvements, attempt 2 (#1417) 1 год назад
controller 24b71927c3 fix(backend) changes to improve Command-R+ behavior, plus file i/o error improvements, attempt 2 (#1417) 1 год назад
llm cd58194d2a docs(docs): start implementing docs website (#1372) 1 год назад
mock c0adb55bfa Fix mock server (#1392) 1 год назад
observation 1e95fa435d Microagents and Delegation (#1238) 1 год назад
sandbox c821d0967c Point docker errors to troubleshooting doc (#1453) 1 год назад
schema 24b71927c3 fix(backend) changes to improve Command-R+ behavior, plus file i/o error improvements, attempt 2 (#1417) 1 год назад
server c821d0967c Point docker errors to troubleshooting doc (#1453) 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 fc5e075ea0 feat(sandbox): Implementation of Sandbox Plugin to Support Jupyter (#1255) 1 год назад
config.py 24b71927c3 fix(backend) changes to improve Command-R+ behavior, plus file i/o error improvements, attempt 2 (#1417) 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 831e934dab Refactor: Use enum for config keys (#1376) 1 год назад
main.py e7b5ddfe06 Add integration test framework with mock llm (#1301) 1 год назад
plan.py 53f95056de Revamp Exception handling (#1080) 1 год назад
state.py 1e95fa435d Microagents and Delegation (#1238) 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