learn-agent-road

learn-agent-road

📚 免费在线阅读 / 教程

  1. AI Agent 开发项目实战 – 李文周的个人站点
    🔗 https://liwenzhou.com/courses/ai-agent/
  2. AI 智能体实战速成指南:从零到企业级落地 (ai-agents-from-zero)
    🔗 https://didilili.github.io/ai-agents-from-zero/#/
  3. 深入理解 AI Agent - AI Agents in Depth
    🔗 https://bojieli.github.io/ai-agent-book/
  4. Hello-Agents (Datawhale)
    🔗 https://hello-agents.datawhale.cc/#/
  5. AI Agent 架构:从单体到企业级多智能体 – Wayland Zhang
    🔗 https://waylandz.com/ai-agent-book/
  6. AI Agent Guide - 通识教程
    🔗 https://ai-agent-guide.xiaofuge.cn/
  7. AI 工程从零开始 (AI Engineering from Scratch)
    🔗 https://liangdabiao.github.io/ai-engineering-from-scratch/site/index.html#contents
  8. Agent 工程哲学
    🔗 https://onenightcarnival.github.io/agent-engineering-philosophy/
  9. Pi Agent Book
    🔗 https://dg-ai-notes.pages.dev/
  10. pi agent blog (What I learned building an opinionated and minimal coding agent)
    🔗 https://mariozechner.at/posts/2025-11-30-pi-coding-agent/
  11. Learn Claude Code (nagdy.me)
    🔗 https://claude.nagdy.me/learn/
  12. Learn Claude Code (shareai.run 中文版)
    🔗 https://learn.shareai.run/zh/
  13. 笨办法学 Agent・Learn Agent the Hard Way
    🔗 https://leihb.github.io/learn-agent-the-hard-way/
  14. 通往 AGI 之路 - 飞书云文档
    🔗 https://waytoagi.feishu.cn/wiki/QPe5w5g7UisbEkkow8XcDmOpn8e
  15. 小山学堂.学 AI 产品,从入门到精通
    🔗 https://xueai.app/slides/home.html

💰 收费课程

  1. Agent 设计模式之美 (极客时间)
    🔗 https://time.geekbang.org/column/101162601

💻 相关 GitHub 开源项目 / 源码

  1. Learn Agent the Hard Way (配套源码)
    🔗 https://github.com/Leihb/learn-agent-the-hard-way

更多文章

openspec & AI开发工作流

openspec & AI开发工作流

OpenSpec 的核心理念是:在编写任何代码之前,你和你的 AI 必须就要构建什么达成一致。不过,这种共识只有在你真正阅读了 AI 所编写的内容之后才具有意义。 概要讲解 先快速过一下openspec 工作流,也便于快速上手,如下图。 阶段 核心作用 explore 调研问题、理解代码、分析方案 propose 定义这次改什么,生成方案、规格和任务 apply 按任务实施代码 sync 把本次增量规格合并到正式规格 archive 把完成的 change 移入归档目录 详细的command 可以查阅官方github描述: OpenSpec/docs/commands.md at main · Fission-AI/OpenSpecSpec-driven development (SDD) for AI coding assistants. -

作者 Kingston
面向 Go 服务的自动化测试体系

面向 Go 服务的自动化测试体系

可以按三层理解: 1. 业务代码层(黄色框) 业务 Go 项目按典型链路组织: HTTP / MQ / Command 入口 → Controller / Service / Data → Helpers → DB、KV、ES、API、RMQ 等外部依赖。 其中 sell-goweb 提供脚手架和 Helpers,帮助统一接入方式。 2. 录制与规则层(中上部) Recorder 在业务入口或依赖调用附近记录请求、响应和依赖交互;recorder-service 负责把这些原始 Batch 数据存储、查询。 TRS 测试规则管理 则管理“如何测试”:规则定义、版本、查询等。图中的 sell-goweb-trs 是规划中的规则管理 Skill,研发可借助 AI

作者 Kingston
赣ICP备2026020369号-1 公安备案 赣公网安备36102702000155号