Robert Brennan 7675b3ca34 fix manager ref (#1241) 1 سال پیش
..
action 7675b3ca34 fix manager ref (#1241) 1 سال پیش
controller d61fdb8bba less debug info when errors happen (#1233) 1 سال پیش
llm d61fdb8bba less debug info when errors happen (#1233) 1 سال پیش
mock 9fd7068204 Fix for setting LLM model, frontend settings refactor (#1169) 1 سال پیش
observation dd32fa6f4a Unify linter behaviour across CI and pre-commit-hook (#1071) 1 سال پیش
sandbox 76b81ca0ed Integrate E2B sandbox as an alternative to a Docker container (#727) 1 سال پیش
schema 76b81ca0ed Integrate E2B sandbox as an alternative to a Docker container (#727) 1 سال پیش
server 76b81ca0ed Integrate E2B sandbox as an alternative to a Docker container (#727) 1 سال پیش
utils 494a1b6872 Feat add agent manager (#904) 1 سال پیش
README.md 76b81ca0ed Integrate E2B sandbox as an alternative to a Docker container (#727) 1 سال پیش
agent.py 53f95056de Revamp Exception handling (#1080) 1 سال پیش
config.py 76b81ca0ed Integrate E2B sandbox as an alternative to a Docker container (#727) 1 سال پیش
download.py 342302ceef Add Docker DOOD setup (#1023) 1 سال پیش
exceptions.py 53f95056de Revamp Exception handling (#1080) 1 سال پیش
files.py e6d91affc6 refactor: remove the previously implemented shallow file fetch (#1231) 1 سال پیش
logger.py a0fee17388 less verbose (#1183) 1 سال پیش
main.py d61fdb8bba less debug info when errors happen (#1233) 1 سال پیش
parse_commands.py dd32fa6f4a Unify linter behaviour across CI and pre-commit-hook (#1071) 1 سال پیش
plan.py 53f95056de Revamp Exception handling (#1080) 1 سال پیش
state.py e0c7492609 Traffic Control: Add new config MAX_CHARS (#1015) 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