修复子图中 common/intent 等模块的导入路径(已移至 app/core)
Some checks failed
构建并部署 AI Agent 服务 / deploy (push) Has been cancelled

This commit is contained in:
2026-04-29 19:06:19 +08:00
parent 4132b7d23b
commit fd888e3b90
3 changed files with 3 additions and 3 deletions

View File

@@ -8,7 +8,7 @@ from typing import Dict, Any
from datetime import datetime
# 公共工具
from ..common import MarkdownFormatter
from app.core import MarkdownFormatter
from .state import ContactState
from .api_client import ContactAPIClient

View File

@@ -8,7 +8,7 @@ from datetime import datetime
import random
# 公共工具
from ..common import (
from app.core import (
MarkdownFormatter
)

View File

@@ -7,7 +7,7 @@ from typing import Dict, Any
from datetime import datetime
# 公共工具
from ..common import MarkdownFormatter
from app.core import MarkdownFormatter
from .state import (
NewsAnalysisState,