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

@deepseek-ai/dsh-evolution-activity

Durable activity store for self-evolution plan outcomes

AI Analysis

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

Package
@deepseek-ai/dsh-evolution-activity
Version
0.3.70
License
MIT
Last updated
Sep 12, 2026

Install

This plugin has no verified bundle, or compatibility checks failed. Read the repository notes first. Read the full 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).