ConradLu2740/pa-dsh--packages-dsh-proactive-daily ↗★ 1
@proactive-agent/dsh-proactive-daily
Daily proactive review for DeepSeek Harness: timer trigger + daily_review tool
AI 분석
核心用途是为 DSH 引入每日定时主动评估与回顾功能。适合需要定时生成每日总结、回顾最近消息的用户。必要条件是需配合安装 pa-core 核心服务。
설치
검증된 bundle이 없거나 호환성 검사에 실패했습니다. 먼저 저장소 설명을 읽어 주세요. 전체 README 읽기 ↗
使用(cordis.patch.yml)
- insert:
- id: pa-core
name: '@proactive-agent/dsh-proactive-core'
config: {}
- id: pa-daily
name: '@proactive-agent/dsh-proactive-daily'
config:
dailyAt: '09:30'
timerEnabled: true
reviewTool: true
配置
| 字段 | 默认 | 说明 |
|---|---|---|
| dailyAt | 09:30 | 每日评估时间 HH:MM |
| timerEnabled | true | 定时评估开关 |
| reviewTool | true | daily_review 工具 |
| messageTtlMs | 24h | 最近消息保留时长 |