Hubert-hwk/dsh-loop-doctor

Hubert-hwk★ 0TypeScript最后同步: 2026-08-20

在 GitHub 打开

Self-diagnosing plugin family for DeepSeek Harness (dsh): deterministic detour detection over the SessionEvent log, replay-verified optimization suggestions, and accepted-fix sediment.

README 摘要

dsh-loop-doctor 中文 English A self-diagnosing plugin family for DeepSeek Harness ( dsh ): deterministic detour detection over the harness's own SessionEvent log, human-reviewable optimization suggestions with replay verification, and accepted-fix sediment that grows over time — the harness reading its own log to tell the operator where it wasted work. Observation before advice, advice before writes, writes behind human review. The four packages Package Plane What it does @hubert-hwk/dsh-loop-doctor-detector Observation Folds the session/event firehose into DetourSignal s (retry storms, tool misuse, context thrash, prompt bloat, effect churn) — pure deterministic rules, no LLM . @hubert-hwk/dsh-loop-doctor-advisor Advice Maps a signal to a Suggestion via a fix-pattern table and replay-verifies it against the exact log ( replay-verified vs simulated , never conflated). @hubert-hwk/dsh-loop-doctor-apply Write The only durable decisions: a human-review ledger, a narrow auto-apply gate (off by default), and accepted-fix sediment growth with live reload. @hubert-hwk/dsh-loop-doctor-tool Model surface The loop doctor diagnose tool: an agent diagnosing its own session on demand. The self-op…

在 GitHub 查看完整 README →
Agent/智能体agentautomationcordisdeepseek-harnessdsh-pluginllmobservabilityplugin

分类