Skip to content

Commit 8d6431e

Browse files
feat: 添加MOD管理器组件和pipeline快照模块
- 新增MOD管理器UI组件(mod-manager/) - 新增pipeline快照后端模块(snapshot/) - 新增pipeline路由和dry run功能 - 新增相关composables(命令冲突、快照、配置缓存)
1 parent cbb73bf commit 8d6431e

39 files changed

Lines changed: 11935 additions & 0 deletions

astrbot/core/pipeline/prompt_preview_dry_run.py

Lines changed: 1070 additions & 0 deletions
Large diffs are not rendered by default.
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
from __future__ import annotations
2+
3+
from .builder import build_pipeline_snapshot
4+
5+
__all__ = ["build_pipeline_snapshot"]

0 commit comments

Comments
 (0)