Robert Brennan bc84482c48 Update ssh_box.py (#1346) před 1 rokem
..
action f4ce7e7862 Update description (#1337) před 1 rokem
controller 2318ceae35 Send JSON parsing exceptions to LLM (#1342) před 1 rokem
llm 464bf7ee23 Tweak connect exceptions (#1120) před 1 rokem
mock 9fd7068204 Fix for setting LLM model, frontend settings refactor (#1169) před 1 rokem
observation 1e95fa435d Microagents and Delegation (#1238) před 1 rokem
sandbox bc84482c48 Update ssh_box.py (#1346) před 1 rokem
schema 1e95fa435d Microagents and Delegation (#1238) před 1 rokem
server 1e95fa435d Microagents and Delegation (#1238) před 1 rokem
utils 494a1b6872 Feat add agent manager (#904) před 1 rokem
README.md 76b81ca0ed Integrate E2B sandbox as an alternative to a Docker container (#727) před 1 rokem
agent.py fc5e075ea0 feat(sandbox): Implementation of Sandbox Plugin to Support Jupyter (#1255) před 1 rokem
config.py 6972ea0089 Go back to no host network by default (#1349) před 1 rokem
download.py 342302ceef Add Docker DOOD setup (#1023) před 1 rokem
exceptions.py 236b7bf6ea refactor error handling so not all exceptions are caught (#1296) před 1 rokem
files.py e6d91affc6 refactor: remove the previously implemented shallow file fetch (#1231) před 1 rokem
logger.py a0fee17388 less verbose (#1183) před 1 rokem
main.py cf3372a5fe Fix arg parser help message display (#1247) před 1 rokem
plan.py 53f95056de Revamp Exception handling (#1080) před 1 rokem
state.py 1e95fa435d Microagents and Delegation (#1238) před 1 rokem

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