Commit Graph

14 Commits (9b5e2c3c0afaece100d33c41a54a2e50cc789df6)

Author SHA1 Message Date
Bakadax 9b5e2c3c0a 改名工具增加开关 2025-05-12 18:16:18 +08:00
墨梓柒 edda834538 fix: 移除Traceback函数中的 show_locals 参数以简化错误追踪 2025-05-02 12:01:05 +08:00
github-actions[bot] c88a73597a 🤖 自动格式化代码 [skip ci] 2025-05-01 19:18:37 +00:00
墨梓柒 9cf62f983e feat:为多个模块添加丰富的追踪信息以增强调试能力 2025-05-02 03:18:24 +08:00
晴猫 e4959f0386
ruff fix 2025-05-01 07:07:13 +09:00
晴猫 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
SengokuCola 09b1807132 better:优化表情包处理,优化logger显示 2025-04-30 18:16:38 +08: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] 95210e8b25 🤖 自动格式化代码 [skip ci] 2025-04-23 15:24:27 +00:00
墨梓柒 6da2a77b78 refactor(logger): 为base_tool和person_info模块添加自定义日志配置
为base_tool和person_info模块引入自定义日志配置,提升日志输出的可读性和一致性。分别在logger.py中新增BASE_TOOL_STYLE_CONFIG和PERSON_INFO_STYLE_CONFIG配置,并在相应模块中应用这些配置。
2025-04-23 23:24:08 +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