yumoqing
34a13ebf37
refactor(pipeline_core): 移除产线管理三功能(产线定义/产线步骤/发布记录)死库存
- 证据: pipeline_steps、pipeline_versions 表恒为0行, 三功能上线后从未使用
- 产线定义已收敛为代码能力包(PipelineAbility)+pipelines表元数据,
页面无法定义新能力(每种能力需先写代码注册handler), 在线开发属伪命题
- 删除: wwwroot 下 pipelines/pipeline_steps/pipeline_versions/pipeline_editor
页面目录与配套 API dspy、json/models CRUD 定义、init.py 死函数、
load_path.py 权限注册
- 保留: pipelines 表(agent 运行时读 name/default_model)、executor 引擎、
agent/llm/skill_proposals 等模块主体
2026-08-28 16:34:02 +08:00
..
2026-08-25 14:11:42 +08:00
2026-08-19 14:09:27 +08:00
2026-08-28 12:26:18 +08:00
2026-08-16 18:41:19 +08:00
2026-08-27 17:44:38 +08:00
2026-08-28 12:26:18 +08:00
2026-08-25 14:13:45 +08:00
2026-08-25 14:11:42 +08:00
2026-08-25 14:13:45 +08:00
2026-08-21 19:18:45 +08:00
2026-08-16 19:16:52 +08:00
2026-08-23 21:43:04 +08:00