悬浮 - Google Antigravity 的移动代理管理器(开源)

1作者: gustavogb5 个月前
大家好,HN!我开发了 Levitation (https://levitation.studio) – 一个开源的移动端界面,用于监控并与您的 Google Antigravity 代理进行交互,即使您不在电脑旁也能操作。<p>对于不熟悉的人来说,Antigravity 是 Google 的代理开发平台,您可以在其中生成和编排多个代理,这些代理可以在不同的工作区中异步工作。问题在于:当您离开后,这些代理仍在工作,但您无法获取任何信息,直到您回到办公桌前。<p>Levitation 弥合了这一差距。一个轻量级的客户端在本地运行,并连接到一个移动友好的仪表板。您可以:<p>• 在您离开键盘时启动新任务 • 查看所有正在运行的任务的实时状态 • 在代理需要输入或遇到障碍时收到通知 • 通过手机批准/拒绝代理的决策<p>设置非常简单。只需在本地启动一个简单的进程: ``` npm install -g levitation-client levitation-client start ```<p>客户端会输出一个连接代码 – 在 https://levitation.studio 输入该代码,您就连接上了。<p>为什么开源:我希望这个项目是可审计的。客户端在您的机器上运行,您可以控制连接。同时,也希望人们可以用自己的想法或修复来改进它。<p>非常欢迎反馈,如果这对其他人有帮助,而不仅仅是我自己,我将继续发布带有新功能的新版本。
查看原文
Hi HN! I built Levitation (https:&#x2F;&#x2F;levitation.studio) – an open-source mobile interface to monitor and interact with your Google Antigravity agents while away from your computer.<p>For those unfamiliar, Antigravity is Google&#x27;s agentic development platform where you can spawn and orchestrate multiple agents working asynchronously across different workspaces. The problem: these agents keep working after you step away, but you have no visibility until you&#x27;re back at your desk.<p>Levitation bridges that gap. A lightweight client runs locally and connects to a mobile-friendly dashboard. You can:<p>• Start new tasks while you are away form keyboard • See real-time status of all running tasks • Get notified when agents need input or hit blockers • Approve&#x2F;reject agent decisions from your phone<p>Setup is very simple. Just start a simple process locally: ``` npm install -g levitation-client levitation-client start ```<p>The client outputs a connection code – enter it at https:&#x2F;&#x2F;levitation.studio and you&#x27;re linked.<p>Why open source: I wanted this to be auditable. The client runs on your machine and you control the connection. Also so that people can improve it with their own ideas or fixes.<p>Feedback more than welcomed, if this is useful for other people beyond myself I&#x27;ll keep releasing new versions with new features.