Commit Graph

14 Commits

Author SHA1 Message Date
6d93a6a514 更新 .gitea/workflows/deploy.yml
Some checks failed
构建并部署 AI Agent 服务 / deploy (push) Failing after 12m49s
修改报错
2026-04-24 18:42:22 +08:00
438d5d9b98 更新 .gitea/workflows/deploy.yml
修改报错
2026-04-24 18:38:54 +08:00
757b82b704 refactor: 改用纯 curl 命令发送邮件,去掉外部 Action 依赖
Some checks failed
构建并部署 AI Agent 服务 / deploy (push) Failing after 10m55s
2026-04-22 12:52:04 +08:00
6448475145 feat: 添加 Gitea Actions 邮件通知功能
Some checks failed
构建并部署 AI Agent 服务 / deploy (push) Failing after 1s
2026-04-22 01:40:41 +08:00
51089bbf15 添加配置
Some checks failed
构建并部署 AI Agent 服务 / deploy (push) Failing after 5m30s
2026-04-21 22:51:12 +08:00
726236eaff 重构代码,实现相对导入
Some checks failed
构建并部署 AI Agent 服务 / deploy (push) Failing after 5m26s
2026-04-21 10:26:37 +08:00
602d551fd1 配置修改
All checks were successful
构建并部署 AI Agent 服务 / deploy (push) Successful in 27s
2026-04-16 04:36:50 +08:00
58b424982a fix: 使用 Docker 网关 IP 进行健康检查
Some checks failed
构建并部署 AI Agent 服务 / deploy (push) Failing after 1m14s
2026-04-14 02:13:40 +08:00
e81663ab0b fix: 添加健康检查端点和 Secrets 验证步骤
Some checks failed
构建并部署 AI Agent 服务 / deploy (push) Failing after 1m16s
2026-04-14 02:02:42 +08:00
93ec2b5b8e 修改
Some checks failed
构建并部署 AI Agent 服务 / deploy (push) Failing after 25m13s
2026-04-14 01:10:02 +08:00
d450efa4d0 fix: 修正 docker-compose.yml 文件路径
Some checks failed
构建并部署 AI Agent 服务 / deploy (push) Failing after 5s
2026-04-14 01:00:37 +08:00
87ddfeade7 修改run
Some checks failed
构建并部署 AI Agent 服务 / deploy (push) Failing after 3s
2026-04-14 00:46:25 +08:00
be2c536b16 ```
Some checks failed
构建并部署 AI Agent 服务 / deploy (push) Failing after 2s
chore(deploy): 更新工作流依赖版本并添加深度获取配置

更新了以下内容:
- 将 actions/checkout 从 v4 升级到 v4.1.1,并添加 fetch-depth: 0 配置以支持完整历史
- 将 actions/setup-python 从 v4 升级到 v4.7.1
- 将 actions/cache 从 v3 升级到 v3.3.2
```
2026-04-14 00:21:04 +08:00
22cc9b1096 ```
Some checks failed
构建并部署 AI Agent 服务 / deploy (push) Failing after 1s
docs(.gitignore/README/QUICKSTART): 更新文档和忽略配置

- 添加IDE配置、日志和数据文件到.gitignore
- 重构QUICKSTART.md,提供Docker Compose和本地开发两种部署方式
- 更新README.md,优化项目介绍和架构说明
- 移除旧的agent.py和backend.py文件
```
2026-04-13 23:57:16 +08:00