Tech newscurator - analyze daily news using AIagents with Mistral
Using Mistral API, you can use this n8n workflow to automate the process of: collecting, filtering, analyzing, and summarizing news articles from multiple sources. The sources come from pre-built RSS feeds and a custo...
Template notes
Using Mistral API, you can use this n8n workflow to automate the process of: collecting, filtering, analyzing, and summarizing news articles from multiple sources. The sources come from pre-built RSS feeds and a custom DuckDuckGo node, which you can change if you need. It will deliver the most relevant news of the day in a concise manner.
++How It Works++
1. The workflow begins each weekday at noon.
2. The news are gathered from RSS feeds and a custom DuckDuckGo node, using HTTPS GET when needed.
3. News not from today or containing unwanted keywords are filtered out.
4. The first AI Agent will select the top news from their titles alone and generate a general title & summary.
5. The next AI Agent will summarize the full content of the selected top news articles.
6. The general summary and title will be combined with the top 10 news summaries into a final output.