mirror of
https://gitcode.com/JianFeeeee/homeagent-sdk.git
synced 2026-09-20 00:48:12 +00:00
- Plugin.Start(sdk *PluginSDK) 接口签名改为指针 - 方法表重写: 移除 CallLLM/QueryKnowledge/SetMemory 等不存在方法 - IOInjector 参数顺序修正为 (source, channel, text) - 删除虚构 SDKConfig, 替换为实际 New() 构造函数签名 - .hmap 内容描述一致化 (plugin.so + plugin.dll + main.lua) - 添加 meta/ 包元数据文件
12 lines
280 B
JSON
12 lines
280 B
JSON
{
|
||
"name": "web",
|
||
"name_zh": "网络搜索",
|
||
"name_en": "web",
|
||
"version": "1.0.0",
|
||
"description": "网络搜索与抓取工具(web_search/web_fetch)",
|
||
"author": "HomeAgent",
|
||
"entry": "plugin.so",
|
||
"tags": ["web", "search", "fetch"],
|
||
"targets": "linux/amd64"
|
||
}
|