FriendsHL/dsh-agent-factory0

dsh-agent-factory

适用于 DeepSeek Harness 的预设感知型 Agent 运行及基线/候选实验插件。

AI 分析

核心用途是创建、运行和对比不同预设下的 AI 代理表现。适合需要对 AI 任务执行效果进行基线测试和候选方案对比的开发者。支持沙箱模式继承。

包名
dsh-agent-factory
版本
0.1.0
许可证
MIT
最近更新
2026年8月26日

安装

$npx -p @deepseek-ai/dsh dsh plugin --profile web add github:FriendsHL/dsh-agent-factory

Configuration

FieldDefaultPurpose
maxDepth3Maximum absolute delegation depth. 0 prevents the factory from starting a child.
runToolNameagent_runModel-facing run tool name.
compareToolNameagent_compareModel-facing comparison tool name.
listToolNameagent_presetsModel-facing preset discovery tool name.
allowedPresetsall discovered presetsOptional 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.