chore: record journal
This commit is contained in:
@@ -286,3 +286,50 @@
|
||||
### Next Steps
|
||||
|
||||
- None - task complete
|
||||
|
||||
|
||||
## Session 6: 新增追问模式和英文输出优化
|
||||
|
||||
**Date**: 2026-04-29
|
||||
**Task**: 新增追问模式和英文输出优化
|
||||
|
||||
### Summary
|
||||
|
||||
(Add summary)
|
||||
|
||||
### Main Changes
|
||||
|
||||
| Feature | Description |
|
||||
|---------|-------------|
|
||||
| 追问模式 | 新增 follow_up runtime mode,支持用户对解卦结果追问 |
|
||||
| 英文输出优化 | 重构 worker_rules.py,英文输出面向普通读者,最小化中文字符 |
|
||||
| iOS 本地化 | 新增 en/zh-Hans/zh-Hant 的 InfoPlist.strings |
|
||||
| 国际化术语 | 添加五行、六神、地支等术语的多语言翻译 |
|
||||
| 输出模型重构 | AgentOutput → PersistedAgentOutput,新增 SignLevel 枚举 |
|
||||
|
||||
**Updated Files**:
|
||||
- `backend/src/core/agentscope/prompts/worker_rules.py` - 重构英文输出规则
|
||||
- `backend/src/core/agentscope/prompts/user_prompt.py` - 优化语言约束
|
||||
- `backend/src/core/agentscope/prompts/agent_prompt.py` - 支持 follow_up 模式
|
||||
- `backend/src/schemas/agent/runtime_models.py` - 重构输出模型
|
||||
- `apps/lib/l10n/*.arb` - 新增五行、六神等术语翻译
|
||||
- `apps/ios/Runner/*.lproj/InfoPlist.strings` - iOS 本地化
|
||||
|
||||
|
||||
### Git Commits
|
||||
|
||||
| Hash | Message |
|
||||
|------|---------|
|
||||
| `16cb47e` | (see git log) |
|
||||
|
||||
### Testing
|
||||
|
||||
- [OK] (Add test results)
|
||||
|
||||
### Status
|
||||
|
||||
[OK] **Completed**
|
||||
|
||||
### Next Steps
|
||||
|
||||
- None - task complete
|
||||
|
||||
Reference in New Issue
Block a user