@remnic/core 1.1.28 → 1.1.29
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/access-cli.js +5 -5
- package/dist/active-recall.js +1 -1
- package/dist/{chunk-BJ3KMYTB.js → chunk-3TNBOMQT.js} +21 -10
- package/dist/chunk-3TNBOMQT.js.map +1 -0
- package/dist/{chunk-W7DK3CYM.js → chunk-575RMLWN.js} +2 -2
- package/dist/{chunk-S27EXIHY.js → chunk-6BFAEWQS.js} +2 -2
- package/dist/{chunk-TFORLO3O.js → chunk-6WV2HYTZ.js} +3 -3
- package/dist/{chunk-MVAOT247.js → chunk-CWWDIQZB.js} +4 -4
- package/dist/{chunk-NTUNYIF7.js → chunk-I5GLV3VE.js} +2 -2
- package/dist/{chunk-2QR3XXIC.js → chunk-MZH6EHNR.js} +3 -3
- package/dist/{chunk-2QR3XXIC.js.map → chunk-MZH6EHNR.js.map} +1 -1
- package/dist/{chunk-2DM72JF3.js → chunk-WDSIV3AK.js} +5 -5
- package/dist/{chunk-4CRG46BG.js → chunk-ZK7I7JYV.js} +2 -2
- package/dist/cli.js +8 -8
- package/dist/config.js +1 -1
- package/dist/index.js +9 -9
- package/dist/namespaces/migrate.js +4 -4
- package/dist/namespaces/search.js +3 -3
- package/dist/operator-toolkit.js +6 -6
- package/dist/orchestrator.js +4 -4
- package/dist/qmd.d.ts +3 -1
- package/dist/qmd.js +1 -1
- package/dist/resume-bundles.js +2 -2
- package/dist/schemas.d.ts +22 -22
- package/dist/search/factory.js +2 -2
- package/dist/search/index.js +2 -2
- package/dist/transfer/types.d.ts +12 -12
- package/package.json +1 -1
- package/src/config.ts +2 -2
- package/src/qmd.test.ts +65 -10
- package/src/qmd.ts +22 -9
- package/dist/chunk-BJ3KMYTB.js.map +0 -1
- /package/dist/{chunk-W7DK3CYM.js.map → chunk-575RMLWN.js.map} +0 -0
- /package/dist/{chunk-S27EXIHY.js.map → chunk-6BFAEWQS.js.map} +0 -0
- /package/dist/{chunk-TFORLO3O.js.map → chunk-6WV2HYTZ.js.map} +0 -0
- /package/dist/{chunk-MVAOT247.js.map → chunk-CWWDIQZB.js.map} +0 -0
- /package/dist/{chunk-NTUNYIF7.js.map → chunk-I5GLV3VE.js.map} +0 -0
- /package/dist/{chunk-2DM72JF3.js.map → chunk-WDSIV3AK.js.map} +0 -0
- /package/dist/{chunk-4CRG46BG.js.map → chunk-ZK7I7JYV.js.map} +0 -0
|
@@ -72,7 +72,7 @@ import {
|
|
|
72
72
|
buildResumeBundleFromState,
|
|
73
73
|
getResumeBundleStatus,
|
|
74
74
|
recordResumeBundle
|
|
75
|
-
} from "./chunk-
|
|
75
|
+
} from "./chunk-ZK7I7JYV.js";
|
|
76
76
|
import {
|
|
77
77
|
parseXrayCliOptions
|
|
78
78
|
} from "./chunk-MT4HVDUZ.js";
|
|
@@ -92,12 +92,12 @@ import {
|
|
|
92
92
|
runOperatorInventory,
|
|
93
93
|
runOperatorRepair,
|
|
94
94
|
runOperatorSetup
|
|
95
|
-
} from "./chunk-
|
|
95
|
+
} from "./chunk-6WV2HYTZ.js";
|
|
96
96
|
import {
|
|
97
97
|
listNamespaces,
|
|
98
98
|
runNamespaceMigration,
|
|
99
99
|
verifyNamespaces
|
|
100
|
-
} from "./chunk-
|
|
100
|
+
} from "./chunk-6BFAEWQS.js";
|
|
101
101
|
import {
|
|
102
102
|
GraphDashboardServer
|
|
103
103
|
} from "./chunk-ZPKBYX2F.js";
|
|
@@ -190,7 +190,7 @@ import {
|
|
|
190
190
|
} from "./chunk-4WMCPJWX.js";
|
|
191
191
|
import {
|
|
192
192
|
parseConfig
|
|
193
|
-
} from "./chunk-
|
|
193
|
+
} from "./chunk-MZH6EHNR.js";
|
|
194
194
|
import {
|
|
195
195
|
getAbstractionNodeStoreStatus
|
|
196
196
|
} from "./chunk-NGAVDO7E.js";
|
|
@@ -6755,4 +6755,4 @@ export {
|
|
|
6755
6755
|
resolveMemoryDirForNamespace,
|
|
6756
6756
|
registerCli
|
|
6757
6757
|
};
|
|
6758
|
-
//# sourceMappingURL=chunk-
|
|
6758
|
+
//# sourceMappingURL=chunk-WDSIV3AK.js.map
|
|
@@ -11,7 +11,7 @@ import {
|
|
|
11
11
|
} from "./chunk-2KI4QFHU.js";
|
|
12
12
|
import {
|
|
13
13
|
parseConfig
|
|
14
|
-
} from "./chunk-
|
|
14
|
+
} from "./chunk-MZH6EHNR.js";
|
|
15
15
|
import {
|
|
16
16
|
resolveObjectiveStateStoreDir,
|
|
17
17
|
validateObjectiveStateSnapshot
|
|
@@ -268,4 +268,4 @@ export {
|
|
|
268
268
|
recordResumeBundle,
|
|
269
269
|
getResumeBundleStatus
|
|
270
270
|
};
|
|
271
|
-
//# sourceMappingURL=chunk-
|
|
271
|
+
//# sourceMappingURL=chunk-ZK7I7JYV.js.map
|
package/dist/cli.js
CHANGED
|
@@ -89,7 +89,7 @@ import {
|
|
|
89
89
|
runWorkProductStatusCliCommand,
|
|
90
90
|
runWorkProjectCliCommand,
|
|
91
91
|
runWorkTaskCliCommand
|
|
92
|
-
} from "./chunk-
|
|
92
|
+
} from "./chunk-WDSIV3AK.js";
|
|
93
93
|
import "./chunk-ICRIXAP2.js";
|
|
94
94
|
import "./chunk-EHRTFRWW.js";
|
|
95
95
|
import "./chunk-S7KDBTWT.js";
|
|
@@ -117,11 +117,11 @@ import "./chunk-LT3NLYSI.js";
|
|
|
117
117
|
import "./chunk-TMM4S4IJ.js";
|
|
118
118
|
import "./chunk-RCZRL5BE.js";
|
|
119
119
|
import "./chunk-MXC3AP5I.js";
|
|
120
|
-
import "./chunk-
|
|
120
|
+
import "./chunk-ZK7I7JYV.js";
|
|
121
121
|
import "./chunk-MT4HVDUZ.js";
|
|
122
122
|
import "./chunk-AJA46VX5.js";
|
|
123
|
-
import "./chunk-
|
|
124
|
-
import "./chunk-
|
|
123
|
+
import "./chunk-6WV2HYTZ.js";
|
|
124
|
+
import "./chunk-6BFAEWQS.js";
|
|
125
125
|
import "./chunk-HL4DB7TO.js";
|
|
126
126
|
import "./chunk-ZPKBYX2F.js";
|
|
127
127
|
import "./chunk-3SLRNYNG.js";
|
|
@@ -141,8 +141,8 @@ import "./chunk-5375UYTQ.js";
|
|
|
141
141
|
import "./chunk-FF4KLI5W.js";
|
|
142
142
|
import "./chunk-EABGC2TL.js";
|
|
143
143
|
import "./chunk-2WIPXV3Y.js";
|
|
144
|
-
import "./chunk-
|
|
145
|
-
import "./chunk-
|
|
144
|
+
import "./chunk-575RMLWN.js";
|
|
145
|
+
import "./chunk-I5GLV3VE.js";
|
|
146
146
|
import "./chunk-NJ3MJQZX.js";
|
|
147
147
|
import "./chunk-XVVIG67A.js";
|
|
148
148
|
import "./chunk-PIRJPV5T.js";
|
|
@@ -155,7 +155,7 @@ import "./chunk-7DTASS5T.js";
|
|
|
155
155
|
import "./chunk-FJ43PRLT.js";
|
|
156
156
|
import "./chunk-LLQ2LLWF.js";
|
|
157
157
|
import "./chunk-YRMVARQP.js";
|
|
158
|
-
import "./chunk-
|
|
158
|
+
import "./chunk-3TNBOMQT.js";
|
|
159
159
|
import "./chunk-U66YHYC7.js";
|
|
160
160
|
import "./chunk-HXXBL2KD.js";
|
|
161
161
|
import "./chunk-LPMVBPA3.js";
|
|
@@ -169,7 +169,7 @@ import "./chunk-2KI4QFHU.js";
|
|
|
169
169
|
import "./chunk-OZHRDTDX.js";
|
|
170
170
|
import "./chunk-3UXOZBHV.js";
|
|
171
171
|
import "./chunk-4WMCPJWX.js";
|
|
172
|
-
import "./chunk-
|
|
172
|
+
import "./chunk-MZH6EHNR.js";
|
|
173
173
|
import "./chunk-PHK3HARR.js";
|
|
174
174
|
import "./chunk-Z5LAYHGJ.js";
|
|
175
175
|
import "./chunk-6HZ6AO2P.js";
|
package/dist/config.js
CHANGED
package/dist/index.js
CHANGED
|
@@ -94,7 +94,7 @@ import {
|
|
|
94
94
|
runBulkImportCliCommand,
|
|
95
95
|
runBulkImportPipeline,
|
|
96
96
|
validateImportTurn
|
|
97
|
-
} from "./chunk-
|
|
97
|
+
} from "./chunk-WDSIV3AK.js";
|
|
98
98
|
import "./chunk-ICRIXAP2.js";
|
|
99
99
|
import "./chunk-EHRTFRWW.js";
|
|
100
100
|
import "./chunk-S7KDBTWT.js";
|
|
@@ -126,7 +126,7 @@ import {
|
|
|
126
126
|
isAgentAccessSecretRef,
|
|
127
127
|
resolveAgentAccessAuthToken
|
|
128
128
|
} from "./chunk-MXC3AP5I.js";
|
|
129
|
-
import "./chunk-
|
|
129
|
+
import "./chunk-ZK7I7JYV.js";
|
|
130
130
|
import {
|
|
131
131
|
parseXrayBudgetFlag,
|
|
132
132
|
parseXrayCliOptions
|
|
@@ -134,8 +134,8 @@ import {
|
|
|
134
134
|
import {
|
|
135
135
|
parseStrictCliDate
|
|
136
136
|
} from "./chunk-AJA46VX5.js";
|
|
137
|
-
import "./chunk-
|
|
138
|
-
import "./chunk-
|
|
137
|
+
import "./chunk-6WV2HYTZ.js";
|
|
138
|
+
import "./chunk-6BFAEWQS.js";
|
|
139
139
|
import "./chunk-HL4DB7TO.js";
|
|
140
140
|
import "./chunk-ZPKBYX2F.js";
|
|
141
141
|
import "./chunk-3SLRNYNG.js";
|
|
@@ -172,7 +172,7 @@ import {
|
|
|
172
172
|
saveTaxonomy,
|
|
173
173
|
validateSlug,
|
|
174
174
|
validateTaxonomy
|
|
175
|
-
} from "./chunk-
|
|
175
|
+
} from "./chunk-CWWDIQZB.js";
|
|
176
176
|
import "./chunk-WNARATI3.js";
|
|
177
177
|
import {
|
|
178
178
|
migrateFromEngram,
|
|
@@ -352,8 +352,8 @@ import "./chunk-5375UYTQ.js";
|
|
|
352
352
|
import "./chunk-FF4KLI5W.js";
|
|
353
353
|
import "./chunk-EABGC2TL.js";
|
|
354
354
|
import "./chunk-2WIPXV3Y.js";
|
|
355
|
-
import "./chunk-
|
|
356
|
-
import "./chunk-
|
|
355
|
+
import "./chunk-575RMLWN.js";
|
|
356
|
+
import "./chunk-I5GLV3VE.js";
|
|
357
357
|
import "./chunk-NJ3MJQZX.js";
|
|
358
358
|
import {
|
|
359
359
|
OramaBackend
|
|
@@ -374,7 +374,7 @@ import "./chunk-LLQ2LLWF.js";
|
|
|
374
374
|
import "./chunk-YRMVARQP.js";
|
|
375
375
|
import {
|
|
376
376
|
QmdClient
|
|
377
|
-
} from "./chunk-
|
|
377
|
+
} from "./chunk-3TNBOMQT.js";
|
|
378
378
|
import {
|
|
379
379
|
LEGACY_PLUGIN_ID,
|
|
380
380
|
PLUGIN_ID,
|
|
@@ -439,7 +439,7 @@ import {
|
|
|
439
439
|
isOpenaiApiKeyDisabled,
|
|
440
440
|
parseConfig,
|
|
441
441
|
resolveEnvVars
|
|
442
|
-
} from "./chunk-
|
|
442
|
+
} from "./chunk-MZH6EHNR.js";
|
|
443
443
|
import {
|
|
444
444
|
coerceInstallExtension
|
|
445
445
|
} from "./chunk-PHK3HARR.js";
|
|
@@ -2,10 +2,10 @@ import {
|
|
|
2
2
|
listNamespaces,
|
|
3
3
|
runNamespaceMigration,
|
|
4
4
|
verifyNamespaces
|
|
5
|
-
} from "../chunk-
|
|
5
|
+
} from "../chunk-6BFAEWQS.js";
|
|
6
6
|
import "../chunk-2WIPXV3Y.js";
|
|
7
|
-
import "../chunk-
|
|
8
|
-
import "../chunk-
|
|
7
|
+
import "../chunk-575RMLWN.js";
|
|
8
|
+
import "../chunk-I5GLV3VE.js";
|
|
9
9
|
import "../chunk-NJ3MJQZX.js";
|
|
10
10
|
import "../chunk-XVVIG67A.js";
|
|
11
11
|
import "../chunk-PIRJPV5T.js";
|
|
@@ -17,7 +17,7 @@ import "../chunk-CYFQJMUV.js";
|
|
|
17
17
|
import "../chunk-7DTASS5T.js";
|
|
18
18
|
import "../chunk-FJ43PRLT.js";
|
|
19
19
|
import "../chunk-LLQ2LLWF.js";
|
|
20
|
-
import "../chunk-
|
|
20
|
+
import "../chunk-3TNBOMQT.js";
|
|
21
21
|
import "../chunk-PVGDJXVK.js";
|
|
22
22
|
import "../chunk-NNVTUXEB.js";
|
|
23
23
|
import "../chunk-U3PN77QT.js";
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import {
|
|
2
2
|
NamespaceSearchRouter,
|
|
3
3
|
namespaceCollectionName
|
|
4
|
-
} from "../chunk-
|
|
5
|
-
import "../chunk-
|
|
4
|
+
} from "../chunk-575RMLWN.js";
|
|
5
|
+
import "../chunk-I5GLV3VE.js";
|
|
6
6
|
import "../chunk-NJ3MJQZX.js";
|
|
7
7
|
import "../chunk-XVVIG67A.js";
|
|
8
8
|
import "../chunk-PIRJPV5T.js";
|
|
@@ -14,7 +14,7 @@ import "../chunk-CYFQJMUV.js";
|
|
|
14
14
|
import "../chunk-7DTASS5T.js";
|
|
15
15
|
import "../chunk-FJ43PRLT.js";
|
|
16
16
|
import "../chunk-LLQ2LLWF.js";
|
|
17
|
-
import "../chunk-
|
|
17
|
+
import "../chunk-3TNBOMQT.js";
|
|
18
18
|
import "../chunk-PVGDJXVK.js";
|
|
19
19
|
import "../chunk-NNVTUXEB.js";
|
|
20
20
|
import "../chunk-PFV5C235.js";
|
package/dist/operator-toolkit.js
CHANGED
|
@@ -11,13 +11,13 @@ import {
|
|
|
11
11
|
summarizeMemoryWorthLegacyCounters,
|
|
12
12
|
summarizeObservationThroughput,
|
|
13
13
|
summarizeTierDistribution
|
|
14
|
-
} from "./chunk-
|
|
15
|
-
import "./chunk-
|
|
14
|
+
} from "./chunk-6WV2HYTZ.js";
|
|
15
|
+
import "./chunk-6BFAEWQS.js";
|
|
16
16
|
import "./chunk-5HRY2WRF.js";
|
|
17
17
|
import "./chunk-YBPYIAA5.js";
|
|
18
18
|
import "./chunk-2WIPXV3Y.js";
|
|
19
|
-
import "./chunk-
|
|
20
|
-
import "./chunk-
|
|
19
|
+
import "./chunk-575RMLWN.js";
|
|
20
|
+
import "./chunk-I5GLV3VE.js";
|
|
21
21
|
import "./chunk-NJ3MJQZX.js";
|
|
22
22
|
import "./chunk-XVVIG67A.js";
|
|
23
23
|
import "./chunk-PIRJPV5T.js";
|
|
@@ -30,12 +30,12 @@ import "./chunk-7DTASS5T.js";
|
|
|
30
30
|
import "./chunk-FJ43PRLT.js";
|
|
31
31
|
import "./chunk-LLQ2LLWF.js";
|
|
32
32
|
import "./chunk-YRMVARQP.js";
|
|
33
|
-
import "./chunk-
|
|
33
|
+
import "./chunk-3TNBOMQT.js";
|
|
34
34
|
import "./chunk-U66YHYC7.js";
|
|
35
35
|
import "./chunk-7SEAZFFB.js";
|
|
36
36
|
import "./chunk-D46YSIYX.js";
|
|
37
37
|
import "./chunk-AJU4PJGY.js";
|
|
38
|
-
import "./chunk-
|
|
38
|
+
import "./chunk-MZH6EHNR.js";
|
|
39
39
|
import "./chunk-PHK3HARR.js";
|
|
40
40
|
import "./chunk-Z5LAYHGJ.js";
|
|
41
41
|
import "./chunk-PVGDJXVK.js";
|
package/dist/orchestrator.js
CHANGED
|
@@ -26,7 +26,7 @@ import {
|
|
|
26
26
|
sanitizeSessionKeyForFilename,
|
|
27
27
|
shouldFilterLifecycleRecallCandidate,
|
|
28
28
|
summarizeGraphShadowComparison
|
|
29
|
-
} from "./chunk-
|
|
29
|
+
} from "./chunk-CWWDIQZB.js";
|
|
30
30
|
import "./chunk-WNARATI3.js";
|
|
31
31
|
import "./chunk-KOSORCJG.js";
|
|
32
32
|
import "./chunk-BFBF3XEF.js";
|
|
@@ -109,8 +109,8 @@ import "./chunk-5375UYTQ.js";
|
|
|
109
109
|
import "./chunk-FF4KLI5W.js";
|
|
110
110
|
import "./chunk-EABGC2TL.js";
|
|
111
111
|
import "./chunk-2WIPXV3Y.js";
|
|
112
|
-
import "./chunk-
|
|
113
|
-
import "./chunk-
|
|
112
|
+
import "./chunk-575RMLWN.js";
|
|
113
|
+
import "./chunk-I5GLV3VE.js";
|
|
114
114
|
import "./chunk-NJ3MJQZX.js";
|
|
115
115
|
import "./chunk-XVVIG67A.js";
|
|
116
116
|
import "./chunk-PIRJPV5T.js";
|
|
@@ -123,7 +123,7 @@ import "./chunk-7DTASS5T.js";
|
|
|
123
123
|
import "./chunk-FJ43PRLT.js";
|
|
124
124
|
import "./chunk-LLQ2LLWF.js";
|
|
125
125
|
import "./chunk-YRMVARQP.js";
|
|
126
|
-
import "./chunk-
|
|
126
|
+
import "./chunk-3TNBOMQT.js";
|
|
127
127
|
import "./chunk-HXXBL2KD.js";
|
|
128
128
|
import "./chunk-LPMVBPA3.js";
|
|
129
129
|
import "./chunk-JXS5PDQ7.js";
|
package/dist/qmd.d.ts
CHANGED
|
@@ -63,6 +63,7 @@ interface QmdCapabilities {
|
|
|
63
63
|
scopedEmbed: boolean;
|
|
64
64
|
safeStatusDeviceProbe: boolean;
|
|
65
65
|
mcpIndexSelection: boolean;
|
|
66
|
+
outputFormatFlag: boolean;
|
|
66
67
|
}
|
|
67
68
|
interface QmdVersionStatus {
|
|
68
69
|
installedVersion: string | null;
|
|
@@ -79,7 +80,7 @@ interface QmdDoctorReport {
|
|
|
79
80
|
raw?: string;
|
|
80
81
|
error?: string;
|
|
81
82
|
}
|
|
82
|
-
declare const QMD_SUPPORTED_VERSION = "2.5.
|
|
83
|
+
declare const QMD_SUPPORTED_VERSION = "2.5.3";
|
|
83
84
|
declare function parseQmdVersion(version: string | null): QmdVersionTuple | null;
|
|
84
85
|
declare function parseQmdVersionOutput(stdout: string, stderr: string): string | null;
|
|
85
86
|
declare function compareQmdVersions(left: QmdVersionTuple | null, right: QmdVersionTuple | null): number;
|
|
@@ -175,6 +176,7 @@ declare class QmdClient implements SearchBackend {
|
|
|
175
176
|
private resolveSearchOptions;
|
|
176
177
|
resolveSupportedSearchOptions(options?: SearchQueryOptions): SearchQueryOptions | undefined;
|
|
177
178
|
private addResolvedSearchOptionsToArgs;
|
|
179
|
+
private addQmdJsonOutputArgs;
|
|
178
180
|
private addResolvedSearchOptionsToMcpArgs;
|
|
179
181
|
private buildEmbedArgs;
|
|
180
182
|
search(query: string, collection?: string, maxResults?: number, options?: SearchQueryOptions, execution?: SearchExecutionOptions): Promise<QmdSearchResult[]>;
|
package/dist/qmd.js
CHANGED
package/dist/resume-bundles.js
CHANGED
|
@@ -4,13 +4,13 @@ import {
|
|
|
4
4
|
recordResumeBundle,
|
|
5
5
|
resolveResumeBundleDir,
|
|
6
6
|
validateResumeBundle
|
|
7
|
-
} from "./chunk-
|
|
7
|
+
} from "./chunk-ZK7I7JYV.js";
|
|
8
8
|
import "./chunk-CULXMQJH.js";
|
|
9
9
|
import "./chunk-5375UYTQ.js";
|
|
10
10
|
import "./chunk-FF4KLI5W.js";
|
|
11
11
|
import "./chunk-YRMVARQP.js";
|
|
12
12
|
import "./chunk-2KI4QFHU.js";
|
|
13
|
-
import "./chunk-
|
|
13
|
+
import "./chunk-MZH6EHNR.js";
|
|
14
14
|
import "./chunk-PHK3HARR.js";
|
|
15
15
|
import "./chunk-Z5LAYHGJ.js";
|
|
16
16
|
import "./chunk-5UM2VJ6D.js";
|
package/dist/schemas.d.ts
CHANGED
|
@@ -217,12 +217,12 @@ declare const EntityMentionSchema: z.ZodObject<{
|
|
|
217
217
|
title: z.ZodString;
|
|
218
218
|
facts: z.ZodArray<z.ZodString, "many">;
|
|
219
219
|
}, "strip", z.ZodTypeAny, {
|
|
220
|
-
key: string;
|
|
221
220
|
title: string;
|
|
221
|
+
key: string;
|
|
222
222
|
facts: string[];
|
|
223
223
|
}, {
|
|
224
|
-
key: string;
|
|
225
224
|
title: string;
|
|
225
|
+
key: string;
|
|
226
226
|
facts: string[];
|
|
227
227
|
}>, "many">>>;
|
|
228
228
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -230,8 +230,8 @@ declare const EntityMentionSchema: z.ZodObject<{
|
|
|
230
230
|
name: string;
|
|
231
231
|
facts: string[];
|
|
232
232
|
structuredSections?: {
|
|
233
|
-
key: string;
|
|
234
233
|
title: string;
|
|
234
|
+
key: string;
|
|
235
235
|
facts: string[];
|
|
236
236
|
}[] | null | undefined;
|
|
237
237
|
promptedByQuestion?: string | null | undefined;
|
|
@@ -240,8 +240,8 @@ declare const EntityMentionSchema: z.ZodObject<{
|
|
|
240
240
|
name: string;
|
|
241
241
|
facts: string[];
|
|
242
242
|
structuredSections?: {
|
|
243
|
-
key: string;
|
|
244
243
|
title: string;
|
|
244
|
+
key: string;
|
|
245
245
|
facts: string[];
|
|
246
246
|
}[] | null | undefined;
|
|
247
247
|
promptedByQuestion?: string | null | undefined;
|
|
@@ -468,12 +468,12 @@ declare const ProactiveExtractionResultSchema: z.ZodObject<{
|
|
|
468
468
|
title: z.ZodString;
|
|
469
469
|
facts: z.ZodArray<z.ZodString, "many">;
|
|
470
470
|
}, "strip", z.ZodTypeAny, {
|
|
471
|
-
key: string;
|
|
472
471
|
title: string;
|
|
472
|
+
key: string;
|
|
473
473
|
facts: string[];
|
|
474
474
|
}, {
|
|
475
|
-
key: string;
|
|
476
475
|
title: string;
|
|
476
|
+
key: string;
|
|
477
477
|
facts: string[];
|
|
478
478
|
}>, "many">>>;
|
|
479
479
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -481,8 +481,8 @@ declare const ProactiveExtractionResultSchema: z.ZodObject<{
|
|
|
481
481
|
name: string;
|
|
482
482
|
facts: string[];
|
|
483
483
|
structuredSections?: {
|
|
484
|
-
key: string;
|
|
485
484
|
title: string;
|
|
485
|
+
key: string;
|
|
486
486
|
facts: string[];
|
|
487
487
|
}[] | null | undefined;
|
|
488
488
|
promptedByQuestion?: string | null | undefined;
|
|
@@ -491,8 +491,8 @@ declare const ProactiveExtractionResultSchema: z.ZodObject<{
|
|
|
491
491
|
name: string;
|
|
492
492
|
facts: string[];
|
|
493
493
|
structuredSections?: {
|
|
494
|
-
key: string;
|
|
495
494
|
title: string;
|
|
495
|
+
key: string;
|
|
496
496
|
facts: string[];
|
|
497
497
|
}[] | null | undefined;
|
|
498
498
|
promptedByQuestion?: string | null | undefined;
|
|
@@ -549,8 +549,8 @@ declare const ProactiveExtractionResultSchema: z.ZodObject<{
|
|
|
549
549
|
name: string;
|
|
550
550
|
facts: string[];
|
|
551
551
|
structuredSections?: {
|
|
552
|
-
key: string;
|
|
553
552
|
title: string;
|
|
553
|
+
key: string;
|
|
554
554
|
facts: string[];
|
|
555
555
|
}[] | null | undefined;
|
|
556
556
|
promptedByQuestion?: string | null | undefined;
|
|
@@ -598,8 +598,8 @@ declare const ProactiveExtractionResultSchema: z.ZodObject<{
|
|
|
598
598
|
name: string;
|
|
599
599
|
facts: string[];
|
|
600
600
|
structuredSections?: {
|
|
601
|
-
key: string;
|
|
602
601
|
title: string;
|
|
602
|
+
key: string;
|
|
603
603
|
facts: string[];
|
|
604
604
|
}[] | null | undefined;
|
|
605
605
|
promptedByQuestion?: string | null | undefined;
|
|
@@ -778,12 +778,12 @@ declare const ExtractionResultSchema: z.ZodObject<{
|
|
|
778
778
|
title: z.ZodString;
|
|
779
779
|
facts: z.ZodArray<z.ZodString, "many">;
|
|
780
780
|
}, "strip", z.ZodTypeAny, {
|
|
781
|
-
key: string;
|
|
782
781
|
title: string;
|
|
782
|
+
key: string;
|
|
783
783
|
facts: string[];
|
|
784
784
|
}, {
|
|
785
|
-
key: string;
|
|
786
785
|
title: string;
|
|
786
|
+
key: string;
|
|
787
787
|
facts: string[];
|
|
788
788
|
}>, "many">>>;
|
|
789
789
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -791,8 +791,8 @@ declare const ExtractionResultSchema: z.ZodObject<{
|
|
|
791
791
|
name: string;
|
|
792
792
|
facts: string[];
|
|
793
793
|
structuredSections?: {
|
|
794
|
-
key: string;
|
|
795
794
|
title: string;
|
|
795
|
+
key: string;
|
|
796
796
|
facts: string[];
|
|
797
797
|
}[] | null | undefined;
|
|
798
798
|
promptedByQuestion?: string | null | undefined;
|
|
@@ -801,8 +801,8 @@ declare const ExtractionResultSchema: z.ZodObject<{
|
|
|
801
801
|
name: string;
|
|
802
802
|
facts: string[];
|
|
803
803
|
structuredSections?: {
|
|
804
|
-
key: string;
|
|
805
804
|
title: string;
|
|
805
|
+
key: string;
|
|
806
806
|
facts: string[];
|
|
807
807
|
}[] | null | undefined;
|
|
808
808
|
promptedByQuestion?: string | null | undefined;
|
|
@@ -873,8 +873,8 @@ declare const ExtractionResultSchema: z.ZodObject<{
|
|
|
873
873
|
name: string;
|
|
874
874
|
facts: string[];
|
|
875
875
|
structuredSections?: {
|
|
876
|
-
key: string;
|
|
877
876
|
title: string;
|
|
877
|
+
key: string;
|
|
878
878
|
facts: string[];
|
|
879
879
|
}[] | null | undefined;
|
|
880
880
|
promptedByQuestion?: string | null | undefined;
|
|
@@ -928,8 +928,8 @@ declare const ExtractionResultSchema: z.ZodObject<{
|
|
|
928
928
|
name: string;
|
|
929
929
|
facts: string[];
|
|
930
930
|
structuredSections?: {
|
|
931
|
-
key: string;
|
|
932
931
|
title: string;
|
|
932
|
+
key: string;
|
|
933
933
|
facts: string[];
|
|
934
934
|
}[] | null | undefined;
|
|
935
935
|
promptedByQuestion?: string | null | undefined;
|
|
@@ -998,12 +998,12 @@ declare const ConsolidationResultSchema: z.ZodObject<{
|
|
|
998
998
|
title: z.ZodString;
|
|
999
999
|
facts: z.ZodArray<z.ZodString, "many">;
|
|
1000
1000
|
}, "strip", z.ZodTypeAny, {
|
|
1001
|
-
key: string;
|
|
1002
1001
|
title: string;
|
|
1002
|
+
key: string;
|
|
1003
1003
|
facts: string[];
|
|
1004
1004
|
}, {
|
|
1005
|
-
key: string;
|
|
1006
1005
|
title: string;
|
|
1006
|
+
key: string;
|
|
1007
1007
|
facts: string[];
|
|
1008
1008
|
}>, "many">>>;
|
|
1009
1009
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -1011,8 +1011,8 @@ declare const ConsolidationResultSchema: z.ZodObject<{
|
|
|
1011
1011
|
name: string;
|
|
1012
1012
|
facts: string[];
|
|
1013
1013
|
structuredSections?: {
|
|
1014
|
-
key: string;
|
|
1015
1014
|
title: string;
|
|
1015
|
+
key: string;
|
|
1016
1016
|
facts: string[];
|
|
1017
1017
|
}[] | null | undefined;
|
|
1018
1018
|
promptedByQuestion?: string | null | undefined;
|
|
@@ -1021,8 +1021,8 @@ declare const ConsolidationResultSchema: z.ZodObject<{
|
|
|
1021
1021
|
name: string;
|
|
1022
1022
|
facts: string[];
|
|
1023
1023
|
structuredSections?: {
|
|
1024
|
-
key: string;
|
|
1025
1024
|
title: string;
|
|
1025
|
+
key: string;
|
|
1026
1026
|
facts: string[];
|
|
1027
1027
|
}[] | null | undefined;
|
|
1028
1028
|
promptedByQuestion?: string | null | undefined;
|
|
@@ -1041,8 +1041,8 @@ declare const ConsolidationResultSchema: z.ZodObject<{
|
|
|
1041
1041
|
name: string;
|
|
1042
1042
|
facts: string[];
|
|
1043
1043
|
structuredSections?: {
|
|
1044
|
-
key: string;
|
|
1045
1044
|
title: string;
|
|
1045
|
+
key: string;
|
|
1046
1046
|
facts: string[];
|
|
1047
1047
|
}[] | null | undefined;
|
|
1048
1048
|
promptedByQuestion?: string | null | undefined;
|
|
@@ -1061,8 +1061,8 @@ declare const ConsolidationResultSchema: z.ZodObject<{
|
|
|
1061
1061
|
name: string;
|
|
1062
1062
|
facts: string[];
|
|
1063
1063
|
structuredSections?: {
|
|
1064
|
-
key: string;
|
|
1065
1064
|
title: string;
|
|
1065
|
+
key: string;
|
|
1066
1066
|
facts: string[];
|
|
1067
1067
|
}[] | null | undefined;
|
|
1068
1068
|
promptedByQuestion?: string | null | undefined;
|
package/dist/search/factory.js
CHANGED
|
@@ -2,7 +2,7 @@ import {
|
|
|
2
2
|
createConversationIndexRuntime,
|
|
3
3
|
createConversationSearchBackend,
|
|
4
4
|
createSearchBackend
|
|
5
|
-
} from "../chunk-
|
|
5
|
+
} from "../chunk-I5GLV3VE.js";
|
|
6
6
|
import "../chunk-NJ3MJQZX.js";
|
|
7
7
|
import "../chunk-XVVIG67A.js";
|
|
8
8
|
import "../chunk-PIRJPV5T.js";
|
|
@@ -14,7 +14,7 @@ import "../chunk-CYFQJMUV.js";
|
|
|
14
14
|
import "../chunk-7DTASS5T.js";
|
|
15
15
|
import "../chunk-FJ43PRLT.js";
|
|
16
16
|
import "../chunk-LLQ2LLWF.js";
|
|
17
|
-
import "../chunk-
|
|
17
|
+
import "../chunk-3TNBOMQT.js";
|
|
18
18
|
import "../chunk-PVGDJXVK.js";
|
|
19
19
|
import "../chunk-NNVTUXEB.js";
|
|
20
20
|
import "../chunk-PFV5C235.js";
|
package/dist/search/index.js
CHANGED
|
@@ -2,7 +2,7 @@ import {
|
|
|
2
2
|
createConversationIndexRuntime,
|
|
3
3
|
createConversationSearchBackend,
|
|
4
4
|
createSearchBackend
|
|
5
|
-
} from "../chunk-
|
|
5
|
+
} from "../chunk-I5GLV3VE.js";
|
|
6
6
|
import {
|
|
7
7
|
NoopSearchBackend
|
|
8
8
|
} from "../chunk-NJ3MJQZX.js";
|
|
@@ -28,7 +28,7 @@ import "../chunk-CYFQJMUV.js";
|
|
|
28
28
|
import "../chunk-7DTASS5T.js";
|
|
29
29
|
import "../chunk-FJ43PRLT.js";
|
|
30
30
|
import "../chunk-LLQ2LLWF.js";
|
|
31
|
-
import "../chunk-
|
|
31
|
+
import "../chunk-3TNBOMQT.js";
|
|
32
32
|
import "../chunk-PVGDJXVK.js";
|
|
33
33
|
import "../chunk-NNVTUXEB.js";
|
|
34
34
|
import "../chunk-PFV5C235.js";
|