TIZ36/evo-memory1

evo-memory

Provider-neutral evolving memory service and Cordis plugin for DeepSeek Harness

包名
evo-memory
版本
0.2.0
许可证
MIT
最近更新
2026年8月17日

安装

$npx -p @deepseek-ai/dsh dsh plugin --profile web add github:TIZ36/evo-memory

DeepSeek Harness configuration

For an npx-managed Harness profile, run the installer from this checkout:

./install_evo_dsps.sh

It builds the package, installs a local link through the official dsh plugin command, and activates evo-memory as a DSH bundle. The default profile is web; override it with DSH_PROFILE=tui or another profile name. The script does not edit the profile's user cordis.patch.yml.

The bundle uses deepseek-official and deepseek-v4-flash by default. Override them when launching Harness with EVO_MEMORY_PROVIDER and EVO_MEMORY_MODEL.

Manual configuration is also supported. Add both plugins after the Harness LLM and system-prompt services:

- id: evo-memory
  name: evo-memory/cordis
  config: {}

- id: evo-memory-deepseek
  name: evo-memory/deepseek
  config:
    provider: deepseek-official
    model: deepseek-chat
    recallLimit: 40
    maxContextChars: 6000
    reflect: true