[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"project-2494":3},{"id":4,"name":5,"fullName":6,"owner":7,"repo":5,"description":8,"homepage":9,"htmlUrl":10,"language":11,"languages":10,"totalLinesOfCode":10,"stars":12,"forks":13,"watchers":14,"openIssues":15,"contributorsCount":16,"subscribersCount":16,"size":16,"stars1d":17,"stars7d":18,"stars30d":19,"stars90d":16,"forks30d":16,"starsTrendScore":20,"compositeScore":21,"rankGlobal":10,"rankLanguage":10,"license":22,"archived":23,"fork":23,"defaultBranch":24,"hasWiki":23,"hasPages":23,"topics":25,"createdAt":10,"pushedAt":10,"updatedAt":26,"readmeContent":27,"aiSummary":28,"trendingCount":16,"starSnapshotCount":16,"syncStatus":29,"lastSyncTime":30,"discoverSource":31},2494,"devika","stitionai\u002Fdevika","stitionai","Devika is the first open-source implementation of an Agentic Software Engineer. Initially started as an open-source alternative to Devin.","https:\u002F\u002Fwinfunc.com",null,"Python",19511,2589,211,146,0,3,5,21,10,45,"MIT License",false,"main",[],"2026-06-12 02:00:41","\u003Ch1 align=\"center\">Checkout \u003Ca href=\"https:\u002F\u002Fopcode.sh\u002F\">Opcode\u003C\u002Fa>, the second iteration of Devika. New version out soon!\u003C\u002Fh1>\n\n---\n\n\u003Cp align=\"center\">\n  \u003Cimg src=\".assets\u002Fdevika-avatar.png\" alt=\"Devika Logo\" width=\"250\">\n\u003C\u002Fp>\n\n\u003Ch1 align=\"center\">🚀 Devika - Agentic AI Software Engineer 👩‍💻\u003C\u002Fh1>\n\n![devika screenshot](.assets\u002Fdevika-screenshot.png)\n\n> [!IMPORTANT]  \n> This project is currently in a very early development\u002Fexperimental stage. There are a lot of unimplemented\u002Fbroken features at the moment. Contributions are welcome to help out with the progress!\n\n## Table of Contents\n\n- [About](#about)\n- [Key Features](#key-features)\n- [System Architecture](#system-architecture)\n- [Getting Started](#getting-started)\n  - [Requirements](#requirements)\n  - [Installation](#installation)\n  - [How to use](#how-to-use)\n- [Configuration](#configuration)\n- [Contributing](#contributing)\n- [Help and Support](#help-and-support)\n- [License](#license)\n\n## About\n\nDevika is an advanced 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 utilizes large language models, planning and reasoning algorithms, and web browsing abilities to intelligently develop software.\n\nDevika aims to revolutionize the way we build software by providing an AI pair programmer who can take on complex coding tasks with minimal human guidance. Whether you need to create a new feature, fix a bug, or develop an entire project from scratch, Devika is here to assist you.\n\n> [!NOTE]\n> Devika is modeled after [Devin](https:\u002F\u002Fwww.cognition-labs.com\u002Fintroducing-devin) by Cognition AI. This project aims to be an open-source alternative to Devin with an \"overly ambitious\" goal to meet the same score as Devin in the [SWE-bench](https:\u002F\u002Fwww.swebench.com\u002F) Benchmarks... and eventually beat it?\n\n## Demos\n\nhttps:\u002F\u002Fgithub.com\u002Fstitionai\u002Fdevika\u002Fassets\u002F26198477\u002Fcfed6945-d53b-4189-9fbe-669690204206\n\n## Key Features\n\n- 🤖 Supports **Claude 3**, **GPT-4**, **Gemini**, **Mistral** , **Groq** and **Local LLMs** via [Ollama](https:\u002F\u002Follama.com). For optimal performance: Use the **Claude 3** family of models.\n- 🧠 Advanced AI planning and reasoning capabilities\n- 🔍 Contextual keyword extraction for focused research\n- 🌐 Seamless web browsing and information gathering\n- 💻 Code writing in multiple programming languages\n- 📊 Dynamic agent state tracking and visualization\n- 💬 Natural language interaction via chat interface\n- 📂 Project-based organization and management\n- 🔌 Extensible architecture for adding new features and integrations\n\n## System Architecture\n\nRead [**README.md**](docs\u002Farchitecture) for the detailed documentation.\n\n\n## Getting Started\n\n### Requirements\n```\nVersion's requirements\n  - Python >= 3.10 and \u003C 3.12\n  - NodeJs >= 18\n  - bun\n```\n\n- Install uv - Python Package manager [download](https:\u002F\u002Fgithub.com\u002Fastral-sh\u002Fuv)\n- Install bun - JavaScript runtime [download](https:\u002F\u002Fbun.sh\u002Fdocs\u002Finstallation)\n- For ollama [ollama setup guide](docs\u002FInstallation\u002Follama.md) (optinal: if you don't want to use the local models then you can skip this step)\n- For API models, configure the API keys via setting page in UI.\n\n\n### Installation\n\nTo install Devika, follow these steps:\n\n1. Clone the Devika repository:\n   ```bash\n   git clone https:\u002F\u002Fgithub.com\u002Fstitionai\u002Fdevika.git\n   ```\n2. Navigate to the project directory:\n   ```bash\n   cd devika\n   ```\n3. Create a virtual environment and install the required dependencies (you can use any virtual environment manager):\n   ```bash\n   uv venv\n   \n   # On macOS and Linux.\n   source .venv\u002Fbin\u002Factivate\n\n   # On Windows.\n   .venv\\Scripts\\activate\n\n   uv pip install -r requirements.txt\n   ```\n4. Install the playwright for browsering capabilities:\n   ```bash\n   playwright install --with-deps # installs browsers in playwright (and their deps) if required\n   ```\n5. Start the Devika server:\n   ```bash\n   python devika.py\n   ```\n6. if everything is working fine, you see the following output:\n   ```bash\n   root: INFO   : Devika is up and running!\n   ```\n7. Now, for frontend, open a new terminal and navigate to the `ui` directory:\n   ```bash\n   cd ui\u002F\n   bun install\n   bun run start\n   ```\n8. Access the Devika web interface by opening a browser and navigating to `http:\u002F\u002F127.0.0.1:3001`\n\n### how to use\n\nTo start using Devika, follow these steps:\n\n1. Open the Devika web interface in your browser.\n2. To create a project, click on 'select project' and then click on 'new project'.\n3. Select the search engine and model configuration for your project.\n4. In the chat interface, provide a high-level objective or task description for Devika to work on.\n5. Devika will process your request, break it down into steps, and start working on the task.\n6. Monitor Devika's progress, view generated code, and provide additional guidance or feedback as needed.\n7. Once Devika completes the task, review the generated code and project files.\n8. Iterate and refine the project as desired by providing further instructions or modifications.\n\n## Configuration\n\nDevika requires certain configuration settings and API keys to function properly:\n\nwhen you first time run Devika, it will create a `config.toml` file for you in the root directory. You can configure the following settings in the settings page via UI:\n\n- API KEYS\n   - `BING`: Your Bing Search API key for web searching capabilities.\n   - `GOOGLE_SEARCH`: Your Google Search API key for web searching capabilities.\n   - `GOOGLE_SEARCH_ENGINE_ID`: Your Google Search Engine ID for web searching using Google.\n   - `OPENAI`: Your OpenAI API key for accessing GPT models.\n   - `GEMINI`: Your Gemini API key for accessing Gemini models.\n   - `CLAUDE`: Your Anthropic API key for accessing Claude models.\n   - `MISTRAL`: Your Mistral API key for accessing Mistral models.\n   - `GROQ`: Your Groq API key for accessing Groq models.\n   - `NETLIFY`: Your Netlify API key for deploying and managing web projects.\n\n- API_ENDPOINTS\n   - `BING`: The Bing API endpoint for web searching.\n   - `GOOGLE`: The Google API endpoint for web searching.\n   - `OLLAMA`: The Ollama API endpoint for accessing Local LLMs.\n   - `OPENAI`: The OpenAI API endpoint for accessing OpenAI models.\n\nMake sure to keep your API keys secure and do not share them publicly. For setting up the Bing and Google search API keys, follow the instructions in the [search engine setup](docs\u002FInstallation\u002Fsearch_engine.md)\n\n\n## Contributing\n\nWe welcome contributions to enhance Devika's capabilities and improve its performance. To contribute, please see the [`CONTRIBUTING.md`](CONTRIBUTING.md) file for steps.\n\n## Help and Support\n\nIf you have any questions, feedback, or suggestions, please feel free to reach out to us. you can raise an issue in the [issue tracker](https:\u002F\u002Fgithub.com\u002Fstitionai\u002Fdevika\u002Fissues) or join the [discussions](https:\u002F\u002Fgithub.com\u002Fstitionai\u002Fdevika\u002Fdiscussions) for general discussions.\n\nWe also have a Discord server for the Devika community, where you can connect with other users, share your experiences, ask questions, and collaborate on the project. To join the Devika community Discord server, [click here](https:\u002F\u002Fdiscord.gg\u002FCYRp43878y).\n\n## License\n\nDevika is released under the [MIT License](https:\u002F\u002Fopensource.org\u002Flicenses\u002FMIT). See the `LICENSE` file for more information.\n\n## Star History\n\n\u003Cdiv align=\"center\">\n\u003Ca href=\"https:\u002F\u002Fstar-history.com\u002F#stitionai\u002Fdevika&Date\">\n \u003Cpicture>\n   \u003Csource media=\"(prefers-color-scheme: dark)\" srcset=\"https:\u002F\u002Fapi.star-history.com\u002Fsvg?repos=stitionai\u002Fdevika&type=Date&theme=dark\" \u002F>\n   \u003Csource media=\"(prefers-color-scheme: light)\" srcset=\"https:\u002F\u002Fapi.star-history.com\u002Fsvg?repos=stitionai\u002Fdevika&type=Date\" \u002F>\n   \u003Cimg alt=\"Star History Chart\" src=\"https:\u002F\u002Fapi.star-history.com\u002Fsvg?repos=stitionai\u002Fdevika&type=Date\" \u002F>\n \u003C\u002Fpicture>\n\u003C\u002Fa>\n\u003C\u002Fdiv>\n\n---\n\nWe hope you find Devika to be a valuable tool in your software development journey. If you have any questions, feedback, or suggestions, please don't hesitate to reach out. Happy coding with Devika!\n","Devika 是一个开源的智能软件工程师项目，旨在通过理解和执行高级人类指令来自动化软件开发过程。它利用大型语言模型、规划与推理算法以及网络浏览能力，能够根据需求分解任务、研究相关信息并编写代码。核心功能包括支持多种AI模型（如Claude 3, GPT-4等）、先进的计划和推理能力、基于上下文的关键字提取、多语言编程支持及自然语言交互界面。该项目适用于需要减少人工编码工作量、提高开发效率的场景，特别是在创建新功能、修复bug或从零开始构建项目时提供辅助。尽管目前仍处于早期实验阶段，但其开放性架构鼓励社区贡献以促进项目发展。",2,"2026-06-11 02:50:08","top_language"]