Weekly information digest generator. Collects articles from RSS feeds, uses Claude to filter noise, group similar stories, and produce a prioritized reading list.
uv sync
cp .env.example .env # Add your OPENROUTER_API_KEY# Generate digest
uv run python aether.py
# Run with frontend
uv run python aether.py --serve &
cd frontend && npm install && npm run devOpen http://localhost:5173 to view the digest and trigger generation.
Edit config.yaml to add/remove RSS feeds, adjust reading time budget, or modify the blocklist.