@workglow/eval 0.4.9 → 0.5.1

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 (93) hide show
  1. package/dist/commands/dataset.d.ts +0 -1
  2. package/dist/commands/report.d.ts +0 -1
  3. package/dist/commands/run.d.ts +0 -1
  4. package/dist/config.d.ts +0 -1
  5. package/dist/evals/EvalSweepTask.d.ts +0 -1
  6. package/dist/evals/cellText.d.ts +15 -0
  7. package/dist/evals/classify.d.ts +0 -1
  8. package/dist/evals/extract.d.ts +0 -1
  9. package/dist/evals/prompt.d.ts +0 -1
  10. package/dist/evals/runner.d.ts +5 -2
  11. package/dist/evals/similarity.d.ts +0 -1
  12. package/dist/evals/streamSubscribe.d.ts +0 -1
  13. package/dist/evals/types.d.ts +0 -1
  14. package/dist/hf/auth.d.ts +0 -1
  15. package/dist/hf/datasetsServer.d.ts +0 -1
  16. package/dist/hf/hubFiles.d.ts +0 -1
  17. package/dist/hf/ids.d.ts +0 -1
  18. package/dist/hf/pullDataset.d.ts +0 -1
  19. package/dist/hf/types.d.ts +0 -1
  20. package/dist/models.d.ts +0 -1
  21. package/dist/providers.d.ts +0 -1
  22. package/dist/report/aggregate.d.ts +0 -1
  23. package/dist/report/liveTally.d.ts +0 -1
  24. package/dist/score/classification.d.ts +0 -1
  25. package/dist/score/correlation.d.ts +0 -1
  26. package/dist/score/extraction.d.ts +0 -1
  27. package/dist/storage.d.ts +0 -1
  28. package/dist/test/aggregate.test.d.ts +0 -1
  29. package/dist/test/evalSweepTask.test.d.ts +0 -1
  30. package/dist/test/extractSmoke.e2e.test.d.ts +0 -1
  31. package/dist/test/extraction.test.d.ts +0 -1
  32. package/dist/test/ggufSmoke.e2e.test.d.ts +0 -1
  33. package/dist/test/hubFiles.test.d.ts +0 -1
  34. package/dist/test/ids.test.d.ts +0 -1
  35. package/dist/test/liveSimilarity.e2e.test.d.ts +0 -1
  36. package/dist/test/liveTally.test.d.ts +0 -1
  37. package/dist/test/models.test.d.ts +0 -1
  38. package/dist/test/runSweep.test.d.ts +0 -1
  39. package/dist/test/score.test.d.ts +0 -1
  40. package/dist/test/storage.test.d.ts +0 -1
  41. package/dist/test/streamSubscribe.test.d.ts +0 -1
  42. package/dist/test/usageColumns.test.d.ts +0 -1
  43. package/dist/util.d.ts +0 -1
  44. package/dist/worker_hft.d.ts +0 -1
  45. package/dist/worker_llamacpp.d.ts +0 -1
  46. package/dist/workglow-eval.d.ts +0 -1
  47. package/dist/workglow-eval.js +25 -11
  48. package/package.json +15 -15
  49. package/dist/commands/dataset.d.ts.map +0 -1
  50. package/dist/commands/report.d.ts.map +0 -1
  51. package/dist/commands/run.d.ts.map +0 -1
  52. package/dist/config.d.ts.map +0 -1
  53. package/dist/evals/EvalSweepTask.d.ts.map +0 -1
  54. package/dist/evals/classify.d.ts.map +0 -1
  55. package/dist/evals/extract.d.ts.map +0 -1
  56. package/dist/evals/prompt.d.ts.map +0 -1
  57. package/dist/evals/runner.d.ts.map +0 -1
  58. package/dist/evals/similarity.d.ts.map +0 -1
  59. package/dist/evals/streamSubscribe.d.ts.map +0 -1
  60. package/dist/evals/types.d.ts.map +0 -1
  61. package/dist/hf/auth.d.ts.map +0 -1
  62. package/dist/hf/datasetsServer.d.ts.map +0 -1
  63. package/dist/hf/hubFiles.d.ts.map +0 -1
  64. package/dist/hf/ids.d.ts.map +0 -1
  65. package/dist/hf/pullDataset.d.ts.map +0 -1
  66. package/dist/hf/types.d.ts.map +0 -1
  67. package/dist/models.d.ts.map +0 -1
  68. package/dist/providers.d.ts.map +0 -1
  69. package/dist/report/aggregate.d.ts.map +0 -1
  70. package/dist/report/liveTally.d.ts.map +0 -1
  71. package/dist/score/classification.d.ts.map +0 -1
  72. package/dist/score/correlation.d.ts.map +0 -1
  73. package/dist/score/extraction.d.ts.map +0 -1
  74. package/dist/storage.d.ts.map +0 -1
  75. package/dist/test/aggregate.test.d.ts.map +0 -1
  76. package/dist/test/evalSweepTask.test.d.ts.map +0 -1
  77. package/dist/test/extractSmoke.e2e.test.d.ts.map +0 -1
  78. package/dist/test/extraction.test.d.ts.map +0 -1
  79. package/dist/test/ggufSmoke.e2e.test.d.ts.map +0 -1
  80. package/dist/test/hubFiles.test.d.ts.map +0 -1
  81. package/dist/test/ids.test.d.ts.map +0 -1
  82. package/dist/test/liveSimilarity.e2e.test.d.ts.map +0 -1
  83. package/dist/test/liveTally.test.d.ts.map +0 -1
  84. package/dist/test/models.test.d.ts.map +0 -1
  85. package/dist/test/runSweep.test.d.ts.map +0 -1
  86. package/dist/test/score.test.d.ts.map +0 -1
  87. package/dist/test/storage.test.d.ts.map +0 -1
  88. package/dist/test/streamSubscribe.test.d.ts.map +0 -1
  89. package/dist/test/usageColumns.test.d.ts.map +0 -1
  90. package/dist/util.d.ts.map +0 -1
  91. package/dist/worker_hft.d.ts.map +0 -1
  92. package/dist/worker_llamacpp.d.ts.map +0 -1
  93. package/dist/workglow-eval.d.ts.map +0 -1
@@ -6,4 +6,3 @@
6
6
  import type { Command } from "commander";
7
7
  import type { EvalStores } from "../storage";
8
8
  export declare function registerDatasetCommand(program: Command, openStores: () => Promise<EvalStores>): void;
9
- //# sourceMappingURL=dataset.d.ts.map
@@ -8,4 +8,3 @@ import type { EvalStores } from "../storage";
8
8
  /** Render the report for one stored run to stdout (table or json). */
9
9
  export declare function printReport(stores: EvalStores, runId: string, format: string): Promise<void>;
10
10
  export declare function registerReportCommand(program: Command, openStores: () => Promise<EvalStores>): void;
11
- //# sourceMappingURL=report.d.ts.map
@@ -6,4 +6,3 @@
6
6
  import type { Command } from "commander";
7
7
  import type { EvalStores } from "../storage";
8
8
  export declare function registerRunCommand(program: Command, openStores: () => Promise<EvalStores>, ensureProviders: () => Promise<void>): void;
9
- //# sourceMappingURL=run.d.ts.map
package/dist/config.d.ts CHANGED
@@ -26,4 +26,3 @@ export declare function ggufCacheDir(): string;
26
26
  * one directory so it is easy to inspect and easy to delete.
27
27
  */
28
28
  export declare function loadConfig(): EvalConfig;
29
- //# sourceMappingURL=config.d.ts.map
@@ -44,4 +44,3 @@ export declare class EvalSweepTask extends Task<Record<string, never>, Ports<Eva
44
44
  execute(_input: Record<string, never>, context: IExecuteContext): Promise<Ports<EvalSweepTaskOutput>>;
45
45
  }
46
46
  export {};
