YuXuanLiang-dev/dsh-plugin-adaptive-agent-policy ↗★ 0
dsh-plugin-adaptive-agent-policy
Adaptive task routing, loop budgets, and progressive tool-result pruning for DeepSeek Harness
AI 分析
核心用途是优化长上下文和多轮工具调用中的 Token 消耗与任务效率。适合运行复杂、多步骤 Agent 任务的用户。内置增强裁剪服务,无需手动配置上游裁剪工具。
インストール
$
npx -p @deepseek-ai/dsh dsh plugin --profile web add github:YuXuanLiang-dev/dsh-plugin-adaptive-agent-policyドキュメント
README 全文を読む ↗任务配置
| 类别 | 最大输出 token | 软检查步骤 | 纯文本硬终步 |
|---|---|---|---|
read | 16,384 | 4 | 8 |
small | 32,768 | 5 | 9 |
frontend | 32,768 | 8 | 14 |
large | 65,536 | 10 | 18 |
batch | 65,536 | 10 | 20 |
最大输出仅在 Agent 没有明确 maxTokens 时生效;更严格的调用方或提供方上限始终优先。