Files
nexus/wiki/entities/GoogleCloud.md
2026-04-22 16:03:25 +08:00

25 lines
952 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
---
title: "Google Cloud"
type: entity
tags: [Google, Cloud, AI, ADK]
sources: [google-5个agent-skill设计模式-2026-03-19]
last_updated: 2026-03-19
---
## Overview
Google Cloud Platform 的云计算部门,发布了 Agent Development Kit (ADK) 及配套的 5 种 Agent Skill 设计模式指南。
## Key Contributions
- **ADK (Agent Development Kit)**Google Cloud 发布的 Agent 开发工具包
- **5 种 Skill 设计模式**Tool Wrapper、Generator、Reviewer、Inversion、Pipeline
- **SkillToolset 机制**支持渐进式披露Agent 按需加载 Skill
## Related Entities
- [[Anthropic]]Claude Code 开发者,其 Skill 实践经验被 ADK 指南引用
- [[ADK]]Google Cloud 的 Agent 开发工具包
- [[Google5个AgentSkill设计模式]]:本文档的核心来源
## Connections
- [[Google5个AgentSkill设计模式]] ← published_by ← [[GoogleCloud]]
- [[AnthropicSkill实践]] ← related_to ← [[GoogleCloud]]