Files

25 lines
1.1 KiB
Markdown
Raw Permalink Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
# 2026-05-20 凌晨自检与优化
## 背景
谷老板反馈对话体验严重下降:记忆断片、对话不连贯、做事没反馈、反应慢。要求 Val 夜里自行优化。
## 问题发现(凌晨自检)
### 1. MEMORY.md 严重不完整
- 只剩 25 行(谷老板称呼 + 拼豆项目 + 治理授权边界)
- 大量核心长期记忆丢失:Telegram bot 配置、微信渠道配置、val-blog、此前各任务进展等
- memory/ 目录下历史日志文件完好,说明是 MEMORY.md 未及时汇总更新
- memory_search 返回空结果(怀疑索引机制停摆或 embedding provider 问题)
### 2. 闭环执行纪律松弛
- 工具调用后未回来通报结果("说→做→报"闭环断裂)
- 谷老板追问后才补充汇报,违反 SOUL.md 3.1 闭环铁律
### 3. 模型切换
- 从 kimi-k2.5 切到 deepseek-v4-flash(谷老板确认首选 deepseek-v4-flash,已记录)
### 4. 跨渠道消息发送受阻
- sessions_send 跨 session 树有权限限制(visibility=tree
- 通过 cron job + delivery channel 方式成功送达 Telegram(确认通道通)
- 需要优化跨渠道消息路由