mirror of
https://github.com/jxxghp/MoviePilot.git
synced 2026-09-05 07:27:15 +08:00
refactor: 收口 V3 分层架构与插件兼容边界
This commit is contained in:
@@ -7,11 +7,16 @@ from typing import Any, Dict, List, Optional, Tuple
|
||||
from app.chain.transfer import TransferChain
|
||||
from app.runtime.cache import TTLCache
|
||||
from app.runtime.config import settings
|
||||
from app.db.oper.transferhistory import TransferHistoryOper
|
||||
from app.application.directory import DirectoryHelper
|
||||
from app.application.history import (HistoryGateAction, describe_history_gate,
|
||||
evaluate_history_gate, is_skip_action,
|
||||
max_failed_retries, resolve_history)
|
||||
from app.application.history import (
|
||||
HistoryGateAction,
|
||||
TransferHistoryPort as TransferHistoryOper,
|
||||
describe_history_gate,
|
||||
evaluate_history_gate,
|
||||
is_skip_action,
|
||||
max_failed_retries,
|
||||
resolve_history,
|
||||
)
|
||||
from app.runtime.log import logger
|
||||
from app.adapters.system.fsproxy import fsproxy
|
||||
from app.schemas.workflow import FileItem
|
||||
|
||||
Reference in New Issue
Block a user