Auto-sync: 2026-04-21 17:12

This commit is contained in:
2026-04-21 17:12:45 +08:00
parent 914c8f6925
commit 0fe7ba237f
1888 changed files with 220 additions and 68174 deletions

View File

@@ -1,23 +0,0 @@
---
id: skill-toolset
title: "SkillToolset"
type: concept
tags: [Agent, ADK, 工具集]
sources: [Google-5-Agent-Skill-design-patterns-2026-03-19]
last_updated: 2026-04-17
---
## Summary
ADKAgent Development Kit提供的 skill 工具集,支持按需加载和动态组合不同的 skill 模式。
## Definition
SkillToolset 是 Google ADK 中的组件,提供一组标准化的 skill 加载和组合机制,支持渐进式披露、动态加载和模式复用。
## Components
- **动态加载器**:根据运行时上下文按需加载 skill
- **模式组合器**支持多种模式Tool Wrapper、Generator、Reviewer、Inversion、Pipeline自由组合
- **上下文管理器**:管理 skill 生命周期和 token 消耗优化
## Related Concepts
- [[渐进式披露]]SkillToolset 实现的核心优化策略
- [[Tool Wrapper]]、[[Generator]]、[[Reviewer]]、[[Inversion]]、[[Pipeline]]:可组合的 5 种模式