FriendsHL/dsh-agent-factory0

dsh-agent-factory

Preset-aware agent runs and baseline/candidate experiments for DeepSeek Harness

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.