@devflow-tools/memory-engine 0.17.6 → 0.17.7
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.
- package/README.md +2 -2
- package/package.json +4 -4
package/README.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# @devflow-tools/memory-engine
|
|
2
2
|
|
|
3
|
-
> 持久化 session events、结构化 observations 和审核记忆,并提供混合搜索与 embedding 实现。(v0.17.
|
|
3
|
+
> 持久化 session events、结构化 observations 和审核记忆,并提供混合搜索与 embedding 实现。(v0.17.7)
|
|
4
4
|
|
|
5
5
|
[](https://www.npmjs.com/package/@devflow-tools/memory-engine)
|
|
6
6
|
|
|
@@ -31,7 +31,7 @@ memory-engine 依赖 SDK 的 embedding contract,并提供具体 provider;宿
|
|
|
31
31
|
|
|
32
32
|
## 版本与兼容性
|
|
33
33
|
|
|
34
|
-
- 当前包版本:`0.17.
|
|
34
|
+
- 当前包版本:`0.17.7`
|
|
35
35
|
- Node.js:未在 package manifest 声明更高版本时,使用 Node.js 18+;原生 SQLite/Playwright 能力请按对应依赖安装
|
|
36
36
|
- workspace 内部包应使用同一 DevFlow minor/patch 版本,避免类型和数据库 schema 不一致
|
|
37
37
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@devflow-tools/memory-engine",
|
|
3
|
-
"version": "0.17.
|
|
3
|
+
"version": "0.17.7",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"main": "./dist/index.js",
|
|
6
6
|
"types": "./dist/index.d.ts",
|
|
@@ -17,8 +17,8 @@
|
|
|
17
17
|
"clean": "rm -rf dist"
|
|
18
18
|
},
|
|
19
19
|
"dependencies": {
|
|
20
|
-
"@devflow-tools/sdk": "0.17.
|
|
21
|
-
"@devflow-tools/telemetry": "0.17.
|
|
20
|
+
"@devflow-tools/sdk": "0.17.7",
|
|
21
|
+
"@devflow-tools/telemetry": "0.17.7",
|
|
22
22
|
"@xenova/transformers": "^2.17.0",
|
|
23
23
|
"better-sqlite3": "^12.0.0",
|
|
24
24
|
"sqlite-vec": "^0.1.9",
|
|
@@ -31,5 +31,5 @@
|
|
|
31
31
|
"files": [
|
|
32
32
|
"dist"
|
|
33
33
|
],
|
|
34
|
-
"gitHead": "
|
|
34
|
+
"gitHead": "560fe8a097aa9d398fdcfec409134cc94d26f92f"
|
|
35
35
|
}
|