மனோஜ்குமார் பழனிச்சாமி 961c96a2a1 Added ssh_password to config setup (#2139) 1 рік тому
..
controller b1ec8e5dc2 style: Update agent_controller.py to clean log (#2124) 1 рік тому
core 961c96a2a1 Added ssh_password to config setup (#2139) 1 рік тому
events 9b371b1b5f Refactor agent delegation and tweak micro agents (#1910) 1 рік тому
llm 343e5c73ae Parsed model_name for model_info (#2122) 1 рік тому
memory d18e6c85a0 feat: add metrics related to cost for better observability (#1944) 1 рік тому
runtime 961c96a2a1 Added ssh_password to config setup (#2139) 1 рік тому
server 3c5c214d87 Fix: serve UI from fastAPI app (#2086) 1 рік тому
storage 5bdacf738d Refactor session management (#1810) 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