-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmetadata.yaml
More file actions
42 lines (32 loc) · 1.58 KB
/
Copy pathmetadata.yaml
File metadata and controls
42 lines (32 loc) · 1.58 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
# 插件的唯一标识名 (不要改)
name: astrbot_plugin_stardust_diary
# 插件展示名
display_name: 星尘手账 (Stardust Diary)
# 插件的一句话简介
desc: 群聊与私聊均可使用:攒满100条消息后AI自动整理,提炼人物画像键值与要点存入长期记忆,平时不动,检索到相关时才注入上下文。按会话隔离。
# 插件的详细帮助信息
help: |
插件自动监听群消息:
1. 消息先进入短期缓冲
2. 每群攒满 100 条后,AI 自动整理:提炼人物画像(键值对)与重要要点,存入长期记忆,然后清空缓冲
3. 长期记忆平时不动,群聊内容检索到相关记忆时才注入上下文(按群隔离)
指令:
/mem list [n] - 查看本群最近 n 条长期记忆(默认10)
/mem recent [n] - 查看缓冲中的最近 n 条消息(默认10)
/mem forget <id> - 删除指定长期记忆(管理员可删任意,其他人只能删自己的)
/mem stat - 查看记忆统计
/mem help - 显示帮助
# (可选) 插件 Logo 文件名(对应插件目录下的 logo.png)
# 使用 GitHub 绝对链接,避免 Cloud 构建时资源不同步
logo: "https://raw.githubusercontent.com/Fangnai-byte/astrbot_plugin_stardust_diary/main/logo.png"
# (可选) 你的 GitHub 仓库地址
repo: "https://github.com/Fangnai-byte/astrbot_plugin_stardust_diary"
# 插件版本号
version: 1.5.0
# 作者名
author: 綾地 寧々&Fangnai-byte
# 声明支持的平台
support_platforms:
- aiocqhttp
# 声明支持的 AstrBot 版本范围
astrbot_version: ">=3.8.0"