Auto-sync: 2026-04-16 17:30

This commit is contained in:
2026-04-16 17:30:41 +08:00
parent b2250c60b2
commit c999498de4
662 changed files with 3797 additions and 21340 deletions

View File

@@ -1,25 +0,0 @@
---
title: "渐进式披露"
type: concept
tags: [agent, skill, context-management]
last_updated: 2026-04-15
---
# 渐进式披露
## 定义
ADKAgent Development Kit的机制agent 只在运行时需要时才消耗上下文 token 来加载特定模式。
## 核心价值
- 避免 context overflow
- 只加载当前任务需要的 skill 组件
- 提高 token 利用效率
## 在 Skill 设计中的应用
- [[Tool Wrapper]]:只在触发关键词时加载规范
- [[Reviewer]]:只在执行审查时加载检查清单
- 5 种模式可组合,但不会全部同时加载
## Connections
- [[ADK]]:实现机制
- [[Agent Skill 设计模式]]:应用场景