Boxuan Li 7d5856e36b local sandbox: Create workspace base during init (#1377) há 1 ano atrás
..
action 831e934dab Refactor: Use enum for config keys (#1376) há 1 ano atrás
controller 831e934dab Refactor: Use enum for config keys (#1376) há 1 ano atrás
llm 831e934dab Refactor: Use enum for config keys (#1376) há 1 ano atrás
mock c0adb55bfa Fix mock server (#1392) há 1 ano atrás
observation 1e95fa435d Microagents and Delegation (#1238) há 1 ano atrás
sandbox 7d5856e36b local sandbox: Create workspace base during init (#1377) há 1 ano atrás
schema fd9e598136 add options for controlling memory (#1364) há 1 ano atrás
server 831e934dab Refactor: Use enum for config keys (#1376) há 1 ano atrás
utils 494a1b6872 Feat add agent manager (#904) há 1 ano atrás
README.md 76b81ca0ed Integrate E2B sandbox as an alternative to a Docker container (#727) há 1 ano atrás
agent.py fc5e075ea0 feat(sandbox): Implementation of Sandbox Plugin to Support Jupyter (#1255) há 1 ano atrás
config.py fd9e598136 add options for controlling memory (#1364) há 1 ano atrás
download.py 342302ceef Add Docker DOOD setup (#1023) há 1 ano atrás
exceptions.py 236b7bf6ea refactor error handling so not all exceptions are caught (#1296) há 1 ano atrás
files.py e6d91affc6 refactor: remove the previously implemented shallow file fetch (#1231) há 1 ano atrás
logger.py 831e934dab Refactor: Use enum for config keys (#1376) há 1 ano atrás
main.py e7b5ddfe06 Add integration test framework with mock llm (#1301) há 1 ano atrás
plan.py 53f95056de Revamp Exception handling (#1080) há 1 ano atrás
state.py 1e95fa435d Microagents and Delegation (#1238) há 1 ano atrás

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