mirror of
https://gitcode.com/JianFeeeee/homeagent-sdk.git
synced 2026-09-20 17:08:01 +00:00
16 lines
446 B
JSON
16 lines
446 B
JSON
{
|
|
"name": "memo",
|
|
"name_zh": "备忘录",
|
|
"name_en": "Memo/Notes",
|
|
"version": "1.0.0",
|
|
"description": "待办事项与备忘录管理插件。支持创建、完成、列表查看。通过阶段钩子在每次对话前注入待办提醒。",
|
|
"author": "HomeAgent",
|
|
"entry": "plugin.so",
|
|
"tags": ["memo", "todo", "notes"],
|
|
"targets": "linux/amd64",
|
|
"outdir": "dist",
|
|
"bundle": true,
|
|
"replaces": {},
|
|
"source_dirs": []
|
|
}
|