Files
homeagent-sdk/example/memo/plg.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": []
}