AI Newsletter Uses a graph of experts to research and compose for a newsletter. Setup Instructions Prerequisites Python 3.11 or higher Step 1: Setup virtual environment python -m venv venv # On MacOS source venv/bin/activate Step 2: Install Dependencies pip install -r requirements.txt Step 3: Add your API keys. ANTHROPIC_API_KEY= # If usign Anthropic (Default) Step 4: Run it locally python -m src.main