- Remove agent/agent.md (dev-time agent context dumps), .DS_Store, committed venv configs (pyvenv.cfg), 0-byte runtime cache - Remove hardcoded /home/userpath from cron_scraper feed lookup - Replace ad-hoc test_implementation.py with pytest tests/test_scraper_cache.py - ruff clean (33 fixes: bare excepts, unused Config, whitespace) - Root pyproject.toml (activates shared Gitea CI), MIT LICENSE, README Tests
6 lines
226 B
Python
6 lines
226 B
Python
"""
|
|
AI Processor for extracting facts from articles and preparing them for embedding.
|
|
This module handles the intelligent processing of news articles to extract structured facts
|
|
that can be used for querying and analysis.
|
|
"""
|