插件介绍
Composable, view-based memory for DeepSeek Harness. Pluggable sources and strategies, with three-tier memory out of the box.
项目详情摘要
dsh-mnemon English · 简体中文 Composable memory for DeepSeek Harness. Three tiers by default · Your Sources and Strategies · One View per turn Get started · Watch the v0.5.4 Light demo · Build a plugin · Documentation Runtime context, searchable documents and long-term evidence share a familiar Sidebar. The default Starter installs a tested plugin combination; contributors can replace or extend its parts without rebuilding the memory system. Automatic idle review now uses bounded spawn checkpoints, a five-minute minimum interval and a 20-attempt limit per loaded session. It can be disabled independently. Published Agent Teams tool conflicts pause review before any child starts; failed runs retain committed receipt metadata and are never replayed automatically. See review configuration and compatibility. Use three tiers, not three copies Memory | Keep here | How it reaches the Agent | **Runtime** | Preferences, working agreements, facts needed on the next turn | Compact USER / MEMORY projection | **Documents** | Designs, investigations, procedures and handoffs | Search, then read the relevant narrative | **Memory Spaces** | Durable facts, decisions, entities and relationships | On-demand evidence from enabled backends | A **memory space** is one named, Provider-backed scope for long-term evidence. It contains individual memories and can be activated independently. The Chinese product term is **记忆空间**. Use the same data from Sidebar, conversation tools or Headless. Global, workspace, centralized workspace and custom storage scopes are explicit. Direct retrieval does not spawn a Mnemon task Agent; Agent Query, semantic writes and maintenance may use the configured model. Workflows and costs. Start with the default installation You need a compatible DSH Host. **Mnemon Native al
摘自项目公开 README,可能随上游仓库更新。安装方法
建议先在测试 Profile 中安装,并检查权限、安装脚本和依赖。
npx -p @deepseek-ai/dsh dsh plugin --profile web add github:omdsh-dev/dsh-mnemon
使用前检查
- 确认项目符合 DSH bundle 规范,而不只是相关仓库。
- 阅读许可证和安装脚本,检查网络、文件及执行权限。
- 备份配置,并确保插件能够安全卸载或回滚。
