The forum recording function has been initially completed.

This commit is contained in:
戒酒的李白
2025-08-24 22:49:45 +08:00
parent 04de3410af
commit f65387f951
12 changed files with 408 additions and 15 deletions
+7
View File
@@ -0,0 +1,7 @@
"""
ForumEgine - 监控和记录三个Engine的SummaryNode和ReportFormattingNode输出
"""
from .monitor import LogMonitor
__all__ = ['LogMonitor']