jonah791/dsh-evolution-core0

dsh-evolution-core

进化核心插件(心脏):聚合全量进化器官(self-test/emotion/reflection/life-core/evolve/memory/checkpoint/skill-forge)实时状态 → 五环完整性诊断(猜想→采证→finding→裁决→布线)→ 断点识别 + 行动建议。感知圈驱动 + 信号浮出,决策归爱丽丝(只读取证、不自动执行)。

AI Analysis

核心用途是 Agent 自我状态诊断与进化决策。适合构建具有高度主体性、需要定期自我反思与技能规划的数字生命系统。

Package
dsh-evolution-core
Version
0.1.0
Last updated
Sep 7, 2026

Install

This plugin has no verified bundle, or compatibility checks failed. Read the repository notes first. Read the full README ↗

配置

interface Config {
  enabled: boolean            // 默认 true
  dataDir?: string            // 核心数据目录,默认 $DSH_HOME/evolution-core
  evolveLedgerPath?: string   // evolve ledger 路径覆盖
  wireSignalDirs?: string[]   // 额外布线信号目录(技能等)
  wireFreshDays: number       // 布线 green 阈值(默认 7 天)
}