@redaksjon/protokoll-engine 0.1.10 → 0.1.11-dev.20260301221841.afe8256
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/index17.js.map +1 -1
- package/dist/index33.js +6 -2
- package/dist/index33.js.map +1 -1
- package/dist/index34.js +2 -2
- package/dist/index35.js +4 -4
- package/dist/index36.js +1 -1
- package/dist/index38.js.map +1 -1
- package/dist/index40.js.map +1 -1
- package/dist/index41.js.map +1 -1
- package/dist/index44.js.map +1 -1
- package/dist/index46.js.map +1 -1
- package/dist/index53.js +48 -5
- package/dist/index53.js.map +1 -1
- package/dist/index54.js +34 -46
- package/dist/index54.js.map +1 -1
- package/dist/index55.js +280 -35
- package/dist/index55.js.map +1 -1
- package/dist/index56.js +137 -258
- package/dist/index56.js.map +1 -1
- package/dist/index57.js +60 -142
- package/dist/index57.js.map +1 -1
- package/dist/index58.js +70 -73
- package/dist/index58.js.map +1 -1
- package/dist/index59.js +3 -73
- package/dist/index59.js.map +1 -1
- package/dist/index60.js +5 -148
- package/dist/index60.js.map +1 -1
- package/dist/index61.js +4 -4
- package/dist/index62.js +148 -5
- package/dist/index62.js.map +1 -1
- package/dist/pipeline/orchestrator.d.ts.map +1 -1
- package/dist/pipeline/types.d.ts +7 -0
- package/dist/pipeline/types.d.ts.map +1 -1
- package/dist/transcript/operations.d.ts +4 -2
- package/dist/transcript/operations.d.ts.map +1 -1
- package/dist/transcript/pkl-utils.d.ts +24 -1
- package/dist/transcript/pkl-utils.d.ts.map +1 -1
- package/dist/transcript/upload-utils.d.ts +17 -1
- package/dist/transcript/upload-utils.d.ts.map +1 -1
- package/dist/util/enhancement-logger.d.ts +22 -1
- package/dist/util/enhancement-logger.d.ts.map +1 -1
- package/dist/weighting/builder.d.ts.map +1 -1
- package/dist/weighting/prepositioning.d.ts +6 -1
- package/dist/weighting/prepositioning.d.ts.map +1 -1
- package/package.json +2 -2
|
@@ -1,6 +1,10 @@
|
|
|
1
1
|
import { WeightModelProvider } from './provider';
|
|
2
|
-
import { EntityReference } from '@redaksjon/protokoll-format';
|
|
3
2
|
import * as Context from '@redaksjon/context';
|
|
3
|
+
type EntityReference = {
|
|
4
|
+
id: string;
|
|
5
|
+
name?: string;
|
|
6
|
+
type?: string;
|
|
7
|
+
};
|
|
4
8
|
/**
|
|
5
9
|
* Entity prepositioning guidance for LLM enhancement
|
|
6
10
|
*/
|
|
@@ -52,4 +56,5 @@ export declare class EntityPrepositioner {
|
|
|
52
56
|
*/
|
|
53
57
|
private resolvePredictionToEntity;
|
|
54
58
|
}
|
|
59
|
+
export {};
|
|
55
60
|
//# sourceMappingURL=prepositioning.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"prepositioning.d.ts","sourceRoot":"","sources":["../../src/weighting/prepositioning.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG;AAEH,OAAO,EAAE,mBAAmB,EAAE,MAAM,YAAY,CAAC;AAEjD,OAAO,KAAK,
|
|
1
|
+
{"version":3,"file":"prepositioning.d.ts","sourceRoot":"","sources":["../../src/weighting/prepositioning.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG;AAEH,OAAO,EAAE,mBAAmB,EAAE,MAAM,YAAY,CAAC;AAEjD,OAAO,KAAK,OAAO,MAAM,oBAAoB,CAAC;AAE9C,KAAK,eAAe,GAAG;IAAE,EAAE,EAAE,MAAM,CAAC;IAAC,IAAI,CAAC,EAAE,MAAM,CAAC;IAAC,IAAI,CAAC,EAAE,MAAM,CAAA;CAAE,CAAC;AAEpE;;GAEG;AACH,MAAM,WAAW,4BAA4B;IACzC,4CAA4C;IAC5C,cAAc,EAAE,KAAK,CAAC;QAClB,EAAE,EAAE,MAAM,CAAC;QACX,IAAI,EAAE,MAAM,CAAC;QACb,IAAI,EAAE,QAAQ,GAAG,SAAS,GAAG,MAAM,GAAG,SAAS,CAAC;QAChD,UAAU,EAAE,MAAM,CAAC;KACtB,CAAC,CAAC;IAEH,oDAAoD;IACpD,QAAQ,EAAE,MAAM,CAAC;CACpB;AAED;;;;;GAKG;AACH,qBAAa,mBAAmB;IAExB,OAAO,CAAC,mBAAmB;IAC3B,OAAO,CAAC,eAAe;gBADf,mBAAmB,EAAE,mBAAmB,EACxC,eAAe,EAAE,OAAO,CAAC,eAAe;IAGpD;;;;;;OAMG;IACH,gBAAgB,CACZ,SAAS,CAAC,EAAE,MAAM,EAClB,aAAa,GAAE,eAAe,EAAO,GACtC,4BAA4B;IAiC/B;;;;;;OAMG;IACH,OAAO,CAAC,oBAAoB;IAsC5B;;;;;;;;OAQG;IACH,OAAO,CAAC,yBAAyB;CAmDpC"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@redaksjon/protokoll-engine",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.11-dev.20260301221841.afe8256",
|
|
4
4
|
"description": "Processing engine for Protokoll - transcription pipeline, agentic execution, routing, and LLM integration",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "dist/index.js",
|
|
@@ -46,7 +46,7 @@
|
|
|
46
46
|
"@anthropic-ai/sdk": "^0.71.2",
|
|
47
47
|
"@google/generative-ai": "^0.24.1",
|
|
48
48
|
"@kjerneverk/riotprompt": "^1.0.6",
|
|
49
|
-
"@redaksjon/context": "^0.0.
|
|
49
|
+
"@redaksjon/context": "^0.0.13",
|
|
50
50
|
"@redaksjon/protokoll-format": "^0.1.6",
|
|
51
51
|
"@utilarium/cardigantime": "^0.0.27",
|
|
52
52
|
"@utilarium/dreadcabinet": "^0.0.18",
|