lesliechowsh/dsh-memo

lesliechowsh★ 5JavaScriptLast synced: 2026-08-21

Open on GitHub

Memo — session memory search for DeepSeek Harness agents (memo_search / memo_remember / memo_stats on the official sessionQuery service). Every benchmark number is the shipped product's own, with the experiment trail published.

README excerpt

Memo 中文文档 Your agent remembers everything you've done together — one plugin command, nothing else to run. Quick example You: "Did we ever discuss Dieter Rams?" Agent calls memo search("Dieter Rams") → Agent: "Yes — we researched it in the Weniger theme project: 'DESIGN DIETER RAMS' is a registered trademark, so the product was renamed Weniger…" Install Restart dsh web — the three memo tools appear in your agent's tool list. That's the whole setup. (Uninstall: dsh plugin --profile web remove dsh-memo ; manual profile-edit steps for CLI-less deployments are in CONTRIBUTING.md.) The install only mounts the plugin — it does not reconfigure DSH. Memo answers from its own persisted index (see below) and makes zero calls to the platform's FTS search, which upstream ships opt-in for its own reasons. What you get - Every past session, searchable. Ask in plain language ("did we ever decide…?") and get the matching session, snippet, and evidence back in one tool call. - Nothing else to run. No vector database, no embedding API, no API keys, no background indexer — it searches the corpus DSH already records, through the official sessionQuery backend. - Everything stays local. Sessions stay in …

View full README on GitHub →
Agentsagent-memorydeepseek-harnessdsh-pluginmemoryagentsearch

Category