Skip to content

v0.1.0 — Initial Release

Choose a tag to compare

@Asher-2000 Asher-2000 released this 19 Aug 07:50
· 15 commits to main since this release

@deepseek-ai/dsh-memory-connect v0.1.0

Cross-session memory plugin for DeepSeek Harness (DSH).

Features

  • 🔍 Auto Extraction — Extracts facts, preferences, decisions, and context from conversations
  • 🧠 Semantic Recall — RRF (Reciprocal Rank Fusion) combines keyword and semantic search
  • Scheduled Maintenance — Automatic periodic decay and consolidation
  • 🤖 LLM Consolidation — Intelligent memory merging using DSH built-in ctx.llm
  • 📉 Memory Decay — Old, unused memories naturally fade
  • 🔧 Zero Config — Works with SQLite FTS5, no additional dependencies

Installation

npm install @deepseek-ai/dsh-memory-connect

Quick Start

# agent.cordis.yml
- id: memory
  name: @deepseek-ai/dsh-memory-connect
  config:
    path: ~/.dsh/memory.db

Links


中文

新功能

  • 🔍 自动提取 — 从对话中提取事实、偏好、决策和上下文
  • 🧠 语义召回 — RRF 融合关键词和语义搜索
  • 定时维护 — 自动衰减和整合
  • 🤖 LLM 整合 — 使用 DSH 内置 LLM 智能合并
  • 📉 记忆衰减 — 旧记忆自然消退
  • 🔧 零配置 — 基于 SQLite FTS5,开箱即用

安装

npm install @deepseek-ai/dsh-memory-connect