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

@proactive-agent/dsh-proactive-injector

ProactiveAgent suggestion mailbox + feedback tools for DeepSeek Harness

AI Analysis

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

Package
@proactive-agent/dsh-proactive-injector
Version
0.4.0
License
MIT
Last updated
Aug 16, 2026

Install

This plugin has no verified bundle, or compatibility checks failed. Read the repository notes first. Read the full 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 客户端卡片(模型不可见),属于后续升级方向。