068073423f
Local-first RSS/Atom ingestion pipeline with metadata-only storage, heuristic + local-LLM scoring, and daily brief builder. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
7 lines
63 B
Python
7 lines
63 B
Python
from .cli import main
|
|
|
|
|
|
if __name__ == "__main__":
|
|
main()
|
|
|