@memorilabs/openclaw-memori 0.0.3 → 0.0.4
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 +1 -1
- package/dist/version.d.ts +1 -1
- package/dist/version.js +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -83,7 +83,7 @@ Get persistent memory running in your OpenClaw gateway in three steps.
|
|
|
83
83
|
|
|
84
84
|
### Prerequisites
|
|
85
85
|
|
|
86
|
-
- [OpenClaw](https://openclaw.
|
|
86
|
+
- [OpenClaw](https://openclaw.ai) `v2026.3.2` or later
|
|
87
87
|
- A Memori API key from [app.memorilabs.ai](https://app.memorilabs.ai)
|
|
88
88
|
- An Entity ID to attribute memories to, such as a user ID, tenant ID, or agent name
|
|
89
89
|
|
package/dist/version.d.ts
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare const SDK_VERSION = "0.0.
|
|
1
|
+
export declare const SDK_VERSION = "0.0.4";
|
package/dist/version.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export const SDK_VERSION = '0.0.
|
|
1
|
+
export const SDK_VERSION = '0.0.4';
|