不乱于心,不困于情。
不畏将来,不念过往。如此,安好。

500+ AI agent项目,按框架/行业/用例全景整理——AI agent领域的awesome list

你想用 AI agent 改造业务,但不知道用什么框架、看哪个例子?

这个仓库一次性给你 500+ 真实 AI agent 项目参考——按框架、行业、use case 全景分类。

图1–500+ AI agent项目,按框架/行业/用例全景整理——AI agent领域的awesome list–seo优化_前端开发_渗透技术

31997 star,5608 forks

AI agent 领域最全面的 curated 集合之一。

覆盖 5 大框架

LangGraph:stateful workflows、RAG pipelines、复杂图结构

CrewAI:role-based teams、业务自动化、快速原型

AutoGen:code generation、research、self-healing workflows

Agno:lightweight single agents、tool integration、快速迭代

LlamaIndex:文档 Q&A、企业 RAG、数据 pipeline

按行业分类

涵盖 15+ 行业:

行业 例子
Healthcare HIA 健康洞察 agent、AI Health Assistant 医疗诊断
Finance 自动化交易 bot、Agent Wallet SDK
Education Virtual AI Tutor、AI 课程生成
Customer Service 24/7 AI Chatbot
Retail Product Recommendation Agent
Transportation 自驾配送 agent
Manufacturing 工厂流程监控 agent
Real Estate 房产定价 agent
Agriculture 智慧农业助手
Energy 能源需求预测 agent
Entertainment 内容个性化 agent
Legal 法律文档审查助手
HR 招聘推荐 agent
Hospitality 虚拟旅行助手
Gaming AI 游戏伴侣 agent
Cybersecurity 实时威胁检测、Vibe Hacking Agent
Software Dev Citadel(编排 Claude Code agent fleets)

按 use case 分类

CrewAI 部分就包含 20+ 真实案例:

Framework Comparison 选型指南

框架 适合 复杂度
LangGraph stateful workflows + RAG ⭐⭐⭐
CrewAI role-based teams + 业务自动化 ⭐⭐
AutoGen code-writing + research ⭐⭐⭐
Agno lightweight single agents
LlamaIndex 企业文档 Q&A + 数据 pipeline ⭐⭐

快速决策: – 刚入门 → Agno 或 CrewAI – 需要 stateful 图 + RAG → LangGraph – 代码生成 / research agent → AutoGen – 企业文档 pipeline → LlamaIndex

5 分钟跑一个

git clone https://github.com/ashishpatel26/500-AI-Agents-Projects.git cd 500-AI-Agents-Projects cd agents/01-web-research-agent pip install -r requirements.txt cp .env.example .env  # 填 API key python agent.py 

每个 agent 都是自包含的(自己的 requirements.txt + .env.example),不需要 monorepo 配置。


500+ AI agent 真实项目,覆盖 5 大框架,跨 15+ 行业。

GitHub:https://github.com/ashishpatel26/500-AI-Agents-Projects

赞(0)
未经允许不得转载:seo优化_前端开发_渗透技术 » 500+ AI agent项目,按框架/行业/用例全景整理——AI agent领域的awesome list