Agently Daily News Collector
Basic Information
Agently Daily News Collector is an open-source, LLM-powered workflow showcase that automates the collection, selection, summarization and output of topical news. It is built on the Agently AI application development framework and is implemented as a Python project. A user provides a topic via a prompt and the agent pipeline generates an outline, searches for relevant items, picks and summarizes articles, compiles columns and produces a final markdown file (and example PDF exports). Configuration is driven by a SETTINGS.yaml file where API keys and model settings are placed. The repository includes example output files and shows runtime logs that record outline generation, search counts, picked items and summarization steps. Installation of dependencies and running the main Python script are documented in the README.