新增第26章: NAS照片发送到Telegram

This commit is contained in:
2026-04-17 11:50:37 +08:00
parent ea7a3785b9
commit 4fefe2541b
50 changed files with 1692 additions and 448 deletions

View File

@@ -0,0 +1,23 @@
---
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 种模式