mirror of
https://gitcode.com/JianFeeeee/homeagent-sdk.git
synced 2026-09-22 09:58:04 +00:00
feat: add example plugins (ai_image, calendar, music, rss, weather), fix .gitignore, move gengskill to tools/
This commit is contained in:
11
example/ai_image/plg.json
Normal file
11
example/ai_image/plg.json
Normal file
@ -0,0 +1,11 @@
|
||||
{
|
||||
"name": "ai_image",
|
||||
"name_zh": "AI绘图",
|
||||
"name_en": "AI Image",
|
||||
"version": "1.0.0",
|
||||
"description": "AI 图像生成插件,支持 OpenAI DALL·E / Stable Diffusion",
|
||||
"author": "HomeAgent",
|
||||
"entry": "plugin.so",
|
||||
"tags": ["ai", "image", "draw", "generate"],
|
||||
"targets": "linux/amd64"
|
||||
}
|
||||
Reference in New Issue
Block a user