S06 Context Compact - 上下文压缩流程图
本文档描述 s06_context_compact.py 的三层上下文压缩机制和执行流程。
1. 系统架构概览
加载中...
2. 三层压缩策略对比
加载中...
3. 微压缩流程 (micro_compact)
加载中...
4. 自动压缩流程 (auto_compact)
加载中...
5. 代理主循环流程(集成三层压缩 )
加载中...
6. 上下文压缩前后对比
加载中...
7. 压缩决策流程图
加载中...
8. 数据结构
tool_result 清理前
{
"type": "tool_result",
"tool_use_id": "toolu_001",
"content": "完整的命令输出(可能很长)"
}
tool_result 清理后
{
"type": "tool_result",
"tool_use_id": "toolu_001",
"content": "[Previous: used bash]"
}