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

1作者: gustavogb大约 2 个月前原帖
嗨,HN!我开发了Levitation(https://levitation.studio)——一个开源的移动界面,可以在你离开电脑时监控和与Google的反重力代理进行交互。 对于不熟悉的人来说,反重力是Google的代理开发平台,你可以在不同的工作区中创建和协调多个异步工作的代理。问题是:这些代理在你离开后仍然在工作,但你在回到桌子前无法看到它们的状态。 Levitation弥补了这一空白。一个轻量级的客户端在本地运行,并连接到一个适合移动设备的仪表板。你可以: • 在离开键盘时启动新任务 • 查看所有正在运行任务的实时状态 • 当代理需要输入或遇到障碍时收到通知 • 从手机上批准或拒绝代理的决策 设置非常简单。只需在本地启动一个简单的进程: ``` npm install -g levitation-client levitation-client start ``` 客户端会输出一个连接代码——在https://levitation.studio输入该代码,你就连接上了。 为什么选择开源:我希望这个项目是可审计的。客户端在你的机器上运行,你控制连接。此外,这样人们可以用自己的想法或修复来改进它。 欢迎反馈,如果这个项目对其他人也有用,我会继续发布带有新功能的新版本。
查看原文
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.