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

docker run \ -it \ --pull=always \ -e SANDBOX_USER_ID=$(id -u)

question

Integration tests can test prompts, actions, and sandboxes, to prevent the system from breaking, but they are sometimes annoying - imagine you would have to run `tests/integration/regenerate.sh` with real money...

I've come across the CodeAct repository [here](https://github.com/xingyaoww/code-act), and I'm curious about how it compares to OpenDevin. Can someone explain the main differences between these two projects? Specifically, I'm interested in...

question

I am interested in contributing to OpenDevin and want to understand the project better, particularly how to debug and navigate its systems. Do you have a design document or any...

question
severity:low

## Describe your question I run the main,options is --port 3000 --workers 1 when I opened a web server ,python process adding two ... ![image](https://github.com/OpenDevin/OpenDevin/assets/55788719/6433728f-bff7-410b-9a9b-241d41862374) when I closed the web...

question
severity:low

### Is there an existing issue for the same bug? - [X] I have checked the troubleshooting document at https://opendevin.github.io/OpenDevin/modules/usage/troubleshooting - [X] I have checked the existing issues. ### Describe...

bug
severity:medium

This PR proposes a re-implementation of the short term memory condense process, currently in use for monologue agent. Should address @li-boxuan comments on the previous PR. CC: @xingyaoww I did...

### Is there an existing issue for the same bug? - [x] I have checked the troubleshooting document at https://opendevin.github.io/OpenDevin/modules/usage/troubleshooting - [X] I have checked the existing issues. ### Describe...

bug
severity:medium

### Is there an existing issue for the same bug? - [X] I have checked the troubleshooting document at https://opendevin.github.io/OpenDevin/modules/usage/troubleshooting - [X] I have checked the existing issues. ### Describe...

bug
severity:medium

Update: this was getting huge so I factored a few separable changes out: * https://github.com/OpenDevin/OpenDevin/pull/1853 * https://github.com/OpenDevin/OpenDevin/pull/1847 * https://github.com/OpenDevin/OpenDevin/pull/1850 A few things in here: * Change the session handshake *...