@memoryrelay/plugin-memoryrelay-ai 0.9.6 → 0.9.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/index.ts +1 -1
- package/openclaw.plugin.json +4 -4
- package/package.json +1 -1
package/index.ts
CHANGED
package/openclaw.plugin.json
CHANGED
|
@@ -3,24 +3,24 @@
|
|
|
3
3
|
"kind": "memory",
|
|
4
4
|
"name": "MemoryRelay AI",
|
|
5
5
|
"description": "AI memory service with sessions, decisions, patterns & projects (api.memoryrelay.net)",
|
|
6
|
-
"version": "0.9.
|
|
6
|
+
"version": "0.9.7",
|
|
7
7
|
"uiHints": {
|
|
8
8
|
"apiKey": {
|
|
9
9
|
"label": "MemoryRelay API Key",
|
|
10
10
|
"sensitive": true,
|
|
11
11
|
"placeholder": "mem_prod_...",
|
|
12
|
-
"help": "API key from memoryrelay.ai (or use
|
|
12
|
+
"help": "API key from memoryrelay.ai (or use MEMORYRELAY_API_KEY env var)"
|
|
13
13
|
},
|
|
14
14
|
"agentId": {
|
|
15
15
|
"label": "Agent ID",
|
|
16
16
|
"placeholder": "iris",
|
|
17
|
-
"help": "Unique identifier for this agent in MemoryRelay (or use
|
|
17
|
+
"help": "Unique identifier for this agent in MemoryRelay (or use MEMORYRELAY_AGENT_ID env var)"
|
|
18
18
|
},
|
|
19
19
|
"apiUrl": {
|
|
20
20
|
"label": "API URL",
|
|
21
21
|
"placeholder": "https://api.memoryrelay.net",
|
|
22
22
|
"advanced": true,
|
|
23
|
-
"help": "MemoryRelay API endpoint (or use
|
|
23
|
+
"help": "MemoryRelay API endpoint (or use MEMORYRELAY_API_URL env var)"
|
|
24
24
|
},
|
|
25
25
|
"defaultProject": {
|
|
26
26
|
"label": "Default Project",
|
package/package.json
CHANGED