53 lines
1.4 KiB
JSON
53 lines
1.4 KiB
JSON
{
|
|
"sections": [
|
|
"模型与能力",
|
|
"产品与应用",
|
|
"开发与基础设施",
|
|
"公司与资本",
|
|
"政策与安全",
|
|
"论文与研究",
|
|
"观点与教程",
|
|
"人物与动态"
|
|
],
|
|
"rewrite_batch_size": 10,
|
|
"semantic_dedup_max_deletion_ratio": 0.5,
|
|
"default_mode": "dry-run",
|
|
"cross_day_dedup": {
|
|
"enabled": true,
|
|
"max_age_days": 7,
|
|
"history_path": "~/.hermes/scripts/ai_morning_out/published_urls.json"
|
|
},
|
|
"semantic_candidate_recall": {
|
|
"enabled": true,
|
|
"max_pairs": 80,
|
|
"max_pairs_per_item": 5,
|
|
"title_similarity_threshold": 0.45,
|
|
"title_jaccard_threshold": 0.25,
|
|
"summary_jaccard_threshold": 0.18,
|
|
"strong_entity_overlap_threshold": 2
|
|
},
|
|
"quality_gate": {
|
|
"required_source_failure_policy": "block",
|
|
"block_on_required_source_failure": true,
|
|
"warn_on_enabled_source_failure": true,
|
|
"warn_when_stage3_candidates_zero_min_items": 30,
|
|
"warn_on_final_title_similarity": 0.55,
|
|
"warn_on_entity_frequency": 3,
|
|
"required_sources": ["AI HOT"]
|
|
},
|
|
"publish_idempotency": {
|
|
"enabled": true,
|
|
"allow_republish": false,
|
|
"slug_lookup_paths": [
|
|
"/api/service/posts/{slug}",
|
|
"/api/service/posts?slug={slug}",
|
|
"/api/service/posts/slug/{slug}"
|
|
]
|
|
},
|
|
"llm_observability": {
|
|
"enabled": true,
|
|
"prompt_preview_chars": 500,
|
|
"response_preview_chars": 500
|
|
}
|
|
}
|