> ## 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/reading-paths/environment-setup): 用于尝试仓库自有 starter 代码的共享本地设置指南。
* [工作坊](/zh-Hans/workshops): 面向 OpenClaw、本地桌面智能体和 skills 的引导式设置路线。
* [示例项目](/zh-Hans/reading-paths/sample-projects): 当前仓库中各类示例 starter 的公开指南。
* [实践者技能](/zh-Hans/skills): 可安装的 Codex 技能包，用于本地优先、可重复的实践工作流。

## 建议顺序

1. [Deep Research Agents](/zh-Hans/case-studies/deep-research-agents)
2. [智能体 Vs 工作流](/zh-Hans/foundations/agents-vs-workflows)
3. [工作坊](/zh-Hans/workshops)
4. [Agent 平台与低代码构建器](/zh-Hans/ecosystem/agent-platforms-and-low-code-builders)
5. [智能体记忆与检索](/zh-Hans/patterns/agent-memory-and-retrieval)
6. [实践者技能](/zh-Hans/skills)
7. [Radar](/zh-Hans/radar)

## 这条路径优化的目标

* 在技术深度之前先建立实践导向
* 更快理解智能体在真实工作中的适用位置
* 更好地选择工具与工作流

## 进一步深入

如果你想从更偏生产的视角了解评估、互操作性、可靠性和运维，请继续阅读
[Context Engineering](/zh-Hans/systems/context-engineering)、
[Protocols And Interoperability](/zh-Hans/systems/protocols-and-interoperability)
以及 [Evaluation And Observability](/zh-Hans/systems/evaluation-and-observability)。
