For those who don't want to install yet another app, I built a WhatsApp AI assistant to handle your daily research and manage your Google Calendar, lists, reminders.<p>Some challenging tasks Coco AI can complete instantly:<p>"Remind me to take vitamin D3 every afternoon until March"
"Get child-friendly events in Dublin new years week, add to family calendar"
"Find my grocery list and send my husband a reminder about it in 2 hours"
"Find the next sunny day in SF and add beach day to calendar"
"Add client lunch to the next available free slot on my calendar"
"I found a house, remove ALL upcoming house tour events"<p>The Tech
Meta API forwards incoming message to our webhook hosted on render.com w/ Docker. Incoming request converts to a message in our DB and we call our Agent loop w/ multiple tool calls (calendar read/write, reminders read/write, lists read/write, internet search, etc). Using GPT hosted on Azure / OpenAI. Google Calendar API for calendar event access. Practically everything is async. Postgres for DB, Next.js for frontend, FastAPI backend.<p>I quit my job for this in October. Would love all of your critical feedback, suggestions, and any questions!