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 分析

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

パッケージ
dsh-batch-pipeline
バージョン
0.1.0
最終更新
2026/08/14

インストール

検証済み bundle がないか、互換性チェックに失敗しています。先にリポジトリの説明を読んでください。 README 全文を読む ↗

ドキュメント

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 |