← 返回
AI智能 中文

Batch

Process multiple items with progress tracking, checkpointing, and failure recovery.
批量处理多个项目,支持进度跟踪、检查点和故障恢复。
ivangdavila
AI智能 clawhub v1.0.0 1 版本 99820.3 Key: 无需
★ 2
Stars
📥 1,626
下载
💾 79
安装
1
版本
#latest

概述

Before Starting

  1. Dry run: Test with 2-3 items first
  2. Count: "Processing 47 items, ~2 min estimated"
  3. Confirm destructive ops: "This will delete 200 files. Proceed?"

During Processing

  • Progress every 10 items: "23/47 complete (49%)"
  • Checkpoint every 10-50 items: Save state to resume if interrupted
  • On error: Log it, continue with rest (don't abort entire batch)

After Completion

Always report:

✅ 44 succeeded
❌ 3 failed (saved to failed.json for retry)

Error Handling

ErrorAction
---------------
Timeout, rate limitRetry 3x with backoff (1s, 2s, 4s)
Bad format, missing dataSkip, log, continue
Auth failed, disk fullAbort entire batch

Check strategies.md for parallel vs sequential decision matrix.

Check errors.md for retry logic and rollback patterns.


Related: For delegating to sub-agents, see delegate.

版本历史

共 1 个版本

  • v1.0.0 当前
    2026-03-28 23:03 安全 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

ai-intelligence

ontology

oswalpalash
类型化知识图谱,用于结构化智能体记忆与可组合技能。支持创建/查询实体(人员、项目、任务、事件、文档)及关联...
★ 712 📥 243,772
ai-intelligence

Proactive Agent

halthelobster
将AI智能体从任务执行者升级为主动预判需求、持续优化的智能伙伴。集成WAL协议、工作缓冲区、自主定时任务及实战验证模式。Hal Stack核心组件 🦞
★ 836 📥 213,073
productivity

Word / DOCX

ivangdavila
创建、检查和编辑 Microsoft Word 文档及 DOCX 文件,支持样式、编号、修订记录、表格、分节符及兼容性检查等功能。
★ 438 📥 147,593