MIT ライセンスのローカルファーストな DeepSeek Harness 長期記憶:自動取得、証拠ゲート付き回想、出所追跡、BM25+構造化ハイブリッド検索をすべてローカル SQLite で実現(別サーバー不要)。
DSH 統合
ネイティブ実行
作者による申告
安全性監査
未監査
最終検証日
2026-09-06
ライセンス
MIT
01どんなタスクに使えるのか?
Capture and search long-term memory across DeepSeek Harness sessions
Searchable local memory of completed main-agent turns plus a Memory UI under DSH Settings → StrataGate-AgentMemory
DeepSeek Harness (dsh) users running long-lived agents who need persistent, source-traced cross-session memory
02DeepSeek Harness への導入方法
前提条件
- DeepSeek Harness (dsh) must already be installed
インストール手順
- 01
$ dsh plugin --profile web add stratagate-dsh
- 02
Restart that profile, then keep using DSH normally.
導入成功の確認
- StrataGate exposes its Memory UI under DSH Settings → StrataGate-AgentMemory
03DSH 統合と能力の範囲
Installed as a native DeepSeek Harness (dsh) plugin — `dsh plugin --profile <name> add stratagate-dsh`
Automatic local-first capture
completed main-agent conversations and tool results→local SQLite database (no separate memory server)
Layered / compact memory
recent and older history→detailed recent history plus a compact index that expands on demand
Event cards with source & time
lasting memory records→records origin and separates when something was mentioned from when it happened
Hybrid BM25 + structured search
memory graph / events→compact facts via searchEvents() / searchGraphNodes() with reciprocal-rank fusion
Evidence-gated recall
retrieved context→a sufficiency check (evidence refs) before the agent relies on memory
External memory import
structured memory exported by another AI→traceable Events while the imported source text remains preserved
04誰に向いているのか?使うべきでない場面は?
向いている用途
- DeepSeek Harness (dsh) users running long-lived agents who need persistent, source-traced cross-session memory
不向きな用途
- The current version still has 31 majority-wrong questions on its evaluation set, so recalled answers are not guaranteed correct — verify important recalls against the cited source.
05互換性・メンテナンス・セキュリティ上の注意
- The current version still has 31 majority-wrong questions on its evaluation set, so recalled answers are not guaranteed correct — verify important recalls against the cited source.
- StrataGate supplies state, constraints and validation, but the integrating application still controls model calls, tool iteration and the maximum retrieval budget.
readme_verified
06よくある質問
DeepSeek Harness にどうインストールする?
DeepSeek Harness がすでに入っているなら `dsh plugin --profile web add stratagate-dsh` でプロファイルに追加し、そのプロファイルを再起動します。その後 StrataGate は完了したメインエージェントのターンを取り込み、DSH 設定 → StrataGate-AgentMemory にメモリ UI を表示します。
記憶はどこに保存される?
既定ではローカル SQLite ファイル `DSH_HOME/stratagate/memory.db` です。別の記憶サーバーは不要で、プラグインを削除してもデータベースは消えません。
薄弱な証拠で回答するのをどう防ぐ?
検索と回答の間に固定プロトコルを挟み、証拠参照から十分性を判定します。証拠が不十分なら戦略を変更、イベントを拡張、または出所を確認してから回答します。
他の AI の記憶を取り込める?
はい。他 AI が出力した構造化メモリは、取り込み元の原文を残したまま追跡可能な Event に変換でき、出所が維持されます。
回想結果は信用してよい?
保証はありません。現バージョンでも評価セットで 31 問が多数派誤答です。重要な回想は引用元と照合してから信じてください。
07関連する DSH ワークフロー
memos
by memtensor
LLMやAIエージェント向けの自己進化型メモリOS。超永続メモリ・ハイブリッド検索・タスク横断のスキル再利用を備え、トークン使用を最大約35%削減。DeepSeek Harness対応。
dsh-anchored-standard
by xiaobright
Minimal 準拠のブートストラップから Standard ツール一式へ移行する 2 フェーズ構成の DeepSeek Harness プリセット
mem9
by mem9-ai
各ユーザーターン前の自動想起、完了ターンの背景スマート取り込み、5 つの記憶ツール(store/search/get/update/delete)を DeepSeek Harness に追加。
mindmemos
by mindscale-noah
DSHエージェントにセッションをまたぐ永続メモリを提供。各ターン前に文脈を自動想起し、終了後に学びを書き戻し、スキーマ学習とスキル蒸留で記憶を進化させる。
08データと出典
## Quick start: DeepSeek Harness If DeepSeek Harness is already installed, add StrataGate to the profile you use: ```b…
このページは、プロジェクトの公開ドキュメント、リポジトリのメタデータ、および DSH Plugins の構造化解析に基づいて生成されています。最終検証日:2026-09-06。誤りを見つけた場合は、修正を送信してください。
dsh プラグイン おすすめ
最初に入れたい 12 のプラグイン。全カタログ・全カテゴリから厳選しました。
