22-ai-00/dsh-enhanced--plugins-assistant-evaluation2

@dsh-enhanced/assistant-evaluation

A bounded, append-only outcome evaluation ledger for the DSH personal assistant.

AI Analysis

用于记录和汇总智能体执行结果,适合需要量化评估任务的用户。

Package
@dsh-enhanced/assistant-evaluation
Version
0.1.28
License
MIT
Last updated
Sep 12, 2026

Install

$npx -p @deepseek-ai/dsh dsh plugin --profile web add github:22-ai-00/dsh-enhanced#bb3fb924f1bdb946901614b8b848ac3a1d60c642&path:plugins/assistant-evaluation

配置

默认值说明
databasePathDSH patch 设置绝对 SQLite 路径;测试可用 :memory:
maxQueryLimit100Host 单次查询硬上限,最大可配置为 500。
maxReviewOutcomes20模型单次 review 最近结果上限,最大 50。
maxSituationBytes200situation 的 UTF-8 字节上限;200 是 producer 互操作下限,只能上调。
maxMetricsBytes4096canonical metrics JSON 字节上限;256 是 durable producer 互操作下限,只能上调。
maxEvidenceRefs32每条 outcome 的证据引用数上限。
defaultSummaryWindowMs30 天未指定起点时的默认汇总窗口。
maxSummaryWindowMs365 天单次汇总允许的最大窗口。