mirror of
https://github.com/jxxghp/MoviePilot.git
synced 2026-09-06 16:07:01 +08:00
refactor(db): 修复异步连接池无界增长,并完成 SQLAlchemy 2.0 迁移与分层归位 (#6320)
This commit is contained in:
@@ -6,7 +6,7 @@ from langchain_core.messages import AIMessage, HumanMessage
|
||||
|
||||
from app.agent import HEARTBEAT_SESSION_PREFIX, MoviePilotAgent
|
||||
from app.agent.memory import memory_manager
|
||||
from app.db.agentchat_oper import AgentChatOper
|
||||
from app.db.oper.agentchat import AgentChatOper
|
||||
from app.foundation.identity import SYSTEM_INTERNAL_USER_ID
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user