DeepSeek Agent
插件市场知识与记忆memsearch
DEEPSEEK HARNESS PLUGIN

memsearch

A persistent, unified memory layer for all your AI agents (e.g. Claude Code, Codex, DSH), backed by Markdown and Milvus.

插件介绍

A persistent, unified memory layer for all your AI agents (e.g. Claude Code, Codex, DSH), backed by Markdown and Milvus.

agentagent-memoryai-agentsclaude-codeclaude-code-plugincodexdeepseekdeepseek-harnessdshdsh-pluginembeddingshybrid-searchlong-term-memorymemorymilvusopenclawopencoderagsemantic-searchskills

项目详情摘要

  memsearch Cross-platform semantic memory for AI coding agents. 📰 What's New **DeepSeek Harness support** — MemSearch now brings automatic capture, pre-step memory injection, native skill-based recall, background maintenance, and a read-only memory browser to DeepSeek Harness (DSH). **Skills from memory** — MemSearch now distills the workflows you repeat into reusable, installable agent skills (a third "procedural memory" layer) and keeps them up to date in the background. See Skills from Memory. **Advanced memory maintenance** — optional background tasks keep durable `PROJECT.md` and `USER.md` notes current across sessions. See Advanced Memory Maintenance. Why memsearch? 🌐 **All Platforms, One Memory** — memories flow across Claude Code, Codex, DeepSeek Harness, OpenClaw, and OpenCode. A conversation in one agent becomes searchable context in all others — no extra setup 👥 **For Agent Users**, install a plugin and get persistent memory with zero effort; **for Agent Developers**, use the full CLI and Python API to build memory and harness engineering into your own agents 📄 **Markdown is the source of truth** — inspired by OpenClaw. Your memories are just `.md` files — human-readable, editable, version-controllable. Milvus is a "shadow index": a derived, rebuildable cache 🔍 **Progressive retrieval, hybrid search, smart dedup, live sync** — 3-layer recall (search → expand → transcript); dense vector + BM25 sparse + RRF reranking; SHA-256 content hashing skips unchanged content; file watcher auto-indexes in real time 🧑‍💻 For Agent Users Pick your platform, install the plugin, and you're done. Each plugin captures conversations automatically and provides semantic recall with zero configuration. For Claude Code Users After restarting, just chat with Claude Code as usual

摘自项目公开 README,可能随上游仓库更新。

安装方法

建议先在测试 Profile 中安装,并检查权限、安装脚本和依赖。

npx -p @deepseek-ai/dsh dsh plugin --profile web add github:zilliztech/memsearch

使用前检查

  • 确认项目符合 DSH bundle 规范,而不只是相关仓库。
  • 阅读许可证和安装脚本,检查网络、文件及执行权限。
  • 备份配置,并确保插件能够安全卸载或回滚。