# AI Coding Agents - GitHub Repository List 자율 AI 코딩 에이전트 저장소 목록 (Stars 순) --- ## Top Starred Projects | Repository | Description | Stars | Link | |------------|-------------|-------|------| | **deepseek-ai/DeepSeek-V3** | GPT-4 대안 오픈소스 모델 | 100k+ | [GitHub](https://github.com/deepseek-ai/DeepSeek-V3) | | **Significant-Gravitas/Auto-GPT** | 최초의 완전 자율 AI 에이전트 구현. 목표를 실행 가능한 단계로 분해하여 수행 | 170k+ | [GitHub](https://github.com/Significant-Gravitas/Auto-GPT) | | **github/spec-kit** | Spec-Driven Development(SDD) 툴킷. Copilot, Claude, Gemini CLI와 연동 | 50k+ | [GitHub](https://github.com/github/spec-kit) | --- ## Coding-Specific Agents | Repository | Description | Stars | Link | |------------|-------------|-------|------| | **cline/cline** | IDE에서 실행되는 자율 코딩 에이전트. 파일 생성/편집, 명령 실행, 브라우저 사용 가능. OpenRouter, Anthropic, OpenAI, Gemini, Bedrock, Azure, GCP Vertex, 로컬 모델 지원 | - | [GitHub](https://github.com/cline/cline) | | **paul-gauthier/aider** | 로컬 Git 저장소에서 커맨드라인 코드 편집. GitHub 연동 | 25k+ | [GitHub](https://github.com/paul-gauthier/aider) | | **princeton-nlp/SWE-agent** | GitHub 이슈를 받아 GPT-4 또는 선택한 LLM으로 자동 수정 시도 | 15k+ | [GitHub](https://github.com/princeton-nlp/SWE-agent) | | **irgolic/AutoPR** | AI가 이슈 수정을 위한 PR 자동 생성 | - | [GitHub](https://github.com/irgolic/AutoPR) | | **opencode** | 터미널용 AI 코딩 에이전트 | - | [GitHub](https://github.com/sst/opencode) | --- ## Multi-Agent Frameworks | Repository | Description | Stars | Link | |------------|-------------|-------|------| | **crewAI-tools/crewAI** | Role-playing, 자율 AI 에이전트 오케스트레이션 프레임워크 | 25k+ | [GitHub](https://github.com/crewAIInc/crewAI) | | **microsoft/autogen** | 다양한 에이전트를 지원하는 멀티에이전트 프레임워크 | 40k+ | [GitHub](https://github.com/microsoft/autogen) | | **langchain-ai/langgraph** | LangChain 기반 에이전트 그래프 | - | [GitHub](https://github.com/langchain-ai/langgraph) | --- ## Agent Platforms | Repository | Description | Stars | Link | |------------|-------------|-------|------| | **nous** | TypeScript AI 에이전트 플랫폼. 자율 에이전트, 개발자 에이전트, 코드 리뷰 에이전트 | - | [GitHub](https://github.com/TrafficGuard/nous) | | **maige** | 새 이슈/PR에 반응하는 코드베이스 에이전트. 라벨링, 할당, 질문 답변, 전체 코드베이스 검색 | - | [GitHub](https://github.com/maige-app/maige) | | **cherry-studio** | CSDN, GitCode, Huawei Cloud CodeArts IDE 공동 개발. AI 코딩 어시스턴트 플랫폼 | - | [GitHub](https://github.com/kangfenmao/cherry-studio) | --- ## RAG & Knowledge | Repository | Description | Stars | Link | |------------|-------------|-------|------| | **infiniflow/ragflow** | 외부 지식 검색 및 추론 후 응답 생성하는 RAG 엔진 | - | [GitHub](https://github.com/infiniflow/ragflow) | --- ## Curated Lists | Repository | Description | Link | |------------|-------------|------| | **e2b-dev/awesome-ai-agents** | AI 자율 에이전트 목록 | [GitHub](https://github.com/e2b-dev/awesome-ai-agents) | | **kyrolabs/awesome-agents** | AI 에이전트 Awesome 목록 | [GitHub](https://github.com/kyrolabs/awesome-agents) | --- ## Sources - [ODSC - Top Ten GitHub Agentic AI Repositories 2025](https://opendatascience.com/the-top-ten-github-agentic-ai-repositories-in-2025/) - [NocoBase - Top 18 Open Source AI Agent Projects](https://medium.com/@nocobase/top-18-open-source-ai-agent-projects-with-the-most-github-stars-f58c11c2bf6c) - [KDnuggets - 10 GitHub Repositories for Mastering Agents and MCPs](https://www.kdnuggets.com/10-github-repositories-for-mastering-agents-and-mcps) - [HuggingFace - Open Source AI Agents Directory](https://huggingface.co/blog/tegridydev/open-source-ai-agents-directory) - [GitHub Topics - coding-agents](https://github.com/topics/coding-agents)