George Balch a9f469f0e7 fix: Handle api key error (#488) преди 1 година
..
action 3e6508b7f1 Update Langchains Agent, rename to Monologue (#402) преди 1 година
controller a9f469f0e7 fix: Handle api key error (#488) преди 1 година
llm 64281c4cc4 Transitioned to use LiteLLM Router to support retries and backoffs (#501) преди 1 година
mock 1ae3f1bf6a Fix API with vite proxy (#454) преди 1 година
observation effac868c1 Implement deserialization for actions and observations (#359) преди 1 година
sandbox a08c82d35e ci: check if the image exists in ghcr.io to avoid repeat building and pushing (#283) преди 1 година
server a9f469f0e7 fix: Handle api key error (#488) преди 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