Skip to content

AI Workflow to research, curate, and write for newsletters.

Notifications You must be signed in to change notification settings

itsPat/ai-newsletter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

AI Workflow to research, curate, and write for newsletters.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages