Aleksandar 657b177b4e Default to less expensive gpt-3.5-turbo model (#1675) 1 سال پیش
..
const 30de484d49 feat: merge identical url from different error messages (#1572) 1 سال پیش
controller 26d82841d5 Create runtime implementation (#1626) 1 سال پیش
core 657b177b4e Default to less expensive gpt-3.5-turbo model (#1675) 1 سال پیش
events 26d82841d5 Create runtime implementation (#1626) 1 سال پیش
llm 446eaec1e6 Refactor config to dataclasses (#1552) 1 سال پیش
runtime 26d82841d5 Create runtime implementation (#1626) 1 سال پیش
server 657b177b4e Default to less expensive gpt-3.5-turbo model (#1675) 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 سال پیش

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