OpenDevin icon indicating copy to clipboard operation
OpenDevin copied to clipboard

🐚 OpenDevin: Code Less, Make More

Results 976 OpenDevin issues
Sort by recently updated
recently updated
newest added

**Describe the bug** We have docs here: https://github.com/OpenDevin/OpenDevin/tree/main/agenthub These are out of date as of #105

bug

We should add a test that checks that the server runs OK. It should: * Start the server * Use the `fake` model * Create a connection with websocat *...

good first issue
backend

**Describe the bug** Current messages are pretty generic, like "I observed exit code 0 for command `ls`". We should make these friendlier and more descriptive See the `message` field for...

bug

https://github.com/OpenDevin/OpenDevin/pull/105 introduced a new abstraction for agents. We now keep a history of (Action, Observation) pairs. Agents are expected to produce an `Action` at each step, and the `Action` produces...

backend

**Describe the bug** #105 introduced a breaking change to the API. We now emit two types of payloads via the websocket: ``` {"action": "foo"} ``` and ``` {"observation": "bar"} ```...

bug

My dev environment is inside an ubuntu container running on my macbook. I mount `/Users/rbren` on my macbook to `/home/rbren` in ubuntu. This causes issues with directory mounting. This change...

**Describe the bug** The web socket is disconnected after few steps and with the error: Error sending data to client Client websocket disconnected (, None) Error sending data to client...

bug

Please Add Claude 3 and OpenSource Models running LM Studio or Ollama

enhancement

Currently, the OpenDevin planner is not functional. We would like to add this functionality so the user can view what OpenDevin has planned. This should be implemented as a Markdown...

enhancement
severity:medium

**Describe the bug** When starting the server with Docker stopped, the server throws a backtrace error indicating Docker is not reachable instead of a clear error message. **Steps to Reproduce**...

bug
good first issue