imlishiyuan/dsh-keep-running ↗★ 0
dsh-keep-running
Watchdog plugin for DeepSeek Harness: on a 429/quota error, auto-resume the task via a recurring system-reminder until it succeeds.
AI 分析
核心用途是应对 API 频控或额度限制。适合需要运行超长任务、经常遇到 429 报错的用户。依赖 `dsh-schedule` 插件。
インストール
検証済み bundle がないか、互換性チェックに失敗しています。先にリポジトリの説明を読んでください。 README 全文を読む ↗
ドキュメント
README 全文を読む ↗Configuration
| Key | Default | Description |
|---|---|---|
intervalSeconds | 1800 | Task interval (seconds); the "continue" prompt is re-sent each tick. Minimum 300 |
continuePrompt | 请继续完成之前未完成的任务:{{task}} | Prompt delivered each tick; {{task}} is replaced by the breakpoint (most recent user message, truncated to 200 chars) |
quotaKeywords | [] | Quota keywords (lowercase). [] means HTTP 429 only; add vendor terms to adapt other providers |
quotaKeywords
Default [] = only HTTP 429 (covering RATE_LIMIT / QUOTA codes and quota signals in code/message). For multi-vendor setups, add each provider's error terms:
config:
quotaKeywords: ['quota exceeded', 'requests limit', '5-hour usage quota']