プラグイン
DeepSeek-Harness プラグインを閲覧・絞り込み・インストールできます。
45 件のプラグインが見つかりました
dsh-memory
yangyongzhen/dsh-memory
Long-term memory injected at session start: preferences/facts/summaries/knowledge in global and per-project scopes, budgeted recall via `agent/pre-step`, durable JSON store.
dsh-recall
relistencode/dsh-recall
Conversation history recall for DSH: three-layer (literal/fuzzy/semantic) retrieval over every past session's original text, fully local & offline — AI never forgets what you told it. One-command install via `dsh.bundle.patch`, semantic layer runs in a worker thread.
dsh-memory
max-null/dsh-memory
Cross-session plaintext memory: deterministic BM25 keyword recall (no embeddings), memory_save/list/search/confirm/forget tools behind a human-confirm gate, and global + project-scoped JSON stores that follow your git repo.
dsh-knowledge
lemoncat7/dsh-knowledge
Provides local and remote knowledge bases with project- and session-scoped recall, controlled write-back, and an embedded Web management console.
StrataGate-AgentMemory (deepseek-harness)
diqierjia/stratagate-agentmemory
Automatic, local-first cross-session memory for DeepSeek Harness: layered Event/Element cards, evidence-gated recall, and expansion back to original turns and tool results.
dsh-argp
yoza10635/dsh-argp
Deterministic context compaction: prunes conversation atoms in reference-graph topological order with no LLM calls during compaction, and keeps pruned atoms recallable by marker.
dsh-recall-unread
hg1048596-pixel/dsh-recall-unread
Adds a strip above the composer to recall sent-but-unread (steering) text messages before the model reads them.
dsh-pin-recall
kerwin2046/dsh-pin-recall
Web のアクションバーからアシスタントの返信をピン留めし、次のモデルターンに呼び戻せます(`/pin` `/recall`、任意のウェイク機能付き)。
dsh-memoria
jiayan-xu/dsh-memoria
ベクトル+グラフ方式のメモリバックエンド。ローカルの memoria サーバーに対する observe/remember/search/recall ツールを提供し、HNSW によるセマンティック想起、FTS5 キーワード検索、ナレッジグラフのシグナルを RRF ランキングで融合します。ターン終了時の自動永続化とエージェントごとの名前空間分離に対応。
dsh-memory
flymysql/dsh-memory
セッションをまたぐメモリボールト。remember / recall / forget ツール、ターンごとのプロンプト注入、設定ページでのエントリブラウザを提供します。
perseus-vault-dsh
perseus-computing-llc/perseus-vault-dsh
Perseus Vault memory plugin for DeepSeek Harness: automatic pre-step recall injection from a governed memory vault
dsh-rule-evolve (plugin)
zoahdev/dsh-rule-evolve
Verification-driven self-evolution loop: failure logs become verified AGENTS.md rules; in-session plugin (evolve_learn / evolve_apply / evolve_touch / evolve_recall), tool-verify gate, rule lifecycle, local recall.
dsh-agentmemory
yiipu/dsh-agentmemory
DSH ↔ agentmemory session-memory bridge: mirrors session lifecycle into a local agentmemory daemon (REST), exposes memory_recall / memory_remember tools, and injects a per-session memory context window via agent/pre-step.
dsh-plugin-sodamem
sodamem/dsh-plugin-sodamem
Bi-temporal memory backed by a SodaMem daemon: recall is contributed to the prompt while each turn is assembled and every closed turn is ingested, with no tool call and no model call on the read path; each recalled fact cites the turn it came from and carries validity dates, so superseded facts stop being retrieved.
dsh-trilium
minerpi/dsh-trilium
Connect Trilium notes to the DSH agent via ETAPI with 20 agent tools: durable memory (remember/recall + auto-injected index), note management (CRUD/clone/attributes/revisions), full-text search, weekly-report workflow, attachments, calendar notes, backup/import, and a settings card.
dsh-native-memory
highland0971/dsh-native-memory
Native per-workspace memory on the harness's own seams: facts and a bounded always-on profile on the storage-domain JSON unit, approval-gated writes with `(sessionId, seq)` citations, deterministic recall plus session-query FTS over past sessions — no external server, no custom SQLite.
dsh-humanized-deepseek-maid
loonai321/dsh-humanized-deepseek-maid
Adds a configurable humanized whale-girl maid persona with immersive roleplay, speaking modes, and a lightweight layered memory with query-triggered recall.
dsh-input-history
sunshaobei/dsh-input-history
Standalone arrow-key input history for the DSH web composer: ↑/↓ recalls sent prompts from one global ring shared across all sessions and workspaces, persisted to localStorage with an overridable cap.
dsh-plugin-recall
truelove-dreamer/dsh-plugin-recall
モデル向けのセッションをまたぐメモリ機能。過去のすべてのセッションを全文検索し(ctx.sessionQuery 経由の SQLite FTS5)、最も一致度の高い抜粋を現在のコンテキストに呼び戻します。
dsh-memoria-extra
jiayan-xu/dsh-memoria-extra
memoria の高度なツール群。セッションコンテキストの注入(プロファイル+想起)、直近の決定事項、ヘルスレポート、名前空間の許可リスト、メモリ関係グラフ、エンティティ検索に対応します。dsh-memoria のコンパニオンプラグインです。
dsh-file-memory
iccuse/dsh-file-memory
ファイルベースのワーキングメモリ。重要な前提をセッションノートファイルに一語一句そのまま記憶/呼び出しでき、コンテキストの圧縮を経ても失われません。