Bryan-cmf/dsh-vector-memory

Plugin ⭐ 0 MIT memory

DSH-Plugin: durable agent memory core - mem_save/mem_search/mem_health backed by storageDomain (survives restarts), 記憶 view tab.

Install

> ⚠️ This row **publishes the `vectorMemory` service** — it must live in the
> **host composition** (process-global). If you mount it from an agent preset
> instead, wrap it in a group with an `isolate` realm (see the DSH
> composition docs).

## Requirements

- DSH `>= 0.1.0-rc.6` — services: `tools`, `storageDomain` (domain layer +
  a storage backend, e.g. `dsh-storage-json`, are part of the shipped
  `dsh-base` bundle)

## Configuration

| Key | Default | Meaning |
| --- | --- | --- |
| `ttlDays` | `90` | Default memory TTL; `0` = forever |
| `maxResults` | `10` | Default `mem_search` result count |

## Roadmap

- v2: pluggable embedding backends (hosted embedders or Qdrant REST)
- v2: MCP stdio dual-exit so the same store serves Claude Desktop / Cursor
- v2: memory curation (merge/dedupe/forget jobs)

## Development

Add Bryan-cmf/dsh-vector-memory to your DSH config (web profile) to enable.

README

Expand full README Collapse

README is empty.