← 返回 Vienne.AI 学习笔记 主页

从 LLM 到 AI Agent · 课程中心

九章完整路径 — 每章配套 16:9 幻灯片 + 竖版 scroll 文档,内容一致。

Learning path
  1. LLM → predict next token
  2. RAG → look up first, then think
  3. Agent Core → ReAct, tools, intent, context
  4. Retrieval Engineering → BM25, hybrid, rerank, eval
  5. LangChain & LangGraph → compare first, then build + memory
  6. MCP & A2A → tool protocol + agent protocol
  7. OpenClaw & Hermes → self-hosted agent stack
  8. Multi-agent & KG
  9. Multimodal (CV / ASR / TTS)
Chapter 1

LLM Fundamentals

Transformer, inference, sampling, Pretrain / SFT / RLHF, model selection.

Chapter 2

RAG: External Knowledge

Problem-first: hallucination, stale data, private docs. Look up first, then think.

Chapter 3

Agent Core

Why LLM ≠ Agent. ReAct loop, tool calling, intent routing, multi-turn context.

Chapter 4

Retrieval Engineering

BM25, dense, hybrid, rerank, model selection, RAG eval metrics.

Chapter 5

LangChain & LangGraph

Framework comparison first, then LangChain RAG chain, LangGraph ReAct, SqliteSaver + Store.

Chapter 6

MCP & A2A

Model Context Protocol (tools), build MCP server, Agent-to-Agent handoffs.

Chapter 7

OpenClaw & Hermes

Nous Hermes tool-calling models, OpenClaw agent OS, Skills, ClawHub, self-host lab.

Chapter 8

Multi-agent & Knowledge Graph

Supervisor, handoff, critic patterns. GraphRAG vs vector RAG.

Chapter 9

Multimodal: CV, ASR, TTS

ViT, SAM, Stable Diffusion. Whisper ASR. Neural TTS.

Eval

Evaluation Guide

Cross-chapter metrics, golden-set workflow, per-chapter eval sections, debug decision tree.

iPad: Run serve-present.bat on PC, open http://PC_IP:8080/present-hub.html in Safari.