Files
nexus/wiki/concepts/SkillToolset.md

942 B
Raw Blame History

id, title, type, tags, sources, last_updated
id title type tags sources last_updated
skill-toolset SkillToolset concept
Agent
ADK
工具集
Google-5-Agent-Skill-design-patterns-2026-03-19
2026-04-17

Summary

ADKAgent Development Kit提供的 skill 工具集,支持按需加载和动态组合不同的 skill 模式。

Definition

SkillToolset 是 Google ADK 中的组件,提供一组标准化的 skill 加载和组合机制,支持渐进式披露、动态加载和模式复用。

Components

  • 动态加载器:根据运行时上下文按需加载 skill
  • 模式组合器支持多种模式Tool Wrapper、Generator、Reviewer、Inversion、Pipeline自由组合
  • 上下文管理器:管理 skill 生命周期和 token 消耗优化