SengokuCola
|
acd0952857
|
feat:做梦可以私发
|
2025-12-19 18:18:38 +08:00 |
|
UnCLAS-Prommer
|
d3b71a7181
|
Merge pull request #1386 from A-Dawn/feat-lpmm知识库加强
LPMM 知识库删除能力与自检脚本增强(附关键健壮性修复)
|
2025-12-18 22:56:12 +08:00 |
|
陈曦
|
164915ab65
|
Update bot_config_template.toml
|
2025-12-18 22:40:13 +08:00 |
|
陈曦
|
ae334c3572
|
feat:为模型迁移新增 embedding_helper 操作
在 lpmm_manager.py 中引入了一个新的 embedding_helper 操作,用于辅助嵌入(embedding)模型的迁移。该操作会显示当前使用的嵌入模型及其维度,提供迁移指导,并安全地归档 embedding_model_test.json 文件。同时还更新了交互式菜单,并在 bot_config_template.toml 中新增了一个占位用的 [dream] 配置节。
|
2025-12-18 22:37:02 +08:00 |
|
SengokuCola
|
f709f8738b
|
Update bot_config_template.toml
|
2025-12-18 21:56:20 +08:00 |
|
SengokuCola
|
bc2431ce98
|
黑话提取新模式
|
2025-12-18 21:01:32 +08:00 |
|
陈曦
|
f41c2113dc
|
feat:为 LPMM 流水线脚本添加非交互模式
为 info_extraction.py、import_openie.py、delete_lpmm_items.py 以及新增的 lpmm_manager.py 引入统一的 --non-interactive 参数,使其能够在 CI 和自动化场景下实现完全脚本化、无交互运行。新增了一个功能完整的命令行管理脚本(lpmm_manager.py)以及一份详细的用户指南(lpmm_pipelines_guide.md)。同时,更新了 test_lpmm_retrieval.py,以支持通过 CLI 自定义测试用例,并改进了整个流水线中的错误处理和用户提示。最后,从文档和代码中移除了 ppr_relation_cap 参数。
|
2025-12-18 20:40:05 +08:00 |
|
Dawn ARC
|
20c9cbad3e
|
Merge branch 'dev' into feat-lpmm知识库加强
|
2025-12-18 18:58:10 +08:00 |
|
SengokuCola
|
216c51d7a2
|
feat:可以关闭回复前黑话自动提取
|
2025-12-18 17:34:32 +08:00 |
|
SengokuCola
|
11dd9ece13
|
feat:表达方式可以多种随机
|
2025-12-18 17:07:54 +08:00 |
|
SengokuCola
|
f7a2f2329a
|
better:优化表达方式学习和分割
|
2025-12-18 16:39:16 +08:00 |
|
tcmofashi
|
c69ec06130
|
feat: 支持maim_message api-server模式
|
2025-12-14 12:36:25 +08:00 |
|
SengokuCola
|
b73a748f52
|
feat:优化think_mode,修复表情包选取bug
|
2025-12-13 00:12:13 +08:00 |
|
SengokuCola
|
110431e6d2
|
feat:添加思考深度配置
|
2025-12-12 23:50:55 +08:00 |
|
Dawn ARC
|
423c81224d
|
Merge branch 'Mai-with-u:main' into feat-lpmm知识库加强
|
2025-12-10 18:12:42 +08:00 |
|
SengokuCola
|
342a1e22c4
|
feat:仅保留两种思考力度
|
2025-12-08 20:13:39 +08:00 |
|
SengokuCola
|
a0ba073cfb
|
remove:人格的兴趣配置项移动到planner prompt中
|
2025-12-08 19:24:04 +08:00 |
|
SengokuCola
|
910c73be73
|
feat:默认开启planner replyer联动
|
2025-12-07 23:54:04 +08:00 |
|
SengokuCola
|
20c97b9cc9
|
feat:表达方式根据不同thinking level进分别处理
|
2025-12-07 23:38:20 +08:00 |
|
SengokuCola
|
2e31fa2055
|
feat:复用jargon和expression的部分代码,代码层面合并,合并配置项
缓解bot重复学习自身表达的问题
缓解单字黑话推断时消耗过高的问题
修复count过高时推断过长的问题
移除表达方式学习强度配置
|
2025-12-07 14:28:30 +08:00 |
|
SengokuCola
|
eb86d3ed43
|
remove:移除情绪功能
|
2025-12-07 00:56:06 +08:00 |
|
SengokuCola
|
441fc0b742
|
feat:优化记忆查询的超时设置
|
2025-12-06 18:59:45 +08:00 |
|
SengokuCola
|
83ec86f28b
|
config:change some parameters
|
2025-12-06 15:02:40 +08:00 |
|
SengokuCola
|
34825abaa7
|
fix:表达和聊天配置项为0时bug
|
2025-12-05 21:23:00 +08:00 |
|
SengokuCola
|
bc045a0c85
|
feat:可配置做梦时间段
Update bot_config_template.toml
|
2025-12-05 13:53:07 +08:00 |
|
SengokuCola
|
0399f878f0
|
config:增加两个配置项,梦起始时间和全局记忆
|
2025-12-04 19:59:57 +08:00 |
|
SengokuCola
|
f85c5e9b5f
|
feat :做梦
|
2025-12-03 01:00:43 +08:00 |
|
Ronifue
|
dc84366bb5
|
fix: “#” 后面一定要加空格
|
2025-11-29 20:47:39 +08:00 |
|
Dawn ARC
|
654cd3f4cd
|
fix:修复 bot 配置模板中的重复 enable 项
修复 bot 配置模板中的重复 enable 项
|
2025-11-27 22:00:44 +08:00 |
|
陈曦
|
82b9b1da69
|
docs:更新 lpmm_knowledge 配置,加入新的选项和注释
配合上传的文档对 lpmm_knowledge 部分的注释和参数名称进行了精炼,以提高清晰度。新增了用于性能调优的配置项,例如 max_embedding_workers、embedding_chunk_size 以及与 PPR(Personalized PageRank)相关的参数,以更好地支持低资源环境。
|
2025-11-27 21:56:32 +08:00 |
|
SengokuCola
|
185d3b7243
|
feat:可选开启在记忆中使用jargon识别
feat:可选开启在记忆中使用jargon识别
|
2025-11-26 16:47:38 +08:00 |
|
SengokuCola
|
644d470558
|
feat:黑话更高的提取率;增加提取准确性
黑话解释现在独立运行,拥有更高的提取率
增加提取准确性
|
2025-11-25 19:19:52 +08:00 |
|
SengokuCola
|
63c093af63
|
feat:人工学习过的表达会有更高的使用概率
|
2025-11-24 00:40:37 +08:00 |
|
SengokuCola
|
477959f6b5
|
feat:表达方式主动提问
|
2025-11-23 23:02:02 +08:00 |
|
SengokuCola
|
256a5e3cef
|
feat:优化log配置项
|
2025-11-20 14:48:10 +08:00 |
|
SengokuCola
|
43754b5c18
|
feat:优化记忆查询表现
|
2025-11-18 19:38:45 +08:00 |
|
SengokuCola
|
0d13b576d7
|
fix:优化agent模式提取逻辑,修复配置文件版本问题
|
2025-11-17 18:19:39 +08:00 |
|
SengokuCola
|
e9cd9c0bff
|
better:可选是否加入reaon到replyer
|
2025-11-16 13:00:14 +08:00 |
|
SengokuCola
|
a2495c7834
|
remove:移除Exp+model表达方式,一处无用代码,新增配置项
|
2025-11-15 19:23:50 +08:00 |
|
SengokuCola
|
e52a81e90b
|
better:优化jargon查询,并且默认全局学习
|
2025-11-13 17:45:32 +08:00 |
|
晴空
|
907c10af6a
|
Update bot_config_template.toml
|
2025-11-10 18:20:28 +08:00 |
|
SengokuCola
|
d761d42dd7
|
feat:添加聊天记录总结模块
|
2025-11-09 14:00:27 +08:00 |
|
SengokuCola
|
69a6116b2a
|
Update bot_config_template.toml
|
2025-11-05 00:36:33 +08:00 |
|
SengokuCola
|
5bde31e512
|
feat:添加黑话收集器
|
2025-11-05 00:35:26 +08:00 |
|
SengokuCola
|
3e5058eb0f
|
fix:优化记忆提取,提供细节prompt debug项目
|
2025-11-03 22:41:21 +08:00 |
|
SengokuCola
|
ae1f509cdb
|
feat:支持多重人格和切换概率配置
|
2025-10-25 16:39:59 +08:00 |
|
SengokuCola
|
27179df37e
|
Update bot_config_template.toml
|
2025-10-25 16:28:12 +08:00 |
|
SengokuCola
|
4e058a5c48
|
feat:可开关精细动态发言和主动发言规则
|
2025-10-25 16:15:27 +08:00 |
|
SengokuCola
|
10b16947a5
|
feat:使用通用配置其他平台的id,一处无关代码
|
2025-10-14 12:08:21 +08:00 |
|
SengokuCola
|
958d6e04ee
|
feat:表达方式更新,现在会训练朴素贝叶斯模型来预测使用什么表达
|
2025-10-11 02:03:03 +08:00 |
|