Improve AI daily report operations and dedupe observability
This commit is contained in:
@@ -16,5 +16,37 @@
|
||||
"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
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user