Show HN: AI-powered personal email asisstant
3 points by napsy 1 year ago | 2 commentsI've created a small tool that can access GMail emails, summarizes them and suggest action items, based on your personal bio. It's privacy-friendly as it supports ollama or OpenAI. It also comes with a neat web UI interface.
- dbish 1 year agoNeat, are you able to handle threads/responses well even if the responder is not from gmail? I worked on a toy project and put together a library for myself over time that was harder to do then I expected due to the various email nuances: http://fraind.email, I noted what I think would make a reasonable email library/offering to simplify this here: http://fraind.email/augmAIl, the top ones were: 1. make it so you don't have to give every AI Agent access to your entire inbox, route only specific info to them for their specialty 2. easily track what they've done and "read" 3. easily transform email into the standard chat thread 4. add whitelists/blacklists/etc. to not respond to or send to the AI assistant
I think there's a lot to do in this space, I'll check out your code!
- pravanjanc 1 year agoWhat do you use for summaries? A friend recently created such a tool to summarize and collate his newsletters.