yoke233/dsh-prime-agent3

dsh-prime-agent

为 DeepSeek Harness 代码模式提供的受 Prime Agent 启发的持久化 RLM 控制面板插件。

AI 分析

核心用途是提供持续学习与子智能体调度的控制面板。适合在代码模式下进行复杂、长流程开发任务的高级用户,配置时必填 stateDirectory 字段。

包名
dsh-prime-agent
版本
0.2.0
许可证
MIT
最近更新
2026年8月17日

安装

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

配置

stateDirectory 必填。未配置选项时使用下列默认值。

选项默认值含义
refineToolNameprime_refine持续学习工具名
allowGlobalRefinementfalse允许模型访问 global 学习状态
requireCodeModetrue要求 run_code 是模型唯一可见工具
requireOrchestrationToolstrue要求具备 Subagent admission 与 job_output
continual有界默认值学习条目、事务、状态与 prompt 限制

dsh-prime-agent/runtime 条目另接受官方预算字段(computeMsmaxWallMsmaxOutputBytesmaxOldGenerationSizeMb,同名逐字透传)与 realm pool 治理项(maxActiveRealmsmaxIdleMsmaxHostCallsPerRunmaxParallelHostCallsPerRun)。