lmzhen/dsh-evolution--packages-evolution-activity1

@deepseek-ai/dsh-evolution-activity

Durable activity store for self-evolution plan outcomes

AI 分析

适合需要对DSH自我进化方案的执行活动进行持久化记录和数量限制的任务。

パッケージ
@deepseek-ai/dsh-evolution-activity
バージョン
0.3.70
ライセンス
MIT
最終更新
2026/09/12

インストール

検証済み bundle がないか、互換性チェックに失敗しています。先にリポジトリの説明を読んでください。 README 全文を読む ↗

ドキュメント

README 全文を読む ↗

Configuration

  • maxItems: bound on the retained activity sidecar (default DEFAULT_MAX_ITEMS = 200). A non-finite value (NaN/±Infinity) falls back to the default (0.3.19, S6.4 guard), while a non-positive value (0 or negative) fails loud at the schema — z.number().min(1) — because slice(-0) would keep everything and disable the retention window (G3.1, 0.3.23).