7 Commits

Author SHA1 Message Date
0fa94d3ee3 feat: enhance logging for AI service error diagnosis
Added comprehensive logging to diagnose 'Expecting value: line 1 column 1 (char 0)' errors in AI service responses. The changes include detailed logging of AI requests/responses, cache operations, and article processing steps to better identify when the AI service returns empty or invalid responses.
2026-02-02 12:28:12 -06:00
492b30a713 Fix cache manager to properly handle empty cache files and add diagnostic logging 2026-02-02 10:35:55 -06:00
35d8f44ee8 Fix cache logic bug that caused all files to be incorrectly marked as processed 2026-02-02 10:17:06 -06:00
218cad82cc Fix cache file creation and validation issues - ensure cache file is properly created and handled 2026-02-02 10:02:59 -06:00
e9c66da456 Fix AI processor cache initialization issue and create empty cache file 2026-02-02 09:47:35 -06:00
e7b31a510a fix: Complete removal of relative imports to resolve Docker container issues 2026-02-02 09:20:44 -06:00
714f5380e7 feat: Implement AI processor with fact extraction capabilities for articles from scraper 2026-02-02 08:53:58 -06:00