dsh-noc-memory
其他 活跃维护

dsh-noc-memory

RealAlexandreAI/dsh-noc-memory

轻量级夜曲记忆客户端,对接Nocturne Memory服务,可适配Harness框架使用,支持上下文记忆自动持久化存储,无需复杂配置即可快速启用,高效管理对话历史数据。

2
Stars 标星
0
Forks 分支
2
Watchers 关注
0
Open Issues
TypeScript
主要语言
MIT
开源协议
151 KB
仓库大小
1 个月前
最后推送
一键安装扩展 / 插件指令
dsh plugin --profile web add github:RealAlexandreAI/dsh-noc-memory
git clone https://github.com/RealAlexandreAI/dsh-noc-memory.git
git clone git@github.com:RealAlexandreAI/dsh-noc-memory.git
README.md main

dsh-noc-memory — long-term memory for DeepSeek Harness

dsh-noc-memory

Connects DeepSeek Harness to Noc Memory: session-start boot + daily briefing, plus memory read / search / create / update, backed by your own Noc Memory MCP server on Cloudflare.

Port of pi-noc-memory — same protocol, same tool names.

English · 中文

Tools

tool what it does
noc_boot load at session start: core memories + recent context + glossary
noc_briefing today's working-memory briefing (system://briefing) — recent activity, expiring, cold candidates
noc_read read a memory by URI (system://…, noc://agent, …)
noc_search search memories by keywords (trigger recall first, then FTS)
noc_create create a memory node ([Baseline]/[Deviation]/[Result]/[Reusable judgment])
noc_update patch (old_string/new_string) or append to a memory; optional relation evolution marker

Quick start

dsh plugin --profile web add dsh-noc-memory

Requires your own Noc Memory server — deploy it to Cloudflare in minutes: cf-noc-mem.

- id: noc-memory
  name: dsh-noc-memory
  config:
    mcp_url: https://mem.example.com/mcp
    mcp_auth: Bearer <your token>
key required meaning
mcp_url yes your Noc Memory MCP endpoint (Streamable HTTP)
mcp_auth no Bearer <token> if the server requires it

Upgrading from dsh-nocturne-memory (≤0.1.x): renamed to dsh-noc-memory, tools renamed nocturne_* → noc_*. Remove the old plugin and re-add the new package; update any prompt text referencing nocturne_* tools.

Why noc* (not nocturne*)?

Some agents probe read_mcp_resource before reaching for a memory tool, wasting a round trip (upstream issue #32). Explicit noc_boot / noc_read naming in the tool list and boot-protocol prompt steers models straight to the right tool — no resource shim required.

License

MIT

Related