重构代码,实现相对导入
Some checks failed
构建并部署 AI Agent 服务 / deploy (push) Failing after 5m26s

This commit is contained in:
2026-04-21 10:26:37 +08:00
parent 37e021e302
commit 726236eaff
68 changed files with 119 additions and 3990 deletions

View File

@@ -67,10 +67,10 @@ jobs:
- name: 健康检查
run: |
echo "等待后端服务启动..."
sleep 15
sleep 30
for i in {1..10}; do
# 修正端口为 8083与 compose 暴露端口一致)
if curl -f http://172.17.0.1:8083/health > /dev/null 2>&1; then
# 修正端口为 8079
if curl -f http://172.17.0.1:8079/health > /dev/null 2>&1; then
echo "✅ 后端服务正常"
exit 0
fi