GY-Bai/dsh-anchored-subagent ↗★ 0
dsh-anchored-subagent
Say the secret handshake: DSH subagents start on the Minimal two-tool condition to unlock DeepSeek's full RL-trained strength, then get the whole toolbox.
安装
$
npx -p @deepseek-ai/dsh dsh plugin --profile web add github:GY-Bai/dsh-anchored-subagent说明文档
阅读完整 README ↗Configuration
The preset is defined in
agent-presets/dsh-anchored-subagent/agent.cordis.yml. You can edit the
installed copy at ~/.dsh/.agent-presets/dsh-anchored-subagent/agent.cordis.yml.
| Key | Default | Meaning |
|---|---|---|
bootstrapTools | ["bash","str_replace_editor"] | Tools visible on the first request. |
promoteOn | "either" | Promotion trigger: either, tool-call, or assistant-message. |
suppressedContextSources | ["agent-instructions","skill-catalog"] | Auto-injected context stripped during bootstrap; [] disables. |
bootstrapMaxTokens | null | Optional first-request output cap. |
Example agent.cordis.yml:
- id: persona
name: '@deepseek-ai/dsh-persona'
config:
text: You are a helpful software engineer assistant.
complete: true
includeRuntimeContext: false
- id: tool-bootstrap
name: ./tool-bootstrap.mjs
config:
bootstrapTools:
- bash
- str_replace_editor
promoteOn: either
suppressedContextSources:
- agent-instructions
- skill-catalog
bootstrapMaxTokens: null