|
|
54c98acc25
|
fix: list_tasks用sqlExe替代sort参数
|
2026-06-12 00:20:01 +08:00 |
|
|
|
113eb7e040
|
feat: add KTV pipeline handlers (17 step types, 3 production modes)
- handlers_ktv.py: 17 async step handlers for KTV production
- Audio/Video preparation (ffmpeg)
- Demucs vocal separation (GPU server SSH)
- Lyric calibration (SenseVoice ASR + LLM)
- Subtitle rendering (ASS karaoke format)
- Lyric generation & evaluation (Mode C)
- Music generation (Suno/MiniMax API)
- Character design & image generation (wan2.7)
- Storyboard generation (LLM)
- Scene video generation (T2V/Ref2V)
- Scene video evaluation (quality threshold)
- Scene video concatenation (ffmpeg loop)
- KTV synthesis (dual-track + MTV)
- llm_bridge.py: async LLM call bridge (harnessed_agent / OpenAI API)
- storage.py: extract deps from step_config JSON
- init.py: auto-register KTV handlers on load
|
2026-06-11 20:36:05 +08:00 |
|
|
|
19cd63e719
|
fix: remove invalid default for deps text field
|
2026-06-11 18:50:53 +08:00 |
|
|
|
8e4a8c47f3
|
remove useless load_path.py (backend-only module, no paths to register)
|
2026-06-11 18:41:59 +08:00 |
|
|
|
0dea29e3af
|
fix: 移除 sage 引用,改为通用 APP_ROOT
|
2026-06-11 17:46:45 +08:00 |
|
|
|
2448ad45f7
|
refactor: 改造为通用产线执行引擎模块
- 去掉独立 aiohttp 服务器,改为标准模块(load_pipeline_service)
- 存储从文件系统改 MySQL(sqlor)
- 新增 3 张数据表:pipeline_tasks/task_steps/artifacts
- 多租户隔离(tenant_id)
- 通用 DAG 调度引擎(读 pipeline_steps 表,不硬编码业务)
- 可插拔步骤处理器(register_handler by step_type)
- artifact 版本管理 + 级联重跑
- init/data.json 标准 appcodes 格式
- 完整 README 文档
|
2026-06-11 17:30:06 +08:00 |
|
|
|
5124b4a047
|
docs: 补全README — 引擎架构/状态/关联仓库
|
2026-06-11 14:59:11 +08:00 |
|
|
|
fd6d982704
|
feat: pipeline-service早期产线引擎(初始版本)
|
2026-06-11 14:47:08 +08:00 |
|
|
|
f48c97c852
|
Initial commit
|
2026-06-10 22:42:02 +08:00 |
|