viego-qiin/dsh-loop-detector0

dsh-loop-detector

死循环/重复输出检测插件 for DeepSeek Harness (dsh): 文本重复检测 + 工具调用意图级重复检测, 命中后自动 steer 重试 / cancel 强制中断

AI 분석

核心用途是检测文本和工具调用意图级别的重复,防止 Agent 陷入死循环。适合需要自动引导重试或强制中断异常重复输出任务的用户。

패키지
dsh-loop-detector
버전
1.0.0
라이선스
MIT
최근 업데이트
2026. 8. 15.

설치

검증된 bundle이 없거나 호환성 검사에 실패했습니다. 먼저 저장소 설명을 읽어 주세요. 전체 README 읽기 ↗

Configuration

FieldDefaultMeaning
minLen512Start text detection only after this many characters (avoid false positives on short replies)
maxRetries1Times to auto-retry via steer before hard cancel
checkReasoningtrueAlso scan reasoning (thinking) content for repetition