@joshuaswarren/openclaw-engram 9.0.81 → 9.0.82
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 -0
- package/dist/{chunk-4PID4HG3.js → chunk-7SEIFJM4.js} +2 -2
- package/dist/{chunk-76KNJS24.js → chunk-MWOB4CMS.js} +1 -1
- package/dist/chunk-MWOB4CMS.js.map +1 -0
- package/dist/{engine-ZCOCSHDK.js → engine-5EB4J34P.js} +3 -3
- package/dist/index.js +909 -659
- package/dist/index.js.map +1 -1
- package/dist/{storage-XMT3GK2B.js → storage-MSGPEJNS.js} +2 -2
- package/openclaw.plugin.json +5 -0
- package/package.json +1 -1
- package/dist/chunk-76KNJS24.js.map +0 -1
- /package/dist/{chunk-4PID4HG3.js.map → chunk-7SEIFJM4.js.map} +0 -0
- /package/dist/{engine-ZCOCSHDK.js.map → engine-5EB4J34P.js.map} +0 -0
- /package/dist/{storage-XMT3GK2B.js.map → storage-MSGPEJNS.js.map} +0 -0
package/README.md
CHANGED
|
@@ -282,6 +282,7 @@ Available via both stdio and HTTP transports:
|
|
|
282
282
|
|------|---------|
|
|
283
283
|
| `engram.recall` | Retrieve relevant memories for a query |
|
|
284
284
|
| `engram.recall_explain` | Debug the last recall |
|
|
285
|
+
| `engram.day_summary` | Generate structured end-of-day summary from memory content |
|
|
285
286
|
| `engram.memory_get` | Fetch a specific memory by ID |
|
|
286
287
|
| `engram.memory_timeline` | View a memory's lifecycle history |
|
|
287
288
|
| `engram.memory_store` | Store a new memory |
|
|
@@ -4,7 +4,7 @@ import {
|
|
|
4
4
|
parseContinuityImprovementLoops,
|
|
5
5
|
parseContinuityIncident,
|
|
6
6
|
sanitizeMemoryContent
|
|
7
|
-
} from "./chunk-
|
|
7
|
+
} from "./chunk-MWOB4CMS.js";
|
|
8
8
|
import {
|
|
9
9
|
log
|
|
10
10
|
} from "./chunk-SSIIJJKA.js";
|
|
@@ -1805,4 +1805,4 @@ export {
|
|
|
1805
1805
|
defaultTierMigrationCycleBudget,
|
|
1806
1806
|
CompoundingEngine
|
|
1807
1807
|
};
|
|
1808
|
-
//# sourceMappingURL=chunk-
|
|
1808
|
+
//# sourceMappingURL=chunk-7SEIFJM4.js.map
|