HN提问:用于邮件分类和知识提取的只读LLM工具?
1 分•作者: maille•5 个月前
我正在寻找一个由 LLM 驱动的工具,用于整理和查询我的电子邮件,但有一个严格的限制:它不得编写、发送或修改任何内容。
标准过滤器错过了“中间地带”邮件的细微差别,而现有的 AI 电子邮件客户端则要求完全控制收件箱或试图自动化太多内容。
我正在寻找:
- <i>严格的只读分类</i>:对收到的邮件进行分类(例如,“重要”、“可能有用”、“可能促销”),零写入权限,即不发送、移动、删除或自动归档
- <i>知识检索</i>:从分散的邮件线程中构建一个可搜索的知识库。我想用自然语言提问,例如:“过去 3 个月关于项目 X 的所有决策是什么?”
- <i>跟进和行动项目检测</i>:显示已停滞且需要提醒的邮件线程,同时提取埋在长链中的明确任务和截止日期
- (可选)<i>隐私优先</i>:理想情况下在本地运行,或者允许我插入自己的 API 密钥以确保数据安全
有人见过完全专注于这种只读、分类 + 检索工作流程的工具吗?
查看原文
I’m looking for an LLM‑powered tool to help organize and query my email, but with a strict boundary: it must not write, send, or modify anything.<p>Standard filters miss the nuance of "middle-ground" emails, and existing AI email clients demand full inbox control or try to automate too much.<p>What I’m looking for:<p>- <i>Strictly read‑only triage</i>: Categorizes incoming mail (e.g., “important”, “maybe useful”, “likely promo”) with zero write permissions ie. no sending, moving, deleting, or auto-archiving<p>- <i>Knowledge retrieval</i>: Builds a searchable knowledge base from scattered threads. I want to ask natural-language questions like: “What were all the decisions about Project X across the last 3 months?”<p>- <i>Follow-up & action item detection</i>: surfaces email threads that have stalled and need a nudge, while extracting explicit tasks and deadlines buried in long chains<p>- (optional) <i>Privacy-first</i>: Ideally runs locally or lets me plug in my own API keys to keep the data secure<p>Has anyone seen a tool that focuses entirely on this read-only, triage + retrieval workflow?