CLI tool for automated daily news collection using LLMs
Top 59.3% on sourcepulse
This project provides an automated workflow for collecting and compiling daily news on any specified topic using an LLM-powered agent framework. It's designed for users who need to stay updated on specific fields without manual searching and curation, delivering a structured markdown report.
How It Works
The system leverages the Agently AI application development framework to orchestrate AI agents. Users input a topic, and agents automatically generate an outline, search for relevant news using keywords (e.g., via duckduckgo-search), filter and select pertinent articles, and then summarize them. The process culminates in a markdown file containing curated news, complete with titles, summaries, and links.
Quick Start & Requirements
pip install -r requirements.txt
python app.py
SETTINGS.yaml
.Highlighted Details
duckduckgo-search
for news retrieval.Maintenance & Community
Licensing & Compatibility
Limitations & Caveats
9 months ago
1 day