2026-08-05 12:46:38 +08:00
|
|
|
|
# web/:web 能力家族
|
2026-07-26 05:03:53 +08:00
|
|
|
|
|
|
|
|
|
|
[English](README.md) | 中文
|
|
|
|
|
|
|
2026-08-05 12:46:38 +08:00
|
|
|
|
本家族提供与提供方无关的 web 搜索和抓取操作,以及消费这些操作的面向模型工具。
|
2026-07-26 05:03:53 +08:00
|
|
|
|
|
|
|
|
|
|
| 包 | 职责 | ctx key |
|
|
|
|
|
|
|---|---|---|
|
2026-08-05 12:46:38 +08:00
|
|
|
|
| [`web/`](web/README.md) | 定义 web 提供方注册、选择和共享错误 | `ctx.web` |
|
|
|
|
|
|
| [`web-search-exa/`](web-search-exa/README.md) | 通过 Exa 提供 web 搜索 | 注册到 `ctx.web` |
|
|
|
|
|
|
| [`web-search-perplexity/`](web-search-perplexity/README.md) | 通过 Perplexity 提供 web 搜索 | 注册到 `ctx.web` |
|
|
|
|
|
|
| [`web-search-deepseek/`](web-search-deepseek/README.md) | 提供 DeepSeek 原生 web 搜索 | 注册到 `ctx.web` |
|
2026-08-13 00:36:22 +08:00
|
|
|
|
| [`web-fetch-http/`](web-fetch-http/README.md) | 抓取公共 HTTP 和 HTTPS 资源 | 注册到 `ctx.web` |
|
2026-08-05 12:46:38 +08:00
|
|
|
|
| [`tool-web/`](tool-web/README.md) | 向模型公开 web 搜索和抓取 | 注册到 `ctx.tools` |
|
2026-07-26 05:03:53 +08:00
|
|
|
|
|
2026-08-05 12:46:38 +08:00
|
|
|
|
[web 能力决策](../../.agents/notes/implemented/architecture/2026-06-24-web-capability-seam.md)记录了搜索和抓取共用一项提供方选择服务的原因。
|
2026-08-02 05:54:15 +08:00
|
|
|
|
|
|
|
|
|
|
子系统参考——搜索/抓取请求与结果、可用性、`WebError`——见 [docs/subsystems/web.md](../../docs/subsystems/web.md);依据(含延后的 SSRF 防护)见 [web 能力 seam Agent Note](../../.agents/notes/implemented/architecture/2026-06-24-web-capability-seam.md)。
|