wave-av/wave-runtime-registry--packages-dsh-plugin-wave-memory ↗★ 0
@wave-av/dsh-plugin-wave-memory
DeepSeek Harness 的 WAVE 记忆插件,支持跨会话记忆持久化
AI 分析
在回合结束时调用 `entire` 命令行工具,将当前会话日志保存为检查点以实现跨会话记忆。适合需要长期记忆持久化的任务,前提是系统已安装 `entire` CLI。
安装
此插件尚未提供可验证的 bundle,或兼容性检查未通过。请先阅读仓库说明。 阅读完整 README ↗
说明文档
阅读完整 README ↗@wave-av/dsh-plugin-wave-memory
On turn/end, shells out to the entire CLI to flush session logs into Entire-style checkpoints for cross-session memory persistence.
Inject
No specific services required. Listens on session/event.
Env contract
| Variable | Required | Default | Notes |
|---|---|---|---|
| (none) | — | — | Requires entire CLI installed and on $PATH; workspace must be Entire-enabled |
Inert by design
This plugin probes the Entire CLI for availability only. Full checkpoint persistence is gated on the workspace being Entire-enabled and the CLI being present.