We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 48e4e2b commit caa4064Copy full SHA for caa4064
plugins.json
@@ -1,4 +1,20 @@
1
{
2
+ "astrbot-plugin-local-reminiscence": {
3
+ "display_name": "本地回忆[APLR]",
4
+ "desc": "轻量级本地记忆插件,使用本地Embedding模型、本地数据库存储和回忆聊天记录。无需额外API,零Embedding成本,节约Token,完全保护隐私。使用Cron Job自动记录对话,通过关键词和语义匹配帮助AI自动回忆起相关经历和概念。初次安装时请科学上网以便快速下载依赖。",
5
+ "author": "olozhika",
6
+ "repo": "https://github.com/olozhika/astrbot_plugin_local_reminiscence",
7
+ "tags": [
8
+ "记忆",
9
+ "回忆",
10
+ "每日总结",
11
+ "语义识别",
12
+ "关键词",
13
+ "上下文注入",
14
+ "长期记忆"
15
+ ],
16
+ "social_link": "https://github.com/olozhika/"
17
+ },
18
"astrbot-plugin-oyasumi": {
19
"display_name": "睡了喵~",
20
"desc": "基于正则触发的早安晚安长期记录插件,可自定义触发词,支持统计、修正与 llm 个性化分析,配套 webui。",
0 commit comments