feat: add daily learning summary script with cron task

- Create scripts/daily_learning.sh for daily chat review
- Set up cron task at 3 AM daily
- Log file: logs/daily_learning.log
- Learning records: memory/daily_learning.md
This commit is contained in:
root
2026-03-30 03:01:34 +08:00
parent 0247020c82
commit 0227d525f9
11 changed files with 793 additions and 0 deletions

View File

@@ -88,3 +88,11 @@ bash scripts/dingtalk_tts.sh "要说的内容"
### ⚠️ 重要规则
**后续回复:如果用户要求语音回复,直接使用 `bash scripts/dingtalk_tts.sh "回复内容"` 发送语音消息**
## 语音处理规则2026-03-30 更新)
**默认规则**
- 用户发语音 → Whisper 转文字 → **文字回复**
- 用户特别标注「语音回复」→ MiniMax TTS → **语音回复**
**简单说**:正常文字回复,特殊要求才语音回复