Xingyao Wang 871eefe801 Revert "feat(sandbox): Add Jupyter Kernel for Interactive Python Interpreter for Sandbox (#1215)" (#1229) 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 871eefe801 Revert "feat(sandbox): Add Jupyter Kernel for Interactive Python Interpreter for Sandbox (#1215)" (#1229) 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