跳转至

附录 C:学习资源与社区

持续更新的精选资源清单。发现好资源?欢迎提交 Issue 推荐。

官方文档(必读)

框架 官方文档 GitHub 仓库
LangGraph https://langchain-ai.github.io/langgraph/ langchain-ai/langgraph
CrewAI https://docs.crewai.com/ crewAIInc/crewAI
AutoGen https://microsoft.github.io/autogen/ microsoft/autogen
Dify https://docs.dify.ai/ langgenius/dify
LlamaIndex https://docs.llamaindex.ai/ run-llama/llama_index
OpenAI Agents SDK https://openai.github.io/openai-agents-python/ openai/openai-agents-python
Claude Agent SDK https://docs.anthropic.com/ anthropics/anthropic-sdk-python
MCP https://modelcontextprotocol.io/ modelcontextprotocol
Ollama https://ollama.com/docs ollama/ollama

精选资源清单(Awesome Lists)

清单 Stars 说明
e2b-dev/awesome-ai-agents 29.6K+ AI Agent 资源大全(开源 + 商业,200+ 项目)
EmbraceAGI/awesome-chatgpt-zh 11.7K+ ChatGPT 中文指南、调教指令、应用开发精选资源
kyrolabs/awesome-agents 2.8K+ 开源 LLM Agent 框架精选清单
eugeneyan/open-llms 15K+ 开源 LLM 模型汇总
dair-ai/Prompt-Engineering-Guide 55K+ 提示工程指南(中文版见其仓库)

论文必读(理解 Agent 底层原理)

论文 一句话理解
ReAct: Synergizing Reasoning and Acting in Language Models Agent 最核心的「推理 + 行动」模式,本手册第 2 章手写实现
Chain-of-Thought Prompting 让模型逐步思考,大幅提升推理能力
Tree of Thoughts 多分支探索式推理,解决复杂问题
Reflexion 自我反思循环,Agent 从错误中学习
Toolformer 让模型学会调用工具(MCP 的理论根基)

视频教程

  • B站:搜索 "AI Agent 教程"、"LangGraph 入门"、"Dify 教程"(中文内容最丰富)
  • YouTube:LangChain 官方频道、AI Engineer(Ravina 主持)
  • Coursera:DeepLearning.AI 的 LLM 应用课程

社区

  • Discord:LangChain、CrewAI 官方社区(英文,回复最快)
  • GitHub Discussions:各框架官方仓库的 Discussions
  • Reddit:r/MachineLearning、r/localLLaMA、r/AI_Agents
  • V2EX:AI 板块(中文技术社区)
  • 知乎:AI Agent / LLM 应用话题

博客与 Newsletter

开源项目参考

项目 描述 Stars
langgenius/dify AI 应用开发平台 130K+
ollama/ollama 本地大模型运行器 100K+
openai/openai-agents-python OpenAI Agents SDK 26.9K+
microsoft/autogen 对话式多 Agent 框架 54K+
crewAIInc/crewAI 多智能体框架 44K+
run-llama/llama_index RAG 框架 40K+
langchain-ai/langgraph 图编排框架 33.9K+
geekan/MetaGPT 模拟软件公司多 Agent 50K+
openai/swarm 轻量级多 Agent 实验 20K+

中文社区与公众号

  • 掘金:AI Agent 技术文章
  • 公众号:逛逛GitHub、机器之心、量子位(AI 前沿资讯)
  • 即刻:AI 开发者的圈子

本清单会随项目持续更新,欢迎贡献。