Commit Graph

8 Commits

Author SHA1 Message Date
墨梓柒
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
tcmofashi
4c332d0b2f refactor: 初步重构为maimcore 2025-03-27 13:30:46 +08:00
春河晴
fdc098d0db 优化代码格式和异常处理
- 修复异常处理链,使用from语法保留原始异常
- 格式化代码以符合项目规范
- 优化导入模块的顺序

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

Co-Authored-By: Claude <noreply@anthropic.com>
2025-03-19 20:27:34 +09:00
春河晴
a829dfdb77 修复异常处理链:在except块中使用from语法保留原始异常
- 使用`raise ... from e`语法保留异常链
- 确保异常追踪包含原始错误信息
- 符合Ruff B904规则要求

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

Co-Authored-By: Claude <noreply@anthropic.com>
2025-03-19 20:25:55 +09:00
AL76
924e9994ed refactor: 重构漏掉的模块对于logger的初始化方式(可能不全) 2025-03-15 15:20:42 +08:00
HYY1116
3bf5cd6131 feat: 新增运行时重载配置文件;新增根据不同环境(dev;prod)显示不同级别的log 2025-03-11 20:11:17 +08:00