Culeot/dsh-batch-pipeline ↗★ 0
dsh-batch-pipeline
Batch task pipeline for DeepSeek Harness: a cross-session batch ledger with progress pointer, budget guard, and product assertions — model-facing tools plus a per-step progress injection.
AI 분석
核心用途是管理和监控大规模批量生成任务。适合需要让 AI 批量处理大量数据、文章或代码并控制预算的用户。
설치
검증된 bundle이 없거나 호환성 검사에 실패했습니다. 먼저 저장소 설명을 읽어 주세요. 전체 README 읽기 ↗
Usage examples
Write 50 essays:
batch_create name=putonghua-essays items=[topic1, topic2, ..., topic50] minBytes=500
## Configuration
| Option | Default | Description |
|---|---|---|
| `budgetUsd` | 5 | Spending cap in USD (estimated) |
| `injectEnabled` | true | Inject batch progress (current item/budget) each step |