mirror of
https://gitcode.com/JianFeeeee/homeagent-sdk.git
synced 2026-09-20 17:08:01 +00:00
16 lines
369 B
JSON
16 lines
369 B
JSON
{
|
|
"name": "sanitizer",
|
|
"name_zh": "输出清洗",
|
|
"name_en": "sanitizer",
|
|
"version": "0.1.0",
|
|
"description": "清洗 LLM 输出中的工具调用残留(思维泄漏)",
|
|
"author": "HomeAgent SDK",
|
|
"entry": "plugin.so",
|
|
"tags": ["sanitizer"],
|
|
"targets": "linux/amd64",
|
|
"outdir": "dist",
|
|
"bundle": true,
|
|
"replaces": {},
|
|
"source_dirs": []
|
|
}
|