@workglow/test 0.0.84 → 0.0.86
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/browser.js +140 -106
- package/dist/browser.js.map +8 -8
- package/dist/bun.js +152 -118
- package/dist/bun.js.map +14 -14
- package/dist/node.js +152 -118
- package/dist/node.js.map +14 -14
- package/dist/test/rag/DocumentChunkRetrievalTask.test.d.ts.map +1 -0
- package/package.json +22 -17
- package/src/binding/README.md +1 -1
- package/src/test/rag/history_of_the_united_states.md +122 -0
- package/dist/binding/FsFolderTaskGraphRepository.d.ts +0 -15
- package/dist/binding/FsFolderTaskGraphRepository.d.ts.map +0 -1
- package/dist/binding/FsFolderTaskOutputRepository.d.ts +0 -15
- package/dist/binding/FsFolderTaskOutputRepository.d.ts.map +0 -1
- package/dist/binding/InMemoryTaskGraphRepository.d.ts +0 -15
- package/dist/binding/InMemoryTaskGraphRepository.d.ts.map +0 -1
- package/dist/binding/InMemoryTaskOutputRepository.d.ts +0 -15
- package/dist/binding/InMemoryTaskOutputRepository.d.ts.map +0 -1
- package/dist/binding/IndexedDbModelRepository.d.ts +0 -14
- package/dist/binding/IndexedDbModelRepository.d.ts.map +0 -1
- package/dist/binding/IndexedDbTaskGraphRepository.d.ts +0 -15
- package/dist/binding/IndexedDbTaskGraphRepository.d.ts.map +0 -1
- package/dist/binding/IndexedDbTaskOutputRepository.d.ts +0 -15
- package/dist/binding/IndexedDbTaskOutputRepository.d.ts.map +0 -1
- package/dist/binding/PostgresModelRepository.d.ts +0 -15
- package/dist/binding/PostgresModelRepository.d.ts.map +0 -1
- package/dist/binding/PostgresTaskGraphRepository.d.ts +0 -16
- package/dist/binding/PostgresTaskGraphRepository.d.ts.map +0 -1
- package/dist/binding/PostgresTaskOutputRepository.d.ts +0 -16
- package/dist/binding/PostgresTaskOutputRepository.d.ts.map +0 -1
- package/dist/binding/SqliteModelRepository.d.ts +0 -14
- package/dist/binding/SqliteModelRepository.d.ts.map +0 -1
- package/dist/binding/SqliteTaskGraphRepository.d.ts +0 -15
- package/dist/binding/SqliteTaskGraphRepository.d.ts.map +0 -1
- package/dist/binding/SqliteTaskOutputRepository.d.ts +0 -15
- package/dist/binding/SqliteTaskOutputRepository.d.ts.map +0 -1
- package/dist/browser.d.ts +0 -9
- package/dist/browser.d.ts.map +0 -1
- package/dist/bun.d.ts +0 -7
- package/dist/bun.d.ts.map +0 -1
- package/dist/common-server.d.ts +0 -15
- package/dist/common-server.d.ts.map +0 -1
- package/dist/common.d.ts +0 -9
- package/dist/common.d.ts.map +0 -1
- package/dist/node.d.ts +0 -7
- package/dist/node.d.ts.map +0 -1
- package/dist/samples/MediaPipeModelSamples.d.ts +0 -2
- package/dist/samples/MediaPipeModelSamples.d.ts.map +0 -1
- package/dist/samples/ONNXModelSamples.d.ts +0 -2
- package/dist/samples/ONNXModelSamples.d.ts.map +0 -1
- package/dist/samples/index.d.ts +0 -10
- package/dist/samples/index.d.ts.map +0 -1
- package/dist/test/ai-model/InMemoryModelRepository.test.d.ts +0 -7
- package/dist/test/ai-model/InMemoryModelRepository.test.d.ts.map +0 -1
- package/dist/test/ai-model/IndexedDbModelRepository.test.d.ts +0 -7
- package/dist/test/ai-model/IndexedDbModelRepository.test.d.ts.map +0 -1
- package/dist/test/ai-model/PostgresModelRepository.test.d.ts +0 -7
- package/dist/test/ai-model/PostgresModelRepository.test.d.ts.map +0 -1
- package/dist/test/ai-model/SqliteModelRepository.test.d.ts +0 -7
- package/dist/test/ai-model/SqliteModelRepository.test.d.ts.map +0 -1
- package/dist/test/ai-model/genericModelRepositoryTests.d.ts +0 -8
- package/dist/test/ai-model/genericModelRepositoryTests.d.ts.map +0 -1
- package/dist/test/ai-provider/AiProviderRegistry.test.d.ts +0 -7
- package/dist/test/ai-provider/AiProviderRegistry.test.d.ts.map +0 -1
- package/dist/test/ai-provider/DownloadModelAbort.test.d.ts +0 -7
- package/dist/test/ai-provider/DownloadModelAbort.test.d.ts.map +0 -1
- package/dist/test/ai-provider/HFTransformersBinding.test.d.ts +0 -7
- package/dist/test/ai-provider/HFTransformersBinding.test.d.ts.map +0 -1
- package/dist/test/ai-provider/TextEmbeddingTask.test.d.ts +0 -7
- package/dist/test/ai-provider/TextEmbeddingTask.test.d.ts.map +0 -1
- package/dist/test/ai-provider/TfMediaPipeBinding.test.d.ts +0 -7
- package/dist/test/ai-provider/TfMediaPipeBinding.test.d.ts.map +0 -1
- package/dist/test/ai-provider/VisionTasks.test.d.ts +0 -7
- package/dist/test/ai-provider/VisionTasks.test.d.ts.map +0 -1
- package/dist/test/ai-provider/ZeroShotTasks.test.d.ts +0 -7
- package/dist/test/ai-provider/ZeroShotTasks.test.d.ts.map +0 -1
- package/dist/test/helpers/SupabaseMockClient.d.ts +0 -12
- package/dist/test/helpers/SupabaseMockClient.d.ts.map +0 -1
- package/dist/test/job-queue/InMemoryJobQueue.test.d.ts +0 -7
- package/dist/test/job-queue/InMemoryJobQueue.test.d.ts.map +0 -1
- package/dist/test/job-queue/InMemoryPrefixedQueueStorage.test.d.ts +0 -7
- package/dist/test/job-queue/InMemoryPrefixedQueueStorage.test.d.ts.map +0 -1
- package/dist/test/job-queue/IndexedDbJobQueue.test.d.ts +0 -7
- package/dist/test/job-queue/IndexedDbJobQueue.test.d.ts.map +0 -1
- package/dist/test/job-queue/IndexedDbPrefixedQueueStorage.test.d.ts +0 -7
- package/dist/test/job-queue/IndexedDbPrefixedQueueStorage.test.d.ts.map +0 -1
- package/dist/test/job-queue/PostgresJobQueue.test.d.ts +0 -7
- package/dist/test/job-queue/PostgresJobQueue.test.d.ts.map +0 -1
- package/dist/test/job-queue/PostgresPrefixedQueueStorage.test.d.ts +0 -7
- package/dist/test/job-queue/PostgresPrefixedQueueStorage.test.d.ts.map +0 -1
- package/dist/test/job-queue/SqliteJobQueue.test.d.ts +0 -7
- package/dist/test/job-queue/SqliteJobQueue.test.d.ts.map +0 -1
- package/dist/test/job-queue/SqlitePrefixedQueueStorage.test.d.ts +0 -7
- package/dist/test/job-queue/SqlitePrefixedQueueStorage.test.d.ts.map +0 -1
- package/dist/test/job-queue/SupabaseJobQueue.test.d.ts +0 -7
- package/dist/test/job-queue/SupabaseJobQueue.test.d.ts.map +0 -1
- package/dist/test/job-queue/SupabasePrefixedQueueStorage.test.d.ts +0 -7
- package/dist/test/job-queue/SupabasePrefixedQueueStorage.test.d.ts.map +0 -1
- package/dist/test/job-queue/genericJobQueueTests.d.ts +0 -22
- package/dist/test/job-queue/genericJobQueueTests.d.ts.map +0 -1
- package/dist/test/job-queue/genericPrefixedQueueStorageTests.d.ts +0 -18
- package/dist/test/job-queue/genericPrefixedQueueStorageTests.d.ts.map +0 -1
- package/dist/test/job-queue/genericQueueStorageSubscriptionTests.d.ts +0 -29
- package/dist/test/job-queue/genericQueueStorageSubscriptionTests.d.ts.map +0 -1
- package/dist/test/storage-kv/FsFolderJsonKvRepository.test.d.ts +0 -7
- package/dist/test/storage-kv/FsFolderJsonKvRepository.test.d.ts.map +0 -1
- package/dist/test/storage-kv/FsFolderKvRepository.test.d.ts +0 -7
- package/dist/test/storage-kv/FsFolderKvRepository.test.d.ts.map +0 -1
- package/dist/test/storage-kv/InMemoryKvRepository.test.d.ts +0 -7
- package/dist/test/storage-kv/InMemoryKvRepository.test.d.ts.map +0 -1
- package/dist/test/storage-kv/IndexedDbKvRepository.test.d.ts +0 -7
- package/dist/test/storage-kv/IndexedDbKvRepository.test.d.ts.map +0 -1
- package/dist/test/storage-kv/PostgresKvRepository.test.d.ts +0 -7
- package/dist/test/storage-kv/PostgresKvRepository.test.d.ts.map +0 -1
- package/dist/test/storage-kv/SqliteKvRepository.test.d.ts +0 -7
- package/dist/test/storage-kv/SqliteKvRepository.test.d.ts.map +0 -1
- package/dist/test/storage-kv/SupabaseKvRepository.test.d.ts +0 -7
- package/dist/test/storage-kv/SupabaseKvRepository.test.d.ts.map +0 -1
- package/dist/test/storage-kv/genericKvRepositoryTests.d.ts +0 -9
- package/dist/test/storage-kv/genericKvRepositoryTests.d.ts.map +0 -1
- package/dist/test/storage-tabular/CachedTabularRepository.test.d.ts +0 -7
- package/dist/test/storage-tabular/CachedTabularRepository.test.d.ts.map +0 -1
- package/dist/test/storage-tabular/FsFolderTabularRepository.test.d.ts +0 -7
- package/dist/test/storage-tabular/FsFolderTabularRepository.test.d.ts.map +0 -1
- package/dist/test/storage-tabular/InMemoryTabularRepository.test.d.ts +0 -7
- package/dist/test/storage-tabular/InMemoryTabularRepository.test.d.ts.map +0 -1
- package/dist/test/storage-tabular/IndexedDbTabularRepository.test.d.ts +0 -7
- package/dist/test/storage-tabular/IndexedDbTabularRepository.test.d.ts.map +0 -1
- package/dist/test/storage-tabular/PostgresTabularRepository.test.d.ts +0 -7
- package/dist/test/storage-tabular/PostgresTabularRepository.test.d.ts.map +0 -1
- package/dist/test/storage-tabular/SqliteTabularRepository.test.d.ts +0 -7
- package/dist/test/storage-tabular/SqliteTabularRepository.test.d.ts.map +0 -1
- package/dist/test/storage-tabular/SupabaseTabularRepository.test.d.ts +0 -7
- package/dist/test/storage-tabular/SupabaseTabularRepository.test.d.ts.map +0 -1
- package/dist/test/storage-tabular/genericTabularRepositorySubscriptionTests.d.ts +0 -19
- package/dist/test/storage-tabular/genericTabularRepositorySubscriptionTests.d.ts.map +0 -1
- package/dist/test/storage-tabular/genericTabularRepositoryTests.d.ts +0 -127
- package/dist/test/storage-tabular/genericTabularRepositoryTests.d.ts.map +0 -1
- package/dist/test/storage-util/HybridSubscriptionManager.test.d.ts +0 -7
- package/dist/test/storage-util/HybridSubscriptionManager.test.d.ts.map +0 -1
- package/dist/test/storage-util/IndexedDbHybridSubscription.test.d.ts +0 -7
- package/dist/test/storage-util/IndexedDbHybridSubscription.test.d.ts.map +0 -1
- package/dist/test/storage-util/IndexedDbTable.migration.test.d.ts +0 -7
- package/dist/test/storage-util/IndexedDbTable.migration.test.d.ts.map +0 -1
- package/dist/test/task/ArrayTask.test.d.ts +0 -7
- package/dist/test/task/ArrayTask.test.d.ts.map +0 -1
- package/dist/test/task/ConditionalTask.test.d.ts +0 -7
- package/dist/test/task/ConditionalTask.test.d.ts.map +0 -1
- package/dist/test/task/DelayTask.test.d.ts +0 -7
- package/dist/test/task/DelayTask.test.d.ts.map +0 -1
- package/dist/test/task/FetchTask.test.d.ts +0 -7
- package/dist/test/task/FetchTask.test.d.ts.map +0 -1
- package/dist/test/task/GraphAsTask.test.d.ts +0 -2
- package/dist/test/task/GraphAsTask.test.d.ts.map +0 -1
- package/dist/test/task/JavaScriptTask.test.d.ts +0 -7
- package/dist/test/task/JavaScriptTask.test.d.ts.map +0 -1
- package/dist/test/task/LambdaTask.test.d.ts +0 -7
- package/dist/test/task/LambdaTask.test.d.ts.map +0 -1
- package/dist/test/task/MergeTask.test.d.ts +0 -7
- package/dist/test/task/MergeTask.test.d.ts.map +0 -1
- package/dist/test/task/OwnTask.test.d.ts +0 -2
- package/dist/test/task/OwnTask.test.d.ts.map +0 -1
- package/dist/test/task/SingleTask.test.d.ts +0 -7
- package/dist/test/task/SingleTask.test.d.ts.map +0 -1
- package/dist/test/task/SplitTask.test.d.ts +0 -7
- package/dist/test/task/SplitTask.test.d.ts.map +0 -1
- package/dist/test/task/TestTasks.d.ts +0 -387
- package/dist/test/task/TestTasks.d.ts.map +0 -1
- package/dist/test/task-graph/Pipeline.test.d.ts +0 -7
- package/dist/test/task-graph/Pipeline.test.d.ts.map +0 -1
- package/dist/test/task-graph/TaskGraph.test.d.ts +0 -7
- package/dist/test/task-graph/TaskGraph.test.d.ts.map +0 -1
- package/dist/test/task-graph/TaskGraphFormatSemantic.test.d.ts +0 -7
- package/dist/test/task-graph/TaskGraphFormatSemantic.test.d.ts.map +0 -1
- package/dist/test/task-graph/TaskGraphRunner.test.d.ts +0 -7
- package/dist/test/task-graph/TaskGraphRunner.test.d.ts.map +0 -1
- package/dist/test/task-graph/TaskSubGraphRunner.test.d.ts +0 -7
- package/dist/test/task-graph/TaskSubGraphRunner.test.d.ts.map +0 -1
- package/dist/test/task-graph/Workflow.test.d.ts +0 -7
- package/dist/test/task-graph/Workflow.test.d.ts.map +0 -1
- package/dist/test/task-graph-job-queue/InMemoryTaskGraphJobQueue.test.d.ts +0 -7
- package/dist/test/task-graph-job-queue/InMemoryTaskGraphJobQueue.test.d.ts.map +0 -1
- package/dist/test/task-graph-job-queue/IndexedDbTaskGraphJobQueue.test.d.ts +0 -7
- package/dist/test/task-graph-job-queue/IndexedDbTaskGraphJobQueue.test.d.ts.map +0 -1
- package/dist/test/task-graph-job-queue/SqliteTaskGraphJobQueue.test.d.ts +0 -7
- package/dist/test/task-graph-job-queue/SqliteTaskGraphJobQueue.test.d.ts.map +0 -1
- package/dist/test/task-graph-job-queue/genericTaskGraphJobQueueTests.d.ts +0 -23
- package/dist/test/task-graph-job-queue/genericTaskGraphJobQueueTests.d.ts.map +0 -1
- package/dist/test/task-graph-output-cache/FileTaskOutputRepository.test.d.ts +0 -7
- package/dist/test/task-graph-output-cache/FileTaskOutputRepository.test.d.ts.map +0 -1
- package/dist/test/task-graph-output-cache/InMemoryTaskOutputRepository.test.d.ts +0 -7
- package/dist/test/task-graph-output-cache/InMemoryTaskOutputRepository.test.d.ts.map +0 -1
- package/dist/test/task-graph-output-cache/IndexedDbTaskOutputRepository.test.d.ts +0 -7
- package/dist/test/task-graph-output-cache/IndexedDbTaskOutputRepository.test.d.ts.map +0 -1
- package/dist/test/task-graph-output-cache/SqliteTaskOutputRepository.test.d.ts +0 -7
- package/dist/test/task-graph-output-cache/SqliteTaskOutputRepository.test.d.ts.map +0 -1
- package/dist/test/task-graph-output-cache/genericTaskOutputRepositoryTests.d.ts +0 -8
- package/dist/test/task-graph-output-cache/genericTaskOutputRepositoryTests.d.ts.map +0 -1
- package/dist/test/task-graph-storage/FileTaskGraphRepository.test.d.ts +0 -7
- package/dist/test/task-graph-storage/FileTaskGraphRepository.test.d.ts.map +0 -1
- package/dist/test/task-graph-storage/InMemoryTaskGraphRepository.test.d.ts +0 -7
- package/dist/test/task-graph-storage/InMemoryTaskGraphRepository.test.d.ts.map +0 -1
- package/dist/test/task-graph-storage/IndexedDbTaskGraphRepository.test.d.ts +0 -7
- package/dist/test/task-graph-storage/IndexedDbTaskGraphRepository.test.d.ts.map +0 -1
- package/dist/test/task-graph-storage/SqliteTaskGraphRepository.test.d.ts +0 -7
- package/dist/test/task-graph-storage/SqliteTaskGraphRepository.test.d.ts.map +0 -1
- package/dist/test/task-graph-storage/genericTaskGraphRepositoryTests.d.ts +0 -8
- package/dist/test/task-graph-storage/genericTaskGraphRepositoryTests.d.ts.map +0 -1
- package/dist/test/util/EventEmitter.test.d.ts +0 -7
- package/dist/test/util/EventEmitter.test.d.ts.map +0 -1
- package/dist/test/util/SchemaUtils.test.d.ts +0 -7
- package/dist/test/util/SchemaUtils.test.d.ts.map +0 -1
- package/dist/test/util/arrayAsObjectProxy.test.d.ts +0 -7
- package/dist/test/util/arrayAsObjectProxy.test.d.ts.map +0 -1
- package/dist/test/util/compression.test.d.ts +0 -7
- package/dist/test/util/compression.test.d.ts.map +0 -1
- package/dist/test/util/directedAcyclicGraph.test.d.ts +0 -2
- package/dist/test/util/directedAcyclicGraph.test.d.ts.map +0 -1
- package/dist/test/util/directedGraph.test.d.ts +0 -2
- package/dist/test/util/directedGraph.test.d.ts.map +0 -1
- package/dist/test/util/graph.test.d.ts +0 -5
- package/dist/test/util/graph.test.d.ts.map +0 -1
- package/dist/test/util/readme.test.d.ts +0 -2
- package/dist/test/util/readme.test.d.ts.map +0 -1
- package/dist/types.d.ts +0 -7
- package/dist/types.d.ts.map +0 -1
package/dist/node.js.map
CHANGED
|
@@ -2,21 +2,21 @@
|
|
|
2
2
|
"version": 3,
|
|
3
3
|
"sources": ["../src/binding/InMemoryTaskGraphRepository.ts", "../src/binding/InMemoryTaskOutputRepository.ts", "../src/samples/index.ts", "../src/samples/MediaPipeModelSamples.ts", "../src/samples/ONNXModelSamples.ts", "../src/binding/FsFolderTaskGraphRepository.ts", "../src/binding/IndexedDbTaskGraphRepository.ts", "../src/binding/PostgresTaskGraphRepository.ts", "../src/binding/SqliteTaskGraphRepository.ts", "../src/binding/FsFolderTaskOutputRepository.ts", "../src/binding/IndexedDbTaskOutputRepository.ts", "../src/binding/PostgresTaskOutputRepository.ts", "../src/binding/SqliteTaskOutputRepository.ts"],
|
|
4
4
|
"sourcesContent": [
|
|
5
|
-
"/**\n * @license\n * Copyright 2025 Steven Roussey <sroussey@gmail.com>\n * SPDX-License-Identifier: Apache-2.0\n */\n\nimport {
|
|
6
|
-
"/**\n * @license\n * Copyright 2025 Steven Roussey <sroussey@gmail.com>\n * SPDX-License-Identifier: Apache-2.0\n */\n\nimport {
|
|
5
|
+
"/**\n * @license\n * Copyright 2025 Steven Roussey <sroussey@gmail.com>\n * SPDX-License-Identifier: Apache-2.0\n */\n\nimport { InMemoryTabularStorage } from \"@workglow/storage\";\nimport {\n TaskGraphPrimaryKeyNames,\n TaskGraphSchema,\n TaskGraphTabularRepository,\n} from \"@workglow/task-graph\";\nimport { createServiceToken } from \"@workglow/util\";\n\nexport const MEMORY_TASK_GRAPH_REPOSITORY = createServiceToken<TaskGraphTabularRepository>(\n \"taskgraph.taskGraphRepository.inMemory\"\n);\n\n/**\n * In-memory implementation of a task graph repository.\n * Provides storage and retrieval for task graphs.\n */\nexport class InMemoryTaskGraphRepository extends TaskGraphTabularRepository {\n constructor() {\n super({\n tabularRepository: new InMemoryTabularStorage(TaskGraphSchema, TaskGraphPrimaryKeyNames),\n });\n }\n}\n",
|
|
6
|
+
"/**\n * @license\n * Copyright 2025 Steven Roussey <sroussey@gmail.com>\n * SPDX-License-Identifier: Apache-2.0\n */\n\nimport { InMemoryTabularStorage } from \"@workglow/storage\";\nimport {\n TaskOutputPrimaryKeyNames,\n TaskOutputSchema,\n TaskOutputTabularRepository,\n} from \"@workglow/task-graph\";\nimport { createServiceToken } from \"@workglow/util\";\n\nexport const MEMORY_TASK_OUTPUT_REPOSITORY = createServiceToken<InMemoryTaskOutputRepository>(\n \"taskgraph.taskOutputRepository.inMemory\"\n);\n\n/**\n * In-memory implementation of a task output repository.\n * Provides storage and retrieval for task outputs.\n */\nexport class InMemoryTaskOutputRepository extends TaskOutputTabularRepository {\n constructor() {\n super({\n tabularRepository: new InMemoryTabularStorage(\n TaskOutputSchema,\n TaskOutputPrimaryKeyNames,\n [\"createdAt\"]\n ),\n });\n }\n}\n",
|
|
7
7
|
"/**\n * @license\n * Copyright 2025 Steven Roussey <sroussey@gmail.com>\n * SPDX-License-Identifier: Apache-2.0\n */\n\nimport { AiJob, AiJobInput } from \"@workglow/ai\";\nimport { TENSORFLOW_MEDIAPIPE } from \"@workglow/ai-provider\";\nimport { ConcurrencyLimiter, JobQueueClient, JobQueueServer } from \"@workglow/job-queue\";\nimport { InMemoryQueueStorage } from \"@workglow/storage\";\nimport { getTaskQueueRegistry, TaskInput, TaskOutput } from \"@workglow/task-graph\";\nexport * from \"./MediaPipeModelSamples\";\nexport * from \"./ONNXModelSamples\";\n\nexport async function register_HFT_InMemoryQueue(): Promise<void> {\n const queueName = \"HF_TRANSFORMERS_ONNX\";\n const storage = new InMemoryQueueStorage<AiJobInput<TaskInput>, TaskOutput>(queueName);\n await storage.setupDatabase();\n\n const server = new JobQueueServer<AiJobInput<TaskInput>, TaskOutput>(\n AiJob<AiJobInput<TaskInput>, TaskOutput>,\n {\n storage,\n queueName,\n limiter: new ConcurrencyLimiter(1, 10),\n }\n );\n\n const client = new JobQueueClient<AiJobInput<TaskInput>, TaskOutput>({\n storage,\n queueName,\n });\n\n client.attach(server);\n\n getTaskQueueRegistry().registerQueue({ server, client, storage });\n await server.start();\n}\n\nexport async function register_TFMP_InMemoryQueue(): Promise<void> {\n const queueName = TENSORFLOW_MEDIAPIPE;\n const storage = new InMemoryQueueStorage<AiJobInput<TaskInput>, TaskOutput>(queueName);\n await storage.setupDatabase();\n\n const server = new JobQueueServer<AiJobInput<TaskInput>, TaskOutput>(\n AiJob<AiJobInput<TaskInput>, TaskOutput>,\n {\n storage,\n queueName,\n limiter: new ConcurrencyLimiter(1, 10),\n }\n );\n\n const client = new JobQueueClient<AiJobInput<TaskInput>, TaskOutput>({\n storage,\n queueName,\n });\n\n client.attach(server);\n\n getTaskQueueRegistry().registerQueue({ server, client, storage });\n await server.start();\n}\n",
|
|
8
|
-
"import { getGlobalModelRepository } from \"@workglow/ai\";\nimport { TENSORFLOW_MEDIAPIPE, type TFMPModelRecord } from \"@workglow/ai-provider\";\n\nexport async function registerMediaPipeTfJsLocalModels(): Promise<void> {\n const models: TFMPModelRecord[] = [\n // Text Models\n {\n model_id: \"media-pipe:Universal Sentence Encoder\",\n title: \"Universal Sentence Encoder\",\n description: \"Universal Sentence Encoder\",\n tasks: [\"TextEmbeddingTask\"],\n provider: TENSORFLOW_MEDIAPIPE,\n provider_config: {\n
|
|
9
|
-
"import { getGlobalModelRepository } from \"@workglow/ai\";\nimport { HF_TRANSFORMERS_ONNX, HfTransformersOnnxModelRecord } from \"@workglow/ai-provider\";\n\nexport async function registerHuggingfaceLocalModels(): Promise<void> {\n const onnxModels: HfTransformersOnnxModelRecord[] = [\n {\n model_id: \"onnx:Xenova/all-MiniLM-L6-v2:q8\",\n title: \"All MiniLM L6 V2 384D\",\n description: \"Xenova/all-MiniLM-L6-v2\",\n tasks: [\"TextEmbeddingTask\"],\n provider: HF_TRANSFORMERS_ONNX,\n provider_config: {\n pipeline: \"feature-extraction\",\n modelPath: \"Xenova/all-MiniLM-L6-v2\",\n device: \"webgpu\",\n nativeDimensions: 384,\n },\n metadata: {},\n },\n {\n model_id: \"onnx:Xenova/bge-base-en-v1.5:q8\",\n title: \"BGE Base English V1.5 768D\",\n description: \"Xenova/bge-base-en-v1.5\",\n tasks: [\"TextEmbeddingTask\"],\n provider: HF_TRANSFORMERS_ONNX,\n provider_config: {\n pipeline: \"feature-extraction\",\n modelPath: \"Xenova/bge-base-en-v1.5\",\n device: \"webgpu\",\n nativeDimensions: 768,\n },\n metadata: {},\n },\n {\n model_id: \"onnx:Xenova/gte-small:q8\",\n title: \"GTE Small 384D\",\n description: \"Xenova/gte-small\",\n tasks: [\"TextEmbeddingTask\"],\n provider: HF_TRANSFORMERS_ONNX,\n provider_config: {\n pipeline: \"feature-extraction\",\n modelPath: \"Xenova/gte-small\",\n device: \"webgpu\",\n nativeDimensions: 384,\n },\n metadata: {},\n },\n {\n model_id: \"onnx:onnx-community/bert_uncased_L-2_H-128_A-2-ONNX:q8\",\n title: \"BERT Uncased 128D\",\n description: \"onnx-community/bert_uncased_L-2_H-128_A-2-ONNX\",\n tasks: [\"TextEmbeddingTask\"],\n provider: HF_TRANSFORMERS_ONNX,\n provider_config: {\n pipeline: \"feature-extraction\",\n modelPath: \"onnx-community/bert_uncased_L-2_H-128_A-2-ONNX\",\n device: \"webgpu\",\n nativeDimensions: 128,\n },\n metadata: {},\n },\n {\n model_id: \"onnx:Xenova/paraphrase-albert-base-v2:q8\",\n title: \"Paraphrase ALBERT Base V2 768D\",\n description: \"Xenova/paraphrase-albert-base-v2\",\n tasks: [\"TextEmbeddingTask\"],\n provider: HF_TRANSFORMERS_ONNX,\n provider_config: {\n pipeline: \"feature-extraction\",\n modelPath: \"Xenova/paraphrase-albert-base-v2\",\n device: \"webgpu\",\n nativeDimensions: 768,\n },\n metadata: {},\n },\n {\n model_id: \"onnx:Xenova/distilbert-base-uncased-distilled-squad:q8\",\n title: \"distilbert-base-uncased-distilled-squad\",\n description: \"Xenova/distilbert-base-uncased-distilled-squad quantized to 8bit\",\n tasks: [\"TextQuestionAnsweringTask\"],\n provider: HF_TRANSFORMERS_ONNX,\n provider_config: {\n pipeline: \"question-answering\",\n modelPath: \"Xenova/distilbert-base-uncased-distilled-squad\",\n },\n metadata: {},\n },\n {\n model_id: \"onnx:Xenova/gpt2:q8\",\n title: \"gpt2\",\n description: \"Xenova/gpt2 quantized to 8bit\",\n tasks: [\"TextGenerationTask\"],\n provider: HF_TRANSFORMERS_ONNX,\n provider_config: {\n pipeline: \"text-generation\",\n modelPath: \"Xenova/gpt2\",\n dType: \"q8\",\n },\n metadata: {},\n },\n {\n model_id: \"onnx:Xenova/Phi-3-mini-4k-instruct:q4f16\",\n title: \"Phi-3-mini-4k-instruct:q4f16\",\n description: \"Xenova/Phi-3-mini-4k-instruct quantized to q4f16\",\n tasks: [\"TextGenerationTask\"],\n provider: HF_TRANSFORMERS_ONNX,\n provider_config: {\n pipeline: \"text-generation\",\n modelPath: \"Xenova/Phi-3-mini-4k-instruct\",\n device: \"webgpu\",\n dType: \"q4f16\",\n useExternalDataFormat: true,\n },\n metadata: {},\n },\n {\n model_id: \"onnx:Xenova/distilgpt2:q8\",\n title: \"distilgpt2\",\n description: \"Xenova/distilgpt2 quantized to 8bit\",\n tasks: [\"TextGenerationTask\"],\n provider: HF_TRANSFORMERS_ONNX,\n provider_config: {\n pipeline: \"text-generation\",\n modelPath: \"Xenova/distilgpt2\",\n dType: \"q8\",\n },\n metadata: {},\n },\n {\n model_id: \"onnx:Xenova/LaMini-Flan-T5-783M:q8\",\n title: \"LaMini-Flan-T5-783M\",\n description: \"Xenova/LaMini-Flan-T5-783M quantized to 8bit\",\n tasks: [\"TextGenerationTask\", \"TextRewriterTask\"],\n provider: HF_TRANSFORMERS_ONNX,\n provider_config: {\n pipeline: \"text2text-generation\",\n modelPath: \"Xenova/LaMini-Flan-T5-783M\",\n },\n metadata: {},\n },\n {\n model_id: \"onnx:Xenova/LaMini-Flan-T5-783M:q8\",\n title: \"LaMini-Flan-T5-783M\",\n description: \"Xenova/LaMini-Flan-T5-783M quantized to 8bit\",\n tasks: [\"TextGenerationTask\", \"TextRewriterTask\"],\n provider: HF_TRANSFORMERS_ONNX,\n provider_config: {\n pipeline: \"text2text-generation\",\n modelPath: \"Xenova/LaMini-Flan-T5-783M\",\n dType: \"q8\",\n },\n metadata: {},\n },\n {\n model_id: \"onnx:Falconsai/text_summarization:q8\",\n title: \"text_summarization\",\n description: \"Falconsai/text_summarization quantized to 8bit\",\n tasks: [\"TextSummaryTask\"],\n provider: HF_TRANSFORMERS_ONNX,\n provider_config: {\n pipeline: \"summarization\",\n modelPath: \"Falconsai/text_summarization\",\n dType: \"q8\",\n },\n metadata: {},\n },\n {\n model_id: \"onnx:Xenova/nllb-200-distilled-600M:q8\",\n title: \"nllb-200-distilled-600M\",\n description: \"Xenova/nllb-200-distilled-600M quantized to 8bit\",\n tasks: [\"TextTranslationTask\"],\n provider: HF_TRANSFORMERS_ONNX,\n provider_config: {\n pipeline: \"translation\",\n modelPath: \"Xenova/nllb-200-distilled-600M\",\n languageStyle: \"FLORES-200\",\n dType: \"q8\",\n },\n metadata: {},\n },\n {\n model_id: \"onnx:Xenova/m2m100_418M:q8\",\n title: \"m2m100_418M\",\n description: \"Xenova/m2m100_418M quantized to 8bit\",\n tasks: [\"TextTranslationTask\"],\n provider: HF_TRANSFORMERS_ONNX,\n provider_config: {\n pipeline: \"translation\",\n modelPath: \"Xenova/m2m100_418M\",\n languageStyle: \"ISO-639\",\n dType: \"q8\",\n },\n metadata: {},\n },\n {\n model_id: \"onnx:Xenova/m2m100_418M:q8\",\n title: \"m2m100_418M\",\n description: \"Xenova/m2m100_418M quantized to 8bit\",\n tasks: [\"TextTranslationTask\"],\n provider: HF_TRANSFORMERS_ONNX,\n provider_config: {\n pipeline: \"translation\",\n modelPath: \"Xenova/m2m100_418M\",\n languageStyle: \"ISO-639\",\n dType: \"q8\",\n },\n metadata: {},\n },\n {\n model_id: \"onnx:Xenova/mbart-large-50-many-to-many-mmt:q8\",\n title: \"mbart-large-50-many-to-many-mmt\",\n description: \"Xenova/mbart-large-50-many-to-many-mmt quantized to 8bit\",\n tasks: [\"TextTranslationTask\"],\n provider: HF_TRANSFORMERS_ONNX,\n provider_config: {\n pipeline: \"translation\",\n modelPath: \"Xenova/mbart-large-50-many-to-many-mmt\",\n languageStyle: \"ISO-639_ISO-3166-1-alpha-2\",\n dType: \"q8\",\n },\n metadata: {},\n },\n // Vision Models\n {\n model_id: \"onnx:Xenova/vit-base-patch16-224:q8\",\n title: \"ViT Base Patch16 224\",\n description: \"Vision Transformer for image classification\",\n tasks: [\"ImageClassificationTask\"],\n provider: HF_TRANSFORMERS_ONNX,\n provider_config: {\n pipeline: \"image-classification\",\n modelPath: \"Xenova/vit-base-patch16-224\",\n dType: \"q8\",\n },\n metadata: {},\n },\n {\n model_id: \"onnx:Xenova/clip-vit-base-patch32:q8\",\n title: \"CLIP ViT Base Patch32\",\n description: \"CLIP model for zero-shot image classification and embeddings\",\n tasks: [\"ImageClassificationTask\", \"ImageEmbeddingTask\"],\n provider: HF_TRANSFORMERS_ONNX,\n provider_config: {\n pipeline: \"zero-shot-image-classification\",\n modelPath: \"Xenova/clip-vit-base-patch32\",\n dType: \"q8\",\n },\n metadata: {},\n },\n {\n model_id: \"onnx:Xenova/detr-resnet-50:q8\",\n title: \"DETR ResNet-50\",\n description: \"Object detection model\",\n tasks: [\"ObjectDetectionTask\"],\n provider: HF_TRANSFORMERS_ONNX,\n provider_config: {\n pipeline: \"object-detection\",\n modelPath: \"Xenova/detr-resnet-50\",\n dType: \"q8\",\n },\n metadata: {},\n },\n {\n model_id: \"onnx:Xenova/owlvit-base-patch32:q8\",\n title: \"OWL-ViT Base Patch32\",\n description: \"Zero-shot object detection model\",\n tasks: [\"ObjectDetectionTask\"],\n provider: HF_TRANSFORMERS_ONNX,\n provider_config: {\n pipeline: \"zero-shot-object-detection\",\n modelPath: \"Xenova/owlvit-base-patch32\",\n dType: \"q8\",\n },\n metadata: {},\n },\n {\n model_id: \"onnx:Xenova/segformer-b0-finetuned-ade-512-512:q8\",\n title: \"Segformer B0 ADE\",\n description: \"Image segmentation model trained on ADE20K dataset\",\n tasks: [\"ImageSegmentationTask\"],\n provider: HF_TRANSFORMERS_ONNX,\n provider_config: {\n pipeline: \"image-segmentation\",\n modelPath: \"Xenova/segformer-b0-finetuned-ade-512-512\",\n dType: \"q8\",\n },\n metadata: {},\n },\n {\n model_id: \"onnx:Xenova/vit-gpt2-image-captioning:q8\",\n title: \"ViT GPT2 Image Captioning\",\n description: \"Image to text captioning model\",\n tasks: [\"ImageToTextTask\"],\n provider: HF_TRANSFORMERS_ONNX,\n provider_config: {\n pipeline: \"image-to-text\",\n modelPath: \"Xenova/vit-gpt2-image-captioning\",\n dType: \"q8\",\n },\n metadata: {},\n },\n {\n model_id: \"onnx:Xenova/modnet:q8\",\n title: \"MODNet Background Removal\",\n description: \"Background removal model\",\n tasks: [\"BackgroundRemovalTask\"],\n provider: HF_TRANSFORMERS_ONNX,\n provider_config: {\n pipeline: \"background-removal\",\n modelPath: \"Xenova/modnet\",\n dType: \"q8\",\n },\n metadata: {},\n },\n {\n model_id: \"onnx:Xenova/mobilebert-uncased-mnli:q8\",\n title: \"MobileBERT MNLI\",\n description: \"Zero-shot text classification model\",\n tasks: [\"TextClassificationTask\"],\n provider: HF_TRANSFORMERS_ONNX,\n provider_config: {\n pipeline: \"zero-shot-classification\",\n modelPath: \"Xenova/mobilebert-uncased-mnli\",\n dType: \"q8\",\n },\n metadata: {},\n },\n ];\n\n for (const model of onnxModels) {\n await getGlobalModelRepository().addModel(model);\n }\n}\n",
|
|
10
|
-
"/**\n * @license\n * Copyright 2025 Steven Roussey <sroussey@gmail.com>\n * SPDX-License-Identifier: Apache-2.0\n */\n\nimport {
|
|
11
|
-
"/**\n * @license\n * Copyright 2025 Steven Roussey <sroussey@gmail.com>\n * SPDX-License-Identifier: Apache-2.0\n */\n\nimport {
|
|
12
|
-
"/**\n * @license\n * Copyright 2025 Steven Roussey <sroussey@gmail.com>\n * SPDX-License-Identifier: Apache-2.0\n */\n\nimport {
|
|
13
|
-
"/**\n * @license\n * Copyright 2025 Steven Roussey <sroussey@gmail.com>\n * SPDX-License-Identifier: Apache-2.0\n */\n\nimport {
|
|
14
|
-
"/**\n * @license\n * Copyright 2025 Steven Roussey <sroussey@gmail.com>\n * SPDX-License-Identifier: Apache-2.0\n */\n\nimport {
|
|
15
|
-
"/**\n * @license\n * Copyright 2025 Steven Roussey <sroussey@gmail.com>\n * SPDX-License-Identifier: Apache-2.0\n */\n\nimport {
|
|
16
|
-
"/**\n * @license\n * Copyright 2025 Steven Roussey <sroussey@gmail.com>\n * SPDX-License-Identifier: Apache-2.0\n */\n\nimport {
|
|
17
|
-
"/**\n * @license\n * Copyright 2025 Steven Roussey <sroussey@gmail.com>\n * SPDX-License-Identifier: Apache-2.0\n */\n\nimport {
|
|
8
|
+
"import { getGlobalModelRepository } from \"@workglow/ai\";\nimport { TENSORFLOW_MEDIAPIPE, type TFMPModelRecord } from \"@workglow/ai-provider\";\n\nexport async function registerMediaPipeTfJsLocalModels(): Promise<void> {\n const models: TFMPModelRecord[] = [\n // Text Models\n {\n model_id: \"media-pipe:Universal Sentence Encoder\",\n title: \"Universal Sentence Encoder\",\n description: \"Universal Sentence Encoder\",\n tasks: [\"TextEmbeddingTask\"],\n provider: TENSORFLOW_MEDIAPIPE,\n provider_config: {\n task_engine: \"text\",\n pipeline: \"text-embedder\",\n model_path:\n \"https://storage.googleapis.com/mediapipe-tasks/text_embedder/universal_sentence_encoder.tflite\",\n },\n metadata: {},\n },\n {\n model_id: \"media-pipe:BERT Text Classifier\",\n title: \"BERT Text Classifier\",\n description: \"BERT-based text classification model\",\n tasks: [\"TextClassificationTask\"],\n provider: TENSORFLOW_MEDIAPIPE,\n provider_config: {\n task_engine: \"text\",\n pipeline: \"text-classifier\",\n model_path:\n \"https://storage.googleapis.com/mediapipe-models/text_classifier/bert_classifier/float32/1/bert_classifier.tflite\",\n },\n metadata: {},\n },\n {\n model_id: \"media-pipe:Language Detector\",\n title: \"Language Detector\",\n description: \"Language detection model\",\n tasks: [\"TextLanguageDetectionTask\"],\n provider: TENSORFLOW_MEDIAPIPE,\n provider_config: {\n task_engine: \"text\",\n pipeline: \"text-language-detector\",\n model_path:\n \"https://storage.googleapis.com/mediapipe-models/language_detector/language_detector/float32/1/language_detector.tflite\",\n },\n metadata: {},\n },\n // Vision Models\n {\n model_id: \"media-pipe:EfficientNet Lite0 Image Classifier\",\n title: \"EfficientNet Lite0\",\n description: \"Lightweight image classification model\",\n tasks: [\"ImageClassificationTask\"],\n provider: TENSORFLOW_MEDIAPIPE,\n provider_config: {\n task_engine: \"vision\",\n pipeline: \"vision-image-classifier\",\n model_path:\n \"https://storage.googleapis.com/mediapipe-models/image_classifier/efficientnet_lite0/float32/1/efficientnet_lite0.tflite\",\n },\n metadata: {},\n },\n {\n model_id: \"media-pipe:MobileNet V3 Image Embedder\",\n title: \"MobileNet V3 Small\",\n description: \"Lightweight image embedding model\",\n tasks: [\"ImageEmbeddingTask\"],\n provider: TENSORFLOW_MEDIAPIPE,\n provider_config: {\n task_engine: \"vision\",\n pipeline: \"vision-image-embedder\",\n model_path:\n \"https://storage.googleapis.com/mediapipe-models/image_embedder/mobilenet_v3_small/float32/1/mobilenet_v3_small.tflite\",\n },\n metadata: {},\n },\n {\n model_id: \"media-pipe:EfficientDet Lite0 Object Detector\",\n title: \"EfficientDet Lite0\",\n description: \"Lightweight object detection model\",\n tasks: [\"ObjectDetectionTask\"],\n provider: TENSORFLOW_MEDIAPIPE,\n provider_config: {\n task_engine: \"vision\",\n pipeline: \"vision-object-detector\",\n model_path:\n \"https://storage.googleapis.com/mediapipe-models/object_detector/efficientdet_lite0/float32/1/efficientdet_lite0.tflite\",\n },\n metadata: {},\n },\n {\n model_id: \"media-pipe:DeepLab V3 Image Segmenter\",\n title: \"DeepLab V3\",\n description: \"Image segmentation model\",\n tasks: [\"ImageSegmentationTask\"],\n provider: TENSORFLOW_MEDIAPIPE,\n provider_config: {\n task_engine: \"vision\",\n pipeline: \"vision-image-segmenter\",\n model_path:\n \"https://storage.googleapis.com/mediapipe-models/image_segmenter/deeplab_v3/float32/1/deeplab_v3.tflite\",\n },\n metadata: {},\n },\n // Audio Models\n {\n model_id: \"media-pipe:YAMNet Audio Classifier\",\n title: \"YAMNet\",\n description: \"Audio event classification model\",\n tasks: [\"AudioClassificationTask\"],\n provider: TENSORFLOW_MEDIAPIPE,\n provider_config: {\n task_engine: \"audio\",\n pipeline: \"audio-classifier\",\n model_path:\n \"https://storage.googleapis.com/mediapipe-models/audio_classifier/yamnet/float32/1/yamnet.tflite\",\n },\n metadata: {},\n },\n // New Vision Tasks\n {\n model_id: \"media-pipe:Gesture Recognizer\",\n title: \"Gesture Recognizer\",\n description: \"Recognizes hand gestures (thumbs up, victory, etc.)\",\n tasks: [\"GestureRecognizerTask\"],\n provider: TENSORFLOW_MEDIAPIPE,\n provider_config: {\n task_engine: \"vision\",\n pipeline: \"vision-gesture-recognizer\",\n model_path:\n \"https://storage.googleapis.com/mediapipe-models/gesture_recognizer/gesture_recognizer/float16/1/gesture_recognizer.task\",\n },\n metadata: {},\n },\n {\n model_id: \"media-pipe:Hand Landmarker\",\n title: \"Hand Landmarker\",\n description: \"Detects 21 hand landmarks\",\n tasks: [\"HandLandmarkerTask\"],\n provider: TENSORFLOW_MEDIAPIPE,\n provider_config: {\n task_engine: \"vision\",\n pipeline: \"vision-hand-landmarker\",\n model_path:\n \"https://storage.googleapis.com/mediapipe-models/hand_landmarker/hand_landmarker/float16/1/hand_landmarker.task\",\n },\n metadata: {},\n },\n {\n model_id: \"media-pipe:Face Detector\",\n title: \"Face Detector\",\n description: \"Detects faces with bounding boxes and keypoints\",\n tasks: [\"FaceDetectorTask\"],\n provider: TENSORFLOW_MEDIAPIPE,\n provider_config: {\n task_engine: \"vision\",\n pipeline: \"vision-face-detector\",\n model_path:\n \"https://storage.googleapis.com/mediapipe-models/face_detector/blaze_face_short_range/float16/1/blaze_face_short_range.tflite\",\n },\n metadata: {},\n },\n {\n model_id: \"media-pipe:Face Landmarker\",\n title: \"Face Landmarker\",\n description: \"Detects 478 facial landmarks with blendshapes\",\n tasks: [\"FaceLandmarkerTask\"],\n provider: TENSORFLOW_MEDIAPIPE,\n provider_config: {\n task_engine: \"vision\",\n pipeline: \"vision-face-landmarker\",\n model_path:\n \"https://storage.googleapis.com/mediapipe-models/face_landmarker/face_landmarker/float16/1/face_landmarker.task\",\n },\n metadata: {},\n },\n {\n model_id: \"media-pipe:Pose Landmarker\",\n title: \"Pose Landmarker\",\n description: \"Detects 33 body pose landmarks\",\n tasks: [\"PoseLandmarkerTask\"],\n provider: TENSORFLOW_MEDIAPIPE,\n provider_config: {\n task_engine: \"vision\",\n pipeline: \"vision-pose-landmarker\",\n model_path:\n \"https://storage.googleapis.com/mediapipe-models/pose_landmarker/pose_landmarker_lite/float16/1/pose_landmarker_lite.task\",\n },\n metadata: {},\n },\n ];\n\n for (const model of models) {\n await getGlobalModelRepository().addModel(model);\n }\n}\n",
|
|
9
|
+
"import { getGlobalModelRepository } from \"@workglow/ai\";\nimport { HF_TRANSFORMERS_ONNX, HfTransformersOnnxModelRecord } from \"@workglow/ai-provider\";\n\nexport async function registerHuggingfaceLocalModels(): Promise<void> {\n const onnxModels: HfTransformersOnnxModelRecord[] = [\n {\n model_id: \"onnx:Xenova/all-MiniLM-L6-v2:q8\",\n title: \"All MiniLM L6 V2 384D\",\n description: \"Xenova/all-MiniLM-L6-v2\",\n tasks: [\"TextEmbeddingTask\"],\n provider: HF_TRANSFORMERS_ONNX,\n provider_config: {\n pipeline: \"feature-extraction\",\n model_path: \"Xenova/all-MiniLM-L6-v2\",\n native_dimensions: 384,\n },\n metadata: {},\n },\n {\n model_id: \"onnx:Xenova/bge-base-en-v1.5:q8\",\n title: \"BGE Base English V1.5 768D\",\n description: \"Xenova/bge-base-en-v1.5\",\n tasks: [\"TextEmbeddingTask\"],\n provider: HF_TRANSFORMERS_ONNX,\n provider_config: {\n pipeline: \"feature-extraction\",\n model_path: \"Xenova/bge-base-en-v1.5\",\n native_dimensions: 768,\n },\n metadata: {},\n },\n {\n model_id: \"onnx:Xenova/gte-small:q8\",\n title: \"GTE Small 384D\",\n description: \"Xenova/gte-small\",\n tasks: [\"TextEmbeddingTask\"],\n provider: HF_TRANSFORMERS_ONNX,\n provider_config: {\n pipeline: \"feature-extraction\",\n model_path: \"Xenova/gte-small\",\n native_dimensions: 384,\n },\n metadata: {},\n },\n {\n model_id: \"onnx:onnx-community/bert_uncased_L-2_H-128_A-2-ONNX:q8\",\n title: \"BERT Uncased 128D\",\n description: \"onnx-community/bert_uncased_L-2_H-128_A-2-ONNX\",\n tasks: [\"TextEmbeddingTask\"],\n provider: HF_TRANSFORMERS_ONNX,\n provider_config: {\n pipeline: \"feature-extraction\",\n model_path: \"onnx-community/bert_uncased_L-2_H-128_A-2-ONNX\",\n native_dimensions: 128,\n },\n metadata: {},\n },\n {\n model_id: \"onnx:Xenova/paraphrase-albert-base-v2:q8\",\n title: \"Paraphrase ALBERT Base V2 768D\",\n description: \"Xenova/paraphrase-albert-base-v2\",\n tasks: [\"TextEmbeddingTask\"],\n provider: HF_TRANSFORMERS_ONNX,\n provider_config: {\n pipeline: \"feature-extraction\",\n model_path: \"Xenova/paraphrase-albert-base-v2\",\n native_dimensions: 768,\n },\n metadata: {},\n },\n {\n model_id: \"onnx:Qwen3-Embedding-0.6B:auto\",\n title: \"Qwen3 Embedding 0.6B\",\n description: \"onnx-community/Qwen3-Embedding-0.6B-ONNX\",\n tasks: [\"TextEmbeddingTask\"],\n provider: HF_TRANSFORMERS_ONNX,\n provider_config: {\n pipeline: \"feature-extraction\",\n model_path: \"onnx-community/Qwen3-Embedding-0.6B-ONNX\",\n native_dimensions: 1024,\n mrl: true,\n },\n metadata: {},\n },\n {\n model_id: \"onnx:onnx-community/NeuroBERT-NER-ONNX:q8\",\n title: \"NeuroBERT NER\",\n description: \"onnx-community/NeuroBERT-NER-ONNX\",\n tasks: [\"TextNamedEntityRecognitionTask\"],\n provider: HF_TRANSFORMERS_ONNX,\n provider_config: {\n pipeline: \"token-classification\",\n model_path: \"onnx-community/NeuroBERT-NER-ONNX\",\n },\n metadata: {},\n },\n {\n model_id: \"onnx:Xenova/distilbert-base-uncased-distilled-squad:q8\",\n title: \"distilbert-base-uncased-distilled-squad\",\n description: \"Xenova/distilbert-base-uncased-distilled-squad quantized to 8bit\",\n tasks: [\"TextQuestionAnswerTask\"],\n provider: HF_TRANSFORMERS_ONNX,\n provider_config: {\n pipeline: \"question-answering\",\n model_path: \"Xenova/distilbert-base-uncased-distilled-squad\",\n },\n metadata: {},\n },\n {\n model_id: \"onnx:onnx-community/ModernBERT-finetuned-squad-ONNX\",\n title: \"ModernBERT-finetuned-squad-ONNX\",\n description: \"onnx-community/ModernBERT-finetuned-squad-ONNX quantized to int8\",\n tasks: [\"TextQuestionAnswerTask\"],\n provider: HF_TRANSFORMERS_ONNX,\n provider_config: {\n pipeline: \"question-answering\",\n model_path: \"onnx-community/ModernBERT-finetuned-squad-ONNX\",\n dtype: \"int8\",\n },\n metadata: {},\n },\n {\n model_id: \"onnx:Xenova/gpt2:q8\",\n title: \"gpt2\",\n description: \"Xenova/gpt2 quantized to 8bit\",\n tasks: [\"TextGenerationTask\"],\n provider: HF_TRANSFORMERS_ONNX,\n provider_config: {\n pipeline: \"text-generation\",\n model_path: \"Xenova/gpt2\",\n dtype: \"q8\",\n },\n metadata: {},\n },\n {\n model_id: \"onnx:Xenova/Phi-3-mini-4k-instruct:q4f16\",\n title: \"Phi-3-mini-4k-instruct:q4f16\",\n description: \"Xenova/Phi-3-mini-4k-instruct quantized to q4f16\",\n tasks: [\"TextGenerationTask\"],\n provider: HF_TRANSFORMERS_ONNX,\n provider_config: {\n pipeline: \"text-generation\",\n model_path: \"Xenova/Phi-3-mini-4k-instruct\",\n dtype: \"q4f16\",\n use_external_data_format: true,\n },\n metadata: {},\n },\n {\n model_id: \"onnx:Xenova/distilgpt2:q8\",\n title: \"distilgpt2\",\n description: \"Xenova/distilgpt2 quantized to 8bit\",\n tasks: [\"TextGenerationTask\"],\n provider: HF_TRANSFORMERS_ONNX,\n provider_config: {\n pipeline: \"text-generation\",\n model_path: \"Xenova/distilgpt2\",\n dtype: \"q8\",\n },\n metadata: {},\n },\n {\n model_id: \"onnx:Xenova/LaMini-Flan-T5-783M:q8\",\n title: \"LaMini-Flan-T5-783M\",\n description: \"Xenova/LaMini-Flan-T5-783M quantized to 8bit\",\n tasks: [\"TextGenerationTask\", \"TextRewriterTask\"],\n provider: HF_TRANSFORMERS_ONNX,\n provider_config: {\n pipeline: \"text2text-generation\",\n model_path: \"Xenova/LaMini-Flan-T5-783M\",\n dtype: \"q8\",\n },\n metadata: {},\n },\n {\n model_id: \"onnx:Falconsai/text_summarization:fp32\",\n title: \"text_summarization\",\n description: \"Falconsai/text_summarization\",\n tasks: [\"TextSummaryTask\"],\n provider: HF_TRANSFORMERS_ONNX,\n provider_config: {\n pipeline: \"summarization\",\n model_path: \"Falconsai/text_summarization\",\n dtype: \"fp32\",\n },\n metadata: {},\n },\n {\n model_id: \"onnx:Xenova/nllb-200-distilled-600M:q8\",\n title: \"nllb-200-distilled-600M\",\n description: \"Xenova/nllb-200-distilled-600M quantized to 8bit\",\n tasks: [\"TextTranslationTask\"],\n provider: HF_TRANSFORMERS_ONNX,\n provider_config: {\n pipeline: \"translation\",\n model_path: \"Xenova/nllb-200-distilled-600M\",\n language_style: \"FLORES-200\",\n dtype: \"q8\",\n },\n metadata: {},\n },\n {\n model_id: \"onnx:Xenova/m2m100_418M:q8\",\n title: \"m2m100_418M\",\n description: \"Xenova/m2m100_418M quantized to 8bit\",\n tasks: [\"TextTranslationTask\"],\n provider: HF_TRANSFORMERS_ONNX,\n provider_config: {\n pipeline: \"translation\",\n model_path: \"Xenova/m2m100_418M\",\n language_style: \"ISO-639\",\n dtype: \"q8\",\n },\n metadata: {},\n },\n {\n model_id: \"onnx:Xenova/m2m100_418M:q8\",\n title: \"m2m100_418M\",\n description: \"Xenova/m2m100_418M quantized to 8bit\",\n tasks: [\"TextTranslationTask\"],\n provider: HF_TRANSFORMERS_ONNX,\n provider_config: {\n pipeline: \"translation\",\n model_path: \"Xenova/m2m100_418M\",\n language_style: \"ISO-639\",\n dtype: \"q8\",\n },\n metadata: {},\n },\n {\n model_id: \"onnx:Xenova/mbart-large-50-many-to-many-mmt:q8\",\n title: \"mbart-large-50-many-to-many-mmt\",\n description: \"Xenova/mbart-large-50-many-to-many-mmt quantized to 8bit\",\n tasks: [\"TextTranslationTask\"],\n provider: HF_TRANSFORMERS_ONNX,\n provider_config: {\n pipeline: \"translation\",\n model_path: \"Xenova/mbart-large-50-many-to-many-mmt\",\n language_style: \"ISO-639_ISO-3166-1-alpha-2\",\n dtype: \"q8\",\n },\n metadata: {},\n },\n // Vision Models\n {\n model_id: \"onnx:Xenova/vit-base-patch16-224:q8\",\n title: \"ViT Base Patch16 224\",\n description: \"Vision Transformer for image classification\",\n tasks: [\"ImageClassificationTask\"],\n provider: HF_TRANSFORMERS_ONNX,\n provider_config: {\n pipeline: \"image-classification\",\n model_path: \"Xenova/vit-base-patch16-224\",\n dtype: \"q8\",\n },\n metadata: {},\n },\n {\n model_id: \"onnx:Xenova/clip-vit-base-patch32:q8\",\n title: \"CLIP ViT Base Patch32\",\n description: \"CLIP model for zero-shot image classification and embeddings\",\n tasks: [\"ImageClassificationTask\", \"ImageEmbeddingTask\"],\n provider: HF_TRANSFORMERS_ONNX,\n provider_config: {\n pipeline: \"zero-shot-image-classification\",\n model_path: \"Xenova/clip-vit-base-patch32\",\n dtype: \"q8\",\n },\n metadata: {},\n },\n {\n model_id: \"onnx:Xenova/detr-resnet-50:q8\",\n title: \"DETR ResNet-50\",\n description: \"Object detection model\",\n tasks: [\"ObjectDetectionTask\"],\n provider: HF_TRANSFORMERS_ONNX,\n provider_config: {\n pipeline: \"object-detection\",\n model_path: \"Xenova/detr-resnet-50\",\n dtype: \"q8\",\n },\n metadata: {},\n },\n {\n model_id: \"onnx:Xenova/owlvit-base-patch32:q8\",\n title: \"OWL-ViT Base Patch32\",\n description: \"Zero-shot object detection model\",\n tasks: [\"ObjectDetectionTask\"],\n provider: HF_TRANSFORMERS_ONNX,\n provider_config: {\n pipeline: \"zero-shot-object-detection\",\n model_path: \"Xenova/owlvit-base-patch32\",\n dtype: \"q8\",\n },\n metadata: {},\n },\n {\n model_id: \"onnx:Xenova/segformer-b0-finetuned-ade-512-512:q8\",\n title: \"Segformer B0 ADE\",\n description: \"Image segmentation model trained on ADE20K dataset\",\n tasks: [\"ImageSegmentationTask\"],\n provider: HF_TRANSFORMERS_ONNX,\n provider_config: {\n pipeline: \"image-segmentation\",\n model_path: \"Xenova/segformer-b0-finetuned-ade-512-512\",\n dtype: \"q8\",\n },\n metadata: {},\n },\n {\n model_id: \"onnx:Xenova/vit-gpt2-image-captioning:q8\",\n title: \"ViT GPT2 Image Captioning\",\n description: \"Image to text captioning model\",\n tasks: [\"ImageToTextTask\"],\n provider: HF_TRANSFORMERS_ONNX,\n provider_config: {\n pipeline: \"image-to-text\",\n model_path: \"Xenova/vit-gpt2-image-captioning\",\n dtype: \"q8\",\n },\n metadata: {},\n },\n {\n model_id: \"onnx:Xenova/modnet:q8\",\n title: \"MODNet Background Removal\",\n description: \"Background removal model\",\n tasks: [\"BackgroundRemovalTask\"],\n provider: HF_TRANSFORMERS_ONNX,\n provider_config: {\n pipeline: \"background-removal\",\n model_path: \"Xenova/modnet\",\n dtype: \"q8\",\n },\n metadata: {},\n },\n {\n model_id: \"onnx:Xenova/mobilebert-uncased-mnli:q8\",\n title: \"MobileBERT MNLI\",\n description: \"Zero-shot text classification model\",\n tasks: [\"TextClassificationTask\"],\n provider: HF_TRANSFORMERS_ONNX,\n provider_config: {\n pipeline: \"zero-shot-classification\",\n model_path: \"Xenova/mobilebert-uncased-mnli\",\n dtype: \"q8\",\n },\n metadata: {},\n },\n {\n model_id: \"onnx:Xenova/bge-reranker-base:q8\",\n title: \"BGE Reranker Base\",\n description: \"Cross-encoder reranker model for relevance scoring\",\n tasks: [\"TextClassificationTask\", \"RerankerTask\"],\n provider: HF_TRANSFORMERS_ONNX,\n provider_config: {\n pipeline: \"text-classification\",\n model_path: \"Xenova/bge-reranker-base\",\n dtype: \"q8\",\n },\n metadata: {},\n },\n ];\n\n for (const model of onnxModels) {\n await getGlobalModelRepository().addModel(model);\n }\n}\n",
|
|
10
|
+
"/**\n * @license\n * Copyright 2025 Steven Roussey <sroussey@gmail.com>\n * SPDX-License-Identifier: Apache-2.0\n */\n\nimport { FsFolderTabularStorage } from \"@workglow/storage\";\nimport {\n TaskGraphPrimaryKeyNames,\n TaskGraphSchema,\n TaskGraphTabularRepository,\n} from \"@workglow/task-graph\";\nimport { createServiceToken } from \"@workglow/util\";\n\nexport const FS_FOLDER_TASK_GRAPH_REPOSITORY = createServiceToken<TaskGraphTabularRepository>(\n \"taskgraph.taskGraphRepository.fsFolder\"\n);\n\n/**\n * File-based implementation of a task graph repository.\n * Provides storage and retrieval for task graphs using a file system.\n */\nexport class FsFolderTaskGraphRepository extends TaskGraphTabularRepository {\n constructor(folderPath: string) {\n super({\n tabularRepository: new FsFolderTabularStorage(\n folderPath,\n TaskGraphSchema,\n TaskGraphPrimaryKeyNames\n ),\n });\n }\n}\n",
|
|
11
|
+
"/**\n * @license\n * Copyright 2025 Steven Roussey <sroussey@gmail.com>\n * SPDX-License-Identifier: Apache-2.0\n */\n\nimport { IndexedDbTabularStorage } from \"@workglow/storage\";\nimport {\n TaskGraphPrimaryKeyNames,\n TaskGraphSchema,\n TaskGraphTabularRepository,\n} from \"@workglow/task-graph\";\nimport { createServiceToken } from \"@workglow/util\";\n\nexport const IDB_TASK_GRAPH_REPOSITORY = createServiceToken<TaskGraphTabularRepository>(\n \"taskgraph.taskGraphRepository.indexedDb\"\n);\n\n/**\n * IndexedDB implementation of a task graph repository.\n * Provides storage and retrieval for task graphs using IndexedDB.\n */\nexport class IndexedDbTaskGraphRepository extends TaskGraphTabularRepository {\n constructor(table: string = \"task_graphs\") {\n super({\n tabularRepository: new IndexedDbTabularStorage(\n table,\n TaskGraphSchema,\n TaskGraphPrimaryKeyNames\n ),\n });\n }\n}\n",
|
|
12
|
+
"/**\n * @license\n * Copyright 2025 Steven Roussey <sroussey@gmail.com>\n * SPDX-License-Identifier: Apache-2.0\n */\n\nimport { PostgresTabularStorage } from \"@workglow/storage\";\nimport {\n TaskGraphPrimaryKeyNames,\n TaskGraphSchema,\n TaskGraphTabularRepository,\n} from \"@workglow/task-graph\";\nimport { createServiceToken } from \"@workglow/util\";\nimport type { Pool } from \"pg\";\n\nexport const POSTGRES_TASK_GRAPH_REPOSITORY = createServiceToken<TaskGraphTabularRepository>(\n \"taskgraph.taskGraphRepository.postgres\"\n);\n\n/**\n * PostgreSQL implementation of a task graph repository.\n * Provides storage and retrieval for task graphs using PostgreSQL.\n */\nexport class PostgresTaskGraphRepository extends TaskGraphTabularRepository {\n constructor(db: Pool, table: string = \"task_graphs\") {\n super({\n tabularRepository: new PostgresTabularStorage(\n db,\n table,\n TaskGraphSchema,\n TaskGraphPrimaryKeyNames\n ),\n });\n }\n}\n",
|
|
13
|
+
"/**\n * @license\n * Copyright 2025 Steven Roussey <sroussey@gmail.com>\n * SPDX-License-Identifier: Apache-2.0\n */\n\nimport { SqliteTabularStorage } from \"@workglow/storage\";\nimport {\n TaskGraphPrimaryKeyNames,\n TaskGraphSchema,\n TaskGraphTabularRepository,\n} from \"@workglow/task-graph\";\nimport { createServiceToken } from \"@workglow/util\";\n\nexport const SQLITE_TASK_GRAPH_REPOSITORY = createServiceToken<TaskGraphTabularRepository>(\n \"taskgraph.taskGraphRepository.sqlite\"\n);\n\n/**\n * SQLite implementation of a task graph repository.\n * Provides storage and retrieval for task graphs using SQLite.\n */\nexport class SqliteTaskGraphRepository extends TaskGraphTabularRepository {\n constructor(dbOrPath: string, table: string = \"task_graphs\") {\n super({\n tabularRepository: new SqliteTabularStorage(\n dbOrPath,\n table,\n TaskGraphSchema,\n TaskGraphPrimaryKeyNames\n ),\n });\n }\n}\n",
|
|
14
|
+
"/**\n * @license\n * Copyright 2025 Steven Roussey <sroussey@gmail.com>\n * SPDX-License-Identifier: Apache-2.0\n */\n\nimport { FsFolderTabularStorage } from \"@workglow/storage\";\nimport {\n TaskOutputPrimaryKeyNames,\n TaskOutputSchema,\n TaskOutputTabularRepository,\n} from \"@workglow/task-graph\";\nimport { createServiceToken } from \"@workglow/util\";\n\nexport const FS_FOLDER_TASK_OUTPUT_REPOSITORY = createServiceToken<FsFolderTaskOutputRepository>(\n \"taskgraph.taskOutputRepository.fsFolder\"\n);\n\n/**\n * File system folder implementation of a task output repository.\n * Provides storage and retrieval for task outputs using the file system.\n */\nexport class FsFolderTaskOutputRepository extends TaskOutputTabularRepository {\n constructor(folderPath: string) {\n super({\n tabularRepository: new FsFolderTabularStorage(\n folderPath,\n TaskOutputSchema,\n TaskOutputPrimaryKeyNames\n ),\n });\n }\n}\n",
|
|
15
|
+
"/**\n * @license\n * Copyright 2025 Steven Roussey <sroussey@gmail.com>\n * SPDX-License-Identifier: Apache-2.0\n */\n\nimport { IndexedDbTabularStorage } from \"@workglow/storage\";\nimport {\n TaskOutputPrimaryKeyNames,\n TaskOutputSchema,\n TaskOutputTabularRepository,\n} from \"@workglow/task-graph\";\nimport { createServiceToken } from \"@workglow/util\";\n\nexport const IDB_TASK_OUTPUT_REPOSITORY = createServiceToken<IndexedDbTaskOutputRepository>(\n \"taskgraph.taskOutputRepository.indexedDb\"\n);\n\n/**\n * IndexedDB implementation of a task output repository.\n * Provides storage and retrieval for task outputs using IndexedDB.\n */\nexport class IndexedDbTaskOutputRepository extends TaskOutputTabularRepository {\n constructor(table: string = \"task_outputs\") {\n super({\n tabularRepository: new IndexedDbTabularStorage(\n table,\n TaskOutputSchema,\n TaskOutputPrimaryKeyNames,\n [\"createdAt\"]\n ),\n });\n }\n}\n",
|
|
16
|
+
"/**\n * @license\n * Copyright 2025 Steven Roussey <sroussey@gmail.com>\n * SPDX-License-Identifier: Apache-2.0\n */\n\nimport { PostgresTabularStorage } from \"@workglow/storage\";\nimport {\n TaskOutputPrimaryKeyNames,\n TaskOutputSchema,\n TaskOutputTabularRepository,\n} from \"@workglow/task-graph\";\nimport { createServiceToken } from \"@workglow/util\";\nimport type { Pool } from \"pg\";\n\nexport const POSTGRES_TASK_OUTPUT_REPOSITORY = createServiceToken<PostgresTaskOutputRepository>(\n \"taskgraph.taskOutputRepository.postgres\"\n);\n\n/**\n * PostgreSQL implementation of a task output repository.\n * Provides storage and retrieval for task outputs using PostgreSQL.\n */\nexport class PostgresTaskOutputRepository extends TaskOutputTabularRepository {\n constructor(db: Pool, table: string = \"task_outputs\") {\n super({\n tabularRepository: new PostgresTabularStorage(\n db,\n table,\n TaskOutputSchema,\n TaskOutputPrimaryKeyNames,\n [\"createdAt\"]\n ),\n });\n }\n}\n",
|
|
17
|
+
"/**\n * @license\n * Copyright 2025 Steven Roussey <sroussey@gmail.com>\n * SPDX-License-Identifier: Apache-2.0\n */\n\nimport { SqliteTabularStorage } from \"@workglow/storage\";\nimport {\n TaskOutputPrimaryKeyNames,\n TaskOutputSchema,\n TaskOutputTabularRepository,\n} from \"@workglow/task-graph\";\nimport { createServiceToken } from \"@workglow/util\";\n\nexport const SQLITE_TASK_OUTPUT_REPOSITORY = createServiceToken<SqliteTaskOutputRepository>(\n \"taskgraph.taskOutputRepository.sqlite\"\n);\n\n/**\n * SQLite implementation of a task output repository.\n * Provides storage and retrieval for task outputs using SQLite.\n */\nexport class SqliteTaskOutputRepository extends TaskOutputTabularRepository {\n constructor(dbOrPath: string, table: string = \"task_outputs\") {\n super({\n tabularRepository: new SqliteTabularStorage(\n dbOrPath,\n table,\n TaskOutputSchema,\n TaskOutputPrimaryKeyNames,\n [\"createdAt\"]\n ),\n });\n }\n}\n"
|
|
18
18
|
],
|
|
19
|
-
"mappings": "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",
|
|
20
|
-
"debugId": "
|
|
19
|
+
"mappings": "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",
|
|
20
|
+
"debugId": "9302550B9DEBE9C064756E2164756E21",
|
|
21
21
|
"names": []
|
|
22
22
|
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"DocumentChunkRetrievalTask.test.d.ts","sourceRoot":"","sources":["../../../src/test/rag/DocumentChunkRetrievalTask.test.ts"],"names":[],"mappings":"AAAA;;;;GAIG"}
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@workglow/test",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "0.0.
|
|
4
|
+
"version": "0.0.86",
|
|
5
5
|
"description": "Testing utilities and test suites for Workglow packages, providing comprehensive testing infrastructure.",
|
|
6
6
|
"scripts": {
|
|
7
7
|
"watch": "concurrently -c 'auto' 'bun:watch-*'",
|
|
@@ -33,14 +33,15 @@
|
|
|
33
33
|
"src/**/*.md"
|
|
34
34
|
],
|
|
35
35
|
"peerDependencies": {
|
|
36
|
-
"@workglow/ai": "0.0.
|
|
37
|
-
"@workglow/ai-provider": "0.0.
|
|
38
|
-
"@workglow/
|
|
39
|
-
"@workglow/
|
|
40
|
-
"@workglow/
|
|
41
|
-
"@workglow/
|
|
42
|
-
"@workglow/
|
|
43
|
-
"@workglow/
|
|
36
|
+
"@workglow/ai": "0.0.86",
|
|
37
|
+
"@workglow/ai-provider": "0.0.86",
|
|
38
|
+
"@workglow/dataset": "0.0.86",
|
|
39
|
+
"@workglow/job-queue": "0.0.86",
|
|
40
|
+
"@workglow/storage": "0.0.86",
|
|
41
|
+
"@workglow/task-graph": "0.0.86",
|
|
42
|
+
"@workglow/tasks": "0.0.86",
|
|
43
|
+
"@workglow/util": "0.0.86",
|
|
44
|
+
"@workglow/sqlite": "0.0.86",
|
|
44
45
|
"@electric-sql/pglite": "^0.3.11",
|
|
45
46
|
"pg": "^8.16.3",
|
|
46
47
|
"@supabase/supabase-js": "^2.89.0"
|
|
@@ -52,6 +53,9 @@
|
|
|
52
53
|
"@workglow/ai-provider": {
|
|
53
54
|
"optional": false
|
|
54
55
|
},
|
|
56
|
+
"@workglow/dataset": {
|
|
57
|
+
"optional": false
|
|
58
|
+
},
|
|
55
59
|
"@workglow/job-queue": {
|
|
56
60
|
"optional": false
|
|
57
61
|
},
|
|
@@ -73,14 +77,15 @@
|
|
|
73
77
|
},
|
|
74
78
|
"devDependencies": {
|
|
75
79
|
"@electric-sql/pglite": "^0.3.11",
|
|
76
|
-
"@workglow/ai": "0.0.
|
|
77
|
-
"@workglow/ai-provider": "0.0.
|
|
78
|
-
"@workglow/
|
|
79
|
-
"@workglow/
|
|
80
|
-
"@workglow/
|
|
81
|
-
"@workglow/
|
|
82
|
-
"@workglow/
|
|
83
|
-
"@workglow/
|
|
80
|
+
"@workglow/ai": "0.0.86",
|
|
81
|
+
"@workglow/ai-provider": "0.0.86",
|
|
82
|
+
"@workglow/dataset": "0.0.86",
|
|
83
|
+
"@workglow/job-queue": "0.0.86",
|
|
84
|
+
"@workglow/sqlite": "0.0.86",
|
|
85
|
+
"@workglow/storage": "0.0.86",
|
|
86
|
+
"@workglow/task-graph": "0.0.86",
|
|
87
|
+
"@workglow/tasks": "0.0.86",
|
|
88
|
+
"@workglow/util": "0.0.86",
|
|
84
89
|
"@supabase/supabase-js": "^2.89.0",
|
|
85
90
|
"@types/pg": "^8.15.5",
|
|
86
91
|
"fake-indexeddb": "^6.2.4",
|
package/src/binding/README.md
CHANGED
|
@@ -66,7 +66,7 @@ Tests include:
|
|
|
66
66
|
|
|
67
67
|
## Architecture Notes
|
|
68
68
|
|
|
69
|
-
- All repositories use a
|
|
69
|
+
- All repositories use a TabularStorage pattern internally
|
|
70
70
|
- Schema definitions are centralized in `TaskGraphSchema`/`TaskOutputSchema`
|
|
71
71
|
- Primary key configurations are managed through `PrimaryKeyNames` constants
|
|
72
72
|
- Event emitters provide hooks for monitoring repository operations
|
|
@@ -0,0 +1,122 @@
|
|
|
1
|
+
|
|
2
|
+
# A Concise History of the United States of America
|
|
3
|
+
|
|
4
|
+
## Introduction
|
|
5
|
+
The history of the United States is a layered narrative shaped by Indigenous civilizations, European colonization, revolutionary ideals, territorial expansion, civil conflict, industrial growth, global power projection, and ongoing struggles over equality and identity. This account presents a comprehensive overview from pre‑Columbian societies through the early twenty‑first century, emphasizing political, social, economic, and cultural developments.
|
|
6
|
+
|
|
7
|
+
---
|
|
8
|
+
|
|
9
|
+
## Indigenous America Before European Contact
|
|
10
|
+
Long before European arrival, North America was home to diverse Indigenous societies with complex political systems, trade networks, and spiritual traditions. Civilizations such as the Mississippian culture built large urban centers like Cahokia, while Southwestern peoples such as the Ancestral Puebloans developed sophisticated irrigation and architectureാടനം. Indigenous nations managed land through stewardship practices that balanced agriculture, hunting, and ecological sustainability.
|
|
11
|
+
|
|
12
|
+
These societies were not static; they evolved through migration, trade, and conflict. Intertribal diplomacy and warfare were common, and extensive trade routes connected the continent. The arrival of Europeans would dramatically disrupt these civilizations through disease, displacement, and violence.
|
|
13
|
+
|
|
14
|
+
---
|
|
15
|
+
|
|
16
|
+
## European Exploration and Colonization (1492–1700)
|
|
17
|
+
The late fifteenth century marked the beginning of sustained European contact. Spanish expeditions established settlements in Florida and the Southwest, while France explored the Mississippi River Valley and Canada. England focused on the Atlantic seaboard, founding colonies such as Jamestown (1607) and Plymouth (1620).
|
|
18
|
+
|
|
19
|
+
Colonization brought profound change. European diseases devastated Indigenous populations. Settlers imposed new political structures, religions, and economic systems. Colonies varied widely: some were founded for profit, others for religious freedom, and some as proprietary ventures. Slavery emerged as a central institution, particularly in the Southern colonies, shaping economic and social hierarchies.
|
|
20
|
+
|
|
21
|
+
---
|
|
22
|
+
|
|
23
|
+
## Colonial Society and Economy
|
|
24
|
+
By the eighteenth century, the British colonies had developed distinct regional identities. New England emphasized commerce, shipbuilding, and education. The Middle Colonies featured diverse populations and agricultural production. The Southern Colonies relied heavily on plantation agriculture supported by enslaved labor.
|
|
25
|
+
|
|
26
|
+
Despite British political control, colonists enjoyed relative autonomy. Local assemblies exercised power, and Enlightenment ideas circulated widely. Over time, economic growth and political experience fostered a sense of identity separate from Britain.
|
|
27
|
+
|
|
28
|
+
---
|
|
29
|
+
|
|
30
|
+
## The Road to Revolution (1763–1776)
|
|
31
|
+
The aftermath of the Seven Years’ War left Britain heavily indebted, prompting new taxes on the colonies. Measures such as the Stamp Act and Townshend Acts fueled resentment, as colonists argued against taxation without representation. Protests, boycotts, and violent incidents like the Boston Massacre escalated tensions.
|
|
32
|
+
|
|
33
|
+
Colonial leaders articulated revolutionary ideals grounded in natural rights and self‑government. The First and Second Continental Congresses coordinated resistance, while pamphlets such as *Common Sense* galvanized public support for independence.
|
|
34
|
+
|
|
35
|
+
---
|
|
36
|
+
|
|
37
|
+
## The American Revolution
|
|
38
|
+
Armed conflict began in 1775. Colonial militias and the Continental Army, led by George Washington, faced the world’s most powerful empire. Despite early setbacks, alliances—most notably with France—proved decisive. The Declaration of Independence in 1776 articulated the philosophical basis for the new nation.
|
|
39
|
+
|
|
40
|
+
Victory was secured with the Treaty of Paris in 1783. The Revolution reshaped political thought globally, inspiring movements for liberty while exposing contradictions between ideals of freedom and the reality of slavery.
|
|
41
|
+
|
|
42
|
+
---
|
|
43
|
+
|
|
44
|
+
## Founding a New Nation (1783–1800)
|
|
45
|
+
The Articles of Confederation created a weak national government, leading to economic instability and political disorder. In response, leaders convened the Constitutional Convention of 1787. The resulting Constitution established a federal system with separated powers and checks and balances.
|
|
46
|
+
|
|
47
|
+
Ratification debates produced the Federalist Papers and the Bill of Rights, which guaranteed individual liberties. The early republic faced challenges in defining its institutions, economy, and foreign policy.
|
|
48
|
+
|
|
49
|
+
---
|
|
50
|
+
|
|
51
|
+
## Expansion and Reform in the Early Republic
|
|
52
|
+
The nineteenth century was marked by territorial expansion. The Louisiana Purchase doubled the nation’s size, while westward migration accelerated. Manifest Destiny justified expansion but resulted in Indigenous displacement and conflict.
|
|
53
|
+
|
|
54
|
+
Simultaneously, reform movements emerged. Abolitionism, women’s rights, and religious revivals sought moral and social improvement. Industrialization began transforming the economy, particularly in the North.
|
|
55
|
+
|
|
56
|
+
---
|
|
57
|
+
|
|
58
|
+
## Slavery and Sectional Conflict
|
|
59
|
+
As the nation expanded, the question of slavery in new territories intensified sectional divisions. Compromises temporarily maintained balance but failed to resolve underlying tensions. The Southern economy depended on enslaved labor, while Northern states increasingly opposed its expansion.
|
|
60
|
+
|
|
61
|
+
Political polarization deepened, culminating in the election of Abraham Lincoln in 1860 and the secession of Southern states.
|
|
62
|
+
|
|
63
|
+
---
|
|
64
|
+
|
|
65
|
+
## The Civil War (1861–1865)
|
|
66
|
+
The Civil War was the deadliest conflict in American history. It tested the survival of the Union and the future of slavery. Key battles, technological advances, and total war strategies defined the conflict.
|
|
67
|
+
|
|
68
|
+
The Emancipation Proclamation reframed the war as a fight against slavery. Union victory preserved the nation and led to the abolition of slavery through the Thirteenth Amendment.
|
|
69
|
+
|
|
70
|
+
---
|
|
71
|
+
|
|
72
|
+
## Reconstruction and Its Aftermath
|
|
73
|
+
Reconstruction aimed to reintegrate Southern states and secure rights for formerly enslaved people. Amendments granted citizenship and voting rights, and federal troops enforced new policies.
|
|
74
|
+
|
|
75
|
+
However, resistance, violence, and political compromise undermined these efforts. Jim Crow laws institutionalized racial segregation, shaping race relations for generations.
|
|
76
|
+
|
|
77
|
+
---
|
|
78
|
+
|
|
79
|
+
## Industrialization and the Gilded Age
|
|
80
|
+
Late nineteenth‑century America experienced rapid industrial growth. Railroads, steel, and oil transformed the economy, creating immense wealth and stark inequality. Urbanization accelerated, fueled by immigration from Europe and Asia.
|
|
81
|
+
|
|
82
|
+
Labor movements emerged in response to harsh working conditions. Despite progress, economic power concentrated among industrialists, prompting calls for reform.
|
|
83
|
+
|
|
84
|
+
---
|
|
85
|
+
|
|
86
|
+
## Progressivism and World War I
|
|
87
|
+
The Progressive Era sought to address social and economic problems through regulation and democratic reforms. Leaders targeted monopolies, corruption, and social injustice.
|
|
88
|
+
|
|
89
|
+
The United States entered World War I in 1917, marking its emergence as a global power. The war reshaped international relations and domestic society, including expanded roles for women.
|
|
90
|
+
|
|
91
|
+
---
|
|
92
|
+
|
|
93
|
+
## The Roaring Twenties and the Great Depression
|
|
94
|
+
The 1920s brought economic growth and cultural change but also social tension. The stock market crash of 1929 triggered the Great Depression, exposing systemic weaknesses.
|
|
95
|
+
|
|
96
|
+
The New Deal expanded the federal government’s role, introducing social safety nets and economic reforms that redefined American governance.
|
|
97
|
+
|
|
98
|
+
---
|
|
99
|
+
|
|
100
|
+
## World War II and the Postwar Order
|
|
101
|
+
World War II mobilized the nation’s economy and society. Victory established the United States as a superpower. The postwar period saw economic prosperity, suburbanization, and the beginning of the Cold War.
|
|
102
|
+
|
|
103
|
+
Institutions such as the United Nations reflected America’s global leadership, while domestic life was shaped by consumer culture and geopolitical tension.
|
|
104
|
+
|
|
105
|
+
---
|
|
106
|
+
|
|
107
|
+
## The Cold War and Social Change
|
|
108
|
+
The Cold War defined foreign and domestic policy for decades. Containment strategies, proxy wars, and nuclear rivalry shaped international relations.
|
|
109
|
+
|
|
110
|
+
At home, the Civil Rights Movement challenged segregation and inequality. Landmark legislation transformed American society, expanding rights and redefining citizenship.
|
|
111
|
+
|
|
112
|
+
---
|
|
113
|
+
|
|
114
|
+
## Late Twentieth Century to the Present
|
|
115
|
+
The late twentieth century saw economic restructuring, technological innovation, and shifting global dynamics. The end of the Cold War altered America’s role in the world.
|
|
116
|
+
|
|
117
|
+
The twenty‑first century has been marked by terrorism, economic crises, political polarization, and debates over democracy and identity. The nation continues to grapple with its ideals and realities.
|
|
118
|
+
|
|
119
|
+
---
|
|
120
|
+
|
|
121
|
+
## Conclusion
|
|
122
|
+
The history of the United States is a story of ambition, conflict, and reinvention. Its institutions and ideals have inspired global movements while remaining contested at home. Understanding this history provides context for contemporary challenges and future possibilities.
|
|
@@ -1,15 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* @license
|
|
3
|
-
* Copyright 2025 Steven Roussey <sroussey@gmail.com>
|
|
4
|
-
* SPDX-License-Identifier: Apache-2.0
|
|
5
|
-
*/
|
|
6
|
-
import { TaskGraphTabularRepository } from "@workglow/task-graph";
|
|
7
|
-
export declare const FS_FOLDER_TASK_GRAPH_REPOSITORY: import("@workglow/util").ServiceToken<TaskGraphTabularRepository>;
|
|
8
|
-
/**
|
|
9
|
-
* File-based implementation of a task graph repository.
|
|
10
|
-
* Provides storage and retrieval for task graphs using a file system.
|
|
11
|
-
*/
|
|
12
|
-
export declare class FsFolderTaskGraphRepository extends TaskGraphTabularRepository {
|
|
13
|
-
constructor(folderPath: string);
|
|
14
|
-
}
|
|
15
|
-
//# sourceMappingURL=FsFolderTaskGraphRepository.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"FsFolderTaskGraphRepository.d.ts","sourceRoot":"","sources":["../../src/binding/FsFolderTaskGraphRepository.ts"],"names":[],"mappings":"AAAA;;;;GAIG;AAGH,OAAO,EAGL,0BAA0B,EAC3B,MAAM,sBAAsB,CAAC;AAG9B,eAAO,MAAM,+BAA+B,mEAE3C,CAAC;AAEF;;;GAGG;AACH,qBAAa,2BAA4B,SAAQ,0BAA0B;gBAC7D,UAAU,EAAE,MAAM;CAS/B"}
|
|
@@ -1,15 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* @license
|
|
3
|
-
* Copyright 2025 Steven Roussey <sroussey@gmail.com>
|
|
4
|
-
* SPDX-License-Identifier: Apache-2.0
|
|
5
|
-
*/
|
|
6
|
-
import { TaskOutputTabularRepository } from "@workglow/task-graph";
|
|
7
|
-
export declare const FS_FOLDER_TASK_OUTPUT_REPOSITORY: import("@workglow/util").ServiceToken<FsFolderTaskOutputRepository>;
|
|
8
|
-
/**
|
|
9
|
-
* File system folder implementation of a task output repository.
|
|
10
|
-
* Provides storage and retrieval for task outputs using the file system.
|
|
11
|
-
*/
|
|
12
|
-
export declare class FsFolderTaskOutputRepository extends TaskOutputTabularRepository {
|
|
13
|
-
constructor(folderPath: string);
|
|
14
|
-
}
|
|
15
|
-
//# sourceMappingURL=FsFolderTaskOutputRepository.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"FsFolderTaskOutputRepository.d.ts","sourceRoot":"","sources":["../../src/binding/FsFolderTaskOutputRepository.ts"],"names":[],"mappings":"AAAA;;;;GAIG;AAGH,OAAO,EAGL,2BAA2B,EAC5B,MAAM,sBAAsB,CAAC;AAG9B,eAAO,MAAM,gCAAgC,qEAE5C,CAAC;AAEF;;;GAGG;AACH,qBAAa,4BAA6B,SAAQ,2BAA2B;gBAC/D,UAAU,EAAE,MAAM;CAS/B"}
|
|
@@ -1,15 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* @license
|
|
3
|
-
* Copyright 2025 Steven Roussey <sroussey@gmail.com>
|
|
4
|
-
* SPDX-License-Identifier: Apache-2.0
|
|
5
|
-
*/
|
|
6
|
-
import { TaskGraphTabularRepository } from "@workglow/task-graph";
|
|
7
|
-
export declare const MEMORY_TASK_GRAPH_REPOSITORY: import("@workglow/util").ServiceToken<TaskGraphTabularRepository>;
|
|
8
|
-
/**
|
|
9
|
-
* In-memory implementation of a task graph repository.
|
|
10
|
-
* Provides storage and retrieval for task graphs.
|
|
11
|
-
*/
|
|
12
|
-
export declare class InMemoryTaskGraphRepository extends TaskGraphTabularRepository {
|
|
13
|
-
constructor();
|
|
14
|
-
}
|
|
15
|
-
//# sourceMappingURL=InMemoryTaskGraphRepository.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"InMemoryTaskGraphRepository.d.ts","sourceRoot":"","sources":["../../src/binding/InMemoryTaskGraphRepository.ts"],"names":[],"mappings":"AAAA;;;;GAIG;AAGH,OAAO,EAGL,0BAA0B,EAC3B,MAAM,sBAAsB,CAAC;AAG9B,eAAO,MAAM,4BAA4B,mEAExC,CAAC;AAEF;;;GAGG;AACH,qBAAa,2BAA4B,SAAQ,0BAA0B;;CAM1E"}
|
|
@@ -1,15 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* @license
|
|
3
|
-
* Copyright 2025 Steven Roussey <sroussey@gmail.com>
|
|
4
|
-
* SPDX-License-Identifier: Apache-2.0
|
|
5
|
-
*/
|
|
6
|
-
import { TaskOutputTabularRepository } from "@workglow/task-graph";
|
|
7
|
-
export declare const MEMORY_TASK_OUTPUT_REPOSITORY: import("@workglow/util").ServiceToken<InMemoryTaskOutputRepository>;
|
|
8
|
-
/**
|
|
9
|
-
* In-memory implementation of a task output repository.
|
|
10
|
-
* Provides storage and retrieval for task outputs.
|
|
11
|
-
*/
|
|
12
|
-
export declare class InMemoryTaskOutputRepository extends TaskOutputTabularRepository {
|
|
13
|
-
constructor();
|
|
14
|
-
}
|
|
15
|
-
//# sourceMappingURL=InMemoryTaskOutputRepository.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"InMemoryTaskOutputRepository.d.ts","sourceRoot":"","sources":["../../src/binding/InMemoryTaskOutputRepository.ts"],"names":[],"mappings":"AAAA;;;;GAIG;AAGH,OAAO,EAGL,2BAA2B,EAC5B,MAAM,sBAAsB,CAAC;AAG9B,eAAO,MAAM,6BAA6B,qEAEzC,CAAC;AAEF;;;GAGG;AACH,qBAAa,4BAA6B,SAAQ,2BAA2B;;CAU5E"}
|
|
@@ -1,14 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* @license
|
|
3
|
-
* Copyright 2025 Steven Roussey <sroussey@gmail.com>
|
|
4
|
-
* SPDX-License-Identifier: Apache-2.0
|
|
5
|
-
*/
|
|
6
|
-
import { ModelRepository } from "@workglow/ai";
|
|
7
|
-
/**
|
|
8
|
-
* IndexedDB implementation of a model repository.
|
|
9
|
-
* Provides storage and retrieval for models and task-to-model mappings.
|
|
10
|
-
*/
|
|
11
|
-
export declare class IndexedDbModelRepository extends ModelRepository {
|
|
12
|
-
constructor(tableModels?: string);
|
|
13
|
-
}
|
|
14
|
-
//# sourceMappingURL=IndexedDbModelRepository.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"IndexedDbModelRepository.d.ts","sourceRoot":"","sources":["../../src/binding/IndexedDbModelRepository.ts"],"names":[],"mappings":"AAAA;;;;GAIG;AAEH,OAAO,EAA2C,eAAe,EAAE,MAAM,cAAc,CAAC;AAGxF;;;GAGG;AACH,qBAAa,wBAAyB,SAAQ,eAAe;gBAC/C,WAAW,GAAE,MAAiB;CAG3C"}
|
|
@@ -1,15 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* @license
|
|
3
|
-
* Copyright 2025 Steven Roussey <sroussey@gmail.com>
|
|
4
|
-
* SPDX-License-Identifier: Apache-2.0
|
|
5
|
-
*/
|
|
6
|
-
import { TaskGraphTabularRepository } from "@workglow/task-graph";
|
|
7
|
-
export declare const IDB_TASK_GRAPH_REPOSITORY: import("@workglow/util").ServiceToken<TaskGraphTabularRepository>;
|
|
8
|
-
/**
|
|
9
|
-
* IndexedDB implementation of a task graph repository.
|
|
10
|
-
* Provides storage and retrieval for task graphs using IndexedDB.
|
|
11
|
-
*/
|
|
12
|
-
export declare class IndexedDbTaskGraphRepository extends TaskGraphTabularRepository {
|
|
13
|
-
constructor(table?: string);
|
|
14
|
-
}
|
|
15
|
-
//# sourceMappingURL=IndexedDbTaskGraphRepository.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"IndexedDbTaskGraphRepository.d.ts","sourceRoot":"","sources":["../../src/binding/IndexedDbTaskGraphRepository.ts"],"names":[],"mappings":"AAAA;;;;GAIG;AAGH,OAAO,EAGL,0BAA0B,EAC3B,MAAM,sBAAsB,CAAC;AAG9B,eAAO,MAAM,yBAAyB,mEAErC,CAAC;AAEF;;;GAGG;AACH,qBAAa,4BAA6B,SAAQ,0BAA0B;gBAC9D,KAAK,GAAE,MAAsB;CAS1C"}
|
|
@@ -1,15 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* @license
|
|
3
|
-
* Copyright 2025 Steven Roussey <sroussey@gmail.com>
|
|
4
|
-
* SPDX-License-Identifier: Apache-2.0
|
|
5
|
-
*/
|
|
6
|
-
import { TaskOutputTabularRepository } from "@workglow/task-graph";
|
|
7
|
-
export declare const IDB_TASK_OUTPUT_REPOSITORY: import("@workglow/util").ServiceToken<IndexedDbTaskOutputRepository>;
|
|
8
|
-
/**
|
|
9
|
-
* IndexedDB implementation of a task output repository.
|
|
10
|
-
* Provides storage and retrieval for task outputs using IndexedDB.
|
|
11
|
-
*/
|
|
12
|
-
export declare class IndexedDbTaskOutputRepository extends TaskOutputTabularRepository {
|
|
13
|
-
constructor(table?: string);
|
|
14
|
-
}
|
|
15
|
-
//# sourceMappingURL=IndexedDbTaskOutputRepository.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"IndexedDbTaskOutputRepository.d.ts","sourceRoot":"","sources":["../../src/binding/IndexedDbTaskOutputRepository.ts"],"names":[],"mappings":"AAAA;;;;GAIG;AAGH,OAAO,EAGL,2BAA2B,EAC5B,MAAM,sBAAsB,CAAC;AAG9B,eAAO,MAAM,0BAA0B,sEAEtC,CAAC;AAEF;;;GAGG;AACH,qBAAa,6BAA8B,SAAQ,2BAA2B;gBAChE,KAAK,GAAE,MAAuB;CAU3C"}
|
|
@@ -1,15 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* @license
|
|
3
|
-
* Copyright 2025 Steven Roussey <sroussey@gmail.com>
|
|
4
|
-
* SPDX-License-Identifier: Apache-2.0
|
|
5
|
-
*/
|
|
6
|
-
import { ModelRepository } from "@workglow/ai";
|
|
7
|
-
import { Pool } from "pg";
|
|
8
|
-
/**
|
|
9
|
-
* PostgreSQL implementation of a model repository.
|
|
10
|
-
* Provides storage and retrieval for models and task-to-model mappings using PostgreSQL.
|
|
11
|
-
*/
|
|
12
|
-
export declare class PostgresModelRepository extends ModelRepository {
|
|
13
|
-
constructor(db: Pool, tableModels?: string);
|
|
14
|
-
}
|
|
15
|
-
//# sourceMappingURL=PostgresModelRepository.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"PostgresModelRepository.d.ts","sourceRoot":"","sources":["../../src/binding/PostgresModelRepository.ts"],"names":[],"mappings":"AAAA;;;;GAIG;AAEH,OAAO,EAA2C,eAAe,EAAE,MAAM,cAAc,CAAC;AAExF,OAAO,EAAE,IAAI,EAAE,MAAM,IAAI,CAAC;AAE1B;;;GAGG;AACH,qBAAa,uBAAwB,SAAQ,eAAe;gBAC9C,EAAE,EAAE,IAAI,EAAE,WAAW,GAAE,MAAkB;CAGtD"}
|