问HN:有没有只读的LLM工具用于邮件分类和知识提取?

1作者: maille27 天前原帖
我正在寻找一款基于大型语言模型(LLM)的工具,帮助我整理和查询电子邮件,但有一个严格的限制:它必须是只读的,不能写、发送或修改任何内容。 标准过滤器无法捕捉“中间状态”邮件的细微差别,而现有的人工智能邮件客户端则要求完全控制收件箱,或者试图自动化过多内容。 我所寻找的功能包括: - **严格的只读分类**:对 incoming 邮件进行分类(例如,“重要”、“可能有用”、“可能是促销”),并且没有写入权限,即不能发送、移动、删除或自动归档。 - **知识检索**:从零散的邮件线程中构建一个可搜索的知识库。我希望能够用自然语言提问,例如:“过去三个月关于项目 X 的所有决策是什么?” - **跟进和行动项检测**:识别那些停滞不前的邮件线程,并需要推动的内容,同时提取长邮件链中埋藏的明确任务和截止日期。 - (可选)**隐私优先**:理想情况下在本地运行,或者让我插入自己的 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 &quot;middle-ground&quot; 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 &amp; 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?