Hey everyone,
I’d like to share a tool I’ve been developing for my own workflow: llm_aggregator.
What is it? Free software written in Go that fetches articles from multiple RSS/Atom/JSON feeds, optionally filters them by date or keywords, then sends them as a query to any LLM through OpenAI-compatible API to produce a concise summary, or analysis, or whatever you prompt it for.
**Why I…