> ## 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.

# 基础

<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>

这一分区在读者需要关注任何特定框架、厂商或实现栈之前，先解释智能体系统背后的核心概念。

## 这里包含什么

* 智能体系统是什么
* 何时不该使用智能体
* 智能体与确定性工作流的区别
* 工具使用与环境边界
* 记忆与上下文的概念层面
* 单智能体与多智能体基础

## 编辑意图

从通用问题、朴素语言和持久的心智模型开始。这是面向全球读者的第一站，他们希望先获得概念清晰度，再深入实现细节。

## 当前页面

* [智能体系统](/zh-Hans/foundations/the-agent-system)：将智能体系统定义为软件循环的实用说明，而不只是聊天界面。
* [智能体与工作流](/zh-Hans/foundations/agents-vs-workflows)：何时使用确定性编排、受限自主，或混合设计。
* [智能体思想的历史](/zh-Hans/foundations/history-of-agent-ideas)：从符号系统到现代智能体栈的一段简短、以问题为驱动的历史。
* [用于智能体系统的 LLM 基础](/zh-Hans/foundations/llm-foundations-for-agent-systems)：设计智能体系统所需的最低限度模型概念。
