GitHub 트렌딩을 그대로 나열하지 않고, Claude Code · RAG · 로컬 AI · 에이전트 워크플로우 · 평가 도구 · AI 앱 빌더 관점에서 실제 빌더가 쓸 만한 오픈소스 스택을 다시 정리합니다.
Karpathy가 던진 "리서치 조직 코드" 실험. train.py 한 파일을 에이전트가 5분짜리 실험 단위로 자율 수정·평가·반복 — 자는 동안 ~100회 실험이 돌아가고 모델이 점점 좋아짐. 사람은 Python 안 만지고 program.md만 편집한다는 게 진짜 포인트.
AI agents running research on single-GPU nanochat training automatically.
Meta가 직접 미는 풀스택 에이전트 프레임워크. inference·메모리·세이프티·툴콜이 하나의 API로 묶여 있어요.
A unified API for building agentic applications — inference, memory, safety, and tool-use, batteries included.
에이전트가 실제 브라우저를 제어해서 웹 작업을 자동화하게 해주는 라이브러리. 폼 채우기·스크래핑·테스트 모두 가능.
Make websites accessible for AI agents — browser control for LLMs.
OpenAI Realtime API와 결합해 전화·통화 수준의 음성 에이전트를 만들 때 사실상 표준 프레임워크.
A powerful framework for building realtime voice AI agents.
Pydantic 만든 팀의 type-safe 에이전트 프레임워크. validation이 엄격해서 프로덕션 적합.
Agent Framework / shim to use Pydantic with LLMs.
LLM이 작업을 완료하도록하는 self-healing 하네스입니다.
Browser Harness | Self-healing harness that enables LLMs to complete any task.
ARIS는 Claude Code와 같은 LLM 에이전트와 함께 작동하는 가벼운 마크다운 스킬입니다.
ARIS ⚔️ (Auto-Research-In-Sleep) — Lightweight Markdown-only skills for autonomous ML research: cross-model review loops, idea discovery, and experiment automation. No framework, no lock-in — works with Claude Code, Codex, OpenClaw, or any LLM agent.
허깅페이스가 만든 '코드로 사고하는' 에이전트 라이브러리. 단순함이 무기이고 onboarding이 빨라요.
A barebones library for agents that think in code.
터미널에서 git 기반으로 페어 프로그래밍하는 CLI. Claude/GPT 모두 호환되고 자동 커밋이 깔끔해요.
AI pair programming in your terminal — works with most LLMs.
자연어를 코드로 변환해서 사용자 컴퓨터에서 직접 실행. 데이터 분석·자동화·시스템 작업에 강해요.
Natural language interface for computers — runs code locally.
PR-단위 작업에 특화된 터미널 페어 프로그래머. 개인 사이드 프로젝트에 강합니다.
AI pair programming with edit/commit integration.
PM·아키텍트·엔지니어·QA 페르소나가 자연어 요구사항으로부터 한 회사처럼 SW를 만드는 프레임워크.
The Multi-Agent Framework: First AI Software Company, Towards Natural Language Programming.
Claude Code Skill 패키지로 바로 설치할 수 있어서, 에이전트가 한 번에 GPT Image 2 호출하고 결과를 파일로 떨궈줍니다.
GPT Image 2 prompt gallery, image prompt library, agentic skill, and CLI for OpenAI image generation/editing.
OpenAI가 만든 학습용 가벼운 에이전트 오케스트레이션. handoff 패턴이 깔끔해서 패턴 학습용으로 좋아요.
Educational framework exploring ergonomic, lightweight multi-agent orchestration.
에이전트에게 장기 메모리를 주는 OS-스타일 프레임워크. 컨텍스트가 길어질 때 유용해요.
Letta (formerly MemGPT) — agents with memory and persistence.
개발 작업을 위한 지속 개선 AI 에이전트 워크스페이스이다. 스스로 학습하고 개선하며, 한 세션을 넘어 장기적으로 작업을 이어가는 특성을 갖는다.
A persistent workspace for development work that self-improves and continues beyond one session.
에이전트 스케일링 법칙을 연구하는 학술 출신 프레임워크. 역할 플레이 패턴이 잘 정리돼 있어요.
First and the best multi-agent framework. Finding the Scaling Law of Agents.
LLM이 ASD-STE100 표준 단순 기술 영어를 따르는 문서를 작성하도록 돕는 에이전트 스킬이다. 기술 문서의 명확성과 일관성을 보장할 때 유용하다.
Agent skill: make LLMs write docs in ASD-STE100 Simplified Technical
에이전트 실행을 Git처럼 가역적으로 추적하는 런타임 서브스트레이트다. 메타 에이전트가 다른 에이전트의 실행을 관찰, 포크, 리플레이, 되돌리기 할 수 있게 한다.
A runtime substrate that turns an agent's execution into a reversible, Git-like trace, so meta-agents can observe, fork, replay, and revert any run. Couples agent and environments in a copy-on-write fork ~5x faster than docker commit, with ~95% KV-cache reuse on replay. Framework built for meta-agents to supervise, optimize, and train other agents
프로젝트 스펙을 던지면 AI가 폴더 구조부터 코드까지 만들어주는 에이전트. 초기 코드베이스 빠르게 부트스트랩할 때.
Specify what you want it to build, the AI asks for clarification, and then builds it.
코드 거의 없이 프롬프트 조합만으로 멀티-LLM 에이전트 만들 때 출발점.
An easy way to build prompts and agents.
자가 호스팅, 무유지보수 방식의 A주 주식 선택, 모니터링, 백테스팅 양적 워크벤치다. LLM으로 전략 맞춤화, 종목 분석, 복기가 가능하며, TickFlow 및 외부 데이터 소스를 자유롭게 활용한다.
TSP自托管、零运维的 A 股「选股 + 监控 + 回测」量化工作台 | 基于 TickFlow 数据源 | LLM能力驱使策略定制+个股分析+复盘 | 自由接入第三方数据源与个性化扩展数据 | 个人开源 ,非TickFlow官方项目
다비드 온드레이의 개인 AI 에이전트 스킬 모음이다. 특정 작업을 자동화하는 에이전트 기능을 직접 활용하거나 구성 시 참고할 수 있다.
access to david ondrej's personal agent skills
Browser-use보다 먼저 나온 웹 자동화 에이전트. Selenium 기반 액션 모델 학습 자료가 풍부.
Open-source Large Action Model framework for browser automation.
단순한 task list + 실행 + 평가 루프로 자율 에이전트의 본질을 가장 짧게 보여주는 코드.
AI-powered task management system with goal-oriented planning.
Ryan Lopopolo가 AI 에이전트 시스템을 견고하게 설계하고 제어하는 원칙을 모아둔 가이드다. 복잡한 에이전트 구축 시 안정성과 통제력을 확보하는 데 도움을 준다.
🐎 Ryan Lopopolo’s anthology, field guide, and agent context bundle for harness engineering
MS 리서치가 만든 다중 모델 오케스트레이터. HuggingFace 모델을 LLM이 도구로 호출.
JARVIS — connecting LLMs with ML community models.
임베드 가능한 작은 개발자 에이전트. '내 앱 안에 코딩 도와주는 어시스턴트' 만들 때 출발점.
The first library to let you embed a developer agent in your own app.
오픈 맨서스를 위한 도구입니다.
No fortress, purely open ground. OpenManus is Coming.
EverOS 기반의 메모리 우선 자가 개선 AI 에이전트 프레임워크다. ChatGPT, Claude 등 다양한 LLM으로 장기 기억을 가진 자율 에이전트를 개발할 때 사용한다.
The memory-first, self-improving agent harness built on EverOS, with MiroThinker-powered deep research and reasoning.
분석을 위한 다기능 도구. 정보의 분리와의 원본을 복원하는 것을 목표로 함.
微舆:人人可用的多Agent舆情分析助手,打破信息茧房,还原舆情原貌,预测未来走向,辅助决策!从0实现,不依赖任何框架。
대화·팟캐스트 톤에 특화된 TTS. 자연스러운 휴지·강세가 인상적.
A generative speech model for daily dialogue.
Google NotebookLM의 비공식 Python API이자 에이전트 스킬이다. 웹 UI에서 제공하지 않는 기능까지 포함해 NotebookLM에 프로그래밍 방식으로 접근하게 해준다.
Unofficial Python API and agentic skill for Google NotebookLM. Full programmatic access to NotebookLM's features—including capabilities the web UI doesn't expose—via Python, CLI, and AI agents like Claude Code, Codex, and OpenClaw.
클라우드 코드의 훌륭한 리소스. 스킬, 슬래시 명령, 에이전트 오케스트레이터, 애플리케이션, 플러그인.
A hand-picked collection of the finest of resources for the most awesome of agents, Claude Code, the undisputed champion of coding companions, from the unstoppable team at Anthropic PBC. A delectable showcase of top tier skills, ambidextrous agents, scintillating status lines, top notch developer tooling, and also we have plugins
AI가 생성한 텍스트에서 AI 특유의 흔적을 제거하여 자연스러운 인간의 글처럼 보이게 하는 에이전트 스킬이다. AI 글쓰기 검출을 우회하거나 보다 자연스러운 결과물을 원할 때 활용된다.
Agent skill that removes signs of AI-generated writing from text
AI 엔지니어링의 기본부터 실제 서비스 구축까지 다루는 실습 중심의 학습 자료다. 에이전트와 컴퓨터 비전 등 다양한 AI 분야를 포함한다.
Learn it. Build it. Ship it for others.
LLM을 사용한 다중 에이전트 협력을 지원하는 개발 도구
ChatDev 2.0: Dev All through LLM-powered Multi-Agent Collaboration
Visa에서 공개한 LLM 에이전트 보안 취약점 분석 도구. LLM 기반 에이전트의 잠재적 위험을 식별하고 평가한다. LLM 에이전트의 보안 연구 및 강화에 중요한 자료다.
Visa Vulnerability Agentic Harness
LLM에 입력되기 전 로그, RAG 청크 등 다양한 데이터를 60-95% 압축한다. 토큰 비용을 줄이면서도 동일한 결과를 얻는 데 효과적이다.
Compress tool outputs, logs, files, and RAG chunks before they reach the LLM. 60-95% fewer tokens, same answers. Library, proxy, MCP server.
Claude Code, Claude Desktop, Agent SDK 등을 확장하기 위한 모든 기능을 모아놓은 허브이다. Claude 스킬, 에이전트, 명령어, 플러그인 등을 쉽게 찾아 활용하게 돕는다.
A single hub to find Claude Skills, Agents, Commands, Hooks, Plugins, and Marketplace collections to extend Claude Code, Claude Desktop, Agent SDK and OpenClaw
개인 트레이딩을 위한 AI 에이전트로, 알고리즘 트레이딩 및 백테스팅 기능을 제공한다. LLM 기반으로 시장 분석 및 거래 결정을 지원한다.
"Vibe-Trading: Your Personal Trading Agent"
세계 최초의 오픈소스 에이전트 기반 영상 제작 시스템이다. 12개 파이프라인, 52개 도구, 500개 이상의 에이전트 스킬로 AI 코딩 어시스턴트를 영상 제작 스튜디오로 전환한다.
World's first open-source, agentic video production system. 12 production pipelines, 100+ tools, 700+ agent skill and production-knowledge files. Turn your AI coding assistant into a full video production studio.
AI 에이전트가 데이터를 안전하게 조회할 수 있는 데이터 보관소.
AI Data Vault - A query engine for AI Agents to securely query data from any datasource
Devin 같은 자율 SW 엔지니어를 누구나 자기 환경에서 띄울 수 있는 오픈 플랫폼.
OpenDevin — a platform for autonomous software engineers.
AI 에이전트의 소스 코드를 분석하는 도구. AI 에이전트의 동작과 기능을 이해하는 데 도움이 됩니다.
AI Agent 源码深度研究报告
감정을 파악하고 관계를 분석하여 실행 가능한 연애 전략을 제시하는 AI 컨설턴트. 심리, 법률, 사회, 철학 등 광범위한 지식 기반을 갖추며, 다양한 관계 형태를 지원한다. 복잡한 연애 문제 해결에 도움을 준다.
一个先接住情绪、再分析关系并给出可执行策略的 Codex 恋爱军师,内置心理、法律、社会、人文、哲学、婚姻家庭与性学知识库,支持多元关系。
다양한 산업 분야의 AI 에이전트 활용 사례 500가지를 모아놓은 큐레이션이다. 실제 적용 사례와 오픈소스 프로젝트 링크를 제공해 AI 에이전트 구현에 영감을 준다.
The 500 AI Agents Projects is a curated collection of AI agent use cases across various industries. It showcases practical applications and provides links to open-source projects for implementation, illustrating how AI agents are transforming sectors such as healthcare, finance, education, retail, and more.
Langchain과 ChatGLM, Llama 등 로컬 LLM을 활용한 RAG 및 Agent 애플리케이션. 지식 기반 챗봇 구축에 최적.
Langchain-Chatchat(原Langchain-ChatGLM)基于 Langchain 与 ChatGLM, Qwen 与 Llama 等语言模型的 RAG 与 Agent 应用 | Langchain-Chatchat (formerly langchain-ChatGLM), local knowledge based LLM (like ChatGLM, Qwen and Llama) RAG and Agent app with langchain