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状态管理模块
导出 ReportState/ReportMetadata,供Agent与Flask接口共享。
"""
from .state import ReportState, ReportMetadata