Skip to content

Latest commit

 

History

History
9 lines (5 loc) · 713 Bytes

File metadata and controls

9 lines (5 loc) · 713 Bytes

WebSearcher Agent 示例

简介

WebSearcher Agent 是一个专门用于执行网络搜索的智能代理组件,能够根据用户查询自动调用搜索引擎,抓取并解析网页内容,提取关键信息。该 Agent 支持多轮搜索与结果相关性排序,并能结合自然语言处理技术对原始网页进行摘要和结构化处理,为问答系统、数据分析、知识库构建等上层应用提供准确、实时的网络数据支持。

使用指南

AgentSDK 提供了对接 WebSearcher Agent 的示例,具体使用指南可见 WebSearcher Agent 参考文档