memorylake-ai/memorylake-harness

插件Plugin ⭐ 3 MIT 记忆Memory

Client-side harnesses that connect coding agents to Memory Lake — cross-device long-term memory. (Two deployments, separate accounts: memorylake.ai international, memorylake.cn China; the CLI defaults to the international endpoint.)

catalog 简介 / catalog descriptioncatalog description:MemoryLake Harness

项目介绍Project Overview

memorylake-harness 是 DeepSeek Harness 的客户端插件,连接 Memory Lake 跨设备长期记忆服务。它在会话中提供记忆工具、提示词引导和会话状态功能,按写入同步、读取召回,账号与 Claude Code、Codex、opencode 等客户端共享同一身份与数据树。当需要跨会话保留项目上下文与偏好时启用,初始化后即可在 web 端使用。注意 CLI 默认指向国际节点 memorylake.ai,国内需切换至 memorylake.cn。

memorylake-harness is a DeepSeek Harness plugin that connects coding agents to Memory Lake, a cross-device long-term memory service. It exposes memory tools, prompt guidance, and session status, syncing writes and recalling context on reads. The identity and data tree under ~/.memorylake/harness/ are shared with Claude Code, Codex, and opencode clients. Use it when persistent project context is needed across sessions. Note that the CLI defaults to the international endpoint memorylake.ai; users in China must switch to memorylake.cn.

或使用命令行安装(适合开发者)Or use CLI install (for developers)

命令行安装CLI Install

dsh plugin --profile web add @memorylake/dsh-plugin

memorylake-ai/memorylake-harness 加入你的 DSH 配置(web profile)即可启用。

READMEREADME

memorylake-harness

Client-side harnesses that connect coding agents to Memory Lake — cross-device long-term memory. (Two deployments, separate accounts: memorylake.ai international, memorylake.cn China; the CLI defaults to the international endpoint.)

Harness Client Status
claude-plugin/ Claude Code working — recall on read, sync on write, session status
codex-plugin/ Codex working — recall skill, per-turn memory sync, session status
dsh-plugin/ DeepSeek Harness (dsh) working — memory tools, prompt guidance, session status; published as @memorylake/dsh-plugin
opencode-plugin/ opencode working — memory tools, prompt guidance, compaction guidance; published as @memorylake/opencode-plugin

All harnesses share one identity and data tree (~/.memorylake/harness/): configure once, use from every client.

Claude Code

/plugin marketplace add memorylake-ai/memorylake-harness
/plugin install memorylake@memorylake
/memorylake:init

See claude-plugin/README.md for configuration, privacy notes, and design rationale.

Codex

codex plugin marketplace add memorylake-ai/memorylake-harness
codex plugin add memorylake@memorylake
set up memorylake

The last line is asked inside a Codex session, after trusting the hooks via /hooks. See codex-plugin/README.md.

DeepSeek Harness (dsh)

dsh plugin --profile web add @memorylake/dsh-plugin
dsh web
/memorylake-init

The last line is typed in a session; machines already set up for Claude Code or Codex can skip it. See dsh-plugin/README.md.

opencode

opencode plugin @memorylake/opencode-plugin -g
set up memorylake

The last line is typed in a session; machines already set up for another harness can skip it. See opencode-plugin/README.md.

上一个 Prev PlainDeck 下一个 Next better-session