Plugins
Navegue, filtre e instale plugins do DeepSeek-Harness.
45 plugins encontrados
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
Fixe respostas do assistente pela barra de ações da Web e recupere-as no próximo turno do modelo (`/pin` `/recall`, com despertar opcional)
dsh-memoria
jiayan-xu/dsh-memoria
Backend de memória vetorial + em grafo: ferramentas observe/remember/search/recall contra um servidor memoria local, combinando recuperação semântica HNSW, busca por palavras-chave FTS5 e sinais de grafo de conhecimento via ranking RRF, com persistência automática ao final do turno e isolamento de namespace por agente
dsh-memory
flymysql/dsh-memory
Cofre de memória entre sessões: ferramentas remember / recall / forget, injeção de prompt por turno e um navegador de entradas na página de configurações
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
Memória entre sessões para o modelo: busca de texto completo em todas as sessões anteriores (SQLite FTS5 via ctx.sessionQuery) e traz de volta ao contexto atual os trechos com a melhor correspondência
dsh-memoria-extra
jiayan-xu/dsh-memoria-extra
Ferramentas avançadas do memoria: injeção de contexto de sessão (perfil + recuperação), decisões recentes, relatório de saúde, lista de permissões de namespace, grafo de relações de memória e busca de entidades; complemento do dsh-memoria
dsh-file-memory
iccuse/dsh-file-memory
Memória de trabalho apoiada em arquivo: memoriza/recupera premissas-chave literalmente em um arquivo de notas da sessão, para que sobrevivam sem perdas à compactação de contexto