TT-Wang/dsh-slice-agent-loop ↗★ 3
@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
安装
$
npx -p @deepseek-ai/dsh dsh plugin --profile web add github:TT-Wang/dsh-slice-agent-loop说明文档
阅读完整 README ↗Configuration
| key | default | |
|---|---|---|
kernel | 'slice' | system-prompt kernel; 'ported' swaps in the verbatim Python prompt (A/B arm) |
maxStepsPerTurn | 50 | hard ceiling on continuation steps per turn |
maxParallelToolCalls | 10 | parallel 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:).