Install Devika Locally on Windows - Agentic AI Software Engineer

preview_player
Показать описание
This video shows how to locally install AI software engineer agent Devika on Windows.

#devika #aisoftwareengineer

PLEASE FOLLOW ME:

RELATED VIDEOS:

All rights reserved © 2021 Fahd Mirza
Рекомендации по теме
Комментарии
Автор

thanks for this great contribution. I have a question, is it possible to use an API key from an open-source or local LLM model ? instead of BING and open-ai which are not open-source per se.
cheers.

ShadArfMohammed
Автор

I did ask Devika to create a small game for a arduiono and 8x8 neopixel led. She made 8. Step plan but than wrote some code and put her plan in there:

void setup() {
strip.begin();
}

void loop() {
// Step 1: Research and familiarize myself with the Arduino platform, its libraries, and the Neopixel LED's specifications.
// Step 2: Define the game mechanics and objectives.
// Step 3: Write the Arduino code using the Neopixel library and any necessary libraries for game logic (e.g., timing, random number generation).
// Step 4: Implement the user interface and feedback mechanisms.
// Step 5: Test and refine the game.

strip.show();
}

metanulski
Автор

Do you think this is currently the best open source "devin" clone? I'm sure we will see a lot more, but this one looks pretty good.

figs
Автор

Hello
I need help 🥹
I have done devika's setup and i provided all api keys. But when i run devika and i prompt it to do something after that if just showing echo 'waiting..." In terminal and after restart server it's not disappearing + in backend it's continuously sending get and post requests... (I don't have much knowledge in this and I don't even know how flask works im just a beginner and done setup from instruction) pls help me to solve this 🥹

darshangohel
Автор

🎯 Key Takeaways for quick navigation:

00:28 *🛠️ Devika is an open-source project aiming to be an alternative to Devon AI, allowing users to specify requirements in plain English and generate programs accordingly.*
01:53 *💻 Devika requires an OpenAI API key for usage, and while it claims to work with other open-source models, instructions for this integration are not provided.*
03:23 *🔄 Installation of Devika involves cloning the GitHub repository, installing dependencies, and configuring the API key.*
05:33 *🚀 Devika's architecture includes a chat interface, an agent core for planning and execution, and various modules for reasoning, code generation, and database management.*
07:49 *🌱 Devika is still in development and not yet production-ready, but it shows promise as a potential competitor to Devon AI in the future.*

Made with HARPA AI

AryanSoni-pe
Автор

Hello sir, I have successfully installed Devika on my PC, but she is not responding to any prompts. Although I have added my open AI API keys to the config file, she is not responding

RishiYT-isld
Автор

Seems you couldn't run it locally as you presented only the devika video as the result. What are the caveats running it locally?

MosheRecanati
Автор

I did ask Devika to create a ramen recipe. The Result was: This is a step-by-step plan to create a new ramen recipe. Thats it. Did someone have a successful task?

metanulski
Автор

Sir in Devika, The select button of search engine and Select model is not working, Initially it was working but from last 4-5 days it is not working Please help me

studentsmotivation
Автор

I ran into so many issues 😂 i got it running myself on windows though. Im having issues with the browser but ill figure it out shortly

jaysmith
Автор

I think you forgot the important step of installing OLLAMA

SAVONASOTTERRANEASEGRETA
Автор

I tried it on azure vm ubuntu, exposed all ports still not able to access thr application

janvidalal
Автор

I can not get the bun dev run working in power shell after devika is install

phuongdang
Автор

Thanks, it´s work but in the end, doest work bun, because doest´t work for windows

npm ERR! code EBADPLATFORM
npm ERR! notsup Valid os: darwin, linux
npm ERR! notsup Actual os: win32
npm ERR! notsup Valid cpu: arm64, x64
npm ERR! notsup Actual cpu: x64


how can you deploy in windows ?

NicolasCornejo-es