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

# Overview

# 概述

智能体工具让你的 Fetch Hive 智能体可以直接从智能体编辑器使用内置能力——网页和知识库搜索、图像生成、Airtable 与 Linear 等已连接的集成,以及对话摘要。大多数工具使用 MCP;部分工具(例如原生提供商搜索和图像生成)则通过提供商原生的或 Fetch Hive 服务端的函数调用运行。

## 模型兼容性

智能体编辑器只显示能够与当前模型一起运行的工具。如果切换模型后已保存的工具变得不兼容,它仍会保留在画布上,并标记为 **Tool not supported**。

* GPT/OpenAI 模型支持 GPT Search、SERP API 和 Google Search。
* Grok/xAI 模型支持 xAI Web Search、X Search、SERP API 和 Google Search。
* Claude/Anthropic 模型支持 Anthropic Web Search、SERP API 和 Google Search。
* Gemini/Google 模型支持用于原生搜索的 Google Grounding。

本地或服务端函数工具不是远程 MCP 工具。Image Generation、Auto Summarize、文件读写、子智能体和工作流工具可以在所有受支持的提供商(包括 Gemini)上保持可用。

## 你将在这里找到什么

* [Auto Summarize](./auto-summarize) - 自动压缩较长的对话历史,使智能体的上下文窗口永不耗尽
* [SERP API](./serp-api) - 将 SERP 结果和面向 SEO 的搜索数据拉入智能体
* [Google Search](./google-search) - 让智能体在公开网络上搜索最新信息
* [Google Grounding](./google-grounding) - 使用 Gemini 原生的 Google Search grounding 为 Gemini 响应提供基础
* [Vector Search](./vector-search) - 从智能体中搜索你的知识库
* [GPT Search](./gpt-search) - 使用上下文和位置控件运行 GPT 驱动的网页搜索
* [xAI Web Search](./xai-search) - 让基于 Grok 的智能体使用 xAI 原生网页搜索来搜索公开网络
* [X Search](./x-search) - 使用 Grok 原生的 X 搜索来搜索 X/Twitter 的帖子和内容
* [Anthropic Web Search](./anthropic-web-search) - 让基于 Claude 的智能体使用 Anthropic 原生网页搜索来搜索公开网络
* [Image Generation](./image-generation) - 让智能体按需使用 OpenAI 的图像 API 生成图像
* [Airtable](./airtable) - 让智能体在已连接的 Airtable base 中创建、列出、更新和检索记录
* [Linear](./linear) - 让智能体在已连接的 Linear 工作区中创建 issue、搜索和更新工单,并列出团队

要将其中一个工具添加到智能体,请参阅[创建和配置](../creating-and-configuring)。
