ConradLu2740/pa-dsh--packages-dsh-proactive-injector1

@proactive-agent/dsh-proactive-injector

DeepSeek Harness 的 ProactiveAgent 建议邮箱与反馈工具。

AI 分析

核心用途是为 DSH 提供主动建议的投递通知与反馈闭环工具。适合需要接收智能体主动建议并进行采纳或忽略反馈的用户。必要条件是需配合安装 pa-core 和 pa-suggest。

套件
@proactive-agent/dsh-proactive-injector
版本
0.4.0
授權
MIT
最近更新
2026年8月16日

安裝

此插件尚未提供可驗證的 bundle,或相容性檢查未通過。請先閱讀倉庫說明。 閱讀完整 README ↗

使用(cordis.patch.yml)

- insert:
    - id: pa-core
      name: '@proactive-agent/dsh-proactive-core'
      config: {}
    - id: pa-suggest
      name: '@proactive-agent/dsh-proactive-suggest'
      config: {}
    - id: pa-injector
      name: '@proactive-agent/dsh-proactive-injector'
      config:
        notifyOnSuggestion: true
        tools: true
        maxNoticesPerSession: 3

配置

字段默认说明
notifyOnSuggestiontrue收到建议时投递通知
toolstrue注册建议箱工具
maxNoticesPerSession3每会话通知上限(防轰炸)

注意:当前通知以 plugin user message 进入模型上下文(弱约束保持用户主权)。 理想形态是 turnTail 客户端卡片(模型不可见),属于后续升级方向。