Yogioo/dsh-agentmemory

Yogioo★ 0JavaScriptLast synced: 2026-08-14

Open on GitHub

dsh plugin bridging agentmemory REST API: memory_search / memory_remember / memory_forget / memory_health

README excerpt

dsh-agentmemory Agent-plane tool plugin: connects dsh (DeepSeek Harness) to an agentmemory persistent-memory REST API (rohitg00/agentmemory). No MCP, no skill+CLI indirection — four native tools registered directly on the harness tool runtime, each backed by one REST call. Registered tools (visible to every agent after a dsh restart): Tool Endpoint Purpose memory search POST /agentmemory/search semantic + keyword search over stored memories memory remember POST /agentmemory/remember store a durable memory (type / concepts / files / ttlDays) memory forget POST /agentmemory/forget delete by memoryId or sessionId memory health GET /agentmemory/health connectivity + engine status check Quick install (from this repo) Linux / macOS / Git Bash on Windows: Windows (PowerShell): Both installers are idempotent: they copy the plugin into /.dsh/profiles/node modules/dsh-agentmemory/ and register the entry in /.dsh/profiles/web/cordis.patch.yml . Re-running never duplicates the patch entry. No manual dependency linking is needed — dsh itself maintains the flat fallback directory at every boot (one link per package in the app's dependency closure: POSIX symlinks, Windows junctions — no admin rig…

View full README on GitHub →
Agentsagentmemoryai-agentsdeepseek-harnessdsh-pluginmemoryagentsearch

Category