修复 contact/api_client.py 的导入,从 .state 而不是 app.main_graph.state
Some checks failed
构建并部署 AI Agent 服务 / deploy (push) Has been cancelled

This commit is contained in:
2026-04-29 19:16:21 +08:00
parent 930139e454
commit 81f48c8467

View File

@@ -6,7 +6,7 @@ from typing import Dict, Any, Optional, List
from datetime import datetime
from dataclasses import dataclass
from app.main_graph.state import Contact, Email
from .state import Contact, Email
# ========== 模拟数据(保留作为备选)==========