47
- //# sourceMappingURL=EvalSweepTask.d.ts.map
@@ -0,0 +1,15 @@
1
+ /**
2
+ * @license
3
+ * Copyright 2026 Steven Roussey <sroussey@gmail.com>
4
+ * SPDX-License-Identifier: Apache-2.0
5
+ */
6
+ /**
7
+ * Renders one dataset cell as the text an eval should send to a model.
8
+ *
9
+ * `DatasetRow` is `Record<string, unknown>` because a HuggingFace row is: a
10
+ * column can be a struct, a list, or a nested feature, not just a scalar.
11
+ * `String()` renders every one of those as `"[object Object]"`, and the eval
12
+ * then prompts or embeds that literal text and scores the model on it — a
13
+ * wrong answer that looks like a real one. JSON keeps the content instead.
14
+ */
15
+ export declare function cellText(value: unknown): string;
@@ -22,4 +22,3 @@ export declare function buildClassifyPrompt(text: string, labels: readonly strin
22
22
  * text generation + JSON mode (cloud or local ONNX) is comparable.
23
23
  */
24
24
  export declare function makeClassifyExecutor(model: ModelConfig, options: ColumnOptions, context: DatasetContext): RowExecutor;
25
- //# sourceMappingURL=classify.d.ts.map
@@ -23,4 +23,3 @@ export declare function buildExtractPrompt(text: string, instruction: string, ke
23
23
  * `keyField` (see {@link scoreExtraction}).
24
24
  */
25
25
  export declare function makeExtractExecutor(model: ModelConfig, options: ColumnOptions, context: DatasetContext): RowExecutor;
26
- //# sourceMappingURL=extract.d.ts.map
@@ -9,4 +9,3 @@
9
9
  * `"""` cannot terminate the fence early and smuggle instructions.
10
10
  */
11
11
  export declare function fenceText(text: string): string;
12
- //# sourceMappingURL=prompt.d.ts.map
@@ -35,8 +35,12 @@ export interface SweepOptions {
35
35
  * An unreported counter is stored as `null`, never `0` — the database has to
36
36
  * keep the distinction the in-memory type protects, or a model that never
37
37
  * mentions caching becomes indistinguishable from one that cached nothing.
38
+ *
39
+ * `at` is when the request ran, which is what a time-of-day rate is charged
40
+ * against. A batch that straddles the boundary of one must not have its rows
41
+ * priced by whenever the sweep happened to reach the write.
38
42
  */
39
- export declare function usageColumns(usage: Usage | undefined, pricing: ModelPricing | undefined): {
43
+ export declare function usageColumns(usage: Usage | undefined, pricing: ModelPricing | undefined, at: Date | undefined): {
40
44
  input_tokens: number | null;
41
45
  output_tokens: number | null;
42
46
  cached_tokens: number | null;
@@ -52,4 +56,3 @@ export declare function usageColumns(usage: Usage | undefined, pricing: ModelPri
52
56
  * or one bad row never loses the rest of the run.
53
57
  */
54
58
  export declare function runSweep(stores: EvalStores, rows: readonly DatasetRowRecord[], options: SweepOptions): Promise<string>;
55
- //# sourceMappingURL=runner.d.ts.map
@@ -12,4 +12,3 @@ import type { ColumnOptions, DatasetContext, RowExecutor } from "./types";
12
12
  * 0–5 ratings) is scale-invariant, so no normalization is needed.
13
13
  */
14
14
  export declare function makeSimilarityExecutor(model: ModelConfig, options: ColumnOptions, context: DatasetContext): RowExecutor;
15
- //# sourceMappingURL=similarity.d.ts.map
@@ -13,4 +13,3 @@ import type { RowOwner } from "./types";
13
13
  * without `--stream` pays nothing for it.
14
14
  */
15
15
  export declare function runWithStreamChunks<Output>(workflow: Workflow, onStreamChunk: ((event: StreamEvent) => void) | undefined, owner?: RowOwner | undefined): Promise<Output>;
16
- //# sourceMappingURL=streamSubscribe.d.ts.map
@@ -58,4 +58,3 @@ export interface DatasetContext {
58
58
  readonly columns: readonly string[];
59
59
  readonly labelNames: LabelNames;
60
60
  }
61
- //# sourceMappingURL=types.d.ts.map
package/dist/hf/auth.d.ts CHANGED
@@ -5,4 +5,3 @@
5
5
  */
6
6
  /** Bearer-token headers for HuggingFace requests (gated/private repos). */
7
7
  export declare function hfAuthHeaders(token?: string | undefined): Record<string, string>;
8
- //# sourceMappingURL=auth.d.ts.map
@@ -11,4 +11,3 @@ import type { FetchDatasetOptions, FetchedDataset } from "./types";
11
11
  * columns can be mapped back to strings.
12
12
  */
13
13
  export declare function fetchViaDatasetsServer(options: FetchDatasetOptions): Promise<FetchedDataset>;
14
- //# sourceMappingURL=datasetsServer.d.ts.map
@@ -35,4 +35,3 @@ export declare function parseDatasetFile(path: string, bytes: ArrayBuffer, limit
35
35
  * jsonl(.gz), ndjson, and json(.gz) files.
36
36
  */
37
37
  export declare function fetchViaHubFiles(options: FetchDatasetOptions): Promise<FetchedDataset>;
38
- //# sourceMappingURL=hubFiles.d.ts.map
package/dist/hf/ids.d.ts CHANGED
@@ -17,4 +17,3 @@ export declare function sanitizeHubRepoId(id: string): string;
17
17
  * `..` segments and URL-encodes the rest.
18
18
  */
19
19
  export declare function sanitizeHubFilePath(path: string): string;
20
- //# sourceMappingURL=ids.d.ts.map
@@ -23,4 +23,3 @@ export declare function pullDatasetIntoStorage(stores: EvalStores, options: Fetc
23
23
  numRows: number;
24
24
  source: string;
25
25
  }>;
26
- //# sourceMappingURL=pullDataset.d.ts.map
@@ -30,4 +30,3 @@ export interface FetchDatasetOptions {
30
30
  /** HF access token for gated/private datasets (defaults to HF_TOKEN env). */
31
31
  readonly token?: string | undefined;
32
32
  }
33
- //# sourceMappingURL=types.d.ts.map
package/dist/models.d.ts CHANGED
@@ -47,4 +47,3 @@ export declare function ensureEmbeddingDimensions(config: ModelConfig): Promise<
47
47
  export declare function ensureModelDownloaded(config: ModelConfig): Promise<void>;
48
48
  /** Parse the `--models "a,b,c"` flag into trimmed, de-duplicated ids. */
49
49
  export declare function parseModelList(models: string): string[];
50
- //# sourceMappingURL=models.d.ts.map
@@ -14,4 +14,3 @@ import type { EvalConfig } from "./config";
14
14
  * never the whole CLI.
15
15
  */
16
16
  export declare function registerEvalProviders(config: EvalConfig): Promise<void>;
17
- //# sourceMappingURL=providers.d.ts.map
@@ -45,4 +45,3 @@ export declare function sumUsageColumns(rows: readonly EvalResultRecord[]): {
45
45
  cachedTokens: number | undefined;
46
46
  cost: number | undefined;
47
47
  };
48
- //# sourceMappingURL=aggregate.d.ts.map
@@ -19,4 +19,3 @@ export declare class LiveTally {
19
19
  record(model: string, ok: boolean, usage: Usage | undefined): void;
20
20
  render(done: number, total: number, now: number): string;
21
21
  }
22
- //# sourceMappingURL=liveTally.d.ts.map
@@ -26,4 +26,3 @@ export declare function scoreClassification(pairs: readonly {
26
26
  expected: string;
27
27
  predicted: string;
28
28
  }[]): ClassificationScore;
29
- //# sourceMappingURL=classification.d.ts.map
@@ -9,4 +9,3 @@ export declare function pearson(xs: readonly number[], ys: readonly number[]): n
9
9
  export declare function ranks(values: readonly number[]): number[];
10
10
  /** Spearman rank correlation: Pearson over fractional ranks. */
11
11
  export declare function spearman(xs: readonly number[], ys: readonly number[]): number;
12
- //# sourceMappingURL=correlation.d.ts.map
@@ -44,4 +44,3 @@ export interface ExtractionScore extends ExtractionCounts {
44
44
  export declare function scoreExtraction(candidate: readonly ExtractedRow[], expected: readonly ExtractedRow[], keyField: string, fields?: readonly string[] | undefined): ExtractionScore;
45
45
  /** Micro-average a set of per-row counts into one score. */
46
46
  export declare function combineExtractionCounts(counts: readonly ExtractionCounts[]): ExtractionScore;
47
- //# sourceMappingURL=extraction.d.ts.map
package/dist/storage.d.ts CHANGED
@@ -170,4 +170,3 @@ export interface EvalStores {
170
170
  export declare function createSqliteStores(config: EvalConfig): Promise<EvalStores>;
171
171
  /** In-memory stores with the same shape; used by the unit tests. */
172
172
  export declare function createInMemoryStores(): Promise<EvalStores>;
173
- //# sourceMappingURL=storage.d.ts.map
@@ -4,4 +4,3 @@
4
4
  * SPDX-License-Identifier: Apache-2.0
5
5
  */
6
6
  export {};
7
- //# sourceMappingURL=aggregate.test.d.ts.map
@@ -4,4 +4,3 @@
4
4
  * SPDX-License-Identifier: Apache-2.0
5
5
  */
6
6
  export {};
7
- //# sourceMappingURL=evalSweepTask.test.d.ts.map
@@ -4,4 +4,3 @@
4
4
  * SPDX-License-Identifier: Apache-2.0
5
5
  */
6
6
  export {};
7
- //# sourceMappingURL=extractSmoke.e2e.test.d.ts.map
@@ -4,4 +4,3 @@
4
4
  * SPDX-License-Identifier: Apache-2.0
5
5
  */
6
6
  export {};
7
- //# sourceMappingURL=extraction.test.d.ts.map
@@ -4,4 +4,3 @@
4
4
  * SPDX-License-Identifier: Apache-2.0
5
5
  */
6
6
  export {};
7
- //# sourceMappingURL=ggufSmoke.e2e.test.d.ts.map
@@ -4,4 +4,3 @@
4
4
  * SPDX-License-Identifier: Apache-2.0
5
5
  */
6
6
  export {};
7
- //# sourceMappingURL=hubFiles.test.d.ts.map
@@ -4,4 +4,3 @@
4
4
  * SPDX-License-Identifier: Apache-2.0
5
5
  */
6
6
  export {};
7
- //# sourceMappingURL=ids.test.d.ts.map
@@ -4,4 +4,3 @@
4
4
  * SPDX-License-Identifier: Apache-2.0
5
5
  */
6
6
  export {};
7
- //# sourceMappingURL=liveSimilarity.e2e.test.d.ts.map
@@ -4,4 +4,3 @@
4
4
  * SPDX-License-Identifier: Apache-2.0
5
5
  */
6
6
  export {};
7
- //# sourceMappingURL=liveTally.test.d.ts.map
@@ -4,4 +4,3 @@
4
4
  * SPDX-License-Identifier: Apache-2.0
5
5
  */
6
6
  export {};
7
- //# sourceMappingURL=models.test.d.ts.map
@@ -4,4 +4,3 @@
4
4
  * SPDX-License-Identifier: Apache-2.0
5
5
  */
6
6
  export {};
7
- //# sourceMappingURL=runSweep.test.d.ts.map
@@ -4,4 +4,3 @@
4
4
  * SPDX-License-Identifier: Apache-2.0
5
5
  */
6
6
  export {};
7
- //# sourceMappingURL=score.test.d.ts.map
@@ -4,4 +4,3 @@
4
4
  * SPDX-License-Identifier: Apache-2.0
5
5
  */
6
6
  export {};
7
- //# sourceMappingURL=storage.test.d.ts.map
@@ -4,4 +4,3 @@
4
4
  * SPDX-License-Identifier: Apache-2.0
5
5
  */
6
6
  export {};
7
- //# sourceMappingURL=streamSubscribe.test.d.ts.map
@@ -4,4 +4,3 @@
4
4
  * SPDX-License-Identifier: Apache-2.0
5
5
  */
6
6
  export {};
7
- //# sourceMappingURL=usageColumns.test.d.ts.map
package/dist/util.d.ts CHANGED
@@ -10,4 +10,3 @@ export declare function formatMetric(value: number, digits?: number): string;
10
10
  export declare function formatError(err: unknown): string;
11
11
  /** Parse an integer CLI flag, rejecting NaN and out-of-range values loudly. */
12
12
  export declare function parseIntFlag(value: string, flag: string, minimum: number): number;
13
- //# sourceMappingURL=util.d.ts.map
@@ -4,4 +4,3 @@
4
4
  * SPDX-License-Identifier: Apache-2.0
5
5
  */
6
6
  export {};
7
- //# sourceMappingURL=worker_hft.d.ts.map
@@ -4,4 +4,3 @@
4
4
  * SPDX-License-Identifier: Apache-2.0
5
5
  */
6
6
  export {};
7
- //# sourceMappingURL=worker_llamacpp.d.ts.map
@@ -5,4 +5,3 @@
5
5
  * SPDX-License-Identifier: Apache-2.0
6
6
  */
7
7
  export {};
8
- //# sourceMappingURL=workglow-eval.d.ts.map
@@ -429,10 +429,11 @@ function spearman(xs, ys) {
429
429
  }
430
430
 
431
431
  // src/score/extraction.ts
432
+ import { asText } from "@workglow/util";
432
433
  function normalizeValue(value) {
433
434
  if (typeof value === "object" && value !== null)
434
435
  return normalizeLabel(JSON.stringify(value));
435
- return normalizeLabel(String(value ?? ""));
436
+ return normalizeLabel(asText(value));
436
437
  }
437
438
  function distinctByKey(rows, keyField) {
438
439
  const map = new Map;
@@ -858,6 +859,18 @@ ${text}
858
859
  ${fence}`;
859
860
  }
860
861
 
862
+ // src/evals/cellText.ts
863
+ function cellText(value) {
864
+ if (value === null || value === undefined)
865
+ return "";
866
+ if (typeof value === "string")
867
+ return value;
868
+ if (typeof value === "number" || typeof value === "boolean" || typeof value === "bigint") {
869
+ return String(value);
870
+ }
871
+ return JSON.stringify(value) ?? "";
872
+ }
873
+
861
874
  // src/evals/streamSubscribe.ts
862
875
  async function runWithStreamChunks(workflow, onStreamChunk, owner) {
863
876
  const listener = onStreamChunk ? (_taskId, event) => onStreamChunk(event) : undefined;
@@ -915,7 +928,7 @@ function makeClassifyExecutor(model, options, context) {
915
928
  additionalProperties: false
916
929
  };
917
930
  return async (row, onStreamChunk, owner) => {
918
- const text = String(row[options.textColumn] ?? "");
931
+ const text = cellText(row[options.textColumn]);
919
932
  const workflow = new Workflow;
920
933
  workflow.structuredGeneration({
921
934
  model,
@@ -927,7 +940,7 @@ function makeClassifyExecutor(model, options, context) {
927
940
  const output = await runWithStreamChunks(workflow, onStreamChunk, owner);
928
941
  return {
929
942
  expected: expectedLabel(row, options.labelColumn, context.labelNames, labels),
930
- predicted: String(output.object?.label ?? ""),
943
+ predicted: cellText(output.object?.label),
931
944
  usage: output[USAGE_OUTPUT_KEY]
932
945
  };
933
946
  };
@@ -1002,7 +1015,7 @@ function makeExtractExecutor(model, options, context) {
1002
1015
  const explicitFields = options.fields && options.fields.length > 0 ? resolveExtractionFields([], options.keyField, options.fields) : undefined;
1003
1016
  const explicitSchema = explicitFields ? buildItemsSchema(explicitFields, options.keyField) : undefined;
1004
1017
  return async (row, onStreamChunk, owner) => {
1005
- const text = String(row[options.textColumn] ?? "");
1018
+ const text = cellText(row[options.textColumn]);
1006
1019
  const expectedRows = parseExpectedRows(row[options.expectedColumn], options.expectedColumn);
1007
1020
  const fields = explicitFields ?? resolveExtractionFields(expectedRows, options.keyField, undefined);
1008
1021
  const outputSchema = explicitSchema ?? buildItemsSchema(fields, options.keyField);
@@ -1034,8 +1047,8 @@ function makeSimilarityExecutor(model, options, context) {
1034
1047
  }
1035
1048
  }
1036
1049
  return async (row, onStreamChunk, owner) => {
1037
- const a = String(row[options.textColumn] ?? "");
1038
- const b = String(row[options.pairColumn] ?? "");
1050
+ const a = cellText(row[options.textColumn]);
1051
+ const b = cellText(row[options.pairColumn]);
1039
1052
  const workflow = new Workflow3;
1040
1053
  workflow.textEmbedding({ model, text: [a, b] });
1041
1054
  const output = await runWithStreamChunks(workflow, onStreamChunk, owner);
@@ -1056,8 +1069,8 @@ function makeSimilarityExecutor(model, options, context) {
1056
1069
  }
1057
1070
 
1058
1071
  // src/evals/runner.ts
1059
- function usageColumns(usage, pricing) {
1060
- const estimate = usage ? estimateCost(usage, pricing) : undefined;
1072
+ function usageColumns(usage, pricing, at) {
1073
+ const estimate = usage ? estimateCost(usage, pricing, { at }) : undefined;
1061
1074
  return {
1062
1075
  input_tokens: usage?.input ?? null,
1063
1076
  output_tokens: usage?.output ?? null,
@@ -1111,6 +1124,7 @@ async function runSweep(stores, rows, options) {
1111
1124
  }
1112
1125
  for (const { record, row, parseError } of parsedRows) {
1113
1126
  const t0 = performance.now();
1127
+ const requestedAt = new Date;
1114
1128
  let outcome;
1115
1129
  let outcomeUsage;
1116
1130
  if (!executor) {
@@ -1139,7 +1153,7 @@ async function runSweep(stores, rows, options) {
1139
1153
  model: modelId,
1140
1154
  row_index: record.row_index,
1141
1155
  latency_ms: Math.round(latency * 100) / 100,
1142
- ...usageColumns(outcomeUsage, modelPricing),
1156
+ ...usageColumns(outcomeUsage, modelPricing, requestedAt),
1143
1157
  ...outcome
1144
1158
  });
1145
1159
  done++;
@@ -1239,7 +1253,7 @@ class LiveTally {
1239
1253
  const lines = [`[${done}/${total}]`];
1240
1254
  for (const [model, tally] of this.byModel) {
1241
1255
  const tps = tally.usage?.output === undefined ? "" : ` ${Math.round(tally.usage.output / elapsedSec)} tok/s`;
1242
- const cost = tally.usage ? formatCost(estimateCost2(tally.usage, this.pricing(model))) : "";
1256
+ const cost = tally.usage ? formatCost(estimateCost2(tally.usage, this.pricing(model), { at: this.startedAt })) : "";
1243
1257
  lines.push(` ${model} ${tally.ok}/${tally.rows} ok ` + `${formatUsage(tally.usage, "detailed")}${tps}${cost ? ` ${cost}` : ""}`);
1244
1258
  }
1245
1259
  return lines.join(`
@@ -1362,7 +1376,7 @@ import { registerHuggingFaceTransformers } from "@workglow/huggingface-transform
1362
1376
  import { registerLlamaCpp } from "@workglow/node-llama-cpp/ai";
1363
1377
  import { registerOpenAiInline } from "@workglow/openai/ai-runtime";
1364
1378
  import { registerBaseTasks, registerBuiltInTransforms } from "@workglow/task-graph";
1365
- import { EnvCredentialStore, setGlobalCredentialStore } from "@workglow/util";
1379
+ import { EnvCredentialStore, setGlobalCredentialStore, Worker } from "@workglow/util";
1366
1380
  import { registerXaiInline } from "@workglow/xai/ai-runtime";
1367
1381
  async function registerEvalProviders(config) {
1368
1382
  registerBaseTasks();
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@workglow/eval",
3
3
  "type": "module",
4
- "version": "0.4.9",
4
+ "version": "0.5.1",
5
5
  "repository": {
6
6
  "type": "git",
7
7
  "url": "https://github.com/workglow-dev/libs.git",
@@ -33,22 +33,22 @@
33
33
  "src/**/*.md"
34
34
  ],
35
35
  "dependencies": {
36
- "@workglow/ai": "0.4.9",
37
- "@workglow/anthropic": "0.4.9",
38
- "@workglow/cli": "0.4.9",
39
- "@workglow/deepseek": "0.4.9",
40
- "@workglow/google-gemini": "0.4.9",
41
- "@workglow/huggingface-transformers": "0.4.9",
42
- "@workglow/node-llama-cpp": "0.4.9",
43
- "@workglow/openai": "0.4.9",
44
- "@workglow/sqlite": "0.4.9",
45
- "@workglow/storage": "0.4.9",
46
- "@workglow/task-graph": "0.4.9",
47
- "@workglow/util": "0.4.9",
48
- "@workglow/xai": "0.4.9",
36
+ "@workglow/ai": "0.5.1",
37
+ "@workglow/anthropic": "0.5.1",
38
+ "@workglow/cli": "0.5.1",
39
+ "@workglow/deepseek": "0.5.1",
40
+ "@workglow/google-gemini": "0.5.1",
41
+ "@workglow/huggingface-transformers": "0.5.1",
42
+ "@workglow/node-llama-cpp": "0.5.1",
43
+ "@workglow/openai": "0.5.1",
44
+ "@workglow/sqlite": "0.5.1",
45
+ "@workglow/storage": "0.5.1",
46
+ "@workglow/task-graph": "0.5.1",
47
+ "@workglow/util": "0.5.1",
48
+ "@workglow/xai": "0.5.1",
49
49
  "@huggingface/transformers": "^4.2.0",
50
50
  "commander": "^15.0.0",
51
- "hyparquet": "^1.29.2",
51
+ "hyparquet": "^1.30.0",
52
52
  "hyparquet-compressors": "^1.1.1"
53
53
  },
54
54
  "publishConfig": {
@@ -1 +0,0 @@
1
- {"version":3,"file":"dataset.d.ts","sourceRoot":"","sources":["../../src/commands/dataset.ts"],"names":[],"mappings":"AAAA;;;;GAIG;AAEH,OAAO,KAAK,EAAE,OAAO,EAAE,MAAM,WAAW,CAAC;AAEzC,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,YAAY,CAAC;AAG7C,wBAAgB,sBAAsB,CACpC,OAAO,EAAE,OAAO,EAChB,UAAU,EAAE,MAAM,OAAO,CAAC,UAAU,CAAC,GACpC,IAAI,CA6EN"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"report.d.ts","sourceRoot":"","sources":["../../src/commands/report.ts"],"names":[],"mappings":"AAAA;;;;GAIG;AAEH,OAAO,KAAK,EAAE,OAAO,EAAE,MAAM,WAAW,CAAC;AAGzC,OAAO,KAAK,EAAoB,UAAU,EAAE,MAAM,YAAY,CAAC;AAG/D,sEAAsE;AACtE,wBAAsB,WAAW,CAC/B,MAAM,EAAE,UAAU,EAClB,KAAK,EAAE,MAAM,EACb,MAAM,EAAE,MAAM,GACb,OAAO,CAAC,IAAI,CAAC,CA0Ff;AAED,wBAAgB,qBAAqB,CACnC,OAAO,EAAE,OAAO,EAChB,UAAU,EAAE,MAAM,OAAO,CAAC,UAAU,CAAC,GACpC,IAAI,CA2CN"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"run.d.ts","sourceRoot":"","sources":["../../src/commands/run.ts"],"names":[],"mappings":"AAAA;;;;GAIG;AAKH,OAAO,KAAK,EAAE,OAAO,EAAE,MAAM,WAAW,CAAC;AAOzC,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,YAAY,CAAC;AA2C7C,wBAAgB,kBAAkB,CAChC,OAAO,EAAE,OAAO,EAChB,UAAU,EAAE,MAAM,OAAO,CAAC,UAAU,CAAC,EACrC,eAAe,EAAE,MAAM,OAAO,CAAC,IAAI,CAAC,GACnC,IAAI,CA2CN"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"config.d.ts","sourceRoot":"","sources":["../src/config.ts"],"names":[],"mappings":"AAAA;;;;GAIG;AAMH,MAAM,WAAW,UAAU;IACzB,6DAA6D;IAC7D,QAAQ,CAAC,IAAI,EAAE,MAAM,CAAC;IACtB,iEAAiE;IACjE,QAAQ,CAAC,MAAM,EAAE,MAAM,CAAC;IACxB,0EAA0E;IAC1E,QAAQ,CAAC,UAAU,EAAE,MAAM,CAAC;CAC7B;AAED;;;;;GAKG;AACH,wBAAgB,QAAQ,IAAI,MAAM,CAGjC;AAED,yFAAyF;AACzF,wBAAgB,YAAY,IAAI,MAAM,CAErC;AAED;;;;GAIG;AACH,wBAAgB,UAAU,IAAI,UAAU,CAQvC"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"EvalSweepTask.d.ts","sourceRoot":"","sources":["../../src/evals/EvalSweepTask.ts"],"names":[],"mappings":"AAAA;;;;GAIG;AAEH,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,sBAAsB,CAAC;AAC5D,OAAO,EAAE,IAAI,EAAE,MAAM,sBAAsB,CAAC;AAC5C,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,uBAAuB,CAAC;AAC5D,OAAO,KAAK,EAAE,gBAAgB,EAAE,UAAU,EAAE,MAAM,YAAY,CAAC;AAC/D,OAAO,EAAY,KAAK,YAAY,EAAE,MAAM,UAAU,CAAC;AAmBvD,MAAM,WAAW,mBAAmB;IAClC,QAAQ,CAAC,MAAM,EAAE,MAAM,CAAC;IACxB,QAAQ,CAAC,IAAI,EAAE,MAAM,CAAC;IACtB,QAAQ,CAAC,MAAM,EAAE,MAAM,CAAC;CACzB;AAED,8FAA8F;AAC9F,KAAK,KAAK,CAAC,CAAC,IAAI;KAAG,CAAC,IAAI,MAAM,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC;CAAE,CAAC;AAEzC;;;;;;;;;;;;;GAaG;AACH,qBAAa,aAAc,SAAQ,IAAI,CAAC,MAAM,CAAC,MAAM,EAAE,KAAK,CAAC,EAAE,KAAK,CAAC,mBAAmB,CAAC,CAAC;;IACxF,gBAAyB,IAAI,mBAAmB;IAChD,gBAAyB,QAAQ,UAAU;IAC3C,gBAAyB,KAAK,oBAAoB;IAClD,gBAAyB,SAAS,SAAS;IAE3C,OAAgB,WAAW,IAAI,cAAc,CAE5C;IACD,OAAgB,YAAY,IAAI,cAAc,CAE7C;IAMD,2DAA2D;IAC3D,SAAS,CAAC,MAAM,EAAE,UAAU,EAAE,IAAI,EAAE,SAAS,gBAAgB,EAAE,EAAE,OAAO,EAAE,YAAY,GAAG,IAAI,CAK5F;IAEc,OAAO,CACpB,MAAM,EAAE,MAAM,CAAC,MAAM,EAAE,KAAK,CAAC,EAC7B,OAAO,EAAE,eAAe,GACvB,OAAO,CAAC,KAAK,CAAC,mBAAmB,CAAC,CAAC,CA2BrC;CACF"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"classify.d.ts","sourceRoot":"","sources":["../../src/evals/classify.ts"],"names":[],"mappings":"AAAA;;;;GAIG;AAEH,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,cAAc,CAAC;AAGhD,OAAO,KAAK,EAAE,UAAU,EAAE,UAAU,EAAE,MAAM,aAAa,CAAC;AAG1D,OAAO,KAAK,EAAE,aAAa,EAAE,cAAc,EAAE,WAAW,EAAE,MAAM,SAAS,CAAC;AAE1E;;;;;GAKG;AACH,wBAAgB,aAAa,CAC3B,GAAG,EAAE,UAAU,EACf,WAAW,EAAE,MAAM,EACnB,UAAU,EAAE,UAAU,EACtB,eAAe,GAAE,SAAS,MAAM,EAAO,GACtC,MAAM,CAOR;AAED,mFAAmF;AACnF,wBAAgB,sBAAsB,CACpC,OAAO,EAAE,aAAa,EACtB,OAAO,EAAE,cAAc,GACtB,SAAS,MAAM,EAAE,CAQnB;AAED,wBAAgB,mBAAmB,CAAC,IAAI,EAAE,MAAM,EAAE,MAAM,EAAE,SAAS,MAAM,EAAE,GAAG,MAAM,CAOnF;AAED;;;;GAIG;AACH,wBAAgB,oBAAoB,CAClC,KAAK,EAAE,WAAW,EAClB,OAAO,EAAE,aAAa,EACtB,OAAO,EAAE,cAAc,GACtB,WAAW,CAsCb"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"extract.d.ts","sourceRoot":"","sources":["../../src/evals/extract.ts"],"names":[],"mappings":"AAAA;;;;GAIG;AAEH,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,cAAc,CAAC;AAGhD,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,qBAAqB,CAAC;AAGxD,OAAO,KAAK,EAAE,aAAa,EAAE,cAAc,EAAE,WAAW,EAAE,MAAM,SAAS,CAAC;AAW1E;;;;GAIG;AACH,wBAAgB,iBAAiB,CAAC,KAAK,EAAE,OAAO,EAAE,MAAM,EAAE,MAAM,GAAG,YAAY,EAAE,CAShF;AAED,uFAAuF;AACvF,wBAAgB,uBAAuB,CACrC,YAAY,EAAE,SAAS,YAAY,EAAE,EACrC,QAAQ,EAAE,MAAM,EAChB,MAAM,EAAE,SAAS,MAAM,EAAE,GAAG,SAAS,GACpC,MAAM,EAAE,CAaV;AAED,wBAAgB,kBAAkB,CAChC,IAAI,EAAE,MAAM,EACZ,WAAW,EAAE,MAAM,EACnB,QAAQ,EAAE,MAAM,EAChB,MAAM,EAAE,SAAS,MAAM,EAAE,GACxB,MAAM,CASR;AA+BD;;;;;;GAMG;AACH,wBAAgB,mBAAmB,CACjC,KAAK,EAAE,WAAW,EAClB,OAAO,EAAE,aAAa,EACtB,OAAO,EAAE,cAAc,GACtB,WAAW,CAgDb"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"prompt.d.ts","sourceRoot":"","sources":["../../src/evals/prompt.ts"],"names":[],"mappings":"AAAA;;;;GAIG;AAEH;;;;GAIG;AACH,wBAAgB,SAAS,CAAC,IAAI,EAAE,MAAM,GAAG,MAAM,CAI9C"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"runner.d.ts","sourceRoot":"","sources":["../../src/evals/runner.ts"],"names":[],"mappings":"AAAA;;;;GAIG;AAEH,OAAO,KAAK,EAAe,YAAY,EAAE,MAAM,cAAc,CAAC;AAE9D,OAAO,KAAK,EAAE,eAAe,EAAE,WAAW,EAAE,KAAK,EAAE,MAAM,sBAAsB,CAAC;AAEhF,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,WAAW,CAAC;AAE1C,OAAO,KAAK,EAAE,gBAAgB,EAAE,UAAU,EAAE,MAAM,YAAY,CAAC;AAI/D,OAAO,KAAK,EAAE,aAAa,EAAE,cAAc,EAAe,MAAM,SAAS,CAAC;AAE1E,MAAM,WAAW,YAAY;IAC3B,QAAQ,CAAC,IAAI,EAAE,QAAQ,CAAC;IACxB,QAAQ,CAAC,OAAO,EAAE,MAAM,CAAC;IACzB,QAAQ,CAAC,KAAK,EAAE,MAAM,CAAC;IACvB,QAAQ,CAAC,MAAM,EAAE,SAAS,MAAM,EAAE,CAAC;IACnC,QAAQ,CAAC,OAAO,EAAE,aAAa,CAAC;IAChC,QAAQ,CAAC,OAAO,EAAE,cAAc,CAAC;IACjC,QAAQ,CAAC,UAAU,CAAC,EAChB,CAAC,CAAC,IAAI,EAAE,MAAM,EAAE,KAAK,EAAE,MAAM,EAAE,KAAK,EAAE,MAAM,EAAE,EAAE,EAAE,OAAO,EAAE,KAAK,EAAE,KAAK,GAAG,SAAS,KAAK,IAAI,CAAC,GAC7F,SAAS,CAAC;IACd;;;;OAIG;IACH,QAAQ,CAAC,aAAa,CAAC,EAAE,CAAC,CAAC,KAAK,EAAE,WAAW,KAAK,IAAI,CAAC,GAAG,SAAS,CAAC;IACpE;;;;OAIG;IACH,QAAQ,CAAC,KAAK,CAAC,EAAE,eAAe,GAAG,SAAS,CAAC;CAC9C;AAED;;;;;;GAMG;AACH,wBAAgB,YAAY,CAC1B,KAAK,EAAE,KAAK,GAAG,SAAS,EACxB,OAAO,EAAE,YAAY,GAAG,SAAS,GAChC;IACD,YAAY,EAAE,MAAM,GAAG,IAAI,CAAC;IAC5B,aAAa,EAAE,MAAM,GAAG,IAAI,CAAC;IAC7B,aAAa,EAAE,MAAM,GAAG,IAAI,CAAC;IAC7B,kBAAkB,EAAE,MAAM,GAAG,IAAI,CAAC;IAClC,YAAY,EAAE,MAAM,GAAG,IAAI,CAAC;IAC5B,IAAI,EAAE,MAAM,GAAG,IAAI,CAAC;IACpB,QAAQ,EAAE,MAAM,GAAG,IAAI,CAAC;CACzB,CAWA;AAoBD;;;;;GAKG;AACH,wBAAsB,QAAQ,CAC5B,MAAM,EAAE,UAAU,EAClB,IAAI,EAAE,SAAS,gBAAgB,EAAE,EACjC,OAAO,EAAE,YAAY,GACpB,OAAO,CAAC,MAAM,CAAC,CAmFjB"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"similarity.d.ts","sourceRoot":"","sources":["../../src/evals/similarity.ts"],"names":[],"mappings":"AAAA;;;;GAIG;AAEH,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,cAAc,CAAC;AAMhD,OAAO,KAAK,EAAE,aAAa,EAAE,cAAc,EAAE,WAAW,EAAE,MAAM,SAAS,CAAC;AAE1E;;;;;GAKG;AACH,wBAAgB,sBAAsB,CACpC,KAAK,EAAE,WAAW,EAClB,OAAO,EAAE,aAAa,EACtB,OAAO,EAAE,cAAc,GACtB,WAAW,CAqCb"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"streamSubscribe.d.ts","sourceRoot":"","sources":["../../src/evals/streamSubscribe.ts"],"names":[],"mappings":"AAAA;;;;GAIG;AAEH,OAAO,KAAK,EAAE,WAAW,EAAc,QAAQ,EAAE,MAAM,sBAAsB,CAAC;AAC9E,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,SAAS,CAAC;AAExC;;;;;;GAMG;AACH,wBAAsB,mBAAmB,CAAC,MAAM,EAC9C,QAAQ,EAAE,QAAQ,EAClB,aAAa,EAAE,CAAC,CAAC,KAAK,EAAE,WAAW,KAAK,IAAI,CAAC,GAAG,SAAS,EACzD,KAAK,CAAC,EAAE,QAAQ,GAAG,SAAS,GAC3B,OAAO,CAAC,MAAM,CAAC,CAgBjB"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../src/evals/types.ts"],"names":[],"mappings":"AAAA;;;;GAIG;AAEH,OAAO,KAAK,EAAE,eAAe,EAAE,WAAW,EAAE,KAAK,EAAE,MAAM,sBAAsB,CAAC;AAChF,OAAO,KAAK,EAAE,UAAU,EAAE,UAAU,EAAE,MAAM,aAAa,CAAC;AAE1D,gEAAgE;AAChE,MAAM,WAAW,aAAa;IAC5B,QAAQ,CAAC,QAAQ,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IACvC,QAAQ,CAAC,SAAS,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IACxC,QAAQ,CAAC,aAAa,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IAC5C,QAAQ,CAAC,cAAc,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IAC7C,QAAQ,CAAC,KAAK,CAAC,EAAE,KAAK,GAAG,SAAS,CAAC;CACpC;AAED;;;;;;GAMG;AACH;;;;;;;;GAQG;AACH,MAAM,WAAW,QAAQ;IACvB,QAAQ,CAAC,OAAO,EAAE,eAAe,CAAC;IAClC,mDAAmD;IACnD,QAAQ,CAAC,KAAK,EAAE,MAAM,CAAC;CACxB;AAED,MAAM,MAAM,WAAW,GAAG,CACxB,GAAG,EAAE,UAAU,EACf,aAAa,CAAC,EAAE,CAAC,KAAK,EAAE,WAAW,KAAK,IAAI,EAC5C,KAAK,CAAC,EAAE,QAAQ,KACb,OAAO,CAAC,aAAa,CAAC,CAAC;AAE5B,MAAM,WAAW,aAAa;IAC5B,QAAQ,CAAC,UAAU,EAAE,MAAM,CAAC;IAC5B,mCAAmC;IACnC,QAAQ,CAAC,WAAW,EAAE,MAAM,CAAC;IAC7B,8EAA8E;IAC9E,QAAQ,CAAC,MAAM,CAAC,EAAE,SAAS,MAAM,EAAE,GAAG,SAAS,CAAC;IAChD,0CAA0C;IAC1C,QAAQ,CAAC,UAAU,EAAE,MAAM,CAAC;IAC5B,gDAAgD;IAChD,QAAQ,CAAC,WAAW,EAAE,MAAM,CAAC;IAC7B,6EAA6E;IAC7E,QAAQ,CAAC,cAAc,EAAE,MAAM,CAAC;IAChC,mEAAmE;IACnE,QAAQ,CAAC,QAAQ,EAAE,MAAM,CAAC;IAC1B,oFAAoF;IACpF,QAAQ,CAAC,MAAM,CAAC,EAAE,SAAS,MAAM,EAAE,GAAG,SAAS,CAAC;IAChD,uDAAuD;IACvD,QAAQ,CAAC,WAAW,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;CAC3C;AAED,MAAM,WAAW,cAAc;IAC7B,QAAQ,CAAC,OAAO,EAAE,SAAS,MAAM,EAAE,CAAC;IACpC,QAAQ,CAAC,UAAU,EAAE,UAAU,CAAC;CACjC"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"auth.d.ts","sourceRoot":"","sources":["../../src/hf/auth.ts"],"names":[],"mappings":"AAAA;;;;GAIG;AAEH,2EAA2E;AAC3E,wBAAgB,aAAa,CAAC,KAAK,CAAC,EAAE,MAAM,GAAG,SAAS,GAAG,MAAM,CAAC,MAAM,EAAE,MAAM,CAAC,CAGhF"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"datasetsServer.d.ts","sourceRoot":"","sources":["../../src/hf/datasetsServer.ts"],"names":[],"mappings":"AAAA;;;;GAIG;AAIH,OAAO,KAAK,EAAc,mBAAmB,EAAE,cAAc,EAAc,MAAM,SAAS,CAAC;AAmD3F;;;;;GAKG;AACH,wBAAsB,sBAAsB,CAC1C,OAAO,EAAE,mBAAmB,GAC3B,OAAO,CAAC,cAAc,CAAC,CAqCzB"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"hubFiles.d.ts","sourceRoot":"","sources":["../../src/hf/hubFiles.ts"],"names":[],"mappings":"AAAA;;;;GAIG;AAOH,OAAO,KAAK,EAAE,UAAU,EAAE,mBAAmB,EAAE,cAAc,EAAE,UAAU,EAAE,MAAM,SAAS,CAAC;AAI3F,MAAM,WAAW,YAAY;IAC3B,QAAQ,CAAC,IAAI,EAAE,MAAM,GAAG,WAAW,CAAC;IACpC,QAAQ,CAAC,IAAI,EAAE,MAAM,CAAC;CACvB;AAaD;;;;;GAKG;AACH,wBAAgB,iBAAiB,CAAC,IAAI,EAAE,MAAM,EAAE,KAAK,EAAE,MAAM,GAAG,MAAM,GAAG,SAAS,CASjF;AAED,gFAAgF;AAChF,wBAAgB,gBAAgB,CAAC,KAAK,EAAE,SAAS,MAAM,EAAE,EAAE,KAAK,EAAE,MAAM,GAAG,MAAM,EAAE,CAalF;AAyBD,0DAA0D;AAC1D,wBAAgB,WAAW,CAAC,GAAG,EAAE,UAAU,GAAG,UAAU,CAEvD;AAED,wBAAgB,cAAc,CAAC,IAAI,EAAE,MAAM,GAAG,UAAU,EAAE,CAMzD;AAED;;;GAGG;AACH,wBAAsB,gBAAgB,CACpC,IAAI,EAAE,MAAM,EACZ,KAAK,EAAE,WAAW,EAClB,KAAK,EAAE,MAAM,GACZ,OAAO,CAAC;IAAE,IAAI,EAAE,UAAU,EAAE,CAAC;IAAC,UAAU,EAAE,UAAU,CAAA;CAAE,CAAC,CAwCzD;AAyBD;;;;;GAKG;AACH,wBAAsB,gBAAgB,CAAC,OAAO,EAAE,mBAAmB,GAAG,OAAO,CAAC,cAAc,CAAC,CA6B5F"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"ids.d.ts","sourceRoot":"","sources":["../../src/hf/ids.ts"],"names":[],"mappings":"AAAA;;;;GAIG;AAOH;;;;;;GAMG;AACH,wBAAgB,iBAAiB,CAAC,EAAE,EAAE,MAAM,GAAG,MAAM,CAMpD;AAED;;;;GAIG;AACH,wBAAgB,mBAAmB,CAAC,IAAI,EAAE,MAAM,GAAG,MAAM,CAWxD"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"pullDataset.d.ts","sourceRoot":"","sources":["../../src/hf/pullDataset.ts"],"names":[],"mappings":"AAAA;;;;GAIG;AAEH,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,YAAY,CAAC;AAG7C,OAAO,KAAK,EAAE,mBAAmB,EAAE,cAAc,EAAE,MAAM,SAAS,CAAC;AAEnE;;;;GAIG;AACH,wBAAsB,YAAY,CAAC,OAAO,EAAE,mBAAmB,GAAG,OAAO,CAAC,cAAc,CAAC,CAUxF;AAED;;;;;;;GAOG;AACH,wBAAsB,sBAAsB,CAC1C,MAAM,EAAE,UAAU,EAClB,OAAO,EAAE,mBAAmB,GAC3B,OAAO,CAAC;IAAE,OAAO,EAAE,MAAM,CAAC;IAAC,MAAM,EAAE,MAAM,CAAA;CAAE,CAAC,CAmC9C"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../src/hf/types.ts"],"names":[],"mappings":"AAAA;;;;GAIG;AAEH,iEAAiE;AACjE,MAAM,MAAM,UAAU,GAAG,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,CAAC;AAEjD;;;GAGG;AACH,MAAM,MAAM,UAAU,GAAG,MAAM,CAAC,MAAM,EAAE,SAAS,MAAM,EAAE,CAAC,CAAC;AAE3D,MAAM,WAAW,cAAc;IAC7B,QAAQ,CAAC,IAAI,EAAE,SAAS,UAAU,EAAE,CAAC;IACrC,QAAQ,CAAC,OAAO,EAAE,SAAS,MAAM,EAAE,CAAC;IACpC,QAAQ,CAAC,UAAU,EAAE,UAAU,CAAC;IAChC,kFAAkF;IAClF,QAAQ,CAAC,MAAM,EAAE,MAAM,CAAC;IACxB,0CAA0C;IAC1C,QAAQ,CAAC,MAAM,EAAE,iBAAiB,GAAG,WAAW,CAAC;CAClD;AAED,MAAM,WAAW,mBAAmB;IAClC,QAAQ,CAAC,OAAO,EAAE,MAAM,CAAC;IACzB,4EAA4E;IAC5E,QAAQ,CAAC,MAAM,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IACrC,QAAQ,CAAC,KAAK,EAAE,MAAM,CAAC;IACvB,uCAAuC;IACvC,QAAQ,CAAC,KAAK,EAAE,MAAM,CAAC;IACvB,QAAQ,CAAC,MAAM,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IACrC,6EAA6E;IAC7E,QAAQ,CAAC,KAAK,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;CACrC"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"models.d.ts","sourceRoot":"","sources":["../src/models.ts"],"names":[],"mappings":"AAAA;;;;GAIG;AAEH,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,cAAc,CAAC;AAWhD,MAAM,MAAM,QAAQ,GAAG,UAAU,GAAG,YAAY,GAAG,SAAS,CAAC;AAI7D;;;;;;;;;;;;;;;;;;;;;;;;GAwBG;AACH,wBAAgB,kBAAkB,CAAC,EAAE,EAAE,MAAM,EAAE,IAAI,EAAE,QAAQ,GAAG,WAAW,CAkE1E;AAED;;;;;GAKG;AACH,wBAAsB,yBAAyB,CAAC,MAAM,EAAE,WAAW,GAAG,OAAO,CAAC,WAAW,CAAC,CAkBzF;AAED;;;;;GAKG;AACH,wBAAsB,qBAAqB,CAAC,MAAM,EAAE,WAAW,GAAG,OAAO,CAAC,IAAI,CAAC,CAI9E;AAQD,yEAAyE;AACzE,wBAAgB,cAAc,CAAC,MAAM,EAAE,MAAM,GAAG,MAAM,EAAE,CASvD"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"providers.d.ts","sourceRoot":"","sources":["../src/providers.ts"],"names":[],"mappings":"AAAA;;;;GAIG;AAYH,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,UAAU,CAAC;AAE3C;;;;;;;;GAQG;AACH,wBAAsB,qBAAqB,CAAC,MAAM,EAAE,UAAU,GAAG,OAAO,CAAC,IAAI,CAAC,CA4C7E"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"aggregate.d.ts","sourceRoot":"","sources":["../../src/report/aggregate.ts"],"names":[],"mappings":"AAAA;;;;GAIG;AAEH,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,WAAW,CAAC;AAK1C,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,YAAY,CAAC;AAEnD,MAAM,WAAW,WAAW;IAC1B,QAAQ,CAAC,KAAK,EAAE,MAAM,CAAC;IACvB,QAAQ,CAAC,IAAI,EAAE,MAAM,CAAC;IACtB,QAAQ,CAAC,MAAM,EAAE,MAAM,CAAC;IACxB,uDAAuD;IACvD,QAAQ,CAAC,QAAQ,EAAE,MAAM,CAAC;IAC1B,wFAAwF;IACxF,QAAQ,CAAC,OAAO,EAAE,MAAM,CAAC;IACzB,QAAQ,CAAC,QAAQ,EAAE,MAAM,CAAC;IAC1B,6FAA6F;IAC7F,QAAQ,CAAC,KAAK,EAAE,MAAM,CAAC;IACvB,QAAQ,CAAC,KAAK,EAAE,MAAM,CAAC;IACvB,QAAQ,CAAC,IAAI,EAAE,MAAM,CAAC;IACtB,QAAQ,CAAC,YAAY,EAAE,MAAM,CAAC;CAC/B;AAED,wEAAwE;AACxE,MAAM,WAAW,gBAAgB;IAC/B,QAAQ,CAAC,QAAQ,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IACvC,QAAQ,CAAC,MAAM,CAAC,EAAE,SAAS,MAAM,EAAE,GAAG,SAAS,CAAC;CACjD;AAWD;;;;;GAKG;AACH,wBAAgB,gBAAgB,CAC9B,IAAI,EAAE,QAAQ,EACd,OAAO,EAAE,SAAS,gBAAgB,EAAE,EACpC,OAAO,GAAE,gBAAqB,GAC7B,WAAW,EAAE,CAmDf;AA0BD;;;;;;GAMG;AACH,wBAAgB,eAAe,CAAC,IAAI,EAAE,SAAS,gBAAgB,EAAE,GAAG;IAClE,WAAW,EAAE,MAAM,GAAG,SAAS,CAAC;IAChC,YAAY,EAAE,MAAM,GAAG,SAAS,CAAC;IACjC,YAAY,EAAE,MAAM,GAAG,SAAS,CAAC;IACjC,IAAI,EAAE,MAAM,GAAG,SAAS,CAAC;CAC1B,CAgBA"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"liveTally.d.ts","sourceRoot":"","sources":["../../src/report/liveTally.ts"],"names":[],"mappings":"AAAA;;;;GAIG;AAEH,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,cAAc,CAAC;AAEjD,OAAO,KAAK,EAAE,KAAK,EAAE,MAAM,sBAAsB,CAAC;AASlD;;;;;GAKG;AACH,qBAAa,SAAS;IAKlB,OAAO,CAAC,QAAQ,CAAC,OAAO;IAJ1B,OAAO,CAAC,QAAQ,CAAC,OAAO,CAAiC;IACzD,OAAO,CAAC,QAAQ,CAAC,SAAS,CAAS;IAEnC,YACmB,OAAO,EAAE,CAAC,KAAK,EAAE,MAAM,KAAK,YAAY,GAAG,SAAS,EACrE,GAAG,EAAE,MAAM,EAGZ;IAED,MAAM,CAAC,KAAK,EAAE,MAAM,EAAE,EAAE,EAAE,OAAO,EAAE,KAAK,EAAE,KAAK,GAAG,SAAS,GAAG,IAAI,CAMjE;IAED,MAAM,CAAC,IAAI,EAAE,MAAM,EAAE,KAAK,EAAE,MAAM,EAAE,GAAG,EAAE,MAAM,GAAG,MAAM,CAevD;CACF"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"classification.d.ts","sourceRoot":"","sources":["../../src/score/classification.ts"],"names":[],"mappings":"AAAA;;;;GAIG;AAEH;;;;GAIG;AACH,wBAAgB,cAAc,CAAC,KAAK,EAAE,MAAM,GAAG,MAAM,CAKpD;AAED,MAAM,WAAW,mBAAmB;IAClC,uEAAuE;IACvE,QAAQ,CAAC,MAAM,EAAE,MAAM,CAAC;IACxB,QAAQ,CAAC,OAAO,EAAE,MAAM,CAAC;IACzB,wDAAwD;IACxD,QAAQ,CAAC,QAAQ,EAAE,MAAM,CAAC;IAC1B,oDAAoD;IACpD,QAAQ,CAAC,QAAQ,EAAE,WAAW,CAAC,MAAM,EAAE;QAAE,KAAK,EAAE,MAAM,CAAC;QAAC,OAAO,EAAE,MAAM,CAAA;KAAE,CAAC,CAAC;CAC5E;AAED,8EAA8E;AAC9E,wBAAgB,mBAAmB,CACjC,KAAK,EAAE,SAAS;IAAE,QAAQ,EAAE,MAAM,CAAC;IAAC,SAAS,EAAE,MAAM,CAAA;CAAE,EAAE,GACxD,mBAAmB,CAmBrB"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"correlation.d.ts","sourceRoot":"","sources":["../../src/score/correlation.ts"],"names":[],"mappings":"AAAA;;;;GAIG;AAEH,sFAAsF;AACtF,wBAAgB,OAAO,CAAC,EAAE,EAAE,SAAS,MAAM,EAAE,EAAE,EAAE,EAAE,SAAS,MAAM,EAAE,GAAG,MAAM,CAuB5E;AAED,6DAA6D;AAC7D,wBAAgB,KAAK,CAAC,MAAM,EAAE,SAAS,MAAM,EAAE,GAAG,MAAM,EAAE,CAazD;AAED,gEAAgE;AAChE,wBAAgB,QAAQ,CAAC,EAAE,EAAE,SAAS,MAAM,EAAE,EAAE,EAAE,EAAE,SAAS,MAAM,EAAE,GAAG,MAAM,CAG7E"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"extraction.d.ts","sourceRoot":"","sources":["../../src/score/extraction.ts"],"names":[],"mappings":"AAAA;;;;GAIG;AAIH,uDAAuD;AACvD,MAAM,MAAM,YAAY,GAAG,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,CAAC;AAEnD;;;GAGG;AACH,MAAM,WAAW,gBAAgB;IAC/B,8BAA8B;IAC9B,QAAQ,CAAC,QAAQ,EAAE,MAAM,CAAC;IAC1B,oDAAoD;IACpD,QAAQ,CAAC,OAAO,EAAE,MAAM,CAAC;IACzB,0DAA0D;IAC1D,QAAQ,CAAC,iBAAiB,EAAE,MAAM,CAAC;IACnC,4DAA4D;IAC5D,QAAQ,CAAC,gBAAgB,EAAE,MAAM,CAAC;IAClC,0CAA0C;IAC1C,QAAQ,CAAC,WAAW,EAAE,MAAM,CAAC;IAC7B,mDAAmD;IACnD,QAAQ,CAAC,YAAY,EAAE,MAAM,CAAC;CAC/B;AAED,MAAM,WAAW,eAAgB,SAAQ,gBAAgB;IACvD,0EAA0E;IAC1E,QAAQ,CAAC,KAAK,EAAE,MAAM,CAAC;IACvB,qEAAqE;IACrE,QAAQ,CAAC,KAAK,EAAE,MAAM,CAAC;IACvB,6EAA6E;IAC7E,QAAQ,CAAC,IAAI,EAAE,MAAM,CAAC;CACvB;AAmBD;;;;;;;;;GASG;AACH,wBAAgB,eAAe,CAC7B,SAAS,EAAE,SAAS,YAAY,EAAE,EAClC,QAAQ,EAAE,SAAS,YAAY,EAAE,EACjC,QAAQ,EAAE,MAAM,EAChB,MAAM,CAAC,EAAE,SAAS,MAAM,EAAE,GAAG,SAAS,GACrC,eAAe,CAoCjB;AAED,4DAA4D;AAC5D,wBAAgB,uBAAuB,CAAC,MAAM,EAAE,SAAS,gBAAgB,EAAE,GAAG,eAAe,CAoB5F"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"storage.d.ts","sourceRoot":"","sources":["../src/storage.ts"],"names":[],"mappings":"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"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"aggregate.test.d.ts","sourceRoot":"","sources":["../../src/test/aggregate.test.ts"],"names":[],"mappings":"AAAA;;;;GAIG"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"evalSweepTask.test.d.ts","sourceRoot":"","sources":["../../src/test/evalSweepTask.test.ts"],"names":[],"mappings":"AAAA;;;;GAIG"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"extractSmoke.e2e.test.d.ts","sourceRoot":"","sources":["../../src/test/extractSmoke.e2e.test.ts"],"names":[],"mappings":"AAAA;;;;GAIG"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"extraction.test.d.ts","sourceRoot":"","sources":["../../src/test/extraction.test.ts"],"names":[],"mappings":"AAAA;;;;GAIG"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"ggufSmoke.e2e.test.d.ts","sourceRoot":"","sources":["../../src/test/ggufSmoke.e2e.test.ts"],"names":[],"mappings":"AAAA;;;;GAIG"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"hubFiles.test.d.ts","sourceRoot":"","sources":["../../src/test/hubFiles.test.ts"],"names":[],"mappings":"AAAA;;;;GAIG"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"ids.test.d.ts","sourceRoot":"","sources":["../../src/test/ids.test.ts"],"names":[],"mappings":"AAAA;;;;GAIG"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"liveSimilarity.e2e.test.d.ts","sourceRoot":"","sources":["../../src/test/liveSimilarity.e2e.test.ts"],"names":[],"mappings":"AAAA;;;;GAIG"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"liveTally.test.d.ts","sourceRoot":"","sources":["../../src/test/liveTally.test.ts"],"names":[],"mappings":"AAAA;;;;GAIG"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"models.test.d.ts","sourceRoot":"","sources":["../../src/test/models.test.ts"],"names":[],"mappings":"AAAA;;;;GAIG"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"runSweep.test.d.ts","sourceRoot":"","sources":["../../src/test/runSweep.test.ts"],"names":[],"mappings":"AAAA;;;;GAIG"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"score.test.d.ts","sourceRoot":"","sources":["../../src/test/score.test.ts"],"names":[],"mappings":"AAAA;;;;GAIG"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"storage.test.d.ts","sourceRoot":"","sources":["../../src/test/storage.test.ts"],"names":[],"mappings":"AAAA;;;;GAIG"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"streamSubscribe.test.d.ts","sourceRoot":"","sources":["../../src/test/streamSubscribe.test.ts"],"names":[],"mappings":"AAAA;;;;GAIG"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"usageColumns.test.d.ts","sourceRoot":"","sources":["../../src/test/usageColumns.test.ts"],"names":[],"mappings":"AAAA;;;;GAIG"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"util.d.ts","sourceRoot":"","sources":["../src/util.ts"],"names":[],"mappings":"AAAA;;;;GAIG;AAEH,iEAAiE;AACjE,wBAAgB,WAAW,CAAC,IAAI,EAAE,MAAM,CAAC,MAAM,EAAE,MAAM,CAAC,EAAE,EAAE,OAAO,EAAE,MAAM,EAAE,GAAG,MAAM,CAcrF;AAED,kEAAkE;AAClE,wBAAgB,YAAY,CAAC,KAAK,EAAE,MAAM,EAAE,MAAM,SAAI,GAAG,MAAM,CAE9D;AAED,wBAAgB,WAAW,CAAC,GAAG,EAAE,OAAO,GAAG,MAAM,CAEhD;AAED,+EAA+E;AAC/E,wBAAgB,YAAY,CAAC,KAAK,EAAE,MAAM,EAAE,IAAI,EAAE,MAAM,EAAE,OAAO,EAAE,MAAM,GAAG,MAAM,CAMjF"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"worker_hft.d.ts","sourceRoot":"","sources":["../src/worker_hft.ts"],"names":[],"mappings":"AAAA;;;;GAIG"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"worker_llamacpp.d.ts","sourceRoot":"","sources":["../src/worker_llamacpp.ts"],"names":[],"mappings":"AAAA;;;;GAIG"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"workglow-eval.d.ts","sourceRoot":"","sources":["../src/workglow-eval.ts"],"names":[],"mappings":";AAEA;;;;GAIG"}