IDE extension for agentic AI development, emulating Devin-like features
Top 9.0% on sourcepulse
This repository provides a framework to imbue IDEs like Cursor and Windsurf, or GitHub Copilot, with advanced agentic AI capabilities, mimicking functionalities of premium tools like Devin at a significantly lower cost. It targets developers seeking to enhance their coding workflow with automated planning, self-evolution, and extended tool usage.
How It Works
The core mechanism involves customizing .cursorrules
(or .windsurfrules
and .github/copilot-instructions.md
) files, coupled with Python scripts. This setup enables an AI agent to autonomously plan tasks, learn from feedback by updating its rules, and leverage tools such as web scraping (Playwright) and search engines (DuckDuckGo). An experimental multi-agent approach separates planning (o1) from execution (Claude/GPT-4o) for improved solution quality and iteration.
Quick Start & Requirements
pip install cookiecutter
then cookiecutter gh:grapeot/devin.cursorrules --checkout template
(Recommended) or manual file copying.Highlighted Details
.cursorrules
.Maintenance & Community
Licensing & Compatibility
Limitations & Caveats
The multi-agent collaboration feature is explicitly marked as experimental. The effectiveness of self-evolution and tool usage is dependent on the underlying LLM's capabilities and the quality of the .cursorrules
configuration.
2 months ago
1 day