hjqcan/dsh-goodmemory

hjqcan★ 1TypeScriptLast synced: 2026-08-15

Open on GitHub

Automatic cross-session GoodMemory recall and writeback for DeepSeek Harness

README excerpt

dsh-goodmemory 中文 Automatic, durable, cross-session memory for DeepSeek Harness, backed by GoodMemory. The plugin recalls relevant memory before a DSH model step and writes the completed human/assistant exchange after a successful turn. Recalled context is an identified DSH user/message , so everything visible to the model remains reconstructable from the session log. Compatibility Package/runtime Supported version @deepseek-ai/dsh 0.1.0-rc.6 goodmemory 0.7.4 Node.js ^22.19.0 or =24.0.0 Bun, managed mode only =1.3.14 DSH is still an RC. This package deliberately pins its DSH peers; a new RC is unsupported until the integration suite passes against it. Install Install from npm: For a local checkout: Use --profile headless instead of web for the headless composition. The bundle inserts one goodmemory row; later profile, home, and CLI patch layers can replace its complete config. Managed mode Managed mode is the default. It starts the published goodmemory-http-bridge on a random loopback port, creates an in-memory bearer token, enables the recommended retrieval preset, and stores SQLite data at $DSH HOME/goodmemory/memory.sqlite . Install Bun first. GOODMEMORY BUN BINARY may name a no…

View full README on GitHub →
Agentsai-agentsdeepseek-harnessdsh-plugingoodmemorymemory

Category