@mastra/core 0.1.8 → 0.1.9
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/agents/vector-sync.d.ts +6 -0
- package/dist/agents/vector-sync.d.ts.map +1 -1
- package/dist/core.cjs.development.js +1004 -454
- package/dist/core.cjs.development.js.map +1 -1
- package/dist/core.cjs.production.min.js +1 -1
- package/dist/core.cjs.production.min.js.map +1 -1
- package/dist/core.esm.js +1004 -454
- package/dist/core.esm.js.map +1 -1
- package/dist/data-access/index.d.ts.map +1 -1
- package/dist/framework.d.ts +11 -0
- package/dist/framework.d.ts.map +1 -1
- package/dist/types.d.ts +3 -2
- package/dist/types.d.ts.map +1 -1
- package/dist/vector-access/index.d.ts +12 -1
- package/dist/vector-access/index.d.ts.map +1 -1
- package/dist/vector-access/types.d.ts +7 -0
- package/dist/vector-access/types.d.ts.map +1 -0
- package/package.json +2 -2
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
import { Mastra } from '../framework';
|
|
2
2
|
import { z } from 'zod';
|
|
3
|
+
export declare function executeIndexSync({ event, mastra }: any): Promise<void>;
|
|
3
4
|
export declare function executeGenericVectorSync({ event, mastra }: any): Promise<void>;
|
|
4
5
|
export declare function executeVectorSync({ event, mastra }: any): Promise<void>;
|
|
5
6
|
export declare function vectorQueryEngine({ vector_provider, topK, indexName, content, entityType, }: {
|
|
@@ -43,4 +44,9 @@ export declare function genericVectorySyncEvent(): {
|
|
|
43
44
|
event: string;
|
|
44
45
|
executor: typeof executeGenericVectorSync;
|
|
45
46
|
};
|
|
47
|
+
export declare function vectorIndexSync(): {
|
|
48
|
+
id: string;
|
|
49
|
+
event: string;
|
|
50
|
+
executor: typeof executeIndexSync;
|
|
51
|
+
};
|
|
46
52
|
//# sourceMappingURL=vector-sync.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"vector-sync.d.ts","sourceRoot":"","sources":["../../src/agents/vector-sync.ts"],"names":[],"mappings":"AASA,OAAO,EAAE,MAAM,EAAE,MAAM,cAAc,CAAC;AAEtC,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAYxB,wBAAsB,wBAAwB,CAAC,EAAE,KAAK,EAAE,MAAM,EAAE,EAAE,GAAG,iBAuJpE;
|
|
1
|
+
{"version":3,"file":"vector-sync.d.ts","sourceRoot":"","sources":["../../src/agents/vector-sync.ts"],"names":[],"mappings":"AASA,OAAO,EAAE,MAAM,EAAE,MAAM,cAAc,CAAC;AAEtC,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAYxB,wBAAsB,gBAAgB,CAAC,EAAE,KAAK,EAAE,MAAM,EAAE,EAAE,GAAG,iBA8I5D;AAGD,wBAAsB,wBAAwB,CAAC,EAAE,KAAK,EAAE,MAAM,EAAE,EAAE,GAAG,iBAuJpE;AAGD,wBAAsB,iBAAiB,CAAC,EAAE,KAAK,EAAE,MAAM,EAAE,EAAE,GAAG,iBA6J7D;AAgBD,wBAAsB,iBAAiB,CAAC,EACtC,eAAe,EACf,IAAQ,EACR,SAAS,EACT,OAAO,EACP,UAAU,GACX,EAAE;IACD,eAAe,EAAE,MAAM,CAAC;IACxB,SAAS,EAAE,MAAM,CAAC;IAClB,OAAO,EAAE,MAAM,CAAC;IAChB,UAAU,EAAE,MAAM,CAAC;IACnB,IAAI,CAAC,EAAE,MAAM,CAAC;CACf,kIAwBA;AAED,wBAAgB,kBAAkB,CAAC,EAAE,MAAM,EAAE,EAAE;IAAE,MAAM,EAAE,MAAM,CAAA;CAAE;;;;;;;;;;;;;;;0BAgClD;QACD,IAAI,EAAE;YAAE,OAAO,CAAC,EAAE,MAAM,CAAC;YAAC,SAAS,CAAC,EAAE,MAAM,CAAA;SAAE,CAAC;KAChD;IAkBZ;AAED,wBAAgB,oBAAoB;;;;EAOnC;AAED,wBAAgB,uBAAuB;;;;EAOtC;AAED,wBAAgB,eAAe;;;;EAM9B"}
|