OpenDevin icon indicating copy to clipboard operation
OpenDevin copied to clipboard

🐚 OpenDevin: Code Less, Make More

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

It seems to me that the frontend is primarily displaying what OpenDevin is doing to the user for visibility. The actual agent is implemented on the backend. We'll therefore want...

In the actual Devin demo there is a browser tab that allows the user to see which pages the assistant is currently looking at. But we do not have such...

good first issue

Updated the README.md file to include comprehensive documentation for setting up the OpenDevin Frontend project. The documentation covers installation instructions, available npm scripts, setting up the terminal, and additional resources...

Introduce an SVG-based attach file button to allow users to add attachments to their messages. - Adjust input field and send button styling to accommodate the new button. - Enhance...

This is very rough, but it works for simple examples. See README.md for usage, and TODO.md for what's next. Sample usage: ``` mkdir -p `pwd`/workspace docker build -t control-loop ....

A minimalistic implementation of Docker Sandbox with less than 100 LOC and requires only built-in libraries. It exposes a `.execute` API to run arbitrary bash commands inside the docker container....

Patches [old PR](https://github.com/OpenDevin/OpenDevin/pull/24#issue-2190126867) implementing minimal changes.

This PR adds a `@monaco-editor/react` code panel. If OpenDevin writes code on the backend, this will serve as as a display only. We might want a WebSocket interface for the...

Based on [this blog post](https://tomhipwell.co/blog/devin/), Devin might be using a new prompting technique such as Self-Discover: https://arxiv.org/abs/2402.03620. We might want to consider a similar prompting technique, since Self-Discover seems to...

agent framework
severity:low
Stale

To save significant effort, we should consider building on top of metaGPT: https://github.com/geekan/MetaGPT/tree/main