Commit Graph

3 Commits

Author SHA1 Message Date
lintsinghua 3639b3a13e fix(agent): 修复工具执行结果处理中的 None 值问题
修复 AgentTool 和外部工具类中结果处理逻辑,确保 data 字段不为 None
添加调试日志和错误处理,改进工具执行失败时的反馈信息
统一所有工具类的错误处理格式,避免前端显示 "None" 字符串
2025-12-15 10:24:58 +08:00
lintsinghua 9d2d9367b2 feat: improve Docker deployment and release workflows
- Add WeasyPrint system dependencies with Chinese font support
- Update requirements.txt with all dependencies
- Fix docker-compose.yml network configuration
- Update GitHub Actions release workflow for frontend-backend architecture
- Update release script for new project structure
- Support multi-arch Docker builds (amd64, arm64)
2025-11-28 20:43:26 +08:00
lintsinghua 0963adfea9 feat: 添加自动化版本发布系统
- 添加 GitHub Actions 发布工作流(release.yml)
- 添加定时发布工作流(scheduled-release.yml)
- 添加本地发布脚本(release.sh)
- 支持多种发布方式:手动触发、Git Tag、定时自动发布
- 自动生成 GitHub Release 和变更日志
- 自动构建并推送 Docker 镜像
2025-10-26 13:03:51 +08:00