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
+4 -3
View File
@@ -1,7 +1,8 @@
"""
Report Engine
一个智能报告生成AI代理实现
基于三个子agent的输出和论坛日志生成综合HTML报告
Report Engine
一个智能报告生成AI代理实现,聚合 Query/Media/Insight 三个子引擎的
Markdown 与论坛讨论,最终落地结构化HTML报告。
"""
from .agent import ReportAgent, create_agent