Manal Arora 87d56d961f feat(frontend): adding functinality to get agents from backend server (#406) 1 год назад
..
action effac868c1 Implement deserialization for actions and observations (#359) 2 лет назад
controller 2d8cb973a8 add container image (#408) 1 год назад
llm f68ee45761 output prompt debug before response (#348) 2 лет назад
mock 9ab15b3287 add mock server (#214) 2 лет назад
observation effac868c1 Implement deserialization for actions and observations (#359) 2 лет назад
sandbox fd5618202e Update sandbox.py (#390) 1 год назад
server 87d56d961f feat(frontend): adding functinality to get agents from backend server (#406) 1 год назад
README.md 6bd566d780 simplify readme (#366) 2 лет назад
agent.py 87d56d961f feat(frontend): adding functinality to get agents from backend server (#406) 1 год назад
config.py 3d7a86feb6 Fix TOML parser (#363) 2 лет назад
main.py 0e1ba56ef0 Support --task-file argument for main.py (#358) 2 лет назад
plan.py a6f0c066b5 Implement Planning (#267) 2 лет назад
state.py a6f0c066b5 Implement Planning (#267) 2 лет назад

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