SXP-Simon
|
472c78e622
|
feat(话题分析): 用户头像引用展示
- TopicAnalyzer: Prompt中包含 [user_id],引导LLM使用ID引用用户
- ReportGenerator: 解析话题详情中的 [uid] 并替换为内联头像HTML
- Templates: 更新所有主题的 topic_item.html 以支持富文本详情展示
- _conf_schema.json: 更新默认 Prompt,指导 LLM 使用 [用户ID] 引用用户
- ReportGenerator: 实现胶囊样式渲染 (头像+昵称),提升视觉体验
|
2026-02-10 20:57:51 +08:00 |
|
SXP-Simon
|
fb481e3c4a
|
Refactor: Decouple platform specific logic - Rename bot_qq_ids to bot_self_ids and generalize methods
|
2026-02-08 21:42:09 +08:00 |
|
SXP-Simon
|
59ab291d53
|
chore: simplify .gitignore with glob pattern for __pycache__
|
2026-02-08 14:16:08 +08:00 |
|
SXP-Simon
|
a3c6ea737a
|
docs: code structure for improved readability and scalability
|
2026-02-08 14:01:18 +08:00 |
|
SXP-Simon
|
5ebe211791
|
docs: update documentation and project structure
|
2026-02-07 23:50:13 +08:00 |
|
SXP-Simon
|
e78c827857
|
feat(RetryManager): 新增图片报告重试机制并优化调度稳定性
新增重试管理器 (src/scheduler/retry.py):
实现基于内存的延迟队列与死信队列,支持指数退避 + 随机抖动 (Jitter) 重试策略。
增强容错性:处理渲染服务宕机、网络超时及 Bot API 逻辑错误 (如 retcode=1200)。
兼容性优化:使用 call_action 通用接口适配 OneBot v11。
生命周期管理:增加自动启动保护,防止任务丢失。
|
2026-01-17 23:39:17 +08:00 |
|
SXP-Simon
|
9ee0662484
|
fix(is_plugin_enabled): 检查该平台是否包含该插件的配置文件 plugin_set,通过 AstrBot 配置文件来判断账号启用插件
解决关联 issue
`[Bug] 定时分析会直接检测某个群所有支持的平台,而不会检查该平台是否包含该插件的配置文件 #72`
|
2026-01-16 18:31:03 +08:00 |
|
SXP-Simon
|
4b4f4545db
|
feat(scrapbook): 更新 scrapbook 模板
|
2026-01-07 16:50:29 +08:00 |
|
SXP-Simon
|
08f3e7c136
|
[v3.3.0] 修复 群分析获取历史消息的机制并不严格,出现超过当天消息、超过最大数量限制的情况 的问题
|
2025-11-03 20:59:39 +08:00 |
|
SXP-Simon
|
e1c2651815
|
[refactor] (llm_analyzer) 为 llm_analyzer 解耦化
[fix] (LLM 输出提取和增强) 补充原本在话题分析存在但是不存在于 用户头衔和群圣经的 json 提取逻辑
|
2025-10-09 16:29:27 +08:00 |
|