elementor-i/dsh-agentmemory

elementor-i★ 2TypeScriptLast synced: 2026-08-14

Open on GitHub

agentmemory for DeepSeek Harness (dsh): full memory_* tools, capture hooks, and context injection over the local REST server

README excerpt

dsh-agentmemory agentmemory for DeepSeek Harness — full memory tools, automatic capture hooks, and opt-in context injection over the local REST server. English · 中文 dsh-agentmemory connects agentmemory, a local memory server for coding agents, to DeepSeek Harness (DSH). It exposes the full memory tool set, captures observations automatically from sessions, prompts, and tool activity, and can inject recalled context into the system prompt — all over the local REST server, with no MCP bridge required. Features - Full tool surface — all 54 memory tools (8 core) mapped to /agentmemory/ , plus memory observe and a memory http escape hatch for any endpoint. - Automatic capture — session, prompt, tool-use, subagent, workflow, and approval activity are recorded as observations in the background. - Context injection — opt-in; recalled context from the session is added to the system prompt. - Safe by default — credential redaction, per-call timeouts, non-blocking observation, and destructive tools gated behind a flag. - No MCP required — no stdio bridge, no child process; the running REST server ( localhost:3111 ) is the only dependency. Requirements An agentmemory server running on the same…

View full README on GitHub →
Agentsagentmemorydeepseek-harnessdsh-pluginmemoryagent

Category