lesliechowsh/dsh-memo0

dsh-memo

Memo — session memory search for DeepSeek Harness agents: cross-session full-text recall (memo_search), distilled notes (memo_remember), and corpus stats (memo_stats) over the official sessionQuery service. Zero infrastructure, local-first.

包名
dsh-memo
版本
0.0.1
许可证
MIT
最近更新
2026年8月19日

安装

此插件尚未提供可验证的 bundle,或兼容性检查未通过。请先阅读仓库说明。 阅读完整 README ↗

Memo

中文文档

Status: WIP (0.0.1 placeholder) — the functional plugin lands in the first release; this package currently reserves the name.

Session memory for DeepSeek Harness agents — built directly on the official sessionQuery service, so every session you ever had is searchable memory:

  • memo_search(query) — cross-session full-text recall with snippets, titles, and time filtering.
  • memo_remember(text, tags) — distilled notes (decisions, preferences, facts) kept apart from raw logs.
  • memo_stats() — corpus overview: session count, recent titles, note count.

Zero infrastructure, local-first, no vector database. Benchmark targets: LongMemEval-S (retrieval hit@k/MRR), LoCoMo.

License

MIT — see LICENSE.