dsh-prime-agent
Prime Agent-inspired persistent RLM control plane for DeepSeek Harness Code Mode
AI Analysis
核心用途是提供持续学习与子智能体调度的控制面板。适合在代码模式下进行复杂、长流程开发任务的高级用户,配置时必填 stateDirectory 字段。
Install
$
npx -p @deepseek-ai/dsh dsh plugin --profile web add github:yoke233/dsh-prime-agentREADME
Read the full README ↗配置
stateDirectory 必填。未配置选项时使用下列默认值。
| 选项 | 默认值 | 含义 |
|---|---|---|
refineToolName | prime_refine | 持续学习工具名 |
allowGlobalRefinement | false | 允许模型访问 global 学习状态 |
requireCodeMode | true | 要求 run_code 是模型唯一可见工具 |
requireOrchestrationTools | true | 要求具备 Subagent admission 与 job_output |
continual | 有界默认值 | 学习条目、事务、状态与 prompt 限制 |
dsh-prime-agent/runtime 条目另接受官方预算字段(computeMs、maxWallMs、maxOutputBytes、maxOldGenerationSizeMb,同名逐字透传)与 realm pool 治理项(maxActiveRealms、maxIdleMs、maxHostCallsPerRun、maxParallelHostCallsPerRun)。