GY-Bai/dsh-anchored-subagent0

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.

包名
dsh-anchored-subagent
版本
0.3.0
许可证
MIT
最近更新
2026年8月16日

安装

$npx -p @deepseek-ai/dsh dsh plugin --profile web add github:GY-Bai/dsh-anchored-subagent

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.

KeyDefaultMeaning
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.
bootstrapMaxTokensnullOptional 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