TIZ36/evo-memory1

evo-memory

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

AI 分析

核心用途是为 DSH 提供跨会话的持久化记忆服务,避免 Agent 遗忘历史交互。适合需要多会话连续开发任务的用户。支持通过本地 link 或 pnpm 安装。

パッケージ
evo-memory
バージョン
0.2.0
ライセンス
MIT
最終更新
2026/08/17

インストール

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

ドキュメント

README 全文を読む ↗

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