feat(deepagent): integrate You.com Search API as a DeepAgent tool - #224
feat(deepagent): integrate You.com Search API as a DeepAgent tool#224tra371 wants to merge 1 commit into
Conversation
Adds `youcom_search` tool that calls `POST https://ydc-index.io/v1/search` with `X-API-Key` header to enable real-time web search within the DeepAgent REPORT_QA pipeline. The tool is registered in both the SQLAlchemy and native driver tool lists. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
|
@apconw 您好!由于时间关系这次没有提前创建 issue,直接提交了 PR,还请见谅。 |
|
感谢贡献。我核对了当前 You.com Search OpenAPI v1.1.0:POST /v1/search、X-API-Key、请求体以及 results.web 的解析方式都是正确的。不过目前还有几个需要先处理的阻断项:
工具文件的语法检查已通过。处理完以上配置边界、并发隔离和测试后可以再 review。 |
|
@apconw 感谢您花时间查看代码并给出了详尽的评审意见。我会争取在本周内解决这些问题。🙏 |
PR描述(中文):
摘要
改动
测试计划
备注
Summary
Changes
Test plan
Notes