@agenr/agenr-plugin 2.1.0 → 3.0.0
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/dist/{chunk-IMQIJPIP.js → chunk-575MUIW5.js} +206 -53
- package/dist/{chunk-7TDALVPY.js → chunk-ELR2HSVC.js} +4920 -4659
- package/dist/chunk-GELCEVFA.js +14 -0
- package/dist/{chunk-DGV6D6Q3.js → chunk-LAXNNWHM.js} +3395 -4506
- package/dist/chunk-MYZ2CWY6.js +2738 -0
- package/dist/{chunk-MJIB6J5S.js → chunk-P5SB75FK.js} +6 -4
- package/dist/chunk-TBFAARM5.js +1196 -0
- package/dist/index.js +294 -2049
- package/openclaw.plugin.json +9 -1
- package/package.json +1 -1
- /package/dist/{chunk-6T5RXGIR.js → chunk-5LADPJ4C.js} +0 -0
package/openclaw.plugin.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"id": "agenr",
|
|
3
3
|
"name": "agenr",
|
|
4
|
-
"version": "
|
|
4
|
+
"version": "3.0.0",
|
|
5
5
|
"description": "agenr memory plugin for OpenClaw",
|
|
6
6
|
"kind": "memory",
|
|
7
7
|
"contracts": {
|
|
@@ -130,6 +130,14 @@
|
|
|
130
130
|
"additionalProperties": false,
|
|
131
131
|
"description": "Optional session-start overrides for prompt-time memory injection behavior.",
|
|
132
132
|
"properties": {
|
|
133
|
+
"enabled": {
|
|
134
|
+
"type": "boolean",
|
|
135
|
+
"description": "Enable or disable all session-start memory injection. Defaults to true."
|
|
136
|
+
},
|
|
137
|
+
"coreMemory": {
|
|
138
|
+
"type": "boolean",
|
|
139
|
+
"description": "Enable or disable always-on Core Memory injection at session start. Defaults to true."
|
|
140
|
+
},
|
|
133
141
|
"relevantDurableMemory": {
|
|
134
142
|
"type": "boolean",
|
|
135
143
|
"description": "Enable or disable artifact-grounded Relevant Durable Memory injection at session start. Defaults to true."
|
package/package.json
CHANGED
|
File without changes
|