TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Show HN: AI-powered personal email asisstant

3 点作者 napsy大约 1 年前
I'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.

2 条评论

dbish大约 1 年前
Neat, are you able to handle threads&#x2F;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: <a href="http:&#x2F;&#x2F;fraind.email" rel="nofollow">http:&#x2F;&#x2F;fraind.email</a>, I noted what I think would make a reasonable email library&#x2F;offering to simplify this here: <a href="http:&#x2F;&#x2F;fraind.email&#x2F;augmAIl" rel="nofollow">http:&#x2F;&#x2F;fraind.email&#x2F;augmAIl</a>, the top ones were: 1. make it so you don&#x27;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&#x27;ve done and &quot;read&quot; 3. easily transform email into the standard chat thread 4. add whitelists&#x2F;blacklists&#x2F;etc. to not respond to or send to the AI assistant<p>I think there&#x27;s a lot to do in this space, I&#x27;ll check out your code!
pravanjanc大约 1 年前
What do you use for summaries? A friend recently created such a tool to summarize and collate his newsletters.