# Google 於 Gemini API 推出 Managed Agents 簡化開發

> 📖 本站完整內容索引（documentation index）：[llms.txt](/llms.txt)

> 原作者：Google for Developers (@googledevs) · 策展與摘要：EasyVibeCoding · 平台：X (Twitter) · 熱度：🔥 · 日期：2026-06-05

> 原始來源：https://x.com/googledevs/status/2062655638203773314

## 證據與延伸閱讀

- [dforge.ca](https://insider.dforge.ca/issues/2026-05-20/)
- [google.com](https://docs.cloud.google.com/release-notes)
- [agents.md](https://agents.md/)
- [linuxfoundation.org](https://www.linuxfoundation.org/press/linux-foundation-announces-the-formation-of-the-agentic-ai-foundation)
- [sap.com](https://architecture.learning.sap.com/docs/global-standards-for-agentic-ai/agentic-ai-foundation)
- [reddit.com](https://www.reddit.com/r/ClaudeAI/comments/1ppw38d/agent_skills_is_now_an_open_standard/)
- [agentskills.io/home](https://agentskills.io/home)
- [f5.com](https://www.f5.com/company/blog/agent-skills-an-emerging-open-standard)

## 中文摘要

Google 於 Gemini API 推出 Managed Agents 簡化開發。

<video src="https://pub-75d4fe1e4e80421b9ecb1245a7ae0d1a.r2.dev/curated/1780629958215-zkclny13.mp4" poster="https://pub-75d4fe1e4e80421b9ecb1245a7ae0d1a.r2.dev/curated/1780629961081-mgIWUD1WoQfHR9K3Mjpg.jpg" controls preload="metadata" style="max-width:100%;height:auto;display:block;margin:1rem 0"></video>
> Google Gemini API 推出 Managed Agents 功能，簡化 AI 代理程式的部署與基礎架構管理。

**核心服務與優勢**
Google for Developers 宣布「Managed Agents」正式於 Gemini API 上線，旨在解決 Agent 開發中基礎架構配置與沙盒環境建置的繁瑣問題。透過單一 API 呼叫，開發者即可獲得託管的遠端沙盒環境，將開發重心完全聚焦於 Agent 的行為邏輯與任務執行，實現雲端原生的測試、迭代與規模化部署。

**標準化開發規範**
為了提升 Agent 的協作效率與專業能力，Google 同步推廣兩項開放格式標準：
- **AGENTS.md**：定位為 Agent 專用的「README」，提供一個標準且可預測的檔案格式，讓開發者能將建置步驟、測試指令、程式碼風格規範及安全注意事項等資訊集中管理，避免干擾人類開發者閱讀的 `README.md`。
- **Agent Skills**：一套輕量級的開放格式，透過包含 `SKILL.md` 與相關資源的資料夾，將特定領域知識與工作流程封裝為可攜式模組。Agent 會透過「發現」、「啟用」與「執行」三個階段，僅在需要時載入相關指令，有效降低 context window 的負擔。

**實作與整合指引**
開發者可透過以下方式快速導入這些標準：
1. **建立 AGENTS.md**：在專案根目錄建立 `AGENTS.md`，並可針對大型專案在子目錄中使用巢狀結構。
2. **遷移現有文件**：若已有舊版文件，可使用以下指令進行遷移並建立符號連結以維持相容性：
   ```bash
   mv AGENT.md AGENTS.md && ln -s AGENTS.md AGENT.md
   ```
3. **工具設定**：
   - 若使用 Aider，請在 `.aider.conf.yml` 加入：`read: AGENTS.md`
   - 若使用 Gemini CLI，請在 `.gemini/settings.json` 設定：
     ```json
     { "context": { "fileName": "AGENTS.md" }, }
     ```

Managed Agents 透過整合這些開放標準，大幅降低了 Agent 開發的進入門檻，讓開發者能更專注於定義 Agent 的行為與專業技能，而非底層的基礎設施維護。欲了解更多資訊，可參考 [Google 官方說明](https://goo.gle/3ROlraV)。

## 媒體內容

**Google Gemini API 推出 Managed Agents 功能，簡化 AI 代理程式的部署與基礎架構管理。**

**逐字稿**

- `00:00` 你已經建構好了 Agent。但在正式環境中執行才是複雜度的開始。（You've built the agent. Running in production is where the complexity begins.）
- `00:05` 過去需要數個月的基礎設施架設，為每位使用者隔離出 Sandbox。（Months of infrastructure set up isolate sandboxes for every user.）
- `00:10` 直到現在。（Until now.）
- `00:12` 只需一個 API 呼叫。（A single API call.）
- `00:14` 一個託管式的 Agent。（A managed agent.）
- `00:16` 一個遠端 Sandbox。（A remote sandbox.）
- `00:18` 以及 Google 自家 Agent 背後所使用的 anti-gravity harness。（And the anti-gravity harness behind Google's own agents.）
- `00:23` 透過你自己的指令、skill 和資料進行自訂。（Customize with your own instructions, tools, and data.）
- `00:28` 測試並讓你的 Agent 在雲端進行擴展。（Test and get your agent to scale in the cloud.）
- `00:31` 就是這麼簡單。（It's that easy.）
- `00:33` 建構 Agent 最困難的部分，現在已經是你不需要親手打造的部分了。（The hardest part of building agents is now the part you don't have to build.）

## 標籤

Gemini, Agent, 功能更新, 新產品, Google, Gemini
