tobitege 4b76f98b26 fix: keep colon part in model name for OpenRouter (#2223) há 1 ano atrás
..
controller 42c6b506b5 Lazy launching BrowseEnv / making BrowseEnv optional (#2155) há 1 ano atrás
core c9c5d71e5c logger.py: Fix resource leak (#2215) há 1 ano atrás
events 9b371b1b5f Refactor agent delegation and tweak micro agents (#1910) há 1 ano atrás
llm 4b76f98b26 fix: keep colon part in model name for OpenRouter (#2223) há 1 ano atrás
memory d18e6c85a0 feat: add metrics related to cost for better observability (#1944) há 1 ano atrás
runtime 1adbec6757 ssh_box: Fix Docker descriptor leak (#2212) há 1 ano atrás
server 4476c250c5 Add consent dialog (#2169) há 1 ano atrás
storage 5bdacf738d Refactor session management (#1810) há 1 ano atrás
README.md 76b81ca0ed Integrate E2B sandbox as an alternative to a Docker container (#727) há 1 ano atrás
__init__.py cd58194d2a docs(docs): start implementing docs website (#1372) 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