@workglow/tf-mediapipe 0.2.28

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.
Files changed (65) hide show
  1. package/dist/ai-provider/TensorFlowMediaPipeProvider.d.ts +26 -0
  2. package/dist/ai-provider/TensorFlowMediaPipeProvider.d.ts.map +1 -0
  3. package/dist/ai-provider/TensorFlowMediaPipeQueuedProvider.d.ts +18 -0
  4. package/dist/ai-provider/TensorFlowMediaPipeQueuedProvider.d.ts.map +1 -0
  5. package/dist/ai-provider/common/TFMP_Client.d.ts +8 -0
  6. package/dist/ai-provider/common/TFMP_Client.d.ts.map +1 -0
  7. package/dist/ai-provider/common/TFMP_Constants.d.ts +29 -0
  8. package/dist/ai-provider/common/TFMP_Constants.d.ts.map +1 -0
  9. package/dist/ai-provider/common/TFMP_Download.d.ts +9 -0
  10. package/dist/ai-provider/common/TFMP_Download.d.ts.map +1 -0
  11. package/dist/ai-provider/common/TFMP_FaceDetector.d.ts +9 -0
  12. package/dist/ai-provider/common/TFMP_FaceDetector.d.ts.map +1 -0
  13. package/dist/ai-provider/common/TFMP_FaceLandmarker.d.ts +9 -0
  14. package/dist/ai-provider/common/TFMP_FaceLandmarker.d.ts.map +1 -0
  15. package/dist/ai-provider/common/TFMP_GestureRecognizer.d.ts +9 -0
  16. package/dist/ai-provider/common/TFMP_GestureRecognizer.d.ts.map +1 -0
  17. package/dist/ai-provider/common/TFMP_HandLandmarker.d.ts +9 -0
  18. package/dist/ai-provider/common/TFMP_HandLandmarker.d.ts.map +1 -0
  19. package/dist/ai-provider/common/TFMP_ImageClassification.d.ts +9 -0
  20. package/dist/ai-provider/common/TFMP_ImageClassification.d.ts.map +1 -0
  21. package/dist/ai-provider/common/TFMP_ImageEmbedding.d.ts +9 -0
  22. package/dist/ai-provider/common/TFMP_ImageEmbedding.d.ts.map +1 -0
  23. package/dist/ai-provider/common/TFMP_ImageSegmentation.d.ts +9 -0
  24. package/dist/ai-provider/common/TFMP_ImageSegmentation.d.ts.map +1 -0
  25. package/dist/ai-provider/common/TFMP_JobRunFns.d.ts +10 -0
  26. package/dist/ai-provider/common/TFMP_JobRunFns.d.ts.map +1 -0
  27. package/dist/ai-provider/common/TFMP_ModelInfo.d.ts +9 -0
  28. package/dist/ai-provider/common/TFMP_ModelInfo.d.ts.map +1 -0
  29. package/dist/ai-provider/common/TFMP_ModelSchema.d.ts +152 -0
  30. package/dist/ai-provider/common/TFMP_ModelSchema.d.ts.map +1 -0
  31. package/dist/ai-provider/common/TFMP_ModelSearch.d.ts +9 -0
  32. package/dist/ai-provider/common/TFMP_ModelSearch.d.ts.map +1 -0
  33. package/dist/ai-provider/common/TFMP_ObjectDetection.d.ts +9 -0
  34. package/dist/ai-provider/common/TFMP_ObjectDetection.d.ts.map +1 -0
  35. package/dist/ai-provider/common/TFMP_PoseLandmarker.d.ts +9 -0
  36. package/dist/ai-provider/common/TFMP_PoseLandmarker.d.ts.map +1 -0
  37. package/dist/ai-provider/common/TFMP_Runtime.d.ts +30 -0
  38. package/dist/ai-provider/common/TFMP_Runtime.d.ts.map +1 -0
  39. package/dist/ai-provider/common/TFMP_TextClassification.d.ts +9 -0
  40. package/dist/ai-provider/common/TFMP_TextClassification.d.ts.map +1 -0
  41. package/dist/ai-provider/common/TFMP_TextEmbedding.d.ts +9 -0
  42. package/dist/ai-provider/common/TFMP_TextEmbedding.d.ts.map +1 -0
  43. package/dist/ai-provider/common/TFMP_TextLanguageDetection.d.ts +9 -0
  44. package/dist/ai-provider/common/TFMP_TextLanguageDetection.d.ts.map +1 -0
  45. package/dist/ai-provider/common/TFMP_Unload.d.ts +9 -0
  46. package/dist/ai-provider/common/TFMP_Unload.d.ts.map +1 -0
  47. package/dist/ai-provider/index.d.ts +9 -0
  48. package/dist/ai-provider/index.d.ts.map +1 -0
  49. package/dist/ai-provider/registerTensorFlowMediaPipe.d.ts +10 -0
  50. package/dist/ai-provider/registerTensorFlowMediaPipe.d.ts.map +1 -0
  51. package/dist/ai-provider/registerTensorFlowMediaPipeInline.d.ts +8 -0
  52. package/dist/ai-provider/registerTensorFlowMediaPipeInline.d.ts.map +1 -0
  53. package/dist/ai-provider/registerTensorFlowMediaPipeWorker.d.ts +7 -0
  54. package/dist/ai-provider/registerTensorFlowMediaPipeWorker.d.ts.map +1 -0
  55. package/dist/ai-provider/runtime.d.ts +16 -0
  56. package/dist/ai-provider/runtime.d.ts.map +1 -0
  57. package/dist/ai-provider-runtime.d.ts +7 -0
  58. package/dist/ai-provider-runtime.d.ts.map +1 -0
  59. package/dist/ai-provider-runtime.js +761 -0
  60. package/dist/ai-provider-runtime.js.map +33 -0
  61. package/dist/ai-provider.d.ts +7 -0
  62. package/dist/ai-provider.d.ts.map +1 -0
  63. package/dist/ai-provider.js +134 -0
  64. package/dist/ai-provider.js.map +13 -0
  65. package/package.json +71 -0
