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