Skip to content

terry-li-hm/aether

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Aether

Weekly information digest generator. Collects articles from RSS feeds, uses Claude to filter noise, group similar stories, and produce a prioritized reading list.

Setup

uv sync
cp .env.example .env  # Add your OPENROUTER_API_KEY

Usage

# Generate digest
uv run python aether.py

# Run with frontend
uv run python aether.py --serve &
cd frontend && npm install && npm run dev

Open http://localhost:5173 to view the digest and trigger generation.

Configuration

Edit config.yaml to add/remove RSS feeds, adjust reading time budget, or modify the blocklist.

About

AI agent orchestration experiments

Resources

Stars

Watchers

Forks

Releases

Packages

Contributors

Languages