Xingyao Wang 492feecb67 feat(sandbox): Add Jupyter Kernel for Interactive Python Interpreter for Sandbox (#1215) 1 год назад
..
action fe3d4b129d Path in observation (#1216) 1 год назад
controller af262c17f1 properly exit loop on finish (#1210) 1 год назад
llm 9fd7068204 Fix for setting LLM model, frontend settings refactor (#1169) 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 492feecb67 feat(sandbox): Add Jupyter Kernel for Interactive Python Interpreter for Sandbox (#1215) 1 год назад
schema 1356da8795 feat: support controlling agent task state. (#1094) 1 год назад
server 2bf34093b0 Add new endpoint for shallow file listing - backend only (#1174) 1 год назад
utils 494a1b6872 Feat add agent manager (#904) 1 год назад
README.md dd32fa6f4a Unify linter behaviour across CI and pre-commit-hook (#1071) 1 год назад
agent.py 53f95056de Revamp Exception handling (#1080) 1 год назад
config.py 9fd7068204 Fix for setting LLM model, frontend settings refactor (#1169) 1 год назад
download.py 342302ceef Add Docker DOOD setup (#1023) 1 год назад
exceptions.py 53f95056de Revamp Exception handling (#1080) 1 год назад
files.py 2bf34093b0 Add new endpoint for shallow file listing - backend only (#1174) 1 год назад
logger.py a0fee17388 less verbose (#1183) 1 год назад
main.py 1356da8795 feat: support controlling agent task state. (#1094) 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/Dockerfile -t opendevin/sandbox:v0.1 .

Sandbox Runner

Run the docker-based interactive sandbox:

mkdir workspace
python3 opendevin/sandbox/sandbox.py -d workspace

It will map ./workspace into the docker container with the folder permission correctly adjusted for current user.

Example screenshot:

image