> For the complete documentation index, see [llms.txt](https://docs.cherryai.com.cn/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.cherryai.com.cn/docs/zhong-wen-fan-ti/advanced-basic/agent-workspace/create-agent.md).

# 建立 Agent 同模型分工

建立入口：左邊導航【工作】→【添加智能體】。

新建嚮導分為【基本資訊】、【設定人格】、【技能】同【知識庫】四步。名稱同主模型係建立所需嘅基本項，其他內容可以之後補充。

<figure><img src="/files/9e3fc4f946c11a227d4bdb4498ad700706462edb" alt="创建 Agent 的四步向导、主模型和用途说明"><figcaption><p>建立嚮導先完成名稱同主模型，技能同知識庫可按用途添加。</p></figcaption></figure>

## 四步點樣填

{% stepper %}
{% step %}

### 1. 基本資訊

名稱寫成崗位或者任務類型，例如「合同檢查」「內容策劃」。描述只用嚟幫手識別用途。主模型負責主要推理同執行；唔肯定時用已經驗證可用嘅預設模型。
{% endstep %}

{% step %}

### 2. 設定人格

寫清角色、目標、邊界同輸出方式。與其堆砌形容詞，不如畀出可執行規則：先列風險，再引用原文，最後畀出修改建議；遇到資料不足時明確標記，唔好估。
{% endstep %}

{% step %}

### 3. 選擇技能

只選擇同呢個 Agent 長期工作方式有關嘅技能。技能可以喺【設定】→【技能】安裝，亦可以之後等 Agent 幫你搵同安裝。
{% endstep %}

{% step %}

### 4. 綁定知識庫

只綁定 Agent 確實需要檢索嘅知識庫。未綁定知識庫時，知識庫搜索同管理工具唔會出現喺呢個 Agent 嘅工具列表入面。
{% endstep %}
{% endstepper %}

<figure><img src="/files/82c6d4b86032b406ede27909e918b58d02879b8d" alt="Agent 编辑窗口中的主模型、Plan 模型和 Small 模型设置"><figcaption><p>先揀好主模型；只有任務確實需要規劃分工或者輕量處理時，再配置 Plan 模型同 Small 模型。</p></figcaption></figure>

## 建立後繼續配置

喺 Agent 列表打開選單並選擇編輯，可以調整以下內容：

* 【基本】：主模型、Plan 模型、Small 模型、權限模式同心跳檢測；
* 【提示詞】：角色說明、處理規則同行為邊界；
* 【內置工具】：文件、搜索、圖片、通知、定時任務、記憶、子智能體同工作流等；
* 【知識庫】：限制 Agent 可以存取嘅知識庫；
* 【MCP】：綁定已經連接嘅 MCP 伺服器；
* 【技能】：選擇已安裝技能；
* 【高級】：為確實需要嘅工具設定環境變數。

{% hint style="info" %}
而家編輯視窗會自動儲存修改。關閉視窗前如果仲有待儲存內容，應用會先完成儲存；儲存失敗時視窗會保持打開並顯示錯誤。
{% endhint %}

## 推薦起點

| 配置項      | 產品預設值       | 建議起點               | 作用             | 適用場景       | 注意事項               |
| -------- | ----------- | ------------------ | -------------- | ---------- | ------------------ |
| 主模型      | 使用建立時選擇嘅模型  | 選擇一個已驗證可以穩定調用工具嘅模型 | 主要推理同執行        | 所有 Agent   | 唔寫死某個模型名稱，按服務可用性選擇 |
| Plan 模型  | 同主模型一樣      | 先保持同主模型一致          | 任務拆解同決策        | 複雜多步驟工作    | 模型越多，排錯變數越多        |
| Small 模型 | 同主模型一樣      | 先保持同主模型一致          | 簡單判斷同格式化       | 高頻輕量步驟     | 確認服務商支援對應調用方式      |
| 權限模式     | 【逐次確認】      | 涉及真實文件時保持【逐次確認】    | 決定工具係唔係需要批准    | 文件、終端同網絡任務 | 【完全存取】可能刪除文件或者存取網絡 |
| 心跳檢測     | 開啟，間隔 30 分鐘 | 冇持續任務時可以關閉         | 令 Agent 定期檢查工作 | 監控、持續協作    | 唔係日報調度；固定時間用定時任務   |

## 用戶案例：合同檢查 Agent

建立「合同檢查」Agent，主模型揀已經驗證嘅模型，喺提示詞入面要求按「風險條款、原文位置、影響、建議」輸出，綁定公司制度知識庫，權限保持【逐次確認】。每份合同新建一個任務並選擇對應文件目錄，避免唔同客戶資料混埋同一個上下文入面。

<details>

<summary>點解建立嗰陣冇見到 MCP 同權限嘅完整設定？</summary>

建立嚮導只保留常用步驟。建立完成後打開 Agent 編輯視窗，就可以喺【基本】【內置工具】【知識庫】【MCP】【技能】同【高級】入面繼續配置。

</details>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.cherryai.com.cn/docs/zhong-wen-fan-ti/advanced-basic/agent-workspace/create-agent.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
