Yiipu/dsh-agentmemory

Yiipu★ 0JavaScript最后同步: 2026-08-15

在 GitHub 打开

a DSH (DeepSeek Harness) Cordis plugin that bridges a session's activity into agentmemory, a local, self-hosted memory daemon.

README 摘要

dsh-agentmemory dsh-agentmemory — a DSH (DeepSeek Harness) Cordis plugin that bridges a session's activity into agentmemory, a local, self-hosted memory daemon. English 中文 The plugin subscribes to the DSH Session lifecycle events, mirrors session activity into the agentmemory daemon (REST, default http://localhost:3111 ), and exposes memory recall / memory remember model tools. It additionally injects a memory window into model requests once per session through the agent/pre-step waterfall. All configuration comes from the plugin's row in cordis.yml — editing the config field of that row (or the file that carries it) is how you change configuration. There is no browser UI and no persisted config file. agentmemory is a hard dependency. On load, the plugin checks /agentmemory/livez before registering any capability (tools, listeners). If the daemon is unreachable or does not report status: ok , the plugin fails to load loudly — it does not silently degrade. Capability overview Capability Implementation Session lifecycle → agentmemory session/created → session/start ; session/event → observe (buffered); session/flush → flush to disk; session/disposed → session/end Model tools (read) m…

在 GitHub 查看完整 README →
Agent/智能体agentmemorydshdsh-pluginagent

分类