Files
nexus/wiki/concepts/SkillToolset.md

23 lines
942 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.
---
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 种模式