Files
nexus/wiki/concepts/渐进式披露.md
2026-04-15 15:02:52 +08:00

26 lines
670 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.
---
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 设计模式]]:应用场景