# 附录

## 附录概览

附录部分汇总了全书涉及的核心概念、参考文献、学习资源，以及完整的 MiniHarness 实战项目。

## 附录内容

### [附录 A：术语表](/harness_engineering_guide/fu-lu/appendix/glossary.md)

按字母顺序收录全书涉及的技术术语，涵盖核心概念（Agent、Harness、执行驾驭层）、技术名词（MCP、工具调用、熔断器）、框架方案（Claude Code、OpenClaw、LangChain）以及安全与评估（护栏、路径校验、基准测试）。可作为学习过程中的快速参考手册。

### [附录 B：参考文献](/harness_engineering_guide/fu-lu/appendix/references.md)

全书引用的学术论文、技术规范和行业报告，按主题分类。涵盖智能体基准与评估（GAIA、SWE-bench 等）、提示词工程（CoT、ReAct）、安全性与对抗（间接提示注入、ToolEmu）等。

### [附录 C：推荐资源](/harness_engineering_guide/fu-lu/appendix/resources.md)

分类整理的开源工具、框架文档、在线课程和社区资源。包括 Claude Code、OpenClaw、Langfuse 等生产级工具，Anthropic Academy 等学习平台，以及按初学者/进阶/专家分级的推荐阅读路径。

### [附录 D：MiniHarness 实战项目](/harness_engineering_guide/fu-lu/appendix/miniharness_index.md)

本书配套实战系统 MiniHarness 的完整文档，包括项目概览与工作原理、快速开始指南、库使用教程、核心模块代码索引（各模块对应全书章节）、扩展与集成指南。源代码位于 `lab/` 目录。

## 如何使用本附录

1. **快速查询**：遇到陌生概念时，使用附录 A 术语表快速查找定义
2. **深度学习**：想了解某个主题的前沿研究时，参考附录 B 的论文列表
3. **实践参考**：需要工具或框架推荐时，查看附录 C 的资源汇总
4. **代码学习**：理解具体实现时，通过附录 D 定位 MiniHarness 相关代码

## 附录与各章的关系

* **对应第 1-7 章**：为基础概念和核心子系统提供术语支持和背景知识
* **支持第 8-11 章**：为系统集成和工程实践提供参考和工具资源
* **强化第 12-14 章**：为安全、评估和未来展望提供学术支撑和社区资源

本附录与主体内容紧密相连，鼓励读者在阅读过程中频繁查阅。


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://yeasy.gitbook.io/harness_engineering_guide/fu-lu/appendix.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
