Commit Graph

10 Commits

Author SHA1 Message Date
晴猫
263e8d196a fix: Update type hints to use newer Python syntax
- Replace Dict, List, Optional with dict, list,  < /dev/null |  None syntax
- Fix abstract method implementation in message.py
- Improve type annotations and function return types
- Remove unreachable code in get_current_task_tool.py
- Refactor HTML elements to use style attributes

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-05-01 06:55:05 +09:00
墨梓柒
12b03ecb8d 重构跨多个模块的日志配置
- 将“get_module_logger”替换为新模块“logger_manager”中的“get_logger”,以实现一致的日志设置。
- 移除了单独的日志配置设置,转而采用集中式日志管理。
- 更新了多个文件中的日志初始化方法,包括“config.py”、“change_mood.py”、“change_relationship.py”等,以简化日志记录实践。
- 引入“logger_manager.py”,用于根据模块特定的样式处理日志配置。
2025-04-28 00:22:05 +08:00
SengokuCola
f8450f705a feat:合并工具调用模型和心流模型 2025-04-24 14:18:41 +08:00
github-actions[bot]
b305879541 🤖 自动格式化代码 [skip ci] 2025-04-17 06:40:04 +00:00
春河晴
dc96e26ca5 refactor: 将多个方法修改为静态方法以提高代码可读性和一致性 2025-04-17 15:39:49 +09:00
墨梓柒
38d7d9e014 fix: Ruff
修复ruff报错
更新README中手动部署链接
2025-04-14 12:01:14 +08:00
SengokuCola
7eba42f84a feat: 现在使用工具调用来更新关系和心情而不是固定更新 2025-04-14 00:36:33 +08:00
github-actions[bot]
46da415d98 🤖 自动格式化代码 [skip ci] 2025-04-12 16:46:11 +00:00
DrSmoothl
27c10ff29d fix: Ruff 2025-04-11 10:55:45 +08:00
SengokuCola
54f7b73ec4 better:心流升级,大大减少了复读情况,并且灵活调用工具来实现知识和记忆检索 2025-04-10 23:32:28 +08:00