Files
Tianyi Cui a2d0f7f411 refactor: apply repository naming contract
Apply the accepted pre-release package, service, type, directory, and role renames as one repository-wide change.
2026-08-13 00:54:38 +08:00

1.3 KiB
Raw Permalink Blame History

web/web 能力家族

English | 中文

本家族提供与提供方无关的 web 搜索和抓取操作,以及消费这些操作的面向模型工具。

职责 ctx key
web/ 定义 web 提供方注册、选择和共享错误 ctx.web
web-search-exa/ 通过 Exa 提供 web 搜索 注册到 ctx.web
web-search-perplexity/ 通过 Perplexity 提供 web 搜索 注册到 ctx.web
web-search-deepseek/ 提供 DeepSeek 原生 web 搜索 注册到 ctx.web
web-fetch-http/ 抓取公共 HTTP 和 HTTPS 资源 注册到 ctx.web
tool-web/ 向模型公开 web 搜索和抓取 注册到 ctx.tools

web 能力决策记录了搜索和抓取共用一项提供方选择服务的原因。

子系统参考——搜索/抓取请求与结果、可用性、WebError——见 docs/subsystems/web.md;依据(含延后的 SSRF 防护)见 web 能力 seam Agent Note