My first actual, complete AI agent, using Nate's as a guide, and I'm quite happy with it.
I didn't use tavily like Nate did (OpenAI seemed to grab it just fine) and I wanted it automated from an RSS feed, so that was the different part to figure out. And also sending it to Supabase. I know, might be easy for some but being my first, it helped me understand processes a lot more. So thank you ! Very much open to suggestions or feedback.
Here are the steps:
- Triggers Monday first thing
- Grabs from two industry RSS feeds (hoping to add more later). If the feeds are different, you might need a Set node after each feed so it merges properly
- Resets then filters the dates so only last week continues
- Sets the values to send on
- Sends the links to OpenAI and requests a specific type of summary from each
- Merges the summary with the rest of the variables
- Sends everything for the week to Supabase for keeping. I want to try using another Agent at some point to analyze 'big picture' trends with the news perhaps.
- Aggregates into something the editor AI can use
- OpenAI editor lays out the final output into html
- Sends to my inbox
I've attached the download as well if you like. You'd just need to adjust credentials, the RSS feeds, and email.