Yufan Song d18e6c85a0 feat: add metrics related to cost for better observability (#1944) 1 年之前
..
const 30de484d49 feat: merge identical url from different error messages (#1572) 1 年之前
controller d18e6c85a0 feat: add metrics related to cost for better observability (#1944) 1 年之前
core d18e6c85a0 feat: add metrics related to cost for better observability (#1944) 1 年之前
events 1fe290adf9 [Feat] A competitive Web Browsing agent (#1856) 1 年之前
llm d18e6c85a0 feat: add metrics related to cost for better observability (#1944) 1 年之前
memory d18e6c85a0 feat: add metrics related to cost for better observability (#1944) 1 年之前
runtime 1fe290adf9 [Feat] A competitive Web Browsing agent (#1856) 1 年之前
server 10933a2066 Only list files one directory deep (#1853) 1 年之前
storage dcb5d1ce0a Add permanent storage option for EventStream (#1697) 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