Microsoft AI 系列课程笔记

面向目标:Agent 工具 / Skills 开发

学习顺序

  1. Generative AI for Beginners — Prompt / Function Calling / RAG
    https://github.com/microsoft/generative-ai-for-beginners
  2. AI Agents for Beginners — 主线:Tool Use / Planning / MCP 等
    https://github.com/microsoft/ai-agents-for-beginners
  3. (可选)MCP for Beginners — 专门做工具协议时再看

本地实操(本仓集中目录):labs/
GenAI 代码:labs/microsoft-generative-ai-for-beginners/

对比见 comparison.md

课程一览

课程 仓库 中文 难度 角色
Generative AI https://github.com/microsoft/generative-ai-for-beginners zh-CN ★★☆ 打基础
AI Agents https://github.com/microsoft/ai-agents-for-beginners zh-CN ★★★ 主线
MCP(可选) https://github.com/microsoft/mcp-for-beginners zh-CN ★★★ 工具协议加餐

进度

  • Generative AI — 可全看;赶进度则优先 Prompt / Function Calling / RAG
  • AI Agents — Tool / Planning / MCP / Context
  • 动手:写一个 Cursor Skill 或 Agent 工具练手