mirror of
https://gitcode.com/JianFeeeee/HomeAgent.git
synced 2026-09-22 09:58:06 +00:00
镜像追平 SDK main(`ebd700e`): - browser 示例:browser_search 三处根因修复(www.bing.com 302 → cn.bing.com; 标题取 h2 > a 而非块内第一个 <a>;摘要兼容 p.b_lineclamp*)并解开 /ck/a 跳转包装, 解析不出结果时显式报错;附真实响应夹具与 5 项单测;版本 2.4.0 → 2.4.1。 注:SDK 仓新增的 example/deepsearch(联网检索 + SearXNG 生命周期托管)与 example/vikunja(任务管理)按本仓策略(.gitignore 忽略 example/ 下未跟踪文件)不入镜像。
21 lines
461 B
JSON
21 lines
461 B
JSON
{
|
||
"name": "browser",
|
||
"name_zh": "浏览器",
|
||
"name_en": "Browser",
|
||
"version": "2.4.1",
|
||
"description": "统一浏览器插件:搜索、HTTP抓取(quick)、无头渲染(normal)、交互式浏览器(interactive/CDP)",
|
||
"author": "HomeAgent",
|
||
"entry": "plugin.so",
|
||
"tags": [
|
||
"web",
|
||
"search",
|
||
"fetch",
|
||
"browser",
|
||
"cdp"
|
||
],
|
||
"targets": "linux/amd64",
|
||
"outdir": "dist",
|
||
"bundle": true,
|
||
"replaces": {},
|
||
"source_dirs": []
|
||
} |