·hosted-agents
</>

hosted-agents

guanyang/antigravity-skills

當用戶要求“構建後台代理”、“創建託管編碼代理”、“設置沙盒執行”、“實現多人代理”或提及後台代理、沙盒虛擬機、代理基礎設施、模態沙箱、自生成代理或遠程編碼環境時,應使用此技能。

17安裝·1熱度·@guanyang

安裝

$npx skills add https://github.com/guanyang/antigravity-skills --skill hosted-agents

SKILL.md

Hosted agents run in remote sandboxed environments rather than on local machines. When designed well, they provide unlimited concurrency, consistent execution environments, and multiplayer collaboration. The critical insight is that session speed should be limited only by model provider time-to-first-token, with all infrastructure setup completed before the user starts their session.

Hosted agents address the fundamental limitation of local agent execution: resource contention, environment inconsistency, and single-user constraints. By moving agent execution to remote sandboxed environments, teams gain unlimited concurrency, reproducible environments, and collaborative workflows.

The architecture consists of three layers: sandbox infrastructure for isolated execution, API layer for state management and client coordination, and client interfaces for user interaction across platforms. Each layer has specific design requirements that enable the system to scale.

查看原文

可引用資訊

為搜尋與 AI 引用準備的穩定欄位與指令。

安裝指令
npx skills add https://github.com/guanyang/antigravity-skills --skill hosted-agents
分類
</>開發工具
認證
收錄時間
2026-02-01
更新時間
2026-02-18

快速解答

什麼是 hosted-agents?

當用戶要求“構建後台代理”、“創建託管編碼代理”、“設置沙盒執行”、“實現多人代理”或提及後台代理、沙盒虛擬機、代理基礎設施、模態沙箱、自生成代理或遠程編碼環境時,應使用此技能。 來源:guanyang/antigravity-skills。

如何安裝 hosted-agents?

開啟你的終端機或命令列工具(如 Terminal、iTerm、Windows Terminal 等) 複製並執行以下指令:npx skills add https://github.com/guanyang/antigravity-skills --skill hosted-agents 安裝完成後,技能將自動設定到你的 AI 程式設計環境中,可以在 Claude Code 或 Cursor 中使用

這個 Skill 的原始碼在哪?

https://github.com/guanyang/antigravity-skills