File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2525
2626[ AI 应用开发面试指南] ( https://javaguide.cn/ai/ ) (⭐新增,正在持续更新):专门后端开发准备的 AI 应用开发核心知识,涵盖大模型基础、Agent、RAG、MCP 协议等高频面试考点。
2727
28+ ### AI Agent
29+
30+ - [ 一文搞懂 AI Agent 核心概念] ( ./docs/ai/agent/agent-basis.md )
31+ - [ 大模型提示词工程实践指南] ( ./docs/ai/agent/prompt-engineering.md )
32+ - [ 上下文工程实战指南] ( ./docs/ai/agent/context-engineering.md )
33+ - [ 万字详解 Agent Skills] ( ./docs/ai/agent/skills.md )
34+ - [ 万字拆解 MCP 协议] ( ./docs/ai/agent/mcp.md )
35+ - [ 一文搞懂 Harness Engineering] ( ./docs/ai/agent/harness-engineering.md )
36+ - [ AI 工作流中的 Workflow、Graph 与 Loop] ( ./docs/ai/agent/workflow-graph-loop.md )
37+
2838## 面试准备
2939
3040- [ ⭐Java 后端面试通关计划(涵盖后端通用体系)] ( ./docs/interview-preparation/backend-interview-plan.md ) (一定要看 :+1 : )
Original file line number Diff line number Diff line change @@ -25,6 +25,10 @@ export const ai = arraySidebar([
2525 text : "一文搞懂 Harness Engineering" ,
2626 link : "harness-engineering" ,
2727 } ,
28+ {
29+ text : "AI 工作流中的 Workflow、Graph 与 Loop" ,
30+ link : "workflow-graph-loop" ,
31+ } ,
2832 ] ,
2933 } ,
3034 {
You can’t perform that action at this time.
0 commit comments