@mastra/memory 1.23.1-alpha.1 → 1.24.0-alpha.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/CHANGELOG.md +36 -0
- package/dist/{chunk-YXN553WT.js → chunk-3UXBG7HA.js} +10 -10
- package/dist/{chunk-YXN553WT.js.map → chunk-3UXBG7HA.js.map} +1 -1
- package/dist/{chunk-YNTQFC3L.cjs → chunk-RY3SV3BJ.cjs} +10 -10
- package/dist/{chunk-YNTQFC3L.cjs.map → chunk-RY3SV3BJ.cjs.map} +1 -1
- package/dist/docs/SKILL.md +1 -1
- package/dist/docs/assets/SOURCE_MAP.json +37 -37
- package/dist/docs/references/docs-long-running-agents-goals.md +3 -1
- package/dist/docs/references/docs-memory-message-history.md +19 -1
- package/dist/docs/references/reference-memory-memory-class.md +1 -1
- package/dist/index.cjs +15 -15
- package/dist/index.d.ts +2 -30
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +1 -1
- package/dist/{observational-memory-OD3W7JXC.cjs → observational-memory-FF4AVBKG.cjs} +29 -29
- package/dist/{observational-memory-OD3W7JXC.cjs.map → observational-memory-FF4AVBKG.cjs.map} +1 -1
- package/dist/{observational-memory-ZYY4KPCN.js → observational-memory-OSTBP4LB.js} +3 -3
- package/dist/{observational-memory-ZYY4KPCN.js.map → observational-memory-OSTBP4LB.js.map} +1 -1
- package/dist/processors/index.cjs +27 -27
- package/dist/processors/index.js +1 -1
- package/dist/processors/observational-memory/observational-memory.d.ts.map +1 -1
- package/dist/processors/observational-memory/reflector-runner.d.ts.map +1 -1
- package/package.json +11 -10
|
@@ -9576,7 +9576,7 @@ function withUserAgentSuffix(headers, ...userAgentSuffixParts) {
|
|
|
9576
9576
|
);
|
|
9577
9577
|
return Object.fromEntries(normalizedHeaders.entries());
|
|
9578
9578
|
}
|
|
9579
|
-
var VERSION2 = "3.0.
|
|
9579
|
+
var VERSION2 = "3.0.30";
|
|
9580
9580
|
var getOriginalFetch = () => globalThis.fetch;
|
|
9581
9581
|
var getFromApi = async ({
|
|
9582
9582
|
url,
|
|
@@ -12451,7 +12451,7 @@ async function getVercelRequestId() {
|
|
|
12451
12451
|
var _a1032;
|
|
12452
12452
|
return (_a1032 = getContext().headers) == null ? void 0 : _a1032["x-vercel-id"];
|
|
12453
12453
|
}
|
|
12454
|
-
var VERSION3 = "2.0.
|
|
12454
|
+
var VERSION3 = "2.0.115";
|
|
12455
12455
|
var AI_GATEWAY_PROTOCOL_VERSION = "0.0.1";
|
|
12456
12456
|
function createGatewayProvider(options = {}) {
|
|
12457
12457
|
var _a1032, _b104;
|
|
@@ -13438,7 +13438,7 @@ function getGlobalProvider() {
|
|
|
13438
13438
|
var _a163;
|
|
13439
13439
|
return (_a163 = globalThis.AI_SDK_DEFAULT_PROVIDER) != null ? _a163 : gateway;
|
|
13440
13440
|
}
|
|
13441
|
-
var VERSION32 = "5.0.
|
|
13441
|
+
var VERSION32 = "5.0.216";
|
|
13442
13442
|
var dataContentSchema2 = z42.z.union([
|
|
13443
13443
|
z42.z.string(),
|
|
13444
13444
|
z42.z.instanceof(Uint8Array),
|
|
@@ -15195,7 +15195,7 @@ function withUserAgentSuffix2(headers, ...userAgentSuffixParts) {
|
|
|
15195
15195
|
);
|
|
15196
15196
|
return Object.fromEntries(normalizedHeaders.entries());
|
|
15197
15197
|
}
|
|
15198
|
-
var VERSION4 = "4.0.
|
|
15198
|
+
var VERSION4 = "4.0.40";
|
|
15199
15199
|
var getOriginalFetch3 = () => globalThis.fetch;
|
|
15200
15200
|
var getFromApi2 = async ({
|
|
15201
15201
|
url,
|
|
@@ -18966,7 +18966,7 @@ async function getVercelRequestId2() {
|
|
|
18966
18966
|
var _a117;
|
|
18967
18967
|
return (_a117 = getContext2().headers) == null ? void 0 : _a117["x-vercel-id"];
|
|
18968
18968
|
}
|
|
18969
|
-
var VERSION5 = "3.0.
|
|
18969
|
+
var VERSION5 = "3.0.153";
|
|
18970
18970
|
var AI_GATEWAY_PROTOCOL_VERSION2 = "0.0.1";
|
|
18971
18971
|
function createGatewayProvider2(options = {}) {
|
|
18972
18972
|
var _a117, _b113;
|
|
@@ -20072,7 +20072,7 @@ function getTotalTimeoutMs(timeout) {
|
|
|
20072
20072
|
}
|
|
20073
20073
|
return timeout.totalMs;
|
|
20074
20074
|
}
|
|
20075
|
-
var VERSION23 = "6.0.
|
|
20075
|
+
var VERSION23 = "6.0.230";
|
|
20076
20076
|
var dataContentSchema3 = z42.z.union([
|
|
20077
20077
|
z42.z.string(),
|
|
20078
20078
|
z42.z.instanceof(Uint8Array),
|
|
@@ -25448,7 +25448,7 @@ ${workingMemory}`;
|
|
|
25448
25448
|
"Observational memory requires @mastra/core support for request-response-id-rotation. Please bump @mastra/core to a newer version."
|
|
25449
25449
|
);
|
|
25450
25450
|
}
|
|
25451
|
-
const { ObservationalMemory: OMClass } = await import('./observational-memory-
|
|
25451
|
+
const { ObservationalMemory: OMClass } = await import('./observational-memory-FF4AVBKG.cjs');
|
|
25452
25452
|
const onIndexObservations = this.hasRetrievalSearch(omConfig.retrieval) ? async (observation) => {
|
|
25453
25453
|
await this.indexObservation(observation);
|
|
25454
25454
|
} : void 0;
|
|
@@ -26496,7 +26496,7 @@ Notes:
|
|
|
26496
26496
|
if (!effectiveConfig) return null;
|
|
26497
26497
|
const engine = await this.omEngine;
|
|
26498
26498
|
if (!engine) return null;
|
|
26499
|
-
const { ObservationalMemoryProcessor: ObservationalMemoryProcessor2 } = await import('./observational-memory-
|
|
26499
|
+
const { ObservationalMemoryProcessor: ObservationalMemoryProcessor2 } = await import('./observational-memory-FF4AVBKG.cjs');
|
|
26500
26500
|
return new ObservationalMemoryProcessor2(engine, this, {
|
|
26501
26501
|
temporalMarkers: effectiveConfig.temporalMarkers
|
|
26502
26502
|
});
|
|
@@ -31492,5 +31492,5 @@ exports.stripEphemeralAnchorIds = stripEphemeralAnchorIds;
|
|
|
31492
31492
|
exports.stripObservationGroups = stripObservationGroups;
|
|
31493
31493
|
exports.summarizeConversation = summarizeConversation;
|
|
31494
31494
|
exports.wrapInObservationGroup = wrapInObservationGroup;
|
|
31495
|
-
//# sourceMappingURL=chunk-
|
|
31496
|
-
//# sourceMappingURL=chunk-
|
|
31495
|
+
//# sourceMappingURL=chunk-RY3SV3BJ.cjs.map
|
|
31496
|
+
//# sourceMappingURL=chunk-RY3SV3BJ.cjs.map
|