@pablotech/akesi 0.1.33 → 0.1.34
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/marker-deltas.ts +4 -3
- package/package.json +1 -1
package/marker-deltas.ts
CHANGED
|
@@ -1,9 +1,10 @@
|
|
|
1
|
-
// Cross-study deltas
|
|
1
|
+
// Cross-study deltas. The single source of truth for "what changed" — shared
|
|
2
2
|
// by a host's chart/print surfaces and by the Finding prompt builder here, so the change
|
|
3
3
|
// shown on screen and the change the model reasons over can never disagree.
|
|
4
4
|
//
|
|
5
|
-
// Grouping is by stored marker name, which is canonical
|
|
6
|
-
// so a metric is one series. `fromComparison` rows
|
|
5
|
+
// Grouping is by stored marker name, which is canonical once imaging-catalog markers are
|
|
6
|
+
// stored the same way as lab markers, so a metric is one series. `fromComparison` rows are
|
|
7
|
+
// real datapoints here; a
|
|
7
8
|
// directly-measured reading at the same marker|date already won at ingest.
|
|
8
9
|
|
|
9
10
|
import type { Client, MarkerResult } from "./types";
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@pablotech/akesi",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.34",
|
|
4
4
|
"description": "Schema-constrained clinical reasoning over lab and marker data, where every constraint stated to the model in prose is re-enforced in code on the response.",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|