stitionai / devika

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. Devika aims to be a competitive open-source alternative to Devin by Cognition AI.
MIT License
18.36k stars 2.38k forks source link

Google Colab version please #105

Open groozaop opened 6 months ago

groozaop commented 6 months ago

Is there any possibility for Google Colab or Kaggle version of this ? I m low on resources ..

ketangangal commented 6 months ago

Hello @groozaop ,

You can use code-space by github.

xylozd commented 6 months ago

Hello @groozaop ,

You can use code-space by github.

How ? I've tried but didnt work out ..!!

animusbwahaha commented 6 months ago

hey i also want to run it on google colab but dont know how, + how to use code space to run it

xylozd commented 5 months ago

bumping this , Here is what I tried so far ,..

  1. Using github codespace ( GUI loads but agent status is deactivated )
  2. Using gitpod (same as above)
  3. using google colab via ssh tunnelling vsCode ,.. (status same as before ) even after using T4 on backend ,.

Cant run docker image on colab as colab itself runs on docker .

Yes i have put correct api keys for Google search, google search id , openAI and claude in config.toml

What am i doing wrong ?