From 20471a1fda09694362ad563246ca07b7bfdcb9f1 Mon Sep 17 00:00:00 2001 From: ymq Date: Wed, 2 Sep 2026 15:26:18 +0800 Subject: [PATCH] =?UTF-8?q?refactor:=20platform=5Fability=E8=BF=81?= =?UTF-8?q?=E5=87=BA=E5=88=B0=E7=8B=AC=E7=AB=8B=E6=A8=A1=E5=9D=97pipeline-?= =?UTF-8?q?platform?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pipeline_service/__init__.py | 1 - 1 file changed, 1 deletion(-) diff --git a/pipeline_service/__init__.py b/pipeline_service/__init__.py index 53420b7..d53dfc5 100644 --- a/pipeline_service/__init__.py +++ b/pipeline_service/__init__.py @@ -35,7 +35,6 @@ from .agent_loop_v2 import AgentExecutor, run_agent # 产线能力包注册(import 即注册到 pipeline_core 的 PipelineAbility 注册表) from . import sdlc_ability # noqa: F401 -from . import platform_ability # noqa: F401(平台内部 agent:模型自动配置等) # 通用 slash 命令注册(import 即注册) from . import slash_commands # noqa: F401