feat:提供记忆整合功能

This commit is contained in:
SengokuCola
2025-09-28 13:48:31 +08:00
parent 6b25c0295d
commit 14a8890791
7 changed files with 498 additions and 53 deletions

View File

@@ -1,5 +1,5 @@
[inner]
version = "6.15.1"
version = "6.16.0"
#----以下是给开发人员阅读的,如果你只是部署了麦麦,不需要阅读----
#如果你想要修改配置文件请递增version的值
@@ -80,6 +80,10 @@ mentioned_bot_reply = true # 是否启用提及必回复
max_context_size = 30 # 上下文长度
planner_smooth = 5 #规划器平滑增大数值会减小planner负荷略微降低反应速度推荐2-80为关闭必须大于等于0
[memory]
max_memory_number = 100 # 记忆最大数量
max_memory_size = 2048 # 记忆最大大小
[relationship]
enable_relationship = true # 是否启用关系系统