I built 'Ask Your Life' — a personal Coral agent that answers questions about your money & deadlines with SQL
Sahil Silare developed 'Ask Your Life', a personal Coral agent designed to answer questions about finances and deadlines using SQL. The tool aims to address the issue of administrative leaks in personal finances by consolidating data from various sources. It features two modes: asking specific questions and scanning all sources for risks, providing actionable insights based on the gathered information.
- ▪The tool helps users identify financial risks and deadlines by querying data from their inbox, calendar, and financial accounts.
- ▪It utilizes a SQL interface to join data from different sources, allowing for comprehensive answers to user queries.
- ▪The project was developed as part of the WeMakeDevs Pirates of the Coral-bean hackathon.
Opening excerpt (first ~120 words) tap to expand
try { if(localStorage) { let currentUser = localStorage.getItem('current_user'); if (currentUser) { currentUser = JSON.parse(currentUser); if (currentUser.id === 241632) { document.getElementById('article-show-container').classList.add('current-user-is-article-author'); } } } } catch (e) { console.error(e); } Sahil SIlare Posted on May 27 I built 'Ask Your Life' — a personal Coral agent that answers questions about your money & deadlines with SQL #ai #sql #webdev #hackathon "Here are the personal admin risks that can cost me money, time, or access this week — with the receipts." 🪸 That one sentence is the whole pitch for Life Risk Radar, my entry for the WeMakeDevs Pirates of the Coral-bean hackathon (Personal Agent track).
…
Excerpt limited to ~120 words for fair-use compliance. The full article is at DEV.to (Top).