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

@proactive-agent/dsh-proactive-injector

ProactiveAgent suggestion mailbox + feedback tools for DeepSeek Harness

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 客户端卡片(模型不可见),属于后续升级方向。