プラグイン
DeepSeek-Harness プラグインを閲覧・絞り込み・インストールできます。
18 件のプラグインが見つかりました
OpenViking (dsh-memory-plugin)
volcengine/openviking
OpenViking memory and context bundle for DeepSeek Harness: pre-step auto-recall and profile injection, session capture, `viking://` URI guarding, and recall/write memory tools backed by an OpenViking server.
dsh-memory-evolve
csyangwen/dsh-memory-evolve
DeepSeek Harness に「セッションをまたぐ長期記憶 + バックグラウンド自己進化」機能をもたらす純粋なプラグイン実装: 5 トラックメモリ・git ブランチ認識・ターン内自己レビュー・スキル自己進化とスキルマネージャー・4 トラック ToDo・COI スケジューリング・セッションブロードキャスト・セッション検索・プロンプトマネージャー・一時メモ——コア無改造・ランタイム依存ゼロ、インストールしてすぐ使え、アンインストールで痕跡も残らない。
dsh-memento
perrylink/dsh-memento
境界があり階層化され、承認ゲート付きで監査可能なセッションをまたぐメモリ: 型付き `ctx.memory` インターフェースと依存ゼロの SQLite プロバイダー、`memory` ツール、凍結スナップショットの注入を提供。すべての書き込みは承認ゲートを通過し、セッションログから再構築可能。
dsh-memory
furongjun-1999/dsh-memory
マルチエージェント対応の時空間メモリグラフ。セッションをまたいだ永続化と、重要度でゲーティングされた想起に対応します。
dsh-memory-system
zhujunpeng12/dsh-memory-system
Local-first persistent memory infrastructure for DeepSeek Harness: bounded hot-memory bootstrap, explainable cold recall (exact + Chinese BM25), lease-lock transactional writes, read-only governance, and trajectory review. Pure Python + Markdown, zero ext
dsh-memory-gate
git121995/dsh-memory-gate
CBDC 権限ゲーティング付きの、範囲を限定したローカルメモリ。SQLite + FTS5 によるクレーム管理、説明可能な use/verify/ignore 判定によるスコープ付き想起と完全な監査ログ、/memory コマンド、1回あたり最大3クレーム/1200文字の注入に対応し、追加のモデル呼び出しは不要です。
dsh-memory-palace
lovezi0/dsh-memory-palace
Human-readable Markdown memory for DeepSeek Harness: user-level (~/.deepseek-harness/MEMORY.md) + workspace-level memory injected every turn, auto daily-log writing with distillation, bridges existing WorkBuddy/CodeBuddy memory dirs, memory_note / memory_note_user / memory_read tools with built-in dedup, and a bilingual settings page. Plain-text storage, no database.
dsh-memory-meow
phant0meow/dsh-memory-meow
プロジェクト単位のセッション間メモリ。最初のユーザーメッセージに PROJECT.md のスナップショットを注入し、memory_remember ツールと ReAct タスク後の自動振り返りを提供します。プロジェクトごとに独自のメモリファイルを保持します。
dsh-memory
jesse-njx/dsh-memory
DSH のロスレスなセッションログ上に構築された、引用付きメモリ。要約された事実には `(sessionId, eventRange)` の引用情報が付き、元のログの該当箇所を正確に展開できます。
dsh-memory-pyramid
33moren33/dsh-memory-pyramid
给 DeepSeek Harness 补上时间轴记忆:定宽只追加的事实日志 + agent 自己维护的摘要金字塔,固定阅读预算下 recall 成本不随记忆量增长。
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-memory-porter
shiye-10pages/dsh-memory-porter
Brings your existing Claude / ChatGPT history into DSH: instant zero-token import of the memories.json inside a Claude export, local Claude Code transcripts with no export needed, and conversations distilled through the model you already configured in DSH. Every memory carries verbatim evidence checked against the source by code — a paraphrase is dropped and counted, and evidence found only in the assistant turns is always routed to review rather than stored.
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-memory
flymysql/dsh-memory
セッションをまたぐメモリボールト。remember / recall / forget ツール、ターンごとのプロンプト注入、設定ページでのエントリブラウザを提供します。
dsh-layered-memory
olalaye/dsh-layered-memory
DeepSeek Harness 分层长期记忆插件:瞬时/情景/语义三层记忆,自动捕获、AI 提炼、跨会话召回与可视化管理。
dsh-memoryleak
warmwine/dsh-memoryleak
Notes and todos as plain Markdown files in your workspace: type /ml plus a sentence to jot into today's journal; todos come in three flavors — deadline, sleep-until-a-date (auto-wakes when due), and anytime; /ml view fuzzy-opens any file with a few keystrokes. Zero tokens throughout — nothing goes through the model, and your notes stay ordinary local files that git and any editor can read.
dsh-memory-director
ljsysfurryace/dsh-memory-director
LLM-driven remember/forget memory: after each turn a model decides what to keep (MemoryDirector), injects relevant memories before each step, dedups, and persists cross-session.
dsh-memory-protocol
baaai123/dsh-memory-protocol
Memory protocol enforcement plugin: bridges the opencode-memory MCP server, forces memory_weave before tool calls, auto-ingests turns, and injects memory context into agent steps.