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.
AI 分析
核心用途是通过在首轮请求中限制工具数量,激发 DeepSeek 模型的推理与规划能力,随后再解锁全部工具。适合追求极致模型表现的复杂任务开发者。
インストール
$
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