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

# 概述

> 在 Fetch Hive 中创建、测试和运行聊天 Agents

Fetch Hive 的 Agents 将模型设置、指令、MCP 工具、workflow tools 和 sub-agents 组合成一个助手,可在应用中测试并从代码调用。

Agents 不同于 [Hive Agents](../hive-agents/overview)。聊天 Agent 直接处理请求或对话。Hive Agent 是 dashboard-only 的持久任务循环,包含 **PLAN**、**EXECUTE**、**VERIFY** 和 **REPEAT** 阶段。

## 本节内容

* [Creating and Configuring](./creating-and-configuring) - 创建 agent 并管理设置和工具
* [Testing with Chat](./testing-with-chat) - 在从代码运行前先在编辑器中测试消息
* [Workflow Tools](./workflow-tools) - 让 agent 将已部署 workflow 作为工具运行
* [Sub Agents](./sub-agents) - 让同一 workspace 中的 agent 调用另一个 agent
* [Run with API](./run-with-api) - 通过 HTTP 调用 agent
* [Run with Python SDK](./run-with-python-sdk) - 从 Python 调用 agent
* [Run with Node.js SDK](./run-with-nodejs-sdk) - 从 Node.js 调用 agent
* [Run with Ruby SDK](./run-with-ruby-sdk) - 从 Ruby 调用 agent
* [Run with PHP SDK](./run-with-php-sdk) - 从 PHP 调用 agent
* [Logs](./logs) - 检查 agent 运行
* [MCP Tools](./mcp-tools/overview) - 了解每个内置 MCP 工具
