Refactor AI daily report pipeline

This commit is contained in:
Mimikko-zeus
2026-06-04 15:21:56 +08:00
parent 94e18ce22d
commit 5a98696255
64 changed files with 4778 additions and 1316 deletions

16
config/pipeline.json Normal file
View File

@@ -0,0 +1,16 @@
{
"sections": [
"模型与能力",
"产品与应用",
"开发与基础设施",
"公司与资本",
"政策与安全",
"论文与研究",
"观点与教程",
"人物与动态"
],
"rewrite_batch_size": 10,
"semantic_dedup_max_deletion_ratio": 0.5,
"default_mode": "dry-run"
}