dsh-circuit-breaker
用于 DeepSeek Harness 的循环守卫:拒绝重复的相同工具调用并限制每个代理的调用次数,在指令无法触及的模型之外执行。
Loop guard for DeepSeek Harness: denies repeated identical tool calls and caps per-agent calls, outside the model where instructions cannot reach
怎么安装
dsh plugin add github:pricklywiggles/dsh-circuit-breaker 简介
dsh-circuit-breaker A loop guard for DeepSeek Harness. It denies a tool call once the agent has already made that exact call several times, and caps how many calls one agent can make. The check runs in code, outside the model. Why this exists I run Qwen3.8-27B locally as the agent behind a DeepSeek Harness box. Two of its subagents went into degenerate repetition on the same afternoon. Here is what the session transcripts showed. | | Agent A | Agent B | |---|---|---| | Runtime | 33 min | 68 min, until I killed it | | Tool calls | 626 | 1,227 | | Searches | 1,200, of which 74 distinct | 1,043 |…
推荐参考
信息
- 协议
- MIT
- 语言
- JavaScript
- GitHub 星标
- 0
- 月下载
- –
- 最近更新
- 2026-09-02
- 创建于
- 2026-09-02
基础安全检查
- 检查结果
- curated 收录但无 npm 包/安装命令
- 收录来源
- curated:0xsline/awesome-deepseek-harness
- 主题标签
- deepseek-harness, dsh, dsh-plugin, dsh-plugins, llm-agents, qwen
同类推荐
ms-365-mcp-server
softeria/ms-365-mcp-server
一个模型上下文协议(MCP)服务器,通过Graph API与Microsoft 365和Office服务交互。