This commit is contained in:
@@ -15,7 +15,7 @@ from fastapi.responses import StreamingResponse
|
||||
from pydantic import BaseModel
|
||||
from langgraph.checkpoint.postgres.aio import AsyncPostgresSaver
|
||||
from app.agent import AIAgentService
|
||||
from app.history import ThreadHistoryService
|
||||
from app.agent.history import ThreadHistoryService
|
||||
from app.logger import info, error
|
||||
|
||||
# 加载 .env 文件
|
||||
|
||||
Reference in New Issue
Block a user