> ## Documentation Index
> Fetch the complete documentation index at: https://labs.prompthon.io/llms.txt
> Use this file to discover all available pages before exploring further.

# Agent Systems Handbook by Prompthon

> 一份面向学生、实践者和构建者的 AI agents 实用手册，探索 agent systems、agentic workflows、context engineering、MCP、A2A、evaluation、observability 和 multi-agent architecture。

<div className="not-prose my-4 rounded-md border border-gray-200 bg-gray-50 p-2 text-sm dark:border-gray-800 dark:bg-gray-900/40">
  <div className="mb-2 px-1 text-xs font-semibold uppercase tracking-wide text-gray-500 dark:text-gray-400">需要帮助？</div>

  <div className="flex flex-wrap gap-2">
    <a className="inline-flex items-center gap-2 rounded-md border border-gray-200 bg-white px-3 py-1.5 font-medium text-gray-700 no-underline shadow-sm hover:border-gray-300 hover:bg-gray-50 dark:border-gray-800 dark:bg-gray-950/60 dark:text-gray-200 dark:hover:bg-gray-900" href="https://discord.gg/sDE2HhGTg4" target="_blank" rel="noreferrer">
      <Icon icon="discord" iconType="brands" size={14} />

      <span>在 Discord 提问</span>
    </a>

    <a className="inline-flex items-center gap-2 rounded-md border border-gray-200 bg-white px-3 py-1.5 font-medium text-gray-700 no-underline shadow-sm hover:border-gray-300 hover:bg-gray-50 dark:border-gray-800 dark:bg-gray-950/60 dark:text-gray-200 dark:hover:bg-gray-900" href="https://github.com/Prompthon-IO/agent-systems-handbook/issues/new/choose" target="_blank" rel="noreferrer">
      <Icon icon="github" iconType="brands" size={14} />

      <span>提交 GitHub Issue</span>
    </a>

    <a className="inline-flex items-center gap-2 rounded-md border border-gray-200 bg-white px-3 py-1.5 font-medium text-gray-700 no-underline shadow-sm hover:border-gray-300 hover:bg-gray-50 dark:border-gray-800 dark:bg-gray-950/60 dark:text-gray-200 dark:hover:bg-gray-900" href="https://github.com/Prompthon-IO/agent-systems-handbook/blob/main/zh-Hans/SUPPORT.md" target="_blank" rel="noreferrer">
      <Icon icon="life-ring" size={14} />

      <span>支持指南</span>
    </a>
  </div>
</div>

AI 智能体 demo 很容易看到。真正生产就绪的智能体系统更难理解。这本手册梳理真实 AI 智能体背后的工作流、工具、记忆系统、上下文工程、MCP/A2A 互操作、评估、可观测性和多智能体架构。

你可以用它理解、设计、构建和运营面向生产的 AI 智能体，从第一性原理到框架选择和实现模式。

<img className="not-prose my-8 w-full" src="https://mintcdn.com/agentizeai/XG69eHTnu_JYWY5H/assets/agentic-ai-blueprint.png?fit=max&auto=format&n=XG69eHTnu_JYWY5H&q=85&s=4f4b100ca5c285dd75f585cdc2ea2740" alt="蓝图风格的 agentic AI 系统地图，展示核心智能体循环概念" width="1600" height="1067" data-path="assets/agentic-ai-blueprint.png" />

<div className="not-prose mt-5 mb-8 flex flex-wrap gap-3">
  <a className="inline-flex items-center gap-2 rounded-md bg-primary px-4 py-2 text-sm font-medium text-white no-underline" href="https://github.com/Prompthon-IO/agent-systems-handbook" target="_blank" rel="noreferrer">
    <Icon icon="star" size={16} color="#ffffff" />

    <span>Star</span>
  </a>

  <a className="inline-flex items-center gap-2 rounded-md border border-gray-200 px-4 py-2 text-sm font-medium no-underline dark:border-gray-800" href="https://github.com/Prompthon-IO/agent-systems-handbook/subscription" target="_blank" rel="noreferrer">
    <Icon icon="bell" size={16} />

    <span>关注更新</span>
  </a>

  <a className="inline-flex items-center gap-2 rounded-md border border-gray-200 px-4 py-2 text-sm font-medium no-underline dark:border-gray-800" href="https://github.com/Prompthon-IO/agent-systems-handbook/blob/main/zh-Hans/CONTRIBUTING.md" target="_blank" rel="noreferrer">
    <Icon icon="code-pull-request" size={16} />

    <span>贡献</span>
  </a>

  <a className="inline-flex items-center gap-2 rounded-md border border-gray-200 px-4 py-2 text-sm font-medium no-underline dark:border-gray-800" href="https://discord.gg/sDE2HhGTg4" target="_blank" rel="noreferrer">
    <Icon icon="discord" iconType="brands" size={16} />

    <span>Discord</span>
  </a>
</div>

<CardGroup cols={2}>
  <Card title="探索者" icon="compass" href="/zh-Hans/reading-paths/explorer">
    在不必先成为工程师的前提下，建立对 AI、智能体系统、趋势和基础理念的广泛视野。
  </Card>

  <Card title="实践者" icon="wand-magic-sparkles" href="/zh-Hans/reading-paths/practitioner">
    学习如何将 AI 工具、智能体和工作流应用于学习、工作以及 one-person-company 式执行。
  </Card>

  <Card title="构建者" icon="code" href="/zh-Hans/reading-paths/builder">
    沿着技术路径了解概念、模式、系统、架构选择和入门项目。
  </Card>

  <Card title="贡献者" icon="code-pull-request" href="/zh-Hans/reading-paths/contributor">
    添加、修订、整理或维护手册页面、雷达笔记、源项目和参考笔记。
  </Card>
</CardGroup>

## 本站发布什么内容

本站发布经过整理的手册页面和入门项目指南页面。源代码、笔记本以及嵌入式前端/构建产物仍保留在仓库中，学生可以直接查看或克隆它们。

<Note>
  这让学生的阅读体验保持聚焦，同时为 GitHub、本地工作和未来的精选演示保留完整的项目档案。
</Note>