@@ -0,0 +1,26 @@
1
+ /**
2
+ * @license
3
+ * Copyright 2025 Steven Roussey <sroussey@gmail.com>
4
+ * SPDX-License-Identifier: Apache-2.0
5
+ */
6
+ import { AiProvider } from "@workglow/ai/worker";
7
+ import type { AiProviderPreviewRunFn, AiProviderRunFn } from "@workglow/ai/worker";
8
+ import type { TFMPModelConfig } from "./common/TFMP_ModelSchema";
9
+ /**
10
+ * AI provider for TensorFlow MediaPipe models.
11
+ *
12
+ * Task run functions are injected via the constructor so that the heavy
13
+ * `@mediapipe/*` libraries are only pulled in where actually needed
14
+ * (inline mode, worker server), not on the main thread in worker mode.
15
+ * Use `loadTfmpTasksTextSDK` / `loadTfmpTasksVisionSDK` for cached dynamic imports.
16
+
17
+ */
18
+ export declare class TensorFlowMediaPipeProvider extends AiProvider<TFMPModelConfig> {
19
+ readonly name = "TENSORFLOW_MEDIAPIPE";
20
+ readonly displayName = "TensorFlow MediaPipe";
21
+ readonly isLocal = true;
22
+ readonly supportsBrowser = true;
23
+ readonly taskTypes: readonly string[];
24
+ constructor(tasks?: Record<string, AiProviderRunFn<any, any, TFMPModelConfig>>, previewTasks?: Record<string, AiProviderPreviewRunFn<any, any, TFMPModelConfig>>);
25
+ }
26
+ //# sourceMappingURL=TensorFlowMediaPipeProvider.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"TensorFlowMediaPipeProvider.d.ts","sourceRoot":"","sources":["../../src/ai-provider/TensorFlowMediaPipeProvider.ts"],"names":[],"mappings":"AAAA;;;;GAIG;AAEH,OAAO,EAAE,UAAU,EAAE,MAAM,qBAAqB,CAAC;AACjD,OAAO,KAAK,EAAE,sBAAsB,EAAE,eAAe,EAAE,MAAM,qBAAqB,CAAC;AAEnF,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,2BAA2B,CAAC;AAEjE;;;;;;;;GAQG;AACH,qBAAa,2BAA4B,SAAQ,UAAU,CAAC,eAAe,CAAC;IAC1E,QAAQ,CAAC,IAAI,0BAAwB;IACrC,QAAQ,CAAC,WAAW,0BAA0B;IAC9C,QAAQ,CAAC,OAAO,QAAQ;IACxB,QAAQ,CAAC,eAAe,QAAQ;IAEhC,QAAQ,CAAC,SAAS,EAAE,SAAS,MAAM,EAAE,CAA2B;IAEhE,YACE,KAAK,CAAC,EAAE,MAAM,CAAC,MAAM,EAAE,eAAe,CAAC,GAAG,EAAE,GAAG,EAAE,eAAe,CAAC,CAAC,EAClE,YAAY,CAAC,EAAE,MAAM,CAAC,MAAM,EAAE,sBAAsB,CAAC,GAAG,EAAE,GAAG,EAAE,eAAe,CAAC,CAAC,EAGjF;CACF"}
@@ -0,0 +1,18 @@
1
+ /**
2
+ * @license
3
+ * Copyright 2025 Steven Roussey <sroussey@gmail.com>
4
+ * SPDX-License-Identifier: Apache-2.0
5
+ */
6
+ import { AiProvider } from "@workglow/ai";
7
+ import type { AiProviderPreviewRunFn, AiProviderRunFn } from "@workglow/ai";
8
+ import type { TFMPModelConfig } from "./common/TFMP_ModelSchema";
9
+ /** Main-thread registration (inline or worker-backed). WASM-only — uses direct execution. */
10
+ export declare class TensorFlowMediaPipeQueuedProvider extends AiProvider<TFMPModelConfig> {
11
+ readonly name = "TENSORFLOW_MEDIAPIPE";
12
+ readonly displayName = "TensorFlow MediaPipe";
13
+ readonly isLocal = true;
14
+ readonly supportsBrowser = true;
15
+ readonly taskTypes: readonly string[];
16
+ constructor(tasks?: Record<string, AiProviderRunFn<any, any, TFMPModelConfig>>, previewTasks?: Record<string, AiProviderPreviewRunFn<any, any, TFMPModelConfig>>);
17
+ }
18
+ //# sourceMappingURL=TensorFlowMediaPipeQueuedProvider.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"TensorFlowMediaPipeQueuedProvider.d.ts","sourceRoot":"","sources":["../../src/ai-provider/TensorFlowMediaPipeQueuedProvider.ts"],"names":[],"mappings":"AAAA;;;;GAIG;AAEH,OAAO,EAAE,UAAU,EAAE,MAAM,cAAc,CAAC;AAC1C,OAAO,KAAK,EAAE,sBAAsB,EAAE,eAAe,EAAE,MAAM,cAAc,CAAC;AAE5E,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,2BAA2B,CAAC;AAEjE,6FAA6F;AAC7F,qBAAa,iCAAkC,SAAQ,UAAU,CAAC,eAAe,CAAC;IAChF,QAAQ,CAAC,IAAI,0BAAwB;IACrC,QAAQ,CAAC,WAAW,0BAA0B;IAC9C,QAAQ,CAAC,OAAO,QAAQ;IACxB,QAAQ,CAAC,eAAe,QAAQ;IAEhC,QAAQ,CAAC,SAAS,EAAE,SAAS,MAAM,EAAE,CAA2B;IAEhE,YACE,KAAK,CAAC,EAAE,MAAM,CAAC,MAAM,EAAE,eAAe,CAAC,GAAG,EAAE,GAAG,EAAE,eAAe,CAAC,CAAC,EAClE,YAAY,CAAC,EAAE,MAAM,CAAC,MAAM,EAAE,sBAAsB,CAAC,GAAG,EAAE,GAAG,EAAE,eAAe,CAAC,CAAC,EAGjF;CACF"}
@@ -0,0 +1,8 @@
1
+ /**
2
+ * @license
3
+ * Copyright 2025 Steven Roussey <sroussey@gmail.com>
4
+ * SPDX-License-Identifier: Apache-2.0
5
+ */
6
+ export declare function loadTfmpTasksTextSDK(): Promise<typeof import("@mediapipe/tasks-text")>;
7
+ export declare function loadTfmpTasksVisionSDK(): Promise<typeof import("@mediapipe/tasks-vision")>;
8
+ //# sourceMappingURL=TFMP_Client.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"TFMP_Client.d.ts","sourceRoot":"","sources":["../../../src/ai-provider/common/TFMP_Client.ts"],"names":[],"mappings":"AAAA;;;;GAIG;AAKH,wBAAsB,oBAAoB,oDAWzC;AAED,wBAAsB,sBAAsB,sDAW3C"}
@@ -0,0 +1,29 @@
1
+ /**
2
+ * @license
3
+ * Copyright 2025 Steven Roussey <sroussey@gmail.com>
4
+ * SPDX-License-Identifier: Apache-2.0
5
+ */
6
+ export declare const TENSORFLOW_MEDIAPIPE = "TENSORFLOW_MEDIAPIPE";
7
+ export declare const TFMP_DEFAULT_TASK_TYPES: readonly ["DownloadModelTask", "UnloadModelTask", "ModelInfoTask", "TextEmbeddingTask", "TextLanguageDetectionTask", "TextClassificationTask", "ImageSegmentationTask", "ImageEmbeddingTask", "ImageClassificationTask", "ObjectDetectionTask", "GestureRecognizerTask", "HandLandmarkerTask", "FaceDetectorTask", "FaceLandmarkerTask", "PoseLandmarkerTask", "ModelSearchTask"];
8
+ export type TextPipelineTask = "text-embedder" | "text-classifier" | "text-language-detector" | "genai-text" | "audio-classifier" | "audio-embedder" | "vision-face-detector" | "vision-face-landmarker" | "vision-face-stylizer" | "vision-gesture-recognizer" | "vision-hand-landmarker" | "vision-holistic-landmarker" | "vision-image-classifier" | "vision-image-embedder" | "vision-image-segmenter" | "vision-image-interactive-segmenter" | "vision-object-detector" | "vision-pose-landmarker";
9
+ export declare const TextPipelineTask: {
10
+ readonly "text-embedder": "text-embedder";
11
+ readonly "text-classifier": "text-classifier";
12
+ readonly "text-language-detector": "text-language-detector";
13
+ readonly "genai-text": "genai-text";
14
+ readonly "audio-classifier": "audio-classifier";
15
+ readonly "audio-embedder": "audio-embedder";
16
+ readonly "vision-face-detector": "vision-face-detector";
17
+ readonly "vision-face-landmarker": "vision-face-landmarker";
18
+ readonly "vision-face-stylizer": "vision-face-stylizer";
19
+ readonly "vision-gesture-recognizer": "vision-gesture-recognizer";
20
+ readonly "vision-hand-landmarker": "vision-hand-landmarker";
21
+ readonly "vision-holistic-landmarker": "vision-holistic-landmarker";
22
+ readonly "vision-image-classifier": "vision-image-classifier";
23
+ readonly "vision-image-embedder": "vision-image-embedder";
24
+ readonly "vision-image-segmenter": "vision-image-segmenter";
25
+ readonly "vision-image-interactive-segmenter": "vision-image-interactive-segmenter";
26
+ readonly "vision-object-detector": "vision-object-detector";
27
+ readonly "vision-pose-landmarker": "vision-pose-landmarker";
28
+ };
29
+ //# sourceMappingURL=TFMP_Constants.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"TFMP_Constants.d.ts","sourceRoot":"","sources":["../../../src/ai-provider/common/TFMP_Constants.ts"],"names":[],"mappings":"AAAA;;;;GAIG;AAEH,eAAO,MAAM,oBAAoB,yBAAyB,CAAC;AAE3D,eAAO,MAAM,uBAAuB,YAClC,mBAAmB,EACnB,iBAAiB,EACjB,eAAe,EACf,mBAAmB,EACnB,2BAA2B,EAC3B,wBAAwB,EACxB,uBAAuB,EACvB,oBAAoB,EACpB,yBAAyB,EACzB,qBAAqB,EACrB,uBAAuB,EACvB,oBAAoB,EACpB,kBAAkB,EAClB,oBAAoB,EACpB,oBAAoB,EACpB,iBAAiB,CACT,CAAC;AAEX,MAAM,MAAM,gBAAgB,GACxB,eAAe,GACf,iBAAiB,GACjB,wBAAwB,GACxB,YAAY,GACZ,kBAAkB,GAClB,gBAAgB,GAChB,sBAAsB,GACtB,wBAAwB,GACxB,sBAAsB,GACtB,2BAA2B,GAC3B,wBAAwB,GACxB,4BAA4B,GAC5B,yBAAyB,GACzB,uBAAuB,GACvB,wBAAwB,GACxB,oCAAoC,GACpC,wBAAwB,GACxB,wBAAwB,CAAC;AAE7B,eAAO,MAAM,gBAAgB;8BACV,eAAe;gCACb,iBAAiB;uCACV,wBAAwB;2BACpC,YAAY;iCACN,kBAAkB;+BACpB,gBAAgB;qCACV,sBAAsB;uCACpB,wBAAwB;qCAC1B,sBAAsB;0CACjB,2BAA2B;uCAC9B,wBAAwB;2CACpB,4BAA4B;wCAC/B,yBAAyB;sCAC3B,uBAAuB;uCACtB,wBAAwB;mDACZ,oCAAoC;uCAChD,wBAAwB;uCACxB,wBAAwB;CACW,CAAC"}
@@ -0,0 +1,9 @@
1
+ /**
2
+ * @license
3
+ * Copyright 2025 Steven Roussey <sroussey@gmail.com>
4
+ * SPDX-License-Identifier: Apache-2.0
5
+ */
6
+ import type { AiProviderRunFn, DownloadModelTaskRunInput, DownloadModelTaskRunOutput } from "@workglow/ai";
7
+ import { TFMPModelConfig } from "./TFMP_ModelSchema";
8
+ export declare const TFMP_Download: AiProviderRunFn<DownloadModelTaskRunInput, DownloadModelTaskRunOutput, TFMPModelConfig>;
9
+ //# sourceMappingURL=TFMP_Download.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"TFMP_Download.d.ts","sourceRoot":"","sources":["../../../src/ai-provider/common/TFMP_Download.ts"],"names":[],"mappings":"AAAA;;;;GAIG;AAEH,OAAO,KAAK,EACV,eAAe,EACf,yBAAyB,EACzB,0BAA0B,EAC3B,MAAM,cAAc,CAAC;AAGtB,OAAO,EAAE,eAAe,EAAE,MAAM,oBAAoB,CAAC;AAIrD,eAAO,MAAM,aAAa,EAAE,eAAe,CACzC,yBAAyB,EACzB,0BAA0B,EAC1B,eAAe,CA6EhB,CAAC"}
@@ -0,0 +1,9 @@
1
+ /**
2
+ * @license
3
+ * Copyright 2025 Steven Roussey <sroussey@gmail.com>
4
+ * SPDX-License-Identifier: Apache-2.0
5
+ */
6
+ import type { AiProviderRunFn, FaceDetectorTaskInput, FaceDetectorTaskOutput } from "@workglow/ai";
7
+ import { TFMPModelConfig } from "./TFMP_ModelSchema";
8
+ export declare const TFMP_FaceDetector: AiProviderRunFn<FaceDetectorTaskInput, FaceDetectorTaskOutput, TFMPModelConfig>;
9
+ //# sourceMappingURL=TFMP_FaceDetector.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"TFMP_FaceDetector.d.ts","sourceRoot":"","sources":["../../../src/ai-provider/common/TFMP_FaceDetector.ts"],"names":[],"mappings":"AAAA;;;;GAIG;AAEH,OAAO,KAAK,EAAE,eAAe,EAAE,qBAAqB,EAAE,sBAAsB,EAAE,MAAM,cAAc,CAAC;AAGnG,OAAO,EAAE,eAAe,EAAE,MAAM,oBAAoB,CAAC;AAGrD,eAAO,MAAM,iBAAiB,EAAE,eAAe,CAC7C,qBAAqB,EACrB,sBAAsB,EACtB,eAAe,CAsChB,CAAC"}
@@ -0,0 +1,9 @@
1
+ /**
2
+ * @license
3
+ * Copyright 2025 Steven Roussey <sroussey@gmail.com>
4
+ * SPDX-License-Identifier: Apache-2.0
5
+ */
6
+ import type { AiProviderRunFn, FaceLandmarkerTaskInput, FaceLandmarkerTaskOutput } from "@workglow/ai";
7
+ import { TFMPModelConfig } from "./TFMP_ModelSchema";
8
+ export declare const TFMP_FaceLandmarker: AiProviderRunFn<FaceLandmarkerTaskInput, FaceLandmarkerTaskOutput, TFMPModelConfig>;
9
+ //# sourceMappingURL=TFMP_FaceLandmarker.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"TFMP_FaceLandmarker.d.ts","sourceRoot":"","sources":["../../../src/ai-provider/common/TFMP_FaceLandmarker.ts"],"names":[],"mappings":"AAAA;;;;GAIG;AAEH,OAAO,KAAK,EACV,eAAe,EACf,uBAAuB,EACvB,wBAAwB,EACzB,MAAM,cAAc,CAAC;AAGtB,OAAO,EAAE,eAAe,EAAE,MAAM,oBAAoB,CAAC;AAGrD,eAAO,MAAM,mBAAmB,EAAE,eAAe,CAC/C,uBAAuB,EACvB,wBAAwB,EACxB,eAAe,CAiDhB,CAAC"}
@@ -0,0 +1,9 @@
1
+ /**
2
+ * @license
3
+ * Copyright 2025 Steven Roussey <sroussey@gmail.com>
4
+ * SPDX-License-Identifier: Apache-2.0
5
+ */
6
+ import type { AiProviderRunFn, GestureRecognizerTaskInput, GestureRecognizerTaskOutput } from "@workglow/ai";
7
+ import { TFMPModelConfig } from "./TFMP_ModelSchema";
8
+ export declare const TFMP_GestureRecognizer: AiProviderRunFn<GestureRecognizerTaskInput, GestureRecognizerTaskOutput, TFMPModelConfig>;
9
+ //# sourceMappingURL=TFMP_GestureRecognizer.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"TFMP_GestureRecognizer.d.ts","sourceRoot":"","sources":["../../../src/ai-provider/common/TFMP_GestureRecognizer.ts"],"names":[],"mappings":"AAAA;;;;GAIG;AAEH,OAAO,KAAK,EACV,eAAe,EACf,0BAA0B,EAC1B,2BAA2B,EAC5B,MAAM,cAAc,CAAC;AAGtB,OAAO,EAAE,eAAe,EAAE,MAAM,oBAAoB,CAAC;AAGrD,eAAO,MAAM,sBAAsB,EAAE,eAAe,CAClD,0BAA0B,EAC1B,2BAA2B,EAC3B,eAAe,CA6ChB,CAAC"}
@@ -0,0 +1,9 @@
1
+ /**
2
+ * @license
3
+ * Copyright 2025 Steven Roussey <sroussey@gmail.com>
4
+ * SPDX-License-Identifier: Apache-2.0
5
+ */
6
+ import type { AiProviderRunFn, HandLandmarkerTaskInput, HandLandmarkerTaskOutput } from "@workglow/ai";
7
+ import { TFMPModelConfig } from "./TFMP_ModelSchema";
8
+ export declare const TFMP_HandLandmarker: AiProviderRunFn<HandLandmarkerTaskInput, HandLandmarkerTaskOutput, TFMPModelConfig>;
9
+ //# sourceMappingURL=TFMP_HandLandmarker.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"TFMP_HandLandmarker.d.ts","sourceRoot":"","sources":["../../../src/ai-provider/common/TFMP_HandLandmarker.ts"],"names":[],"mappings":"AAAA;;;;GAIG;AAEH,OAAO,KAAK,EACV,eAAe,EACf,uBAAuB,EACvB,wBAAwB,EACzB,MAAM,cAAc,CAAC;AAGtB,OAAO,EAAE,eAAe,EAAE,MAAM,oBAAoB,CAAC;AAGrD,eAAO,MAAM,mBAAmB,EAAE,eAAe,CAC/C,uBAAuB,EACvB,wBAAwB,EACxB,eAAe,CAyChB,CAAC"}
@@ -0,0 +1,9 @@
1
+ /**
2
+ * @license
3
+ * Copyright 2025 Steven Roussey <sroussey@gmail.com>
4
+ * SPDX-License-Identifier: Apache-2.0
5
+ */
6
+ import type { AiProviderRunFn, ImageClassificationTaskInput, ImageClassificationTaskOutput } from "@workglow/ai";
7
+ import { TFMPModelConfig } from "./TFMP_ModelSchema";
8
+ export declare const TFMP_ImageClassification: AiProviderRunFn<ImageClassificationTaskInput, ImageClassificationTaskOutput, TFMPModelConfig>;
9
+ //# sourceMappingURL=TFMP_ImageClassification.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"TFMP_ImageClassification.d.ts","sourceRoot":"","sources":["../../../src/ai-provider/common/TFMP_ImageClassification.ts"],"names":[],"mappings":"AAAA;;;;GAIG;AAEH,OAAO,KAAK,EACV,eAAe,EACf,4BAA4B,EAC5B,6BAA6B,EAC9B,MAAM,cAAc,CAAC;AAGtB,OAAO,EAAE,eAAe,EAAE,MAAM,oBAAoB,CAAC;AAGrD,eAAO,MAAM,wBAAwB,EAAE,eAAe,CACpD,4BAA4B,EAC5B,6BAA6B,EAC7B,eAAe,CA4BhB,CAAC"}
@@ -0,0 +1,9 @@
1
+ /**
2
+ * @license
3
+ * Copyright 2025 Steven Roussey <sroussey@gmail.com>
4
+ * SPDX-License-Identifier: Apache-2.0
5
+ */
6
+ import type { AiProviderRunFn, ImageEmbeddingTaskInput, ImageEmbeddingTaskOutput } from "@workglow/ai";
7
+ import { TFMPModelConfig } from "./TFMP_ModelSchema";
8
+ export declare const TFMP_ImageEmbedding: AiProviderRunFn<ImageEmbeddingTaskInput, ImageEmbeddingTaskOutput, TFMPModelConfig>;
9
+ //# sourceMappingURL=TFMP_ImageEmbedding.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"TFMP_ImageEmbedding.d.ts","sourceRoot":"","sources":["../../../src/ai-provider/common/TFMP_ImageEmbedding.ts"],"names":[],"mappings":"AAAA;;;;GAIG;AAEH,OAAO,KAAK,EACV,eAAe,EACf,uBAAuB,EACvB,wBAAwB,EACzB,MAAM,cAAc,CAAC;AAGtB,OAAO,EAAE,eAAe,EAAE,MAAM,oBAAoB,CAAC;AAGrD,eAAO,MAAM,mBAAmB,EAAE,eAAe,CAC/C,uBAAuB,EACvB,wBAAwB,EACxB,eAAe,CA4BhB,CAAC"}
@@ -0,0 +1,9 @@
1
+ /**
2
+ * @license
3
+ * Copyright 2025 Steven Roussey <sroussey@gmail.com>
4
+ * SPDX-License-Identifier: Apache-2.0
5
+ */
6
+ import type { AiProviderRunFn, ImageSegmentationTaskInput, ImageSegmentationTaskOutput } from "@workglow/ai";
7
+ import { TFMPModelConfig } from "./TFMP_ModelSchema";
8
+ export declare const TFMP_ImageSegmentation: AiProviderRunFn<ImageSegmentationTaskInput, ImageSegmentationTaskOutput, TFMPModelConfig>;
9
+ //# sourceMappingURL=TFMP_ImageSegmentation.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"TFMP_ImageSegmentation.d.ts","sourceRoot":"","sources":["../../../src/ai-provider/common/TFMP_ImageSegmentation.ts"],"names":[],"mappings":"AAAA;;;;GAIG;AAEH,OAAO,KAAK,EACV,eAAe,EACf,0BAA0B,EAC1B,2BAA2B,EAC5B,MAAM,cAAc,CAAC;AAGtB,OAAO,EAAE,eAAe,EAAE,MAAM,oBAAoB,CAAC;AAGrD,eAAO,MAAM,sBAAsB,EAAE,eAAe,CAClD,0BAA0B,EAC1B,2BAA2B,EAC3B,eAAe,CAyBhB,CAAC"}
@@ -0,0 +1,10 @@
1
+ /**
2
+ * @license
3
+ * Copyright 2025 Steven Roussey <sroussey@gmail.com>
4
+ * SPDX-License-Identifier: Apache-2.0
5
+ */
6
+ import type { AiProviderRunFn } from "@workglow/ai";
7
+ import type { TFMPModelConfig } from "./TFMP_ModelSchema";
8
+ export { loadTfmpTasksTextSDK, loadTfmpTasksVisionSDK } from "./TFMP_Client";
9
+ export declare const TFMP_TASKS: Record<string, AiProviderRunFn<any, any, TFMPModelConfig>>;
10
+ //# sourceMappingURL=TFMP_JobRunFns.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"TFMP_JobRunFns.d.ts","sourceRoot":"","sources":["../../../src/ai-provider/common/TFMP_JobRunFns.ts"],"names":[],"mappings":"AAAA;;;;GAIG;AAEH,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,cAAc,CAAC;AACpD,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,oBAAoB,CAAC;AAmB1D,OAAO,EAAE,oBAAoB,EAAE,sBAAsB,EAAE,MAAM,eAAe,CAAC;AAE7E,eAAO,MAAM,UAAU,EAAE,MAAM,CAAC,MAAM,EAAE,eAAe,CAAC,GAAG,EAAE,GAAG,EAAE,eAAe,CAAC,CAiBjF,CAAC"}
@@ -0,0 +1,9 @@
1
+ /**
2
+ * @license
3
+ * Copyright 2025 Steven Roussey <sroussey@gmail.com>
4
+ * SPDX-License-Identifier: Apache-2.0
5
+ */
6
+ import type { AiProviderRunFn, ModelInfoTaskInput, ModelInfoTaskOutput } from "@workglow/ai";
7
+ import { TFMPModelConfig } from "./TFMP_ModelSchema";
8
+ export declare const TFMP_ModelInfo: AiProviderRunFn<ModelInfoTaskInput, ModelInfoTaskOutput, TFMPModelConfig>;
9
+ //# sourceMappingURL=TFMP_ModelInfo.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"TFMP_ModelInfo.d.ts","sourceRoot":"","sources":["../../../src/ai-provider/common/TFMP_ModelInfo.ts"],"names":[],"mappings":"AAAA;;;;GAIG;AAEH,OAAO,KAAK,EAAE,eAAe,EAAE,kBAAkB,EAAE,mBAAmB,EAAE,MAAM,cAAc,CAAC;AAC7F,OAAO,EAAE,eAAe,EAAE,MAAM,oBAAoB,CAAC;AAQrD,eAAO,MAAM,cAAc,EAAE,eAAe,CAC1C,kBAAkB,EAClB,mBAAmB,EACnB,eAAe,CAyChB,CAAC"}
@@ -0,0 +1,152 @@
1
+ /**
2
+ * @license
3
+ * Copyright 2025 Steven Roussey <sroussey@gmail.com>
4
+ * SPDX-License-Identifier: Apache-2.0
5
+ */
6
+ import { FromSchema } from "@workglow/util/worker";
7
+ export declare const TFMPModelSchema: {
8
+ readonly type: "object";
9
+ readonly properties: {
10
+ readonly provider: {
11
+ readonly const: "TENSORFLOW_MEDIAPIPE";
12
+ readonly description: "Discriminator: TensorFlow MediaPipe backend.";
13
+ };
14
+ readonly provider_config: {
15
+ readonly type: "object";
16
+ readonly description: "TensorFlow MediaPipe-specific options.";
17
+ readonly properties: {
18
+ readonly model_path: {
19
+ readonly type: "string";
20
+ readonly description: "Filesystem path or URI for the ONNX model.";
21
+ };
22
+ readonly task_engine: {
23
+ readonly type: "string";
24
+ readonly enum: readonly ["text", "audio", "vision", "genai"];
25
+ readonly description: "Task engine for the MediaPipe model.";
26
+ };
27
+ readonly pipeline: {
28
+ readonly type: "string";
29
+ readonly enum: ("audio-classifier" | "audio-embedder" | "genai-text" | "text-classifier" | "text-embedder" | "text-language-detector" | "vision-face-detector" | "vision-face-landmarker" | "vision-face-stylizer" | "vision-gesture-recognizer" | "vision-hand-landmarker" | "vision-holistic-landmarker" | "vision-image-classifier" | "vision-image-embedder" | "vision-image-interactive-segmenter" | "vision-image-segmenter" | "vision-object-detector" | "vision-pose-landmarker")[];
30
+ readonly description: "Pipeline task type for the MediaPipe model.";
31
+ };
32
+ };
33
+ readonly required: readonly ["model_path", "task_engine", "pipeline"];
34
+ readonly additionalProperties: false;
35
+ };
36
+ };
37
+ readonly required: readonly ["provider", "provider_config"];
38
+ readonly additionalProperties: true;
39
+ };
40
+ export declare const TFMPModelRecordSchema: {
41
+ readonly type: "object";
42
+ readonly properties: {
43
+ readonly model_id: {
44
+ readonly type: "string";
45
+ };
46
+ readonly tasks: {
47
+ readonly type: "array";
48
+ readonly items: {
49
+ readonly type: "string";
50
+ };
51
+ readonly "x-ui-editor": "multiselect";
52
+ };
53
+ readonly title: {
54
+ readonly type: "string";
55
+ };
56
+ readonly description: {
57
+ readonly type: "string";
58
+ readonly "x-ui-editor": "textarea";
59
+ };
60
+ readonly metadata: {
61
+ readonly type: "object";
62
+ readonly default: {};
63
+ readonly "x-ui-hidden": true;
64
+ };
65
+ readonly provider: {
66
+ readonly const: "TENSORFLOW_MEDIAPIPE";
67
+ readonly description: "Discriminator: TensorFlow MediaPipe backend.";
68
+ };
69
+ readonly provider_config: {
70
+ readonly type: "object";
71
+ readonly description: "TensorFlow MediaPipe-specific options.";
72
+ readonly properties: {
73
+ readonly model_path: {
74
+ readonly type: "string";
75
+ readonly description: "Filesystem path or URI for the ONNX model.";
76
+ };
77
+ readonly task_engine: {
78
+ readonly type: "string";
79
+ readonly enum: readonly ["text", "audio", "vision", "genai"];
80
+ readonly description: "Task engine for the MediaPipe model.";
81
+ };
82
+ readonly pipeline: {
83
+ readonly type: "string";
84
+ readonly enum: ("audio-classifier" | "audio-embedder" | "genai-text" | "text-classifier" | "text-embedder" | "text-language-detector" | "vision-face-detector" | "vision-face-landmarker" | "vision-face-stylizer" | "vision-gesture-recognizer" | "vision-hand-landmarker" | "vision-holistic-landmarker" | "vision-image-classifier" | "vision-image-embedder" | "vision-image-interactive-segmenter" | "vision-image-segmenter" | "vision-object-detector" | "vision-pose-landmarker")[];
85
+ readonly description: "Pipeline task type for the MediaPipe model.";
86
+ };
87
+ };
88
+ readonly required: readonly ["model_path", "task_engine", "pipeline"];
89
+ readonly additionalProperties: false;
90
+ };
91
+ };
92
+ readonly required: readonly ["model_id", "tasks", "provider", "title", "description", "provider_config", "metadata", "provider", "provider_config"];
93
+ readonly additionalProperties: false;
94
+ };
95
+ export type TFMPModelRecord = FromSchema<typeof TFMPModelRecordSchema>;
96
+ export declare const TFMPModelConfigSchema: {
97
+ readonly type: "object";
98
+ readonly properties: {
99
+ readonly model_id: {
100
+ readonly type: "string";
101
+ };
102
+ readonly tasks: {
103
+ readonly type: "array";
104
+ readonly items: {
105
+ readonly type: "string";
106
+ };
107
+ readonly "x-ui-editor": "multiselect";
108
+ };
109
+ readonly title: {
110
+ readonly type: "string";
111
+ };
112
+ readonly description: {
113
+ readonly type: "string";
114
+ readonly "x-ui-editor": "textarea";
115
+ };
116
+ readonly metadata: {
117
+ readonly type: "object";
118
+ readonly default: {};
119
+ readonly "x-ui-hidden": true;
120
+ };
121
+ readonly provider: {
122
+ readonly const: "TENSORFLOW_MEDIAPIPE";
123
+ readonly description: "Discriminator: TensorFlow MediaPipe backend.";
124
+ };
125
+ readonly provider_config: {
126
+ readonly type: "object";
127
+ readonly description: "TensorFlow MediaPipe-specific options.";
128
+ readonly properties: {
129
+ readonly model_path: {
130
+ readonly type: "string";
131
+ readonly description: "Filesystem path or URI for the ONNX model.";
132
+ };
133
+ readonly task_engine: {
134
+ readonly type: "string";
135
+ readonly enum: readonly ["text", "audio", "vision", "genai"];
136
+ readonly description: "Task engine for the MediaPipe model.";
137
+ };
138
+ readonly pipeline: {
139
+ readonly type: "string";
140
+ readonly enum: ("audio-classifier" | "audio-embedder" | "genai-text" | "text-classifier" | "text-embedder" | "text-language-detector" | "vision-face-detector" | "vision-face-landmarker" | "vision-face-stylizer" | "vision-gesture-recognizer" | "vision-hand-landmarker" | "vision-holistic-landmarker" | "vision-image-classifier" | "vision-image-embedder" | "vision-image-interactive-segmenter" | "vision-image-segmenter" | "vision-object-detector" | "vision-pose-landmarker")[];
141
+ readonly description: "Pipeline task type for the MediaPipe model.";
142
+ };
143
+ };
144
+ readonly required: readonly ["model_path", "task_engine", "pipeline"];
145
+ readonly additionalProperties: false;
146
+ };
147
+ };
148
+ readonly required: readonly ["provider", "provider_config", "provider", "provider_config"];
149
+ readonly additionalProperties: false;
150
+ };
151
+ export type TFMPModelConfig = FromSchema<typeof TFMPModelConfigSchema>;
152
+ //# sourceMappingURL=TFMP_ModelSchema.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"TFMP_ModelSchema.d.ts","sourceRoot":"","sources":["../../../src/ai-provider/common/TFMP_ModelSchema.ts"],"names":[],"mappings":"AAAA;;;;GAIG;AAGH,OAAO,EAAwB,UAAU,EAAE,MAAM,uBAAuB,CAAC;AAGzE,eAAO,MAAM,eAAe;mBACpB,QAAQ;;iBAEZ,QAAQ;qBACN,KAAK;qBACL,WAAW,EAAE,8CAA8C;;iBAE7D,eAAe;qBACb,IAAI,EAAE,QAAQ;qBACd,WAAW,EAAE,wCAAwC;qBACrD,UAAU;yBACR,UAAU;6BACR,IAAI,EAAE,QAAQ;6BACd,WAAW,EAAE,4CAA4C;;yBAE3D,WAAW;6BACT,IAAI,EAAE,QAAQ;6BACd,IAAI;6BACJ,WAAW,EAAE,sCAAsC;;yBAErD,QAAQ;6BACN,IAAI,EAAE,QAAQ;6BACd,IAAI;6BACJ,WAAW,EAAE,6CAA6C;;;qBAG9D,QAAQ;qBACR,oBAAoB;;;;;CAKe,CAAC;AAE1C,eAAO,MAAM,qBAAqB;mBAC1B,QAAQ;;;;;;;;;;;;;;;;;;;;;;;;;qBA/BV,KAAK;qBACL,WAAW,EAAE,8CAA8C;;;qBAG3D,IAAI,EAAE,QAAQ;qBACd,WAAW,EAAE,wCAAwC;qBACrD,UAAU;yBACR,UAAU;6BACR,IAAI,EAAE,QAAQ;6BACd,WAAW,EAAE,4CAA4C;;yBAE3D,WAAW;6BACT,IAAI,EAAE,QAAQ;6BACd,IAAI;6BACJ,WAAW,EAAE,sCAAsC;;yBAErD,QAAQ;6BACN,IAAI,EAAE,QAAQ;6BACd,IAAI;6BACJ,WAAW,EAAE,6CAA6C;;;qBAG9D,QAAQ;qBACR,oBAAoB;;;;;CAee,CAAC;AAE1C,MAAM,MAAM,eAAe,GAAG,UAAU,CAAC,OAAO,qBAAqB,CAAC,CAAC;AAEvE,eAAO,MAAM,qBAAqB;mBAC1B,QAAQ;;;;;;;;;;;;;;;;;;;;;;;;;qBA3CV,KAAK;qBACL,WAAW,EAAE,8CAA8C;;;qBAG3D,IAAI,EAAE,QAAQ;qBACd,WAAW,EAAE,wCAAwC;qBACrD,UAAU;yBACR,UAAU;6BACR,IAAI,EAAE,QAAQ;6BACd,WAAW,EAAE,4CAA4C;;yBAE3D,WAAW;6BACT,IAAI,EAAE,QAAQ;6BACd,IAAI;6BACJ,WAAW,EAAE,sCAAsC;;yBAErD,QAAQ;6BACN,IAAI,EAAE,QAAQ;6BACd,IAAI;6BACJ,WAAW,EAAE,6CAA6C;;;qBAG9D,QAAQ;qBACR,oBAAoB;;;;;CA2Be,CAAC;AAE1C,MAAM,MAAM,eAAe,GAAG,UAAU,CAAC,OAAO,qBAAqB,CAAC,CAAC"}
@@ -0,0 +1,9 @@
1
+ /**
2
+ * @license
3
+ * Copyright 2025 Steven Roussey <sroussey@gmail.com>
4
+ * SPDX-License-Identifier: Apache-2.0
5
+ */
6
+ import type { AiProviderRunFn, ModelSearchTaskInput, ModelSearchTaskOutput } from "@workglow/ai";
7
+ export declare function createTFMPModelSearch(providerId: string): AiProviderRunFn<ModelSearchTaskInput, ModelSearchTaskOutput>;
8
+ export declare const TFMP_ModelSearch: AiProviderRunFn<ModelSearchTaskInput, ModelSearchTaskOutput>;
9
+ //# sourceMappingURL=TFMP_ModelSearch.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"TFMP_ModelSearch.d.ts","sourceRoot":"","sources":["../../../src/ai-provider/common/TFMP_ModelSearch.ts"],"names":[],"mappings":"AAAA;;;;GAIG;AAEH,OAAO,KAAK,EACV,eAAe,EAEf,oBAAoB,EACpB,qBAAqB,EACtB,MAAM,cAAc,CAAC;AAQtB,wBAAgB,qBAAqB,CACnC,UAAU,EAAE,MAAM,GACjB,eAAe,CAAC,oBAAoB,EAAE,qBAAqB,CAAC,CAoB9D;AAED,eAAO,MAAM,gBAAgB,EAAE,eAAe,CAAC,oBAAoB,EAAE,qBAAqB,CAC7C,CAAC"}
@@ -0,0 +1,9 @@
1
+ /**
2
+ * @license
3
+ * Copyright 2025 Steven Roussey <sroussey@gmail.com>
4
+ * SPDX-License-Identifier: Apache-2.0
5
+ */
6
+ import type { AiProviderRunFn, ObjectDetectionTaskInput, ObjectDetectionTaskOutput } from "@workglow/ai";
7
+ import { TFMPModelConfig } from "./TFMP_ModelSchema";
8
+ export declare const TFMP_ObjectDetection: AiProviderRunFn<ObjectDetectionTaskInput, ObjectDetectionTaskOutput, TFMPModelConfig>;
9
+ //# sourceMappingURL=TFMP_ObjectDetection.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"TFMP_ObjectDetection.d.ts","sourceRoot":"","sources":["../../../src/ai-provider/common/TFMP_ObjectDetection.ts"],"names":[],"mappings":"AAAA;;;;GAIG;AAEH,OAAO,KAAK,EACV,eAAe,EACf,wBAAwB,EACxB,yBAAyB,EAC1B,MAAM,cAAc,CAAC;AAGtB,OAAO,EAAE,eAAe,EAAE,MAAM,oBAAoB,CAAC;AAGrD,eAAO,MAAM,oBAAoB,EAAE,eAAe,CAChD,wBAAwB,EACxB,yBAAyB,EACzB,eAAe,CAgChB,CAAC"}
@@ -0,0 +1,9 @@
1
+ /**
2
+ * @license
3
+ * Copyright 2025 Steven Roussey <sroussey@gmail.com>
4
+ * SPDX-License-Identifier: Apache-2.0
5
+ */
6
+ import type { AiProviderRunFn, PoseLandmarkerTaskInput, PoseLandmarkerTaskOutput } from "@workglow/ai";
7
+ import { TFMPModelConfig } from "./TFMP_ModelSchema";
8
+ export declare const TFMP_PoseLandmarker: AiProviderRunFn<PoseLandmarkerTaskInput, PoseLandmarkerTaskOutput, TFMPModelConfig>;
9
+ //# sourceMappingURL=TFMP_PoseLandmarker.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"TFMP_PoseLandmarker.d.ts","sourceRoot":"","sources":["../../../src/ai-provider/common/TFMP_PoseLandmarker.ts"],"names":[],"mappings":"AAAA;;;;GAIG;AAEH,OAAO,KAAK,EACV,eAAe,EACf,uBAAuB,EACvB,wBAAwB,EACzB,MAAM,cAAc,CAAC;AAGtB,OAAO,EAAE,eAAe,EAAE,MAAM,oBAAoB,CAAC;AAGrD,eAAO,MAAM,mBAAmB,EAAE,eAAe,CAC/C,uBAAuB,EACvB,wBAAwB,EACxB,eAAe,CAuDhB,CAAC"}
@@ -0,0 +1,30 @@
1
+ /**
2
+ * @license
3
+ * Copyright 2025 Steven Roussey <sroussey@gmail.com>
4
+ * SPDX-License-Identifier: Apache-2.0
5
+ */
6
+ import { TFMPModelConfig } from "./TFMP_ModelSchema";
7
+ export interface TFMPWasmFileset {
8
+ readonly wasmLoaderPath: string;
9
+ readonly wasmBinaryPath: string;
10
+ readonly assetLoaderPath?: string;
11
+ readonly assetBinaryPath?: string;
12
+ }
13
+ export declare const wasm_tasks: Map<string, TFMPWasmFileset>;
14
+ export declare const wasm_reference_counts: Map<string, number>;
15
+ type TaskConstructor = {
16
+ createFromOptions(wasmFileset: TFMPWasmFileset, options: Record<string, unknown>): Promise<TaskInstance>;
17
+ };
18
+ export type TaskInstance = {
19
+ close(): void;
20
+ [key: string]: any;
21
+ };
22
+ export interface CachedModelTask {
23
+ readonly task: TaskInstance;
24
+ readonly options: Record<string, unknown>;
25
+ readonly task_engine: string;
26
+ }
27
+ export declare const modelTaskCache: Map<string, CachedModelTask[]>;
28
+ export declare const getModelTask: (model: TFMPModelConfig, options: Record<string, unknown>, onProgress: (progress: number, message?: string, details?: any) => void, signal: AbortSignal, TaskType: TaskConstructor) => Promise<any>;
29
+ export {};
30
+ //# sourceMappingURL=TFMP_Runtime.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"TFMP_Runtime.d.ts","sourceRoot":"","sources":["../../../src/ai-provider/common/TFMP_Runtime.ts"],"names":[],"mappings":"AAAA;;;;GAIG;AAIH,OAAO,EAAE,eAAe,EAAE,MAAM,oBAAoB,CAAC;AAErD,MAAM,WAAW,eAAe;IAC9B,QAAQ,CAAC,cAAc,EAAE,MAAM,CAAC;IAChC,QAAQ,CAAC,cAAc,EAAE,MAAM,CAAC;IAChC,QAAQ,CAAC,eAAe,CAAC,EAAE,MAAM,CAAC;IAClC,QAAQ,CAAC,eAAe,CAAC,EAAE,MAAM,CAAC;CACnC;AAED,eAAO,MAAM,UAAU,8BAAqC,CAAC;AAC7D,eAAO,MAAM,qBAAqB,qBAA4B,CAAC;AAE/D,KAAK,eAAe,GAAG;IACrB,iBAAiB,CACf,WAAW,EAAE,eAAe,EAC5B,OAAO,EAAE,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,GAC/B,OAAO,CAAC,YAAY,CAAC,CAAC;CAC1B,CAAC;AAEF,MAAM,MAAM,YAAY,GAAG;IACzB,KAAK,IAAI,IAAI,CAAC;IACd,CAAC,GAAG,EAAE,MAAM,GAAG,GAAG,CAAC;CACpB,CAAC;AAEF,MAAM,WAAW,eAAe;IAC9B,QAAQ,CAAC,IAAI,EAAE,YAAY,CAAC;IAC5B,QAAQ,CAAC,OAAO,EAAE,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,CAAC;IAC1C,QAAQ,CAAC,WAAW,EAAE,MAAM,CAAC;CAC9B;AAED,eAAO,MAAM,cAAc,gCAAuC,CAAC;AA4EnE,eAAO,MAAM,YAAY,UAChB,eAAe,WACb,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,cACpB,CAAC,QAAQ,EAAE,MAAM,EAAE,OAAO,CAAC,EAAE,MAAM,EAAE,OAAO,CAAC,EAAE,GAAG,KAAK,IAAI,UAC/D,WAAW,YACT,eAAe,KACxB,OAAO,CAAC,GAAG,CAgCb,CAAC"}
@@ -0,0 +1,9 @@
1
+ /**
2
+ * @license
3
+ * Copyright 2025 Steven Roussey <sroussey@gmail.com>
4
+ * SPDX-License-Identifier: Apache-2.0
5
+ */
6
+ import type { AiProviderRunFn, TextClassificationTaskInput, TextClassificationTaskOutput } from "@workglow/ai";
7
+ import { TFMPModelConfig } from "./TFMP_ModelSchema";
8
+ export declare const TFMP_TextClassification: AiProviderRunFn<TextClassificationTaskInput, TextClassificationTaskOutput, TFMPModelConfig>;
9
+ //# sourceMappingURL=TFMP_TextClassification.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"TFMP_TextClassification.d.ts","sourceRoot":"","sources":["../../../src/ai-provider/common/TFMP_TextClassification.ts"],"names":[],"mappings":"AAAA;;;;GAIG;AAEH,OAAO,KAAK,EACV,eAAe,EACf,2BAA2B,EAC3B,4BAA4B,EAC7B,MAAM,cAAc,CAAC;AAGtB,OAAO,EAAE,eAAe,EAAE,MAAM,oBAAoB,CAAC;AAGrD,eAAO,MAAM,uBAAuB,EAAE,eAAe,CACnD,2BAA2B,EAC3B,4BAA4B,EAC5B,eAAe,CA0BhB,CAAC"}
@@ -0,0 +1,9 @@
1
+ /**
2
+ * @license
3
+ * Copyright 2025 Steven Roussey <sroussey@gmail.com>
4
+ * SPDX-License-Identifier: Apache-2.0
5
+ */
6
+ import type { AiProviderRunFn, TextEmbeddingTaskInput, TextEmbeddingTaskOutput } from "@workglow/ai";
7
+ import { TFMPModelConfig } from "./TFMP_ModelSchema";
8
+ export declare const TFMP_TextEmbedding: AiProviderRunFn<TextEmbeddingTaskInput, TextEmbeddingTaskOutput, TFMPModelConfig>;
9
+ //# sourceMappingURL=TFMP_TextEmbedding.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"TFMP_TextEmbedding.d.ts","sourceRoot":"","sources":["../../../src/ai-provider/common/TFMP_TextEmbedding.ts"],"names":[],"mappings":"AAAA;;;;GAIG;AAEH,OAAO,KAAK,EACV,eAAe,EACf,sBAAsB,EACtB,uBAAuB,EACxB,MAAM,cAAc,CAAC;AAGtB,OAAO,EAAE,eAAe,EAAE,MAAM,oBAAoB,CAAC;AAGrD,eAAO,MAAM,kBAAkB,EAAE,eAAe,CAC9C,sBAAsB,EACtB,uBAAuB,EACvB,eAAe,CAgChB,CAAC"}
@@ -0,0 +1,9 @@
1
+ /**
2
+ * @license
3
+ * Copyright 2025 Steven Roussey <sroussey@gmail.com>
4
+ * SPDX-License-Identifier: Apache-2.0
5
+ */
6
+ import type { AiProviderRunFn, TextLanguageDetectionTaskInput, TextLanguageDetectionTaskOutput } from "@workglow/ai";
7
+ import { TFMPModelConfig } from "./TFMP_ModelSchema";
8
+ export declare const TFMP_TextLanguageDetection: AiProviderRunFn<TextLanguageDetectionTaskInput, TextLanguageDetectionTaskOutput, TFMPModelConfig>;
9
+ //# sourceMappingURL=TFMP_TextLanguageDetection.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"TFMP_TextLanguageDetection.d.ts","sourceRoot":"","sources":["../../../src/ai-provider/common/TFMP_TextLanguageDetection.ts"],"names":[],"mappings":"AAAA;;;;GAIG;AAEH,OAAO,KAAK,EACV,eAAe,EACf,8BAA8B,EAC9B,+BAA+B,EAChC,MAAM,cAAc,CAAC;AAGtB,OAAO,EAAE,eAAe,EAAE,MAAM,oBAAoB,CAAC;AAGrD,eAAO,MAAM,0BAA0B,EAAE,eAAe,CACtD,8BAA8B,EAC9B,+BAA+B,EAC/B,eAAe,CA4BhB,CAAC"}
@@ -0,0 +1,9 @@
1
+ /**
2
+ * @license
3
+ * Copyright 2025 Steven Roussey <sroussey@gmail.com>
4
+ * SPDX-License-Identifier: Apache-2.0
5
+ */
6
+ import type { AiProviderRunFn, UnloadModelTaskRunInput, UnloadModelTaskRunOutput } from "@workglow/ai";
7
+ import { TFMPModelConfig } from "./TFMP_ModelSchema";
8
+ export declare const TFMP_Unload: AiProviderRunFn<UnloadModelTaskRunInput, UnloadModelTaskRunOutput, TFMPModelConfig>;
9
+ //# sourceMappingURL=TFMP_Unload.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"TFMP_Unload.d.ts","sourceRoot":"","sources":["../../../src/ai-provider/common/TFMP_Unload.ts"],"names":[],"mappings":"AAAA;;;;GAIG;AAEH,OAAO,KAAK,EACV,eAAe,EACf,uBAAuB,EACvB,wBAAwB,EACzB,MAAM,cAAc,CAAC;AACtB,OAAO,EAAE,eAAe,EAAE,MAAM,oBAAoB,CAAC;AAGrD,eAAO,MAAM,WAAW,EAAE,eAAe,CACvC,uBAAuB,EACvB,wBAAwB,EACxB,eAAe,CA6BhB,CAAC"}
@@ -0,0 +1,9 @@
1
+ /**
2
+ * @license
3
+ * Copyright 2025 Steven Roussey <sroussey@gmail.com>
4
+ * SPDX-License-Identifier: Apache-2.0
5
+ */
6
+ export * from "./common/TFMP_Constants";
7
+ export * from "./common/TFMP_ModelSchema";
8
+ export * from "./registerTensorFlowMediaPipe";
9
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/ai-provider/index.ts"],"names":[],"mappings":"AAAA;;;;GAIG;AAEH,cAAc,yBAAyB,CAAC;AACxC,cAAc,2BAA2B,CAAC;AAC1C,cAAc,+BAA+B,CAAC"}
@@ -0,0 +1,10 @@
1
+ /**
2
+ * @license
3
+ * Copyright 2025 Steven Roussey <sroussey@gmail.com>
4
+ * SPDX-License-Identifier: Apache-2.0
5
+ */
6
+ import type { AiProviderRegisterOptions } from "@workglow/ai";
7
+ export declare function registerTensorFlowMediaPipe(options: AiProviderRegisterOptions & {
8
+ worker: Worker | (() => Worker);
9
+ }): Promise<void>;
10
+ //# sourceMappingURL=registerTensorFlowMediaPipe.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"registerTensorFlowMediaPipe.d.ts","sourceRoot":"","sources":["../../src/ai-provider/registerTensorFlowMediaPipe.ts"],"names":[],"mappings":"AAAA;;;;GAIG;AAEH,OAAO,KAAK,EAAE,yBAAyB,EAAE,MAAM,cAAc,CAAC;AAI9D,wBAAsB,2BAA2B,CAC/C,OAAO,EAAE,yBAAyB,GAAG;IACnC,MAAM,EAAE,MAAM,GAAG,CAAC,MAAM,MAAM,CAAC,CAAC;CACjC,GACA,OAAO,CAAC,IAAI,CAAC,CAMf"}
@@ -0,0 +1,8 @@
1
+ /**
2
+ * @license
3
+ * Copyright 2025 Steven Roussey <sroussey@gmail.com>
4
+ * SPDX-License-Identifier: Apache-2.0
5
+ */
6
+ import type { AiProviderRegisterOptions } from "@workglow/ai";
7
+ export declare function registerTensorFlowMediaPipeInline(options?: AiProviderRegisterOptions): Promise<void>;
8
+ //# sourceMappingURL=registerTensorFlowMediaPipeInline.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"registerTensorFlowMediaPipeInline.d.ts","sourceRoot":"","sources":["../../src/ai-provider/registerTensorFlowMediaPipeInline.ts"],"names":[],"mappings":"AAAA;;;;GAIG;AAEH,OAAO,KAAK,EAAE,yBAAyB,EAAE,MAAM,cAAc,CAAC;AAK9D,wBAAsB,iCAAiC,CACrD,OAAO,CAAC,EAAE,yBAAyB,GAClC,OAAO,CAAC,IAAI,CAAC,CAMf"}
@@ -0,0 +1,7 @@
1
+ /**
2
+ * @license
3
+ * Copyright 2025 Steven Roussey <sroussey@gmail.com>
4
+ * SPDX-License-Identifier: Apache-2.0
5
+ */
6
+ export declare function registerTensorFlowMediaPipeWorker(): Promise<void>;
7
+ //# sourceMappingURL=registerTensorFlowMediaPipeWorker.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"registerTensorFlowMediaPipeWorker.d.ts","sourceRoot":"","sources":["../../src/ai-provider/registerTensorFlowMediaPipeWorker.ts"],"names":[],"mappings":"AAAA;;;;GAIG;AAMH,wBAAsB,iCAAiC,IAAI,OAAO,CAAC,IAAI,CAAC,CAKvE"}