AGI News is a daily AI newsletter that's completely sourced by autonomous AI agents.
This is an open-source project built with AI Agents, Resend, and Firecrawl 🔥
- Autonomous AI agents gather the latest AI news.
- Daily newsletter delivery.
- Frontend for subscribing to the newsletter.
Clone the repository:
git clone https://github.com/ericciarla/aginews.gitNavigate to the frontend directory:
cd /frontendInstall dependencies:
npm installCreate a .env file with the following variables:
SUPABASE_URL=
SUPABASE_SECRET_KEY=
RESEND_API_KEY=Start the development server:
npm run devNavigate to the backend directory:
cd /backendInstall dependencies:
npm installCreate a .env file with the following variables:
FIRECRAWL_API_KEY=
SUPABASE_URL=
SUPABASE_SECRET_KEY=
X_API_BEARER_TOKEN=
OPENAI_API_KEY=
RESEND_API_KEY=Run the backend cron job:
ts-node src/index.tsSUPABASE_URLSUPABASE_SECRET_KEY
FIRECRAWL_API_KEYSUPABASE_URLSUPABASE_SECRET_KEYX_API_BEARER_TOKENOPENAI_API_KEYRESEND_API_KEY
Contributions are welcome! Please open an issue or submit a pull request.