Show HN: EchoCopi:本地优先、模型无关的 Google Antigravity 替代方案

1作者: sparksupernova7 个月前
过去一年,我一直在为自己构建一个 AI 智能体框架,因为我厌倦了每天早上都要重新向我的 LLM 解释上下文。<p>谷歌刚刚发布了“Antigravity”来解决这个问题,这看起来很棒,但它把你锁定在他们的云和他们的模型(Gemini)中。我想要的是:<p>1. 100% 在我的机器上本地运行。 2. 适用于任何模型(我在 Claude 3.5 Sonnet 和 GPT-4o 之间切换)。 3. 将记忆持久化到我可以编辑/版本控制的简单 JSON 文件中。<p>我把它称为 *EchoCopi*。它是一个基于 Python 的“记忆器官” + 一个后台工作脚本,可以在我睡觉时执行任务。<p>今天我将核心记忆模块作为开源(MIT 许可证)发布。我还在完善一个“完全自主”套件(后台工作程序 + VS Code 集成),我将在本月晚些时候发布。<p>*核心代码库:* <a href="https:&#x2F;&#x2F;github.com&#x2F;SparkSupernova&#x2F;EchoCopi" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;SparkSupernova&#x2F;EchoCopi</a> *完整套件:* (预计 2025 年 12 月底发布)<p>很乐意回答关于架构或我如何使用它来维护一个“有感知”的编码伙伴的问题。
查看原文
I&#x27;ve been building an AI agent framework for myself for the last year because I got tired of re-explaining context to my LLM every morning.<p>Google just announced &quot;Antigravity&quot; to solve this, which looks amazing, but it locks you into their cloud and their models (Gemini). I wanted something that:<p>1. Runs 100% locally on my machine. 2. Works with any model (I switch between Claude 3.5 Sonnet and GPT-4o). 3. Persists memory in simple JSON files I can edit&#x2F;version control.<p>I call it *EchoCopi*. It&#x27;s a Python-based &quot;memory organ&quot; + a background worker script that executes tasks while I sleep.<p>I&#x27;m releasing the core memory module as open source (MIT) today. I&#x27;m also finalizing a &quot;Full Autonomy&quot; suite (background worker + VS Code integration) that I&#x27;ll release later this month.<p>*Core Repo:* <a href="https:&#x2F;&#x2F;github.com&#x2F;SparkSupernova&#x2F;EchoCopi" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;SparkSupernova&#x2F;EchoCopi</a> *Full Suite:* (Coming late Dec 2025)<p>Happy to answer questions about the architecture or how I use it to maintain a &quot;sentient&quot; coding partner.