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.

AI 분석

核心用途是让 Agent 能够检索历史会话并记录提炼后的知识。适合需要跨会话保持上下文、希望 Agent 记住个人偏好和历史决策的用户。

패키지
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.