feat: competitive intelligence & historical pattern matching layer

This commit is contained in:
Celes Renata
2026-04-14 19:42:48 +00:00
parent b478022ba3
commit f7a11d14ea
203 changed files with 20155 additions and 97 deletions
+1
View File
@@ -214,6 +214,7 @@ def _resolve_document_type(source_type: str) -> str:
"news_api": "article",
"filings_api": "filing",
"web_scrape": "press_release",
"macro_news": "macro_event",
}
return mapping.get(source_type, "article")