opcode-pg-memory 2.2.0 → 2.2.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (4) hide show
  1. package/LICENSE +674 -0
  2. package/README.md +2 -11
  3. package/dist/cli.js +4998 -0
  4. package/package.json +4 -4
package/README.md CHANGED
@@ -3,16 +3,7 @@
3
3
  **OpenCode 长期记忆插件** — PostgreSQL + pgvector 四层记忆架构,话题隔离 · Agent 自主调用 · OmO 多 Agent 协调
4
4
 
5
5
  [![npm](https://img.shields.io/npm/v/opcode-pg-memory)](https://www.npmjs.com/package/opcode-pg-memory)
6
- [![License: MIT](https://img.shields.io/badge/License-MIT-blue.svg)](./LICENSE)
7
-
8
- ## 特性
9
-
10
- - **四层记忆** — Retain · Recall · Reflect · Semantic Cache
11
- - **话题段隔离** — 滑动窗口检测会话内话题切换,防止跨话题实体污染
12
- - **语义向量检索** — HNSW + BM25 + Graph + Keyword 四策略并行
13
- - **Agent 自主调用** — `caller_context` 上下文融合,关键词自动触发
14
- - **隐私过滤** — `<private>` 标签自动 [REDACTED]
15
- - **MCP 工具** — `recall_memory` / `hindsight_reflect`
6
+ [![License: GPL v3](https://img.shields.io/badge/License-GPLv3-blue.svg)](https://www.gnu.org/licenses/gpl-3.0)
16
7
 
17
8
  ## 安装
18
9
 
@@ -129,4 +120,4 @@ mcp-server.ts # MCP 服务入口
129
120
 
130
121
  ## License
131
122
 
132
- MIT
123
+ [GPL-3.0](https://www.gnu.org/licenses/gpl-3.0.html)