@makaio/framework 1.0.0-dev-1781443723575 → 1.0.0-dev-1781454904823
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/.makaio-build.json +2 -2
- package/dist/adapters/index.d.mts +1 -1
- package/dist/bus/index.mjs +1 -1
- package/dist/contracts/adapter/index.d.mts +2 -2
- package/dist/contracts/adapter/schemas/session-lineage.d.mts +1 -1
- package/dist/contracts/artifact/index.d.mts +1 -1
- package/dist/contracts/extension/index.d.mts +3 -3
- package/dist/contracts/facet/index.d.mts +1 -1
- package/dist/contracts/harness/index.d.mts +1 -1
- package/dist/contracts/index.d.mts +386 -52
- package/dist/contracts/index.mjs +1 -1
- package/dist/contracts/materialization/index.d.mts +3 -3
- package/dist/contracts/session/index.d.mts +2 -2
- package/dist/contracts/shared/index.d.mts +1 -1
- package/dist/contracts/skill/index.d.mts +1 -1
- package/dist/{definition-CPc6oKaF.d.mts → definition-DSq5ErZD.d.mts} +1 -1
- package/dist/{index-BZuF4I8O.d.mts → index-B3mq3Qjf.d.mts} +1 -1
- package/dist/{index-DWBpxSGQ.d.mts → index-BKbzDEv4.d.mts} +95 -95
- package/dist/{index-Doy13wLW.d.mts → index-BQ8H7cvY.d.mts} +15 -15
- package/dist/{index-iRe4CsR5.d.mts → index-BVMF3kRv.d.mts} +4 -4
- package/dist/{index-CQuLV3jj.d.mts → index-BVf5D_xQ.d.mts} +8 -8
- package/dist/{index-N7JtH6hX.d.mts → index-BkKWL_tI.d.mts} +3 -3
- package/dist/{index-DsAfeVbS.d.mts → index-CK_hi7fg.d.mts} +12 -12
- package/dist/{index-bLWdMu_T.d.mts → index-CgJf67BC.d.mts} +20 -20
- package/dist/{index-CtVy1e5h.d.mts → index-Cs009Dqh.d.mts} +15 -15
- package/dist/{index-gYlNeEGH.d.mts → index-Cs1JVq0D.d.mts} +16 -16
- package/dist/{index-D7oEYudM.d.mts → index-D8nNK-pF.d.mts} +1 -1
- package/dist/{index-DWRwbJjQ.d.mts → index-DLPjliGd.d.mts} +1 -1
- package/dist/{index-C2tDMYm0.d.mts → index-DN0GXDlw.d.mts} +5 -5
- package/dist/{index-BM_y78ZA2.d.mts → index-iXawmtSH2.d.mts} +6 -6
- package/dist/kernel/extension/index.d.mts +1 -1
- package/dist/kernel/index.d.mts +2 -2
- package/dist/kernel/observability/index.d.mts +1 -1
- package/dist/{namespace-CK50FeCH.d.mts → namespace-CN2TfSCY.d.mts} +2 -2
- package/dist/{namespace-thr1fR3_.d.mts → namespace-CWgNi8Gv.d.mts} +6 -6
- package/dist/{namespace-D63jVkzY.d.mts → namespace-DphMg7CF.d.mts} +5 -5
- package/dist/{namespace-vfKj-JHx.d.mts → namespace-Dy0pcIqF.d.mts} +9 -9
- package/dist/{namespace-DWT6hqxX.d.mts → namespace-Dyj2m6DT.d.mts} +36 -36
- package/dist/package-CBjoefAW.mjs +1 -0
- package/dist/{package-BEbo1-6S.d.mts → package-fwIv7zzj.d.mts} +1 -1
- package/dist/package.json +1 -1
- package/dist/primitive-runtime-BHSEOIH6.mjs +1 -0
- package/dist/{schema-CXgFk-dK.d.mts → schema-D2B2V6r6.d.mts} +2 -2
- package/dist/{schemas-DMl7IKG-.d.mts → schemas-ByBtBmoL.d.mts} +3 -3
- package/dist/{schemas-YFBpHbzr.d.mts → schemas-CN9hprME.d.mts} +3 -3
- package/dist/{schemas-BS8xAZ2y2.d.mts → schemas-D0gBYOoc2.d.mts} +6 -6
- package/dist/services/adapter-subsystem/index.d.mts +2 -2
- package/dist/services/adapter-subsystem/namespace.d.mts +1 -1
- package/dist/services/context-rules/index.d.mts +11 -11
- package/dist/services/filesystem/namespace.d.mts +12 -12
- package/dist/services/filesystem/schemas.d.mts +6 -6
- package/dist/services/index.d.mts +32 -32
- package/dist/services/log-import/browser.d.mts +2 -2
- package/dist/services/log-import/index.d.mts +2 -2
- package/dist/services/log-import/log-import.d.mts +1 -1
- package/dist/services/log-import/namespace.d.mts +2 -2
- package/dist/services/log-import/schemas.d.mts +1 -1
- package/dist/services/session/index.d.mts +5 -5
- package/dist/services/session/messages/namespace.d.mts +1 -1
- package/dist/services/session/session-events/namespace.d.mts +1 -1
- package/dist/services/session/storage/namespace.d.mts +1 -1
- package/dist/services/session/storage/schema.d.mts +1 -1
- package/dist/services/settings/namespace.d.mts +9 -9
- package/dist/services/settings/storage/extension-configs/namespace.d.mts +3 -3
- package/dist/services/subagent-template/index.d.mts +1 -1
- package/dist/services/subagent-template/schemas.d.mts +1 -1
- package/dist/services/tray-menu/index.d.mts +2 -2
- package/dist/services/tray-menu/namespace.d.mts +1 -1
- package/dist/services/tray-menu/schemas.d.mts +1 -1
- package/dist/{session-lineage-CJgqfkMj.d.mts → session-lineage-DFkJgYt5.d.mts} +1 -1
- package/dist/{types-bPzpZb7_.d.mts → types-BB8iIAjZ.d.mts} +1 -1
- package/dist/{types-8q9G9p34.d.mts → types-Co-MJvHY.d.mts} +40 -40
- package/dist/workflow-engine/index.d.mts +124 -20
- package/dist/workflow-engine/index.mjs +1 -1
- package/dist/workflow-engine/package.d.mts +1 -1
- package/dist/workflow-engine/package.mjs +1 -1
- package/dist/workflow-engine/workflow-orchestrator.mjs +1 -1
- package/package.json +1 -1
- package/dist/package-Dvk8-Gfd.mjs +0 -1
- package/dist/primitive-runtime-UEzX4Ayu.mjs +0 -1
|
@@ -945,8 +945,8 @@ declare const AgentStorageNamespace: _$_makaio_storage_core0.StorageNamespaceDef
|
|
|
945
945
|
member: "member";
|
|
946
946
|
}>;
|
|
947
947
|
status: z.ZodEnum<{
|
|
948
|
-
active: "active";
|
|
949
948
|
idle: "idle";
|
|
949
|
+
active: "active";
|
|
950
950
|
dead: "dead";
|
|
951
951
|
disposed: "disposed";
|
|
952
952
|
}>;
|
|
@@ -988,8 +988,8 @@ declare const AgentStorageNamespace: _$_makaio_storage_core0.StorageNamespaceDef
|
|
|
988
988
|
member: "member";
|
|
989
989
|
}>;
|
|
990
990
|
status: z.ZodEnum<{
|
|
991
|
-
active: "active";
|
|
992
991
|
idle: "idle";
|
|
992
|
+
active: "active";
|
|
993
993
|
dead: "dead";
|
|
994
994
|
disposed: "disposed";
|
|
995
995
|
}>;
|
|
@@ -1026,8 +1026,8 @@ declare const AgentStorageNamespace: _$_makaio_storage_core0.StorageNamespaceDef
|
|
|
1026
1026
|
adapterName: z.ZodString;
|
|
1027
1027
|
status: z.ZodOptional<z.ZodEnum<{
|
|
1028
1028
|
all: "all";
|
|
1029
|
-
active: "active";
|
|
1030
1029
|
idle: "idle";
|
|
1030
|
+
active: "active";
|
|
1031
1031
|
dead: "dead";
|
|
1032
1032
|
disposed: "disposed";
|
|
1033
1033
|
}>>;
|
|
@@ -1057,8 +1057,8 @@ declare const AgentStorageNamespace: _$_makaio_storage_core0.StorageNamespaceDef
|
|
|
1057
1057
|
member: "member";
|
|
1058
1058
|
}>;
|
|
1059
1059
|
status: z.ZodEnum<{
|
|
1060
|
-
active: "active";
|
|
1061
1060
|
idle: "idle";
|
|
1061
|
+
active: "active";
|
|
1062
1062
|
dead: "dead";
|
|
1063
1063
|
disposed: "disposed";
|
|
1064
1064
|
}>;
|
|
@@ -1102,8 +1102,8 @@ declare const AgentStorageNamespace: _$_makaio_storage_core0.StorageNamespaceDef
|
|
|
1102
1102
|
member: "member";
|
|
1103
1103
|
}>;
|
|
1104
1104
|
status: z.ZodEnum<{
|
|
1105
|
-
active: "active";
|
|
1106
1105
|
idle: "idle";
|
|
1106
|
+
active: "active";
|
|
1107
1107
|
dead: "dead";
|
|
1108
1108
|
disposed: "disposed";
|
|
1109
1109
|
}>;
|
|
@@ -1122,8 +1122,8 @@ declare const AgentStorageNamespace: _$_makaio_storage_core0.StorageNamespaceDef
|
|
|
1122
1122
|
request: z.ZodObject<{
|
|
1123
1123
|
agentId: z.ZodString;
|
|
1124
1124
|
status: z.ZodEnum<{
|
|
1125
|
-
active: "active";
|
|
1126
1125
|
idle: "idle";
|
|
1126
|
+
active: "active";
|
|
1127
1127
|
dead: "dead";
|
|
1128
1128
|
disposed: "disposed";
|
|
1129
1129
|
}>;
|
|
@@ -1462,7 +1462,7 @@ declare const AgentStorageNamespace: _$_makaio_storage_core0.StorageNamespaceDef
|
|
|
1462
1462
|
tableName: "agents";
|
|
1463
1463
|
dataType: "string";
|
|
1464
1464
|
columnType: "SQLiteText";
|
|
1465
|
-
data: "
|
|
1465
|
+
data: "idle" | "active" | "dead" | "disposed";
|
|
1466
1466
|
driverParam: string;
|
|
1467
1467
|
notNull: true;
|
|
1468
1468
|
hasDefault: false;
|
|
@@ -1554,8 +1554,8 @@ declare const AgentStorageSubjects: _$_makaio_core0.BusSubjects<_$_makaio_core0.
|
|
|
1554
1554
|
member: "member";
|
|
1555
1555
|
}>;
|
|
1556
1556
|
status: z.ZodEnum<{
|
|
1557
|
-
active: "active";
|
|
1558
1557
|
idle: "idle";
|
|
1558
|
+
active: "active";
|
|
1559
1559
|
dead: "dead";
|
|
1560
1560
|
disposed: "disposed";
|
|
1561
1561
|
}>;
|
|
@@ -1597,8 +1597,8 @@ declare const AgentStorageSubjects: _$_makaio_core0.BusSubjects<_$_makaio_core0.
|
|
|
1597
1597
|
member: "member";
|
|
1598
1598
|
}>;
|
|
1599
1599
|
status: z.ZodEnum<{
|
|
1600
|
-
active: "active";
|
|
1601
1600
|
idle: "idle";
|
|
1601
|
+
active: "active";
|
|
1602
1602
|
dead: "dead";
|
|
1603
1603
|
disposed: "disposed";
|
|
1604
1604
|
}>;
|
|
@@ -1635,8 +1635,8 @@ declare const AgentStorageSubjects: _$_makaio_core0.BusSubjects<_$_makaio_core0.
|
|
|
1635
1635
|
adapterName: z.ZodString;
|
|
1636
1636
|
status: z.ZodOptional<z.ZodEnum<{
|
|
1637
1637
|
all: "all";
|
|
1638
|
-
active: "active";
|
|
1639
1638
|
idle: "idle";
|
|
1639
|
+
active: "active";
|
|
1640
1640
|
dead: "dead";
|
|
1641
1641
|
disposed: "disposed";
|
|
1642
1642
|
}>>;
|
|
@@ -1666,8 +1666,8 @@ declare const AgentStorageSubjects: _$_makaio_core0.BusSubjects<_$_makaio_core0.
|
|
|
1666
1666
|
member: "member";
|
|
1667
1667
|
}>;
|
|
1668
1668
|
status: z.ZodEnum<{
|
|
1669
|
-
active: "active";
|
|
1670
1669
|
idle: "idle";
|
|
1670
|
+
active: "active";
|
|
1671
1671
|
dead: "dead";
|
|
1672
1672
|
disposed: "disposed";
|
|
1673
1673
|
}>;
|
|
@@ -1711,8 +1711,8 @@ declare const AgentStorageSubjects: _$_makaio_core0.BusSubjects<_$_makaio_core0.
|
|
|
1711
1711
|
member: "member";
|
|
1712
1712
|
}>;
|
|
1713
1713
|
status: z.ZodEnum<{
|
|
1714
|
-
active: "active";
|
|
1715
1714
|
idle: "idle";
|
|
1715
|
+
active: "active";
|
|
1716
1716
|
dead: "dead";
|
|
1717
1717
|
disposed: "disposed";
|
|
1718
1718
|
}>;
|
|
@@ -1731,8 +1731,8 @@ declare const AgentStorageSubjects: _$_makaio_core0.BusSubjects<_$_makaio_core0.
|
|
|
1731
1731
|
request: z.ZodObject<{
|
|
1732
1732
|
agentId: z.ZodString;
|
|
1733
1733
|
status: z.ZodEnum<{
|
|
1734
|
-
active: "active";
|
|
1735
1734
|
idle: "idle";
|
|
1735
|
+
active: "active";
|
|
1736
1736
|
dead: "dead";
|
|
1737
1737
|
disposed: "disposed";
|
|
1738
1738
|
}>;
|
|
@@ -2018,7 +2018,7 @@ declare const sessionStorageSchema: _$_makaio_storage_drizzle0.DialectSchema<{
|
|
|
2018
2018
|
tableName: "sessions";
|
|
2019
2019
|
dataType: "string";
|
|
2020
2020
|
columnType: "SQLiteText";
|
|
2021
|
-
data: "
|
|
2021
|
+
data: "fork" | "branch" | "subagent" | "compress" | "rewrite" | "coordinator" | "aside";
|
|
2022
2022
|
driverParam: string;
|
|
2023
2023
|
notNull: false;
|
|
2024
2024
|
hasDefault: false;
|
|
@@ -2720,7 +2720,7 @@ declare const sessionStorageSchema: _$_makaio_storage_drizzle0.DialectSchema<{
|
|
|
2720
2720
|
tableName: "agents";
|
|
2721
2721
|
dataType: "string";
|
|
2722
2722
|
columnType: "SQLiteText";
|
|
2723
|
-
data: "
|
|
2723
|
+
data: "idle" | "active" | "dead" | "disposed";
|
|
2724
2724
|
driverParam: string;
|
|
2725
2725
|
notNull: true;
|
|
2726
2726
|
hasDefault: false;
|
|
@@ -11,8 +11,8 @@ import * as _$_makaio_core0 from "@makaio/framework/core";
|
|
|
11
11
|
*/
|
|
12
12
|
declare const FacetAuthoritySchema: z.ZodEnum<{
|
|
13
13
|
system: "system";
|
|
14
|
-
human: "human";
|
|
15
14
|
agent: "agent";
|
|
15
|
+
human: "human";
|
|
16
16
|
}>;
|
|
17
17
|
/**
|
|
18
18
|
* Cardinality of values a facet namespace permits per target.
|
|
@@ -32,9 +32,9 @@ declare const FacetCardinalitySchema: z.ZodEnum<{
|
|
|
32
32
|
* - `'surface'` — a UI surface or layout area
|
|
33
33
|
*/
|
|
34
34
|
declare const FacetAppliesToSchema: z.ZodEnum<{
|
|
35
|
-
artifact: "artifact";
|
|
36
35
|
surface: "surface";
|
|
37
36
|
workpiece: "workpiece";
|
|
37
|
+
artifact: "artifact";
|
|
38
38
|
}>;
|
|
39
39
|
/**
|
|
40
40
|
* Serializable registration record for a named facet namespace.
|
|
@@ -53,13 +53,13 @@ declare const FacetNamespaceRegistrationSchema: z.ZodObject<{
|
|
|
53
53
|
values: z.ZodUnion<readonly [z.ZodLiteral<"open">, z.ZodReadonly<z.ZodArray<z.ZodString>>]>;
|
|
54
54
|
authority: z.ZodReadonly<z.ZodArray<z.ZodEnum<{
|
|
55
55
|
system: "system";
|
|
56
|
-
human: "human";
|
|
57
56
|
agent: "agent";
|
|
57
|
+
human: "human";
|
|
58
58
|
}>>>;
|
|
59
59
|
appliesTo: z.ZodReadonly<z.ZodArray<z.ZodEnum<{
|
|
60
|
-
artifact: "artifact";
|
|
61
60
|
surface: "surface";
|
|
62
61
|
workpiece: "workpiece";
|
|
62
|
+
artifact: "artifact";
|
|
63
63
|
}>>>;
|
|
64
64
|
description: z.ZodOptional<z.ZodString>;
|
|
65
65
|
}, z.core.$strip>;
|
|
@@ -157,13 +157,13 @@ declare const FacetSchemas: {
|
|
|
157
157
|
values: z.ZodUnion<readonly [z.ZodLiteral<"open">, z.ZodReadonly<z.ZodArray<z.ZodString>>]>;
|
|
158
158
|
authority: z.ZodReadonly<z.ZodArray<z.ZodEnum<{
|
|
159
159
|
system: "system";
|
|
160
|
-
human: "human";
|
|
161
160
|
agent: "agent";
|
|
161
|
+
human: "human";
|
|
162
162
|
}>>>;
|
|
163
163
|
appliesTo: z.ZodReadonly<z.ZodArray<z.ZodEnum<{
|
|
164
|
-
artifact: "artifact";
|
|
165
164
|
surface: "surface";
|
|
166
165
|
workpiece: "workpiece";
|
|
166
|
+
artifact: "artifact";
|
|
167
167
|
}>>>;
|
|
168
168
|
description: z.ZodOptional<z.ZodString>;
|
|
169
169
|
}, z.core.$strip>;
|
|
@@ -185,13 +185,13 @@ declare const FacetSchemas: {
|
|
|
185
185
|
values: z.ZodUnion<readonly [z.ZodLiteral<"open">, z.ZodReadonly<z.ZodArray<z.ZodString>>]>;
|
|
186
186
|
authority: z.ZodReadonly<z.ZodArray<z.ZodEnum<{
|
|
187
187
|
system: "system";
|
|
188
|
-
human: "human";
|
|
189
188
|
agent: "agent";
|
|
189
|
+
human: "human";
|
|
190
190
|
}>>>;
|
|
191
191
|
appliesTo: z.ZodReadonly<z.ZodArray<z.ZodEnum<{
|
|
192
|
-
artifact: "artifact";
|
|
193
192
|
surface: "surface";
|
|
194
193
|
workpiece: "workpiece";
|
|
194
|
+
artifact: "artifact";
|
|
195
195
|
}>>>;
|
|
196
196
|
description: z.ZodOptional<z.ZodString>;
|
|
197
197
|
}, z.core.$strip>>;
|
|
@@ -223,13 +223,13 @@ declare const FacetNamespace: _$_makaio_core0.BusNamespaceDefinition<"facet", {
|
|
|
223
223
|
values: z.ZodUnion<readonly [z.ZodLiteral<"open">, z.ZodReadonly<z.ZodArray<z.ZodString>>]>;
|
|
224
224
|
authority: z.ZodReadonly<z.ZodArray<z.ZodEnum<{
|
|
225
225
|
system: "system";
|
|
226
|
-
human: "human";
|
|
227
226
|
agent: "agent";
|
|
227
|
+
human: "human";
|
|
228
228
|
}>>>;
|
|
229
229
|
appliesTo: z.ZodReadonly<z.ZodArray<z.ZodEnum<{
|
|
230
|
-
artifact: "artifact";
|
|
231
230
|
surface: "surface";
|
|
232
231
|
workpiece: "workpiece";
|
|
232
|
+
artifact: "artifact";
|
|
233
233
|
}>>>;
|
|
234
234
|
description: z.ZodOptional<z.ZodString>;
|
|
235
235
|
}, z.core.$strip>;
|
|
@@ -251,13 +251,13 @@ declare const FacetNamespace: _$_makaio_core0.BusNamespaceDefinition<"facet", {
|
|
|
251
251
|
values: z.ZodUnion<readonly [z.ZodLiteral<"open">, z.ZodReadonly<z.ZodArray<z.ZodString>>]>;
|
|
252
252
|
authority: z.ZodReadonly<z.ZodArray<z.ZodEnum<{
|
|
253
253
|
system: "system";
|
|
254
|
-
human: "human";
|
|
255
254
|
agent: "agent";
|
|
255
|
+
human: "human";
|
|
256
256
|
}>>>;
|
|
257
257
|
appliesTo: z.ZodReadonly<z.ZodArray<z.ZodEnum<{
|
|
258
|
-
artifact: "artifact";
|
|
259
258
|
surface: "surface";
|
|
260
259
|
workpiece: "workpiece";
|
|
260
|
+
artifact: "artifact";
|
|
261
261
|
}>>>;
|
|
262
262
|
description: z.ZodOptional<z.ZodString>;
|
|
263
263
|
}, z.core.$strip>>;
|
|
@@ -295,13 +295,13 @@ declare const FacetSubjects: _$_makaio_core0.BusSubjects<_$_makaio_core0.FlatSub
|
|
|
295
295
|
values: z.ZodUnion<readonly [z.ZodLiteral<"open">, z.ZodReadonly<z.ZodArray<z.ZodString>>]>;
|
|
296
296
|
authority: z.ZodReadonly<z.ZodArray<z.ZodEnum<{
|
|
297
297
|
system: "system";
|
|
298
|
-
human: "human";
|
|
299
298
|
agent: "agent";
|
|
299
|
+
human: "human";
|
|
300
300
|
}>>>;
|
|
301
301
|
appliesTo: z.ZodReadonly<z.ZodArray<z.ZodEnum<{
|
|
302
|
-
artifact: "artifact";
|
|
303
302
|
surface: "surface";
|
|
304
303
|
workpiece: "workpiece";
|
|
304
|
+
artifact: "artifact";
|
|
305
305
|
}>>>;
|
|
306
306
|
description: z.ZodOptional<z.ZodString>;
|
|
307
307
|
}, z.core.$strip>;
|
|
@@ -323,13 +323,13 @@ declare const FacetSubjects: _$_makaio_core0.BusSubjects<_$_makaio_core0.FlatSub
|
|
|
323
323
|
values: z.ZodUnion<readonly [z.ZodLiteral<"open">, z.ZodReadonly<z.ZodArray<z.ZodString>>]>;
|
|
324
324
|
authority: z.ZodReadonly<z.ZodArray<z.ZodEnum<{
|
|
325
325
|
system: "system";
|
|
326
|
-
human: "human";
|
|
327
326
|
agent: "agent";
|
|
327
|
+
human: "human";
|
|
328
328
|
}>>>;
|
|
329
329
|
appliesTo: z.ZodReadonly<z.ZodArray<z.ZodEnum<{
|
|
330
|
-
artifact: "artifact";
|
|
331
330
|
surface: "surface";
|
|
332
331
|
workpiece: "workpiece";
|
|
332
|
+
artifact: "artifact";
|
|
333
333
|
}>>>;
|
|
334
334
|
description: z.ZodOptional<z.ZodString>;
|
|
335
335
|
}, z.core.$strip>>;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { i as CliContribution } from "./types-Bj7cOrBQ.mjs";
|
|
2
|
-
import { c as ExtensionInfo } from "./index-
|
|
2
|
+
import { c as ExtensionInfo } from "./index-CK_hi7fg.mjs";
|
|
3
3
|
import { r as WindowRegistry } from "./window-registry-CA6AC8n7.mjs";
|
|
4
4
|
import { IMakaioBus } from "@makaio/framework/bus";
|
|
5
5
|
import { ExtensionContributionProcessor, ExtensionService, ExtensionToken, MakaioExtension, NodeExtensionContext, StorageDialect, TrayManifest, VersionLiteral } from "@makaio/framework/contracts";
|
|
@@ -55,8 +55,8 @@ declare const LogImporterInfoSchema: z.ZodObject<{
|
|
|
55
55
|
adapterName: z.ZodString;
|
|
56
56
|
displayName: z.ZodString;
|
|
57
57
|
source: z.ZodEnum<{
|
|
58
|
-
extension: "extension";
|
|
59
58
|
adapter: "adapter";
|
|
59
|
+
extension: "extension";
|
|
60
60
|
}>;
|
|
61
61
|
logFilePattern: z.ZodString;
|
|
62
62
|
isRunning: z.ZodBoolean;
|
|
@@ -1,11 +1,11 @@
|
|
|
1
|
-
import { F as ArtifactLifecycleHookRegistration$1, P as ArtifactLifecycleHookEvent, T as AnyArtifactKindDefinition, mt as ArtifactRevision$1 } from "./index-
|
|
1
|
+
import { F as ArtifactLifecycleHookRegistration$1, P as ArtifactLifecycleHookEvent, T as AnyArtifactKindDefinition, mt as ArtifactRevision$1 } from "./index-CgJf67BC.mjs";
|
|
2
2
|
import { A as VersionRange, O as VersionLiteral$1, r as ClientDefinition$1 } from "./definition-BdxbXbrq.mjs";
|
|
3
3
|
import { o as ProviderDefinitionInput$1, r as ProtocolId$1 } from "./definition-BwLJnqEo.mjs";
|
|
4
4
|
import { t as RequiredTimeoutConfig } from "./index-CBTp2XuF.mjs";
|
|
5
|
-
import { b as SESSION_EVENT_TYPES, i as MakaioSessionEvent$1, j as SessionMessage$1 } from "./types-
|
|
6
|
-
import { D as EntityUIConfig, I as FormFieldProps, Q as JsonValue$1 } from "./index-
|
|
7
|
-
import { l as FacetNamespaceDefinition } from "./index-
|
|
8
|
-
import { t as SurfaceBindingDefinition } from "./definition-
|
|
5
|
+
import { b as SESSION_EVENT_TYPES, i as MakaioSessionEvent$1, j as SessionMessage$1 } from "./types-Co-MJvHY.mjs";
|
|
6
|
+
import { D as EntityUIConfig, I as FormFieldProps, Q as JsonValue$1 } from "./index-B3mq3Qjf.mjs";
|
|
7
|
+
import { l as FacetNamespaceDefinition } from "./index-Cs1JVq0D.mjs";
|
|
8
|
+
import { t as SurfaceBindingDefinition } from "./definition-DSq5ErZD.mjs";
|
|
9
9
|
import { z } from "zod";
|
|
10
10
|
import { MakaioBusLike, PayloadFilter, RegistrableBusNamespaceDefinition, SubjectSchema } from "@makaio/framework/core";
|
|
11
11
|
import * as _$_makaio_contracts0 from "@makaio/framework/contracts";
|
|
@@ -48,9 +48,9 @@ declare const MaterializationSchemas: {
|
|
|
48
48
|
template: z.ZodString;
|
|
49
49
|
}, z.core.$strip>], "kind">;
|
|
50
50
|
appliesTo: z.ZodArray<z.ZodEnum<{
|
|
51
|
-
artifact: "artifact";
|
|
52
51
|
surface: "surface";
|
|
53
52
|
workpiece: "workpiece";
|
|
53
|
+
artifact: "artifact";
|
|
54
54
|
}>>;
|
|
55
55
|
valueMapping: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
|
|
56
56
|
description: z.ZodOptional<z.ZodString>;
|
|
@@ -88,9 +88,9 @@ declare const MaterializationSchemas: {
|
|
|
88
88
|
template: z.ZodString;
|
|
89
89
|
}, z.core.$strip>], "kind">;
|
|
90
90
|
appliesTo: z.ZodArray<z.ZodEnum<{
|
|
91
|
-
artifact: "artifact";
|
|
92
91
|
surface: "surface";
|
|
93
92
|
workpiece: "workpiece";
|
|
93
|
+
artifact: "artifact";
|
|
94
94
|
}>>;
|
|
95
95
|
valueMapping: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
|
|
96
96
|
description: z.ZodOptional<z.ZodString>;
|
|
@@ -153,9 +153,9 @@ declare const MaterializationNamespace: _$_makaio_core0.BusNamespaceDefinition<"
|
|
|
153
153
|
template: z.ZodString;
|
|
154
154
|
}, z.core.$strip>], "kind">;
|
|
155
155
|
appliesTo: z.ZodArray<z.ZodEnum<{
|
|
156
|
-
artifact: "artifact";
|
|
157
156
|
surface: "surface";
|
|
158
157
|
workpiece: "workpiece";
|
|
158
|
+
artifact: "artifact";
|
|
159
159
|
}>>;
|
|
160
160
|
valueMapping: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
|
|
161
161
|
description: z.ZodOptional<z.ZodString>;
|
|
@@ -193,9 +193,9 @@ declare const MaterializationNamespace: _$_makaio_core0.BusNamespaceDefinition<"
|
|
|
193
193
|
template: z.ZodString;
|
|
194
194
|
}, z.core.$strip>], "kind">;
|
|
195
195
|
appliesTo: z.ZodArray<z.ZodEnum<{
|
|
196
|
-
artifact: "artifact";
|
|
197
196
|
surface: "surface";
|
|
198
197
|
workpiece: "workpiece";
|
|
198
|
+
artifact: "artifact";
|
|
199
199
|
}>>;
|
|
200
200
|
valueMapping: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
|
|
201
201
|
description: z.ZodOptional<z.ZodString>;
|
|
@@ -268,9 +268,9 @@ declare const MaterializationSubjects: _$_makaio_core0.BusSubjects<_$_makaio_cor
|
|
|
268
268
|
template: z.ZodString;
|
|
269
269
|
}, z.core.$strip>], "kind">;
|
|
270
270
|
appliesTo: z.ZodArray<z.ZodEnum<{
|
|
271
|
-
artifact: "artifact";
|
|
272
271
|
surface: "surface";
|
|
273
272
|
workpiece: "workpiece";
|
|
273
|
+
artifact: "artifact";
|
|
274
274
|
}>>;
|
|
275
275
|
valueMapping: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
|
|
276
276
|
description: z.ZodOptional<z.ZodString>;
|
|
@@ -308,9 +308,9 @@ declare const MaterializationSubjects: _$_makaio_core0.BusSubjects<_$_makaio_cor
|
|
|
308
308
|
template: z.ZodString;
|
|
309
309
|
}, z.core.$strip>], "kind">;
|
|
310
310
|
appliesTo: z.ZodArray<z.ZodEnum<{
|
|
311
|
-
artifact: "artifact";
|
|
312
311
|
surface: "surface";
|
|
313
312
|
workpiece: "workpiece";
|
|
313
|
+
artifact: "artifact";
|
|
314
314
|
}>>;
|
|
315
315
|
valueMapping: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
|
|
316
316
|
description: z.ZodOptional<z.ZodString>;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { a as ExtensionCoordinatorOptions, c as KernelMakaioExtension, i as ContributionProcessor, l as RuntimeCapability, n as filterEligibleExtensions, o as ExtensionRuntimeSurface, r as ExtensionCoordinator, s as KernelExtensionContext, t as coalesceExtensionOverrides, u as RuntimeEnvironment } from "../../index-
|
|
1
|
+
import { a as ExtensionCoordinatorOptions, c as KernelMakaioExtension, i as ContributionProcessor, l as RuntimeCapability, n as filterEligibleExtensions, o as ExtensionRuntimeSurface, r as ExtensionCoordinator, s as KernelExtensionContext, t as coalesceExtensionOverrides, u as RuntimeEnvironment } from "../../index-D8nNK-pF.mjs";
|
|
2
2
|
export { ContributionProcessor, ExtensionCoordinator, ExtensionCoordinatorOptions, ExtensionRuntimeSurface, KernelExtensionContext, KernelMakaioExtension, RuntimeCapability, RuntimeEnvironment, coalesceExtensionOverrides, filterEligibleExtensions };
|
package/dist/kernel/index.d.mts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { c as ExtensionInfo, f as ServiceInfo, i as ComponentInfo, l as ExtensionInfoSchema, n as ExtensionSubjects, o as ComponentState, p as ServiceInfoSchema, s as ComponentStateSchema, t as ExtensionNamespace } from "../index-
|
|
2
|
-
import { c as KernelMakaioExtension, i as ContributionProcessor, l as RuntimeCapability, n as filterEligibleExtensions, o as ExtensionRuntimeSurface, r as ExtensionCoordinator, s as KernelExtensionContext, t as coalesceExtensionOverrides, u as RuntimeEnvironment } from "../index-
|
|
1
|
+
import { c as ExtensionInfo, f as ServiceInfo, i as ComponentInfo, l as ExtensionInfoSchema, n as ExtensionSubjects, o as ComponentState, p as ServiceInfoSchema, s as ComponentStateSchema, t as ExtensionNamespace } from "../index-CK_hi7fg.mjs";
|
|
2
|
+
import { c as KernelMakaioExtension, i as ContributionProcessor, l as RuntimeCapability, n as filterEligibleExtensions, o as ExtensionRuntimeSurface, r as ExtensionCoordinator, s as KernelExtensionContext, t as coalesceExtensionOverrides, u as RuntimeEnvironment } from "../index-D8nNK-pF.mjs";
|
|
3
3
|
import { i as WindowStyle, n as WindowRegistration, r as WindowRegistry, t as STYLE_DEFAULTS } from "../window-registry-CA6AC8n7.mjs";
|
|
4
4
|
import { a as KernelSchemas, i as setWorkflowTriggerTypeRegistry, n as KernelSubjects, r as getWorkflowTriggerTypeRegistry, t as KernelNamespace } from "../index-D0RWuwl5.mjs";
|
|
5
5
|
import { a as MachineIdentity, c as StorageProvider, i as IdentityProvider, n as NoTransportProvider, o as TransportProvider, r as MemoryStorageProvider, s as StorageCleanup, t as EphemeralIdentityProvider } from "../index-orAkFukT.mjs";
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { a as ComponentInfoSchema, c as ExtensionInfo, d as ExtensionWarningEntrySchema, f as ServiceInfo, i as ComponentInfo, l as ExtensionInfoSchema, n as ExtensionSubjects, o as ComponentState, p as ServiceInfoSchema, r as ComponentIdentitySchema, s as ComponentStateSchema, t as ExtensionNamespace, u as ExtensionWarningEntry } from "../../index-
|
|
1
|
+
import { a as ComponentInfoSchema, c as ExtensionInfo, d as ExtensionWarningEntrySchema, f as ServiceInfo, i as ComponentInfo, l as ExtensionInfoSchema, n as ExtensionSubjects, o as ComponentState, p as ServiceInfoSchema, r as ComponentIdentitySchema, s as ComponentStateSchema, t as ExtensionNamespace, u as ExtensionWarningEntry } from "../../index-CK_hi7fg.mjs";
|
|
2
2
|
export { ComponentIdentitySchema, ComponentInfo, ComponentInfoSchema, ComponentState, ComponentStateSchema, ExtensionInfo, ExtensionInfoSchema, ExtensionNamespace, ExtensionSubjects, ExtensionWarningEntry, ExtensionWarningEntrySchema, ServiceInfo, ServiceInfoSchema };
|
|
@@ -41,9 +41,9 @@ declare const TrayMenuNamespace: _$_makaio_core0.BusNamespaceDefinition<"host:tr
|
|
|
41
41
|
groupId: _$zod.ZodString;
|
|
42
42
|
entries: _$zod.ZodArray<_$zod.ZodObject<{
|
|
43
43
|
metadata: _$zod.ZodOptional<_$zod.ZodRecord<_$zod.ZodString, _$zod.ZodUnknown>>;
|
|
44
|
-
label: _$zod.ZodString;
|
|
45
44
|
enabled: _$zod.ZodDefault<_$zod.ZodBoolean>;
|
|
46
45
|
priority: _$zod.ZodDefault<_$zod.ZodNumber>;
|
|
46
|
+
label: _$zod.ZodString;
|
|
47
47
|
entryId: _$zod.ZodString;
|
|
48
48
|
}, _$zod_v4_core0.$strip>>;
|
|
49
49
|
section: _$zod.ZodEnum<{
|
|
@@ -132,9 +132,9 @@ declare const TrayMenuSubjects: _$_makaio_core0.BusSubjects<_$_makaio_core0.Flat
|
|
|
132
132
|
groupId: _$zod.ZodString;
|
|
133
133
|
entries: _$zod.ZodArray<_$zod.ZodObject<{
|
|
134
134
|
metadata: _$zod.ZodOptional<_$zod.ZodRecord<_$zod.ZodString, _$zod.ZodUnknown>>;
|
|
135
|
-
label: _$zod.ZodString;
|
|
136
135
|
enabled: _$zod.ZodDefault<_$zod.ZodBoolean>;
|
|
137
136
|
priority: _$zod.ZodDefault<_$zod.ZodNumber>;
|
|
137
|
+
label: _$zod.ZodString;
|
|
138
138
|
entryId: _$zod.ZodString;
|
|
139
139
|
}, _$zod_v4_core0.$strip>>;
|
|
140
140
|
section: _$zod.ZodEnum<{
|
|
@@ -17,13 +17,13 @@ declare const AdapterSubsystemNamespace: _$_makaio_core0.BusNamespaceDefinition<
|
|
|
17
17
|
displayName: _$zod.ZodOptional<_$zod.ZodString>;
|
|
18
18
|
protocol: _$zod.ZodOptional<_$zod.ZodString>;
|
|
19
19
|
clientId: _$zod.ZodOptional<_$zod.ZodString>;
|
|
20
|
-
settings: _$zod.ZodOptional<_$zod.ZodType<Record<string, unknown>, Record<string, unknown>, _$zod_v4_core0.$ZodTypeInternals<Record<string, unknown>, Record<string, unknown>>>>;
|
|
21
20
|
helpLinks: _$zod.ZodOptional<_$zod.ZodArray<_$zod.ZodObject<{
|
|
22
21
|
label: _$zod.ZodString;
|
|
23
22
|
url: _$zod.ZodString;
|
|
24
23
|
}, _$zod_v4_core0.$strict>>>;
|
|
25
24
|
instructions: _$zod.ZodOptional<_$zod.ZodString>;
|
|
26
25
|
providerDefinitionIds: _$zod.ZodOptional<_$zod.ZodArray<_$zod.ZodString>>;
|
|
26
|
+
settings: _$zod.ZodOptional<_$zod.ZodType<Record<string, unknown>, Record<string, unknown>, _$zod_v4_core0.$ZodTypeInternals<Record<string, unknown>, Record<string, unknown>>>>;
|
|
27
27
|
name: _$zod.ZodString;
|
|
28
28
|
enabled: _$zod.ZodBoolean;
|
|
29
29
|
bindings: _$zod.ZodArray<_$zod.ZodObject<{
|
|
@@ -42,13 +42,13 @@ declare const AdapterSubsystemNamespace: _$_makaio_core0.BusNamespaceDefinition<
|
|
|
42
42
|
displayName: _$zod.ZodOptional<_$zod.ZodString>;
|
|
43
43
|
protocol: _$zod.ZodOptional<_$zod.ZodString>;
|
|
44
44
|
clientId: _$zod.ZodOptional<_$zod.ZodString>;
|
|
45
|
-
settings: _$zod.ZodOptional<_$zod.ZodType<Record<string, unknown>, Record<string, unknown>, _$zod_v4_core0.$ZodTypeInternals<Record<string, unknown>, Record<string, unknown>>>>;
|
|
46
45
|
helpLinks: _$zod.ZodOptional<_$zod.ZodArray<_$zod.ZodObject<{
|
|
47
46
|
label: _$zod.ZodString;
|
|
48
47
|
url: _$zod.ZodString;
|
|
49
48
|
}, _$zod_v4_core0.$strict>>>;
|
|
50
49
|
instructions: _$zod.ZodOptional<_$zod.ZodString>;
|
|
51
50
|
providerDefinitionIds: _$zod.ZodOptional<_$zod.ZodArray<_$zod.ZodString>>;
|
|
51
|
+
settings: _$zod.ZodOptional<_$zod.ZodType<Record<string, unknown>, Record<string, unknown>, _$zod_v4_core0.$ZodTypeInternals<Record<string, unknown>, Record<string, unknown>>>>;
|
|
52
52
|
name: _$zod.ZodString;
|
|
53
53
|
enabled: _$zod.ZodBoolean;
|
|
54
54
|
bindings: _$zod.ZodArray<_$zod.ZodObject<{
|
|
@@ -527,13 +527,13 @@ declare const AdapterSubsystemNamespace: _$_makaio_core0.BusNamespaceDefinition<
|
|
|
527
527
|
displayName: _$zod.ZodOptional<_$zod.ZodString>;
|
|
528
528
|
protocol: _$zod.ZodOptional<_$zod.ZodString>;
|
|
529
529
|
clientId: _$zod.ZodOptional<_$zod.ZodString>;
|
|
530
|
-
settings: _$zod.ZodOptional<_$zod.ZodType<Record<string, unknown>, Record<string, unknown>, _$zod_v4_core0.$ZodTypeInternals<Record<string, unknown>, Record<string, unknown>>>>;
|
|
531
530
|
helpLinks: _$zod.ZodOptional<_$zod.ZodArray<_$zod.ZodObject<{
|
|
532
531
|
label: _$zod.ZodString;
|
|
533
532
|
url: _$zod.ZodString;
|
|
534
533
|
}, _$zod_v4_core0.$strict>>>;
|
|
535
534
|
instructions: _$zod.ZodOptional<_$zod.ZodString>;
|
|
536
535
|
providerDefinitionIds: _$zod.ZodOptional<_$zod.ZodArray<_$zod.ZodString>>;
|
|
536
|
+
settings: _$zod.ZodOptional<_$zod.ZodType<Record<string, unknown>, Record<string, unknown>, _$zod_v4_core0.$ZodTypeInternals<Record<string, unknown>, Record<string, unknown>>>>;
|
|
537
537
|
name: _$zod.ZodString;
|
|
538
538
|
enabled: _$zod.ZodBoolean;
|
|
539
539
|
bindings: _$zod.ZodArray<_$zod.ZodObject<{
|
|
@@ -670,13 +670,13 @@ declare const AdapterSubsystemSubjects: _$_makaio_core0.BusSubjects<_$_makaio_co
|
|
|
670
670
|
displayName: _$zod.ZodOptional<_$zod.ZodString>;
|
|
671
671
|
protocol: _$zod.ZodOptional<_$zod.ZodString>;
|
|
672
672
|
clientId: _$zod.ZodOptional<_$zod.ZodString>;
|
|
673
|
-
settings: _$zod.ZodOptional<_$zod.ZodType<Record<string, unknown>, Record<string, unknown>, _$zod_v4_core0.$ZodTypeInternals<Record<string, unknown>, Record<string, unknown>>>>;
|
|
674
673
|
helpLinks: _$zod.ZodOptional<_$zod.ZodArray<_$zod.ZodObject<{
|
|
675
674
|
label: _$zod.ZodString;
|
|
676
675
|
url: _$zod.ZodString;
|
|
677
676
|
}, _$zod_v4_core0.$strict>>>;
|
|
678
677
|
instructions: _$zod.ZodOptional<_$zod.ZodString>;
|
|
679
678
|
providerDefinitionIds: _$zod.ZodOptional<_$zod.ZodArray<_$zod.ZodString>>;
|
|
679
|
+
settings: _$zod.ZodOptional<_$zod.ZodType<Record<string, unknown>, Record<string, unknown>, _$zod_v4_core0.$ZodTypeInternals<Record<string, unknown>, Record<string, unknown>>>>;
|
|
680
680
|
name: _$zod.ZodString;
|
|
681
681
|
enabled: _$zod.ZodBoolean;
|
|
682
682
|
bindings: _$zod.ZodArray<_$zod.ZodObject<{
|
|
@@ -695,13 +695,13 @@ declare const AdapterSubsystemSubjects: _$_makaio_core0.BusSubjects<_$_makaio_co
|
|
|
695
695
|
displayName: _$zod.ZodOptional<_$zod.ZodString>;
|
|
696
696
|
protocol: _$zod.ZodOptional<_$zod.ZodString>;
|
|
697
697
|
clientId: _$zod.ZodOptional<_$zod.ZodString>;
|
|
698
|
-
settings: _$zod.ZodOptional<_$zod.ZodType<Record<string, unknown>, Record<string, unknown>, _$zod_v4_core0.$ZodTypeInternals<Record<string, unknown>, Record<string, unknown>>>>;
|
|
699
698
|
helpLinks: _$zod.ZodOptional<_$zod.ZodArray<_$zod.ZodObject<{
|
|
700
699
|
label: _$zod.ZodString;
|
|
701
700
|
url: _$zod.ZodString;
|
|
702
701
|
}, _$zod_v4_core0.$strict>>>;
|
|
703
702
|
instructions: _$zod.ZodOptional<_$zod.ZodString>;
|
|
704
703
|
providerDefinitionIds: _$zod.ZodOptional<_$zod.ZodArray<_$zod.ZodString>>;
|
|
704
|
+
settings: _$zod.ZodOptional<_$zod.ZodType<Record<string, unknown>, Record<string, unknown>, _$zod_v4_core0.$ZodTypeInternals<Record<string, unknown>, Record<string, unknown>>>>;
|
|
705
705
|
name: _$zod.ZodString;
|
|
706
706
|
enabled: _$zod.ZodBoolean;
|
|
707
707
|
bindings: _$zod.ZodArray<_$zod.ZodObject<{
|
|
@@ -1180,13 +1180,13 @@ declare const AdapterSubsystemSubjects: _$_makaio_core0.BusSubjects<_$_makaio_co
|
|
|
1180
1180
|
displayName: _$zod.ZodOptional<_$zod.ZodString>;
|
|
1181
1181
|
protocol: _$zod.ZodOptional<_$zod.ZodString>;
|
|
1182
1182
|
clientId: _$zod.ZodOptional<_$zod.ZodString>;
|
|
1183
|
-
settings: _$zod.ZodOptional<_$zod.ZodType<Record<string, unknown>, Record<string, unknown>, _$zod_v4_core0.$ZodTypeInternals<Record<string, unknown>, Record<string, unknown>>>>;
|
|
1184
1183
|
helpLinks: _$zod.ZodOptional<_$zod.ZodArray<_$zod.ZodObject<{
|
|
1185
1184
|
label: _$zod.ZodString;
|
|
1186
1185
|
url: _$zod.ZodString;
|
|
1187
1186
|
}, _$zod_v4_core0.$strict>>>;
|
|
1188
1187
|
instructions: _$zod.ZodOptional<_$zod.ZodString>;
|
|
1189
1188
|
providerDefinitionIds: _$zod.ZodOptional<_$zod.ZodArray<_$zod.ZodString>>;
|
|
1189
|
+
settings: _$zod.ZodOptional<_$zod.ZodType<Record<string, unknown>, Record<string, unknown>, _$zod_v4_core0.$ZodTypeInternals<Record<string, unknown>, Record<string, unknown>>>>;
|
|
1190
1190
|
name: _$zod.ZodString;
|
|
1191
1191
|
enabled: _$zod.ZodBoolean;
|
|
1192
1192
|
bindings: _$zod.ZodArray<_$zod.ZodObject<{
|
|
@@ -335,9 +335,9 @@ declare const MessageStorageNamespace$1: {
|
|
|
335
335
|
isError: _$zod.ZodOptional<_$zod.ZodBoolean>;
|
|
336
336
|
}, _$zod_v4_core0.$strip>], "type">>;
|
|
337
337
|
agentId: _$zod.ZodOptional<_$zod.ZodString>;
|
|
338
|
-
timestamp: _$zod.ZodNumber;
|
|
339
338
|
adapterSessionId: _$zod.ZodOptional<_$zod.ZodString>;
|
|
340
339
|
turnId: _$zod.ZodNullable<_$zod.ZodString>;
|
|
340
|
+
timestamp: _$zod.ZodNumber;
|
|
341
341
|
contentText: _$zod.ZodString;
|
|
342
342
|
adapterMessageId: _$zod.ZodOptional<_$zod.ZodString>;
|
|
343
343
|
editOf: _$zod.ZodOptional<_$zod.ZodString>;
|
|
@@ -1120,9 +1120,9 @@ declare const MessageStorageNamespace$1: {
|
|
|
1120
1120
|
isError: _$zod.ZodOptional<_$zod.ZodBoolean>;
|
|
1121
1121
|
}, _$zod_v4_core0.$strip>], "type">>;
|
|
1122
1122
|
agentId: _$zod.ZodOptional<_$zod.ZodString>;
|
|
1123
|
-
timestamp: _$zod.ZodNumber;
|
|
1124
1123
|
adapterSessionId: _$zod.ZodOptional<_$zod.ZodString>;
|
|
1125
1124
|
turnId: _$zod.ZodNullable<_$zod.ZodString>;
|
|
1125
|
+
timestamp: _$zod.ZodNumber;
|
|
1126
1126
|
contentText: _$zod.ZodString;
|
|
1127
1127
|
adapterMessageId: _$zod.ZodOptional<_$zod.ZodString>;
|
|
1128
1128
|
editOf: _$zod.ZodOptional<_$zod.ZodString>;
|
|
@@ -1960,8 +1960,8 @@ declare const MessageStorageNamespace$1: {
|
|
|
1960
1960
|
output: string;
|
|
1961
1961
|
isError?: boolean | undefined;
|
|
1962
1962
|
})[];
|
|
1963
|
-
timestamp: number;
|
|
1964
1963
|
turnId: string | null;
|
|
1964
|
+
timestamp: number;
|
|
1965
1965
|
contentText: string;
|
|
1966
1966
|
origin?: "text" | "voice" | "compact" | undefined;
|
|
1967
1967
|
agentId?: string | undefined;
|
|
@@ -2030,11 +2030,11 @@ declare const MessageStorageNamespace$1: {
|
|
|
2030
2030
|
})[];
|
|
2031
2031
|
messageId: string;
|
|
2032
2032
|
agentId: never;
|
|
2033
|
-
timestamp: number;
|
|
2034
2033
|
adapterSessionId: never;
|
|
2034
|
+
turnId: string | null;
|
|
2035
2035
|
limit: never;
|
|
2036
|
+
timestamp: number;
|
|
2036
2037
|
query: string;
|
|
2037
|
-
turnId: string | null;
|
|
2038
2038
|
contentText: string;
|
|
2039
2039
|
adapterMessageId: string;
|
|
2040
2040
|
emitEvent: never;
|
|
@@ -536,8 +536,8 @@ declare const SessionEventStorageNamespace$1: {
|
|
|
536
536
|
childSessionId: _$zod.ZodString;
|
|
537
537
|
parentSessionId: _$zod.ZodString;
|
|
538
538
|
kind: _$zod.ZodEnum<{
|
|
539
|
-
branch: "branch";
|
|
540
539
|
fork: "fork";
|
|
540
|
+
branch: "branch";
|
|
541
541
|
subagent: "subagent";
|
|
542
542
|
compress: "compress";
|
|
543
543
|
rewrite: "rewrite";
|
|
@@ -866,8 +866,8 @@ declare const SessionEventStorageNamespace$1: {
|
|
|
866
866
|
childSessionId: _$zod.ZodString;
|
|
867
867
|
parentSessionId: _$zod.ZodString;
|
|
868
868
|
kind: _$zod.ZodEnum<{
|
|
869
|
-
branch: "branch";
|
|
870
869
|
fork: "fork";
|
|
870
|
+
branch: "branch";
|
|
871
871
|
subagent: "subagent";
|
|
872
872
|
compress: "compress";
|
|
873
873
|
rewrite: "rewrite";
|
|
@@ -1186,8 +1186,8 @@ declare const SessionEventStorageNamespace$1: {
|
|
|
1186
1186
|
childSessionId: _$zod.ZodString;
|
|
1187
1187
|
parentSessionId: _$zod.ZodString;
|
|
1188
1188
|
kind: _$zod.ZodEnum<{
|
|
1189
|
-
branch: "branch";
|
|
1190
1189
|
fork: "fork";
|
|
1190
|
+
branch: "branch";
|
|
1191
1191
|
subagent: "subagent";
|
|
1192
1192
|
compress: "compress";
|
|
1193
1193
|
rewrite: "rewrite";
|
|
@@ -1514,8 +1514,8 @@ declare const SessionEventStorageNamespace$1: {
|
|
|
1514
1514
|
childSessionId: _$zod.ZodString;
|
|
1515
1515
|
parentSessionId: _$zod.ZodString;
|
|
1516
1516
|
kind: _$zod.ZodEnum<{
|
|
1517
|
-
branch: "branch";
|
|
1518
1517
|
fork: "fork";
|
|
1518
|
+
branch: "branch";
|
|
1519
1519
|
subagent: "subagent";
|
|
1520
1520
|
compress: "compress";
|
|
1521
1521
|
rewrite: "rewrite";
|
|
@@ -1830,8 +1830,8 @@ declare const SessionEventStorageNamespace$1: {
|
|
|
1830
1830
|
childSessionId: _$zod.ZodString;
|
|
1831
1831
|
parentSessionId: _$zod.ZodString;
|
|
1832
1832
|
kind: _$zod.ZodEnum<{
|
|
1833
|
-
branch: "branch";
|
|
1834
1833
|
fork: "fork";
|
|
1834
|
+
branch: "branch";
|
|
1835
1835
|
subagent: "subagent";
|
|
1836
1836
|
compress: "compress";
|
|
1837
1837
|
rewrite: "rewrite";
|
|
@@ -2160,8 +2160,8 @@ declare const SessionEventStorageNamespace$1: {
|
|
|
2160
2160
|
childSessionId: _$zod.ZodString;
|
|
2161
2161
|
parentSessionId: _$zod.ZodString;
|
|
2162
2162
|
kind: _$zod.ZodEnum<{
|
|
2163
|
-
branch: "branch";
|
|
2164
2163
|
fork: "fork";
|
|
2164
|
+
branch: "branch";
|
|
2165
2165
|
subagent: "subagent";
|
|
2166
2166
|
compress: "compress";
|
|
2167
2167
|
rewrite: "rewrite";
|
|
@@ -2480,8 +2480,8 @@ declare const SessionEventStorageNamespace$1: {
|
|
|
2480
2480
|
childSessionId: _$zod.ZodString;
|
|
2481
2481
|
parentSessionId: _$zod.ZodString;
|
|
2482
2482
|
kind: _$zod.ZodEnum<{
|
|
2483
|
-
branch: "branch";
|
|
2484
2483
|
fork: "fork";
|
|
2484
|
+
branch: "branch";
|
|
2485
2485
|
subagent: "subagent";
|
|
2486
2486
|
compress: "compress";
|
|
2487
2487
|
rewrite: "rewrite";
|
|
@@ -2808,8 +2808,8 @@ declare const SessionEventStorageNamespace$1: {
|
|
|
2808
2808
|
childSessionId: _$zod.ZodString;
|
|
2809
2809
|
parentSessionId: _$zod.ZodString;
|
|
2810
2810
|
kind: _$zod.ZodEnum<{
|
|
2811
|
-
branch: "branch";
|
|
2812
2811
|
fork: "fork";
|
|
2812
|
+
branch: "branch";
|
|
2813
2813
|
subagent: "subagent";
|
|
2814
2814
|
compress: "compress";
|
|
2815
2815
|
rewrite: "rewrite";
|
|
@@ -3086,7 +3086,7 @@ declare const SessionEventStorageNamespace$1: {
|
|
|
3086
3086
|
payload: {
|
|
3087
3087
|
childSessionId: string;
|
|
3088
3088
|
parentSessionId: string;
|
|
3089
|
-
kind: "
|
|
3089
|
+
kind: "fork" | "branch" | "subagent" | "compress" | "rewrite" | "coordinator" | "aside";
|
|
3090
3090
|
forkPointMessageId?: string | undefined;
|
|
3091
3091
|
};
|
|
3092
3092
|
} | {
|