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

29 lines
1.0 KiB
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: "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]]