mirror of
https://github.com/jxxghp/MoviePilot.git
synced 2026-09-06 16:07:01 +08:00
fix(agent): map closed database worker to 503
This commit is contained in:
@@ -5,7 +5,6 @@
|
||||
"""
|
||||
|
||||
from app.api.dependencies.agent import (
|
||||
get_agent_chat_persistence,
|
||||
get_agent_chat_service,
|
||||
get_message_query_service,
|
||||
)
|
||||
@@ -53,7 +52,6 @@ from app.api.dependencies.workflow import (
|
||||
|
||||
# 兼容聚合入口只显式列出既有 FastAPI 依赖,不向插件制造新的动态导出规则。
|
||||
__all__ = [
|
||||
"get_agent_chat_persistence",
|
||||
"get_agent_chat_service",
|
||||
"get_auth_service",
|
||||
"get_current_active_manage_user",
|
||||
|
||||
Reference in New Issue
Block a user