Skip to content

Add AI news digest agent#1

Open
ayushi1208 wants to merge 3 commits intomainfrom
claude/ai-news-summarizer-email-1Cefu
Open

Add AI news digest agent#1
ayushi1208 wants to merge 3 commits intomainfrom
claude/ai-news-summarizer-email-1Cefu

Conversation

@ayushi1208
Copy link
Owner

Implements a daily agent that fetches AI/ML news from curated RSS feeds (Google News, ArXiv, Hugging Face, MIT Tech Review, The Verge, VentureBeat), summarizes the top stories with Google Gemini (free tier), and sends a formatted HTML email digest via Gmail SMTP on a configurable daily schedule.

  • src/searcher.py: RSS feed fetcher with 24h filtering and deduplication
  • src/summarizer.py: Google Gemini (gemini-1.5-flash) summarization
  • src/emailer.py: HTML email builder and Gmail SMTP sender
  • src/agent.py: Pipeline orchestrator (fetch → summarize → email)
  • main.py: Entry point with --now flag and built-in daily scheduler
  • requirements.txt: feedparser, google-generativeai, schedule, python-dotenv
  • .env.example: Configuration template with setup instructions
  • README.md: Full setup and usage guide

https://claude.ai/code/session_01NiZyAdwvvEBy6bwUdwbPLi

claude and others added 3 commits February 25, 2026 23:51
Implements a daily agent that fetches AI/ML news from curated RSS feeds
(Google News, ArXiv, Hugging Face, MIT Tech Review, The Verge, VentureBeat),
summarizes the top stories with Google Gemini (free tier), and sends a
formatted HTML email digest via Gmail SMTP on a configurable daily schedule.

- src/searcher.py: RSS feed fetcher with 24h filtering and deduplication
- src/summarizer.py: Google Gemini (gemini-1.5-flash) summarization
- src/emailer.py: HTML email builder and Gmail SMTP sender
- src/agent.py: Pipeline orchestrator (fetch → summarize → email)
- main.py: Entry point with --now flag and built-in daily scheduler
- requirements.txt: feedparser, google-generativeai, schedule, python-dotenv
- .env.example: Configuration template with setup instructions
- README.md: Full setup and usage guide

https://claude.ai/code/session_01NiZyAdwvvEBy6bwUdwbPLi
Replace Google Gemini with Groq (llama-3.3-70b-versatile) for article
summarization, and replace Gmail SMTP with Resend for email delivery.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Rename src/agent.py to src/workflow.py to better reflect that this is
a pipeline orchestrator, not an agent. Also replace broad Google News
queries with more specific ones, drop The Verge, and add ArXiv cs.CL,
DeepMind Blog, and TechCrunch AI for more tech-focused coverage.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants