📝 正文
原文:I've been building with AI agents for a while and keep running into the same wall: memory solutions are either cloud-hosted (your data leaves your machine), heavy to self-host, or require an API key just to get started. I want something that:
* Runs fully local, no cloud
* Stores memories as plain ...
🇨🇳 中文翻译:
我用AI智能体开发已经有一段时间了,但一直碰到同样的瓶颈:记忆解决方案要么是云端托管的(数据会离开你的机器),要么自托管起来过于笨重,要么刚开始就需要API密钥才能用。我想要的是:
* 完全本地运行,无需云端
* 将记忆存储为纯Markdown文件,我可以自己阅读/编辑
* 通过MCP与任何智能体框架兼容
* 零运行成本(或许用Ollama来做嵌入)
* 机器重启后数据不丢失
这种方案是否存在,只是我没发现?还是其他人都只是在没有持久化记忆的情况下凑合,或者被迫接受云端依赖?这么问是因为我正在开发类似的东西,想知道这个问题是普遍存在还是只有我有。