fix: 修复导入路径
All checks were successful
构建并部署 AI Agent 服务 / deploy (push) Successful in 5m56s

This commit is contained in:
2026-05-01 00:36:30 +08:00
parent 7a08aacced
commit 4a881ea32d
4 changed files with 5 additions and 5 deletions

View File

@@ -2,6 +2,6 @@
Agent 子模块
"""
from .service import AIAgentService
from .agent_service import AIAgentService
__all__ = ["AIAgentService"]