Devika AI Software Engineer Agent Work Like Devin And Open Source
Added 2024-03-26 16:03:33 +0000 UTC
Video : https://youtu.be/CLxvDneQHPg
In today's video, we're going to explore Devika, a GitHub project that resemble the popular Devin AI. These AI agents are designed to handle all aspects of software engineering, including source coding, debugging, and online research. Stay tuned as we dive into their capabilities, demos, and limitations.
During the video, I'll provide you with command prompt scripts for an easy setup using the Ollama language model. Just copy and paste the provided commands to set up Devika effortlessly. I'll also guide you through the process of creating a virtual environment using Conda to ensure a smooth installation experience.
Moving on to the demos, I'll show you how Devika interacts with the internet to gather information and analyze coding steps. Using Pygame as an example, Devika explores the web, learns game logic and coding rules, and generates Python code in real-time. You'll witness the progress on game development and see how Devika executes the code, just like the original Devin AI.

One exciting feature of Devika is the ability to choose different large language models. I'll demonstrate how to switch between models to optimize your coding experience. Additionally, I'll provide insights into my own setup using Ollama and the Devika clone, including installing dependencies and setting up the UI.
In conclusion, we'll discuss the potential of AI software engineers like Devika for software development. While current models may not be advanced enough for commercial use, they are ideal for prototyping, quick demos, and exploring software development possibilities. It's important to consider their limitations when considering production-ready software.
Join me in this informative video as we uncover the capabilities and limitations of Devika and Open Devin. Don't forget to subscribe and hit the notification bell to stay updated with future content.
Devika https://github.com/stitionai/devika?tab=readme-ov-file#code-writing
For Ollama Installation : https://youtu.be/3t_P0tDvRCE
Installation Script
-------------------------------------------------
Commands to run Devika
----------------------------
ollama serve
git clone https://github.com/stitionai/devika.git
cd devika
conda create -n devika python=3.11
conda activate devika
pip install -r requirements.txt
cd ui/
bun install For Winwdows :
powershell -c "irm bun.sh/install.ps1|iex"
For macOS, Linux, and WSL
curl -fsSL https://bun.sh/install | bash
bun run dev
cd ..
python3 devika.py