mirror of
https://gitcode.com/JianFeeeee/homeagent-sdk.git
synced 2026-09-20 08:58:03 +00:00
SDK SettingsAPI 新增 DataDir() 插件专属数据目录; plugindev 工具链 dispatchSettings 模板补 DataDir 实现(callString 51)。 ai_image example 改用 DataDir + 本地交付。详见 TrueAgent 仓库。
20 lines
402 B
JSON
20 lines
402 B
JSON
{
|
|
"name": "ai_image",
|
|
"name_zh": "AI绘图",
|
|
"name_en": "AI Image",
|
|
"version": "1.3.0",
|
|
"description": "AI 图像生成插件,支持 OpenAI DALL·E / Stable Diffusion",
|
|
"author": "HomeAgent",
|
|
"entry": "plugin.so",
|
|
"tags": [
|
|
"ai",
|
|
"image",
|
|
"draw",
|
|
"generate"
|
|
],
|
|
"targets": "linux/amd64",
|
|
"outdir": "dist",
|
|
"bundle": true,
|
|
"replaces": {},
|
|
"source_dirs": []
|
|
} |