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
+2 -1
View File
@@ -1,7 +1,8 @@
"""
Report Engine核心工具集合。
包含模板切片、章节存储等基础能力,供agent流水线复用。
该包封装了模板切片、章节存储与章节装订三大基础能力,
所有上层节点都会复用这些工具保证结构一致。
"""
from .template_parser import TemplateSection, parse_template_sections