Jim Su 0a8a857d00 fix: apply settings without explicit change (#541) 1 год назад
..
action 3e6508b7f1 Update Langchains Agent, rename to Monologue (#402) 1 год назад
controller 16fe8303e7 support disable color printing via environment variable in config.toml (#545) 1 год назад
llm 64281c4cc4 Transitioned to use LiteLLM Router to support retries and backoffs (#501) 1 год назад
mock c992a9f464 feat: add mock apis (#564) 1 год назад
observation effac868c1 Implement deserialization for actions and observations (#359) 1 год назад
sandbox 93b0156f34 fix (#567) 1 год назад
server 0a8a857d00 fix: apply settings without explicit change (#541) 1 год назад
README.md 6bd566d780 simplify readme (#366) 1 год назад
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 3e6508b7f1 Update Langchains Agent, rename to Monologue (#402) 1 год назад
plan.py 8796a690d5 doc - Added code documentation for clarity (#434) 1 год назад
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