TT-Wang/dsh-slice-agent-loop3

@dsh-external/dsh-slice-agent-loop

SliceAgent concrete agent loop plugin for the DeepSeek Harness — a drop-in AgentFactory/Agent implementation whose context engine is the bounded slice

AI 分析

核心用途是替换默认的 Agent 运行循环和压缩机制。适合需要更精细控制单次对话最大步数、并行工具调用,并追求特定上下文重建逻辑的进阶用户。

パッケージ
@dsh-external/dsh-slice-agent-loop
バージョン
0.0.1
ライセンス
BSD-3-Clause
最終更新
2026/08/25

インストール

$npx -p @deepseek-ai/dsh dsh plugin --profile web add github:TT-Wang/dsh-slice-agent-loop

ドキュメント

README 全文を読む ↗

Configuration

keydefault
kernel'slice'system-prompt kernel; 'ported' swaps in the verbatim Python prompt (A/B arm)
maxStepsPerTurn50hard ceiling on continuation steps per turn
maxParallelToolCalls10parallel tool bodies per step; since DSH 0811 this also caps subagent fan-out

Set them from your profile's cordis.patch.yml, targeting the existing row by id (- id: slice-agent-loop + config:).