A lightweight AI agent that grabs fresh biotech/pharma headlines and posts a daily digest to GitHub Issues.
🔔 Watch this repository to receive the daily biotech news digest email delivered straight to your inbox.
- Python 3.12+ with pip
pip install uv
cd bio-news-agent
uv run python src/main.py
The collector reads RSS feed URLs from feeds.json
in the project root. The
file should contain a JSON object where each key is a feed URL and each value
specifies the category
and human‑readable source
name.