修改多个问题,优化代码结构

This commit is contained in:
strepsiades
2026-04-01 16:23:43 +08:00
parent 8f4727a772
commit 7c49df94fc
29 changed files with 968 additions and 504 deletions
@@ -12,10 +12,11 @@ from ..config import (
apply_config_overrides,
build_config_from_file,
)
from ..logging import get_logger
from .factory import create_pipeline_from_config
logger = logging.getLogger(__name__)
logger = get_logger(__name__)
class _SharedStateSnapshot(TypedDict):