29 lines
1.0 KiB
Markdown
29 lines
1.0 KiB
Markdown
---
|
||
title: "ADK"
|
||
type: entity
|
||
tags: [Google, AI, Agent, Development Kit]
|
||
sources: [google-5个agent-skill设计模式-2026-03-19]
|
||
last_updated: 2026-03-19
|
||
---
|
||
|
||
## Overview
|
||
Agent Development Kit (ADK) 是 Google Cloud 发布的 Agent 开发工具包,提供了完整的代码示例和 5 种经过验证的 Skill 设计模式。
|
||
|
||
## Key Features
|
||
- **SkillToolset**:支持多个 Skill 组合使用的工具集
|
||
- **渐进式披露机制**:Agent 只在运行时需要时才消耗上下文 token 加载特定模式
|
||
- **5 种设计模式**:Tool Wrapper、Generator、Reviewer、Inversion、Pipeline
|
||
|
||
## Related Entities
|
||
- [[GoogleCloud]]:ADK 的发布主体
|
||
- [[ClaudeCode]]:类似的 Agent 开发工具(Anthropic)
|
||
- [[SkillToolset]]:ADK 中的 Skill 组合机制
|
||
|
||
## Connections
|
||
- [[Google5个AgentSkill设计模式]] ← documented_in ← [[ADK]]
|
||
- [[ToolWrapper]] ← part_of ← [[ADK]]
|
||
- [[Generator]] ← part_of ← [[ADK]]
|
||
- [[Reviewer]] ← part_of ← [[ADK]]
|
||
- [[Inversion]] ← part_of ← [[ADK]]
|
||
- [[Pipeline]] ← part_of ← [[ADK]]
|