c

cortex-plugin-memory-consolidation

ESM
v1.0.0MIT

Official CortexPrism plugin

0.00CortexPrism
cortex-plugindevelopmentesmknowledge-managementmemorysync

Install Command

$ cortex plugin install marketplace:cortexprism.io/plugins/cortex-plugin-memory-consolidation
Website RepositoryLicense: MITEntry: mod.ts

Configuration

Plugin Type
ESM
Entry Point
mod.ts
License
MIT

Capabilities

toolsmemory:store

Tags

cortex-plugindevelopmentesmknowledge-managementmemorysync

Statistics

Downloads
0
Rating
0.0
/ 5.0
Version
v1.0.0
Published
June 15, 2026

Reviews (0)

No reviews yet. Be the first to rate this plugin!

README

cortex-plugin-memory-consolidation

Summarizes and merges episodic memories into semantic clusters.

Installation

cortex plugin install marketplace:cortex-plugin-memory-consolidation
cortex plugin install github:CortexPrism/cortex-plugin-memory-consolidation
cortex plugin install ./manifest.json

Tools

memory_consolidate

Run consolidation on recent memories.

Parameters:

  • since (string, optional, default "24 hours ago") — ISO date string
  • max_memories (number, optional, default 100) — Max memories to process
  • strategy (string, optional, default "summarize") — consolidate, cluster, prune, digest

memory_prune

Prune low-importance memories.

Parameters:

  • threshold (number, optional, default 0.3) — Importance threshold
  • older_than_days (number, optional, default 30) — Age cutoff in days

memory_cluster

Cluster related memories by topic.

Parameters:

  • max_clusters (number, optional, default 10) — Max clusters

memory_digest

Generate a digest of what was learned.

Parameters:

  • period (string, optional, default "weekly") — daily, weekly, monthly
  • format (string, optional, default "summary") — summary, bullets, detailed

memory_search_semantic

Search memories by semantic meaning.

Parameters:

  • query (string, required) — Semantic search query
  • max_results (number, optional, default 10) — Max results

Configuration

{
  "plugins": {
    "cortex-plugin-memory-consolidation": {
      "enabled": true,
      "config": {
        "autoConsolidate": false,
        "consolidationSchedule": "daily",
        "pruneThreshold": 0.3,
        "maxClusters": 10
      }
    }
  }
}

Capabilities

  • tools — Provides tool implementations
  • memory:store — Reads and writes to memory store

License

MIT — See LICENSE file

Published June 15, 2026 · Updated June 15, 2026