ConradLu2740/pa-dsh--packages-dsh-proactive-injector ↗★ 1
@proactive-agent/dsh-proactive-injector
ProactiveAgent suggestion mailbox + feedback tools for DeepSeek Harness
AI 分析
核心用途是为 DSH 提供主动建议的投递通知与反馈闭环工具。适合需要接收智能体主动建议并进行采纳或忽略反馈的用户。必要条件是需配合安装 pa-core 和 pa-suggest。
インストール
検証済み bundle がないか、互換性チェックに失敗しています。先にリポジトリの説明を読んでください。 README 全文を読む ↗
ドキュメント
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
配置
| 字段 | 默认 | 说明 |
|---|---|---|
| notifyOnSuggestion | true | 收到建议时投递通知 |
| tools | true | 注册建议箱工具 |
| maxNoticesPerSession | 3 | 每会话通知上限(防轰炸) |
注意:当前通知以 plugin user message 进入模型上下文(弱约束保持用户主权)。 理想形态是 turnTail 客户端卡片(模型不可见),属于后续升级方向。