@mastra/memory 1.15.0-alpha.3 → 1.15.1-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 +30 -0
- package/dist/{chunk-42AZEBIK.js → chunk-HAEQMUD4.js} +4 -4
- package/dist/chunk-HAEQMUD4.js.map +1 -0
- package/dist/{chunk-WNLRMAHY.cjs → chunk-OUMWCVQI.cjs} +3 -3
- package/dist/chunk-OUMWCVQI.cjs.map +1 -0
- package/dist/docs/SKILL.md +1 -1
- package/dist/docs/assets/SOURCE_MAP.json +25 -25
- package/dist/docs/references/docs-memory-storage.md +0 -2
- package/dist/index.cjs +13 -13
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +4 -4
- package/dist/index.js.map +1 -1
- package/dist/{observational-memory-MBL257AG.js → observational-memory-H74M5SB6.js} +3 -3
- package/dist/{observational-memory-MBL257AG.js.map → observational-memory-H74M5SB6.js.map} +1 -1
- package/dist/{observational-memory-3RE2HCRV.cjs → observational-memory-TKXRH2LD.cjs} +26 -26
- package/dist/{observational-memory-3RE2HCRV.cjs.map → observational-memory-TKXRH2LD.cjs.map} +1 -1
- package/dist/processors/index.cjs +24 -24
- package/dist/processors/index.js +1 -1
- package/dist/processors/observational-memory/processor.d.ts.map +1 -1
- package/package.json +7 -7
- package/dist/chunk-42AZEBIK.js.map +0 -1
- package/dist/chunk-WNLRMAHY.cjs.map +0 -1
package/dist/index.js
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { __commonJS, require_token_error, __toESM } from './chunk-SVPZMV27.js';
|
|
2
2
|
import { __commonJS as __commonJS$1, require_token_error as require_token_error$1, __toESM as __toESM$1 } from './chunk-RC6RZVYE.js';
|
|
3
|
-
import { truncateStringByTokens, resolveToolResultValue, formatToolResultForObserver } from './chunk-
|
|
4
|
-
export { ModelByInputTokens, getObservationsAsOf } from './chunk-
|
|
3
|
+
import { truncateStringByTokens, resolveToolResultValue, formatToolResultForObserver } from './chunk-HAEQMUD4.js';
|
|
4
|
+
export { ModelByInputTokens, getObservationsAsOf } from './chunk-HAEQMUD4.js';
|
|
5
5
|
import { ZodFirstPartyTypeKind } from 'zod/v3';
|
|
6
6
|
import { z } from 'zod';
|
|
7
7
|
import * as z4 from 'zod/v4';
|
|
@@ -17525,7 +17525,7 @@ ${workingMemory}`;
|
|
|
17525
17525
|
"Observational memory requires @mastra/core support for request-response-id-rotation. Please bump @mastra/core to a newer version."
|
|
17526
17526
|
);
|
|
17527
17527
|
}
|
|
17528
|
-
const { ObservationalMemory: OMClass } = await import('./observational-memory-
|
|
17528
|
+
const { ObservationalMemory: OMClass } = await import('./observational-memory-H74M5SB6.js');
|
|
17529
17529
|
const onIndexObservations = this.hasRetrievalSearch(omConfig.retrieval) ? async (observation) => {
|
|
17530
17530
|
await this.indexObservation(observation);
|
|
17531
17531
|
} : void 0;
|
|
@@ -18448,7 +18448,7 @@ Notes:
|
|
|
18448
18448
|
if (!effectiveConfig) return null;
|
|
18449
18449
|
const engine = await this.omEngine;
|
|
18450
18450
|
if (!engine) return null;
|
|
18451
|
-
const { ObservationalMemoryProcessor } = await import('./observational-memory-
|
|
18451
|
+
const { ObservationalMemoryProcessor } = await import('./observational-memory-H74M5SB6.js');
|
|
18452
18452
|
return new ObservationalMemoryProcessor(engine, this);
|
|
18453
18453
|
}
|
|
18454
18454
|
};
|