Culeot/dsh-batch-pipeline0

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 Analysis

核心用途是管理和监控大规模批量生成任务。适合需要让 AI 批量处理大量数据、文章或代码并控制预算的用户。

Package
dsh-batch-pipeline
Version
0.1.0
Last updated
Aug 14, 2026

Install

This plugin has no verified bundle, or compatibility checks failed. Read the repository notes first. Read the full 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 |