Pa Dsh
Description
ProactiveAgent × DeepSeek Harness 插件组:把主动记忆 + 主动建议接入 DSH(6 个 cordis 插件,引擎零重写)
Installation
This entry records only its repository, not the path inside it, so there is no
exact command to give. Open the source below and copy the folder into
~/.claude/skills/, or the file into ~/.claude/agents/.
README
pa-dsh — ProactiveAgent × DeepSeek Harness 插件组
把 [ProactiveAgent](https://github.com/ConradLu2740/ProactiveAgent)(主动记忆 + 主动建议系统) 做成 DeepSeek Harness(dsh)的 cordis 插件组。**引擎零重写**,全部复用 `@proactive-agent/core`,通过 cordis 服务注入。
架构
graph TB
subgraph dsh[DeepSeek Harness 宿主]
EV[会话事件流 session/event]
TOOLS[工具注册 ctx.tools]
PROMPT[系统提示词 systemPrompt]
SKILLS[技能目录 ctx.skills]
SESSIONS[会话 Store ctx.sessions]
end
CORE[dsh-proactive-core
paCore 服务
@proactive-agent/core 进程内单例]
MEM[dsh-proactive-memory
memory_capture / recall / stats
+ persona 提示词段]
SUG[dsh-proactive-suggest
事件 → evaluateNow 五触发器
+ suggest_now 工具]
INJ[dsh-proactive-injector
建议箱通知投递
suggest_list / accept / dismiss]
DAI[dsh-proactive-daily
每日 09:30 定时评估
daily_review 工具]
SKI[dsh-proactive-skills
sop 记忆 → pa-sop-N skills]
CORE -. paCore 服务注入 .-> MEM
CORE -. paCore 服务注入 .-> SUG
CORE -. paCore 服务注入 .-> INJ
CORE -. paCore 服务注入 .-> DAI
CORE -. paCore 服务注入 .-> SKI
EV -- session/created/turn/end/disposed --> SUG
SUG -- pa/suggestion 事件 --> INJ
INJ -- session.append 通知 --> SESSIONS
MEM -- persona 段 --> PROMPT
SUG -- suggest_now --> TOOLS
INJ -- 建议箱工具 --> TOOLS
DAI -- daily_review --> TOOLS
SKI -- registerProvider --> SKILLS
SUG -- 建议落库 --> CORE
INJ -- accept/dismiss 反馈 --> CORE
**事件流**:dsh 会话事件(`session/created` → `session_start` 存量推送;`turn/end` → `session_mid` 强信号建议;`session/disposed` → `session_end` 完整评估;`suggest_now` → `manual`;每日定时 → `timer`)→ suggest 插件评估 → `pa/suggestion` 事件 → injector 投递建议箱通知 → 用户接受/忽略 → 反馈回流 core(状态、类型权重持久化)。
插件一览(已发布 npm,v0.1.0)
| 包 | 职责 |
|---|---|
| @proactive-agent/dsh-proactive-core | 引擎单例宿主:唯一 import @proactive-agent/core,以 paCore 服务提供 memory/suggest |
| [@proactive-agent/dsh-proactive-memory](https://www.npmjs.com/pac |
Related Skills
Auto Update
Pull the latest ECC repo changes and reinstall the current managed targets.
Development Ecc Guide
Navigate ECC's current agents, skills, commands, hooks, install profiles, and docs from the live repository su
Development Epic Claim
Claim an epic issue, stamp coordination state, and sync local ownership.
Development Epic Publish
Publish a validated epic update back to the issue and local cache.
Development Epic Review
Mark epic review requested, approved, or changes requested.
Development Epic Unblock
Sweep blocked epic issues and reopen anything whose dependencies are closed.
Development Related Agents
Django Build Resolver
Django/Python build, migration, and dependency error resolution specialist. Fixes pip/Poetry errors, migration
Openai Codex CLI
(55.8k ⭐) - Lightweight coding agent that runs in your terminal.
src/agents/ — 11 Agent Definitions
**Generated:** 2026-04-11