devika icon indicating copy to clipboard operation
devika copied to clipboard

Devika is an Agentic AI Software Engineer that can understand high-level human instructions, break them down into steps, research relevant information, and write code to achieve the given objective. D...

Results 459 devika issues
Sort by recently updated
recently updated
newest added

**This pull request makes the following changes.** - Added gemini 1.0, 1.5 support - Added duckduckgo web search support - changed npm install to bun install in setup.sh Solved the...

pending review

**Summary** There's an open source AI pair programming tool called [aider](https://github.com/paul-gauthier/aider) that implements something interesting to you: a bunch of python classes and functions to ask the LLM to output...

I was trying to find a fix for this [issue](https://github.com/abi/screenshot-to-code/issues/271) and Devika ran all the steps mentioned and at the end even though the post call to the **/api/download-project-pdf** was...

I like to add GEMINI in the list :)

Because of multiple failed project, now I have many projects created, how can I delete the projects ?

In this pull requests I have added:- - Comments on each function to better understand the functionality. - Also added the return datatype on the function. - Remove unnecessary else...

- Integrated` code2prompt library for generating prompts from code. - Enhanced code summarization functionality for ReadCode class. - Added option to include generated prompt in markdown output.

Error code given when running: python devika.py ``` Traceback (most recent call last): File "C:\Users\alexa\AppData\Roaming\Python\Python310\site-packages\transformers\utils\import_utils.py", line 1390, in _get_module return importlib.import_module("." + module_name, self.__name__) File "C:\Program Files\Python310\lib\importlib\__init__.py", line 126, in...