Workflows2026年4月2日·1 分钟阅读

Devika — Open-Source AI Software Engineer

Autonomous AI that understands instructions, researches the web, plans, and writes code. Open-source Devin alternative. 19K+ stars.

TO
TokRepo精选 · Community
快速使用

先拿来用,再决定要不要深挖

这里应该同时让用户和 Agent 知道第一步该复制什么、安装什么、落到哪里。

```bash git clone https://github.com/stitionai/devika.git && cd devika uv venv && source .venv/bin/activate uv pip install -r requirements.txt && playwright install --with-deps python devika.py ``` 另一个终端:`cd ui && npm install && npm run dev`,打开 `http://localhost:3000`。 ---
## 简介 Devika 是一个拥有 19,400+ GitHub stars 的开源自主 AI 软件工程师,是 Cognition Devin 的第一个开源替代品。用自然语言描述任务,Devika 会自主规划方案、上网搜索资料、编写多文件代码,直到任务完成。支持 Claude 3、GPT-4、Gemini、Mistral 和 Ollama 本地模型。 适用于:Claude 3、GPT-4、Gemini、Mistral、Ollama。适合需要 AI 独立研究、规划和编码的开发者。 --- ## 核心能力 ### 任务规划 将复杂任务分解为可管理的子步骤,明确依赖关系。 ### 网络研究 通过 Playwright 自主浏览网页,搜集 API 文档和解决方案。 ### 代码生成 生成多文件项目,正确的目录结构和代码风格。 ### 自我审查 自动检查代码质量,发现并修复 bug。 ---
🙏

来源与感谢

> Created by [Stition AI](https://github.com/stitionai). Licensed under MIT. > > [devika](https://github.com/stitionai/devika) — ⭐ 19,400+

讨论

登录后参与讨论。
还没有评论,来写第一条吧。

相关资产