22-ai-00/dsh-enhanced--plugins-assistant-evaluation ↗★ 2
@dsh-enhanced/assistant-evaluation
A bounded, append-only outcome evaluation ledger for the DSH personal assistant.
安装
$
npx -p @deepseek-ai/dsh dsh plugin --profile web add github:22-ai-00/dsh-enhanced#bb3fb924f1bdb946901614b8b848ac3a1d60c642&path:plugins/assistant-evaluation说明文档
阅读完整 README ↗配置
| 键 | 默认值 | 说明 |
|---|---|---|
databasePath | DSH patch 设置 | 绝对 SQLite 路径;测试可用 :memory:。 |
maxQueryLimit | 100 | Host 单次查询硬上限,最大可配置为 500。 |
maxReviewOutcomes | 20 | 模型单次 review 最近结果上限,最大 50。 |
maxSituationBytes | 200 | situation 的 UTF-8 字节上限;200 是 producer 互操作下限,只能上调。 |
maxMetricsBytes | 4096 | canonical metrics JSON 字节上限;256 是 durable producer 互操作下限,只能上调。 |
maxEvidenceRefs | 32 | 每条 outcome 的证据引用数上限。 |
defaultSummaryWindowMs | 30 天 | 未指定起点时的默认汇总窗口。 |
maxSummaryWindowMs | 365 天 | 单次汇总允许的最大窗口。 |