Add Comments

This commit is contained in:
马一丁
2025-11-13 22:49:59 +08:00
parent 82152547e1
commit e267b1fc04
23 changed files with 500 additions and 145 deletions
+3 -2
View File
@@ -1,6 +1,7 @@
"""
Report Engine节点处理模块
实现报告生成的各个处理步骤
Report Engine节点处理模块
封装模板选择、章节生成、文档布局、篇幅规划等流水线节点。
"""
from .base_node import BaseNode, StateMutationNode