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

# 产品概览

> 使用 Zerone App 完成日常任务，或通过 Agent Hub、Runtime、SDK 构建和管理 Agent。

从桌面上的一次对话，到团队的 Agent 管理和应用集成，选择最贴近当前任务的入口。

## 从你的任务开始

<CardGroup cols={3}>
  <Card title="使用桌面助手" href="/zh/guides/desktop">从文件整理和第一次对话开始，不需要编写代码。</Card>
  <Card title="搭建团队平台" href="/zh/guides/team-platform">配置 Agent、分配能力，准备团队的部署环境。</Card>
  <Card title="集成到应用" href="/zh/guides/integration">选择 HTTP 服务或 Node.js SDK，接入自己的产品。</Card>
</CardGroup>

## 可以用来做什么

<CardGroup cols={2}>
  <Card title="文档处理" href="/zh/guides/documents">整理资料、提取要点，生成可复核的文档草稿。</Card>
  <Card title="数据分析" href="/zh/guides/data-analysis">核对表格、汇总指标，解释数据中的变化。</Card>
  <Card title="内容创作" href="/zh/guides/content-creation">从素材和提纲出发，完成起草、改写和整理。</Card>
  <Card title="远程办公" href="/zh/guides/remote-work">通过消息渠道，把任务发给电脑上的 Agent。</Card>
  <Card title="定时自动化" href="/zh/guides/automation">将验证过的重复任务设置为定时执行。</Card>
</CardGroup>

任务能否完成取决于所选模型、工具、Skills 和授权范围。先用一份样本验证，再扩大处理范围。

## 四个产品，各有分工

<div className="zerone-product-grid">
  <Card title="Zerone App" icon="https://mintcdn.com/zerone/Sg-N27cdMGbTyTuO/images/icons/desktop.svg?fit=max&auto=format&n=Sg-N27cdMGbTyTuO&q=85&s=ee74896c6c21629b2794f300bc60d9e1" href="/zh/app/introduction" width="24" height="24" data-path="images/icons/desktop.svg">
    在桌面上与 Agent 协作，处理文档、文件和日常任务。
  </Card>

  <Card title="Agent Hub" icon="https://mintcdn.com/zerone/Sg-N27cdMGbTyTuO/images/icons/sliders-horizontal.svg?fit=max&auto=format&n=Sg-N27cdMGbTyTuO&q=85&s=e9fc650547227de75c172aca4e62882f" href="/zh/hub/introduction" width="24" height="24" data-path="images/icons/sliders-horizontal.svg">
    在统一控制台配置、部署、治理和管理 Agent。
  </Card>

  <Card title="Agent Runtime" icon="https://mintcdn.com/zerone/Sg-N27cdMGbTyTuO/images/icons/hard-drives.svg?fit=max&auto=format&n=Sg-N27cdMGbTyTuO&q=85&s=9669f758fc0f010d84148180acfde28a" href="/zh/runtime/introduction" width="24" height="24" data-path="images/icons/hard-drives.svg">
    把 Agent 定义发布为 HTTP、SSE 和 JSON 接口。
  </Card>

  <Card title="Agent SDK" icon="https://mintcdn.com/zerone/Sg-N27cdMGbTyTuO/images/icons/code.svg?fit=max&auto=format&n=Sg-N27cdMGbTyTuO&q=85&s=d07c465f187527c520b38a8c3b3d3486" href="/zh/sdk/introduction" width="24" height="24" data-path="images/icons/code.svg">
    在 Node.js 应用进程内构建并嵌入完整 Agent loop。
  </Card>
</div>

不确定从哪里开始？查看[如何选择](/zh/guides/choosing)，或了解[产品如何配合](/zh/guides/overview)。

## 了解执行链路

```mermaid theme={null}
flowchart LR
  Hub[Agent Hub\n控制平面] -->|部署定义| Runtime[Agent Runtime\n服务执行层]
  SDK[Agent SDK\n进程内构建层] --> Runtime
  Runtime -->|HTTP / SSE / JSON| App[你的应用与客户端]
```

* **Zerone App** 面向日常使用，提供桌面对话、文件工作区、技能和消息渠道。
* **Agent Hub** 管理 Agent、Tool、Skill、Provider 与部署配置。
* **Agent Runtime** 加载 YAML 或 TypeScript 定义，对外提供统一运行接口。
* **Agent SDK** 提供 Agent、Query、Tool、Provider、Session 等进程内能力，也是 Runtime 的执行基础。

## 选择你的起点

<CardGroup cols={1}>
  <Card title="直接使用桌面助手" href="/zh/app/quickstart">安装 Zerone App</Card>
  <Card title="管理并部署 Agent" href="/zh/hub/quickstart">启动 Agent Hub</Card>
  <Card title="通过 HTTP/SSE 运行" href="/zh/runtime/quickstart">启动 Runtime</Card>
  <Card title="嵌入 Node.js 应用" href="/zh/sdk/quickstart">安装 SDK</Card>
</CardGroup>

开发者项目可在 [Zerone GitHub 组织](https://github.com/zerone-agents)查看。
