FriendsHL/dsh-agent-factory ↗★ 0
dsh-agent-factory
适用于 DeepSeek Harness 的预设感知型 Agent 运行及基线/候选实验插件。
AI 分析
核心用途是创建、运行和对比不同预设下的 AI 代理表现。适合需要对 AI 任务执行效果进行基线测试和候选方案对比的开发者。支持沙箱模式继承。
安装
$
npx -p @deepseek-ai/dsh dsh plugin --profile web add github:FriendsHL/dsh-agent-factory说明文档
阅读完整 README ↗Configuration
| Field | Default | Purpose |
|---|---|---|
maxDepth | 3 | Maximum absolute delegation depth. 0 prevents the factory from starting a child. |
runToolName | agent_run | Model-facing run tool name. |
compareToolName | agent_compare | Model-facing comparison tool name. |
listToolName | agent_presets | Model-facing preset discovery tool name. |
allowedPresets | all discovered presets | Optional allowlist. An explicit empty list is rejected at load. |
Child Agents inherit the parent's model route unless the tool call supplies a provider, model, or maximum-token override. They inherit the parent's explicit sandbox mode and receive delegated approval policy; changing the preset does not widen permissions.