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

Took a crack at what I think this thing should do (with ChatGPT of course). ## Ideal Scope and Capabilities ### 1. Task Understanding - **Natural Language Processing (NLP)**: The...

What is there fo beginners to contribute

Could it be possible to attach to custom knowledge sources? (Like existing vector DB, graph DB, relational DB and other stuff?)

enhancement
severity:low

Gradio clients that run local language models such as “OobaBooga” and allow api support should be a major consideration for the roadmap process. Creating usable model swapping with a cache...

We are a startup focused on developing innovative tools. Currently, we are in the process of creating an AI-powered search engine specifically designed for developers, accessible at https://devv.ai/. We are...

**Describe the bug** getting the error AttributeError: module 'os' has no attribute 'getuid'. Did you mean: 'getpid'? on windows updated to latest in the main branch **Steps to Reproduce** 1....

bug

Some syntax in our code require python >= 3.10 for example: ```python def __init__( self, workspace_dir: str | None = None, container_image: str | None = None, timeout: int =...

This PR creates a generic client for prompting LLMs. It passes the LLM instance into the Agent constructor, and the Agent can use it however it wants. This makes it...