@makaio/framework 1.0.0-dev-1784706768858 → 1.0.0-dev-1784707578477
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/bus/index.d.mts +2 -2
- package/dist/{context-resolution-DZSBOCKY.d.mts → context-resolution-DsPuX5ox.d.mts} +1 -1
- package/dist/contracts/adapter/index.d.mts +1 -1
- package/dist/contracts/artifact/index.d.mts +2 -2
- package/dist/contracts/canonical-model/index.d.mts +1 -1
- package/dist/contracts/client/index.d.mts +1 -1
- package/dist/contracts/extension/index.d.mts +2 -2
- package/dist/contracts/index.d.mts +36 -36
- package/dist/contracts/materialization/index.d.mts +2 -2
- package/dist/contracts/session/index.d.mts +2 -2
- package/dist/contracts/workflow/index.d.mts +2 -2
- package/dist/{index-C81hMexK.d.mts → index-B0N0tFS-.d.mts} +67 -67
- package/dist/{index-BDDbcWNI.d.mts → index-BLwvcw5C.d.mts} +54 -54
- package/dist/{index-BhXCCgJV2.d.mts → index-C3XXcDNg2.d.mts} +1 -1
- package/dist/{index-D73PTKXG2.d.mts → index-C5vYc3m12.d.mts} +2 -2
- package/dist/{index-BWvTZJxe.d.mts → index-CtZODNBo.d.mts} +5 -5
- package/dist/{index-B_aBwkE-.d.mts → index-D6gaVj-T.d.mts} +31 -31
- package/dist/{index-CKccv4s2.d.mts → index-DK5z1A5p.d.mts} +12 -12
- package/dist/{index-CHxWUmmA.d.mts → index-DRTyhYK0.d.mts} +1 -1
- package/dist/{index-BKeJ-Act.d.mts → index-DxDMF5CP.d.mts} +4 -4
- package/dist/{index-Chy9aknK.d.mts → index-FamxGT0U.d.mts} +10 -10
- package/dist/{index-CFqShlHD.d.mts → index-vTBR3OFK.d.mts} +7 -7
- 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-BWsPZGiq2.d.mts → namespace-C_EIMKwg2.d.mts} +23 -23
- package/dist/{namespace-Db_PFX3v.d.mts → namespace-CwGeWIRG.d.mts} +9 -9
- package/dist/{namespace-BHliaabz.d.mts → namespace-DGORv0pz.d.mts} +6 -6
- package/dist/{namespace-Dvo_7BQw.d.mts → namespace-DrPPxElg.d.mts} +20 -20
- package/dist/package.json +1 -1
- package/dist/{schemas-B5tMYfhC.d.mts → schemas-Bu4ZEJAD.d.mts} +4 -4
- package/dist/{schemas-SsGbBOZ-.d.mts → schemas-DIQ9GUVX.d.mts} +20 -20
- package/dist/services/adapter-subsystem/index.d.mts +2 -2
- package/dist/services/adapter-subsystem/namespace.d.mts +1 -1
- package/dist/services/agent-runtime/index.d.mts +2 -2
- package/dist/services/agent-runtime/namespace.d.mts +1 -1
- package/dist/services/agent-runtime/schemas.d.mts +1 -1
- package/dist/services/filesystem/namespace.d.mts +6 -6
- package/dist/services/filesystem/schemas.d.mts +3 -3
- package/dist/services/index.d.mts +23 -23
- package/dist/services/provider-context/index.d.mts +1 -1
- package/dist/services/session/index.d.mts +4 -4
- 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-editor/index.d.mts +1 -1
- package/dist/services/settings/storage/extension-configs/namespace.d.mts +3 -3
- package/dist/{transition-BMYk_IVK.d.mts → transition-DWv5Abk6.d.mts} +1 -1
- package/dist/{types-DVLq657Y.d.mts → types-BwEQ9ucW.d.mts} +1 -1
- package/dist/{types-CtSkJqzV.d.mts → types-CzTC6z8M.d.mts} +38 -38
- package/dist/{view-builder-CpKzgyS2.d.mts → view-builder-Drp9dB59.d.mts} +1 -1
- package/dist/workflow-engine/index.d.mts +38 -38
- package/package.json +1 -1
|
@@ -84,9 +84,9 @@ declare const AgentRuntimeSelectionSchema: z.ZodObject<{
|
|
|
84
84
|
description: z.ZodOptional<z.ZodString>;
|
|
85
85
|
inputSchema: z.ZodRecord<z.ZodString, z.ZodUnknown>;
|
|
86
86
|
exposureMode: z.ZodEnum<{
|
|
87
|
+
hidden: "hidden";
|
|
87
88
|
direct: "direct";
|
|
88
89
|
discovery: "discovery";
|
|
89
|
-
hidden: "hidden";
|
|
90
90
|
}>;
|
|
91
91
|
enabled: z.ZodBoolean;
|
|
92
92
|
enabledBy: z.ZodOptional<z.ZodEnum<{
|
|
@@ -103,9 +103,9 @@ declare const AgentRuntimeSelectionSchema: z.ZodObject<{
|
|
|
103
103
|
description: z.ZodOptional<z.ZodString>;
|
|
104
104
|
inputSchema: z.ZodRecord<z.ZodString, z.ZodUnknown>;
|
|
105
105
|
exposureMode: z.ZodEnum<{
|
|
106
|
+
hidden: "hidden";
|
|
106
107
|
direct: "direct";
|
|
107
108
|
discovery: "discovery";
|
|
108
|
-
hidden: "hidden";
|
|
109
109
|
}>;
|
|
110
110
|
enabled: z.ZodBoolean;
|
|
111
111
|
enabledBy: z.ZodOptional<z.ZodEnum<{
|
|
@@ -168,7 +168,7 @@ declare const AgentRuntimeSelectionSchema: z.ZodObject<{
|
|
|
168
168
|
originalName: string;
|
|
169
169
|
serverName: string;
|
|
170
170
|
inputSchema: Record<string, unknown>;
|
|
171
|
-
exposureMode: "
|
|
171
|
+
exposureMode: "hidden" | "direct" | "discovery";
|
|
172
172
|
enabled: boolean;
|
|
173
173
|
exposed: boolean;
|
|
174
174
|
description?: string | undefined;
|
|
@@ -180,7 +180,7 @@ declare const AgentRuntimeSelectionSchema: z.ZodObject<{
|
|
|
180
180
|
originalName: string;
|
|
181
181
|
serverName: string;
|
|
182
182
|
inputSchema: Record<string, unknown>;
|
|
183
|
-
exposureMode: "
|
|
183
|
+
exposureMode: "hidden" | "direct" | "discovery";
|
|
184
184
|
enabled: boolean;
|
|
185
185
|
exposed: boolean;
|
|
186
186
|
description?: string | undefined;
|
|
@@ -242,7 +242,7 @@ declare const AgentRuntimeSelectionSchema: z.ZodObject<{
|
|
|
242
242
|
originalName: string;
|
|
243
243
|
serverName: string;
|
|
244
244
|
inputSchema: Record<string, unknown>;
|
|
245
|
-
exposureMode: "
|
|
245
|
+
exposureMode: "hidden" | "direct" | "discovery";
|
|
246
246
|
enabled: boolean;
|
|
247
247
|
exposed: boolean;
|
|
248
248
|
description?: string | undefined;
|
|
@@ -254,7 +254,7 @@ declare const AgentRuntimeSelectionSchema: z.ZodObject<{
|
|
|
254
254
|
originalName: string;
|
|
255
255
|
serverName: string;
|
|
256
256
|
inputSchema: Record<string, unknown>;
|
|
257
|
-
exposureMode: "
|
|
257
|
+
exposureMode: "hidden" | "direct" | "discovery";
|
|
258
258
|
enabled: boolean;
|
|
259
259
|
exposed: boolean;
|
|
260
260
|
description?: string | undefined;
|
|
@@ -314,7 +314,7 @@ declare const AgentRuntimeSelectionSchema: z.ZodObject<{
|
|
|
314
314
|
originalName: string;
|
|
315
315
|
serverName: string;
|
|
316
316
|
inputSchema: Record<string, unknown>;
|
|
317
|
-
exposureMode: "
|
|
317
|
+
exposureMode: "hidden" | "direct" | "discovery";
|
|
318
318
|
enabled: boolean;
|
|
319
319
|
exposed: boolean;
|
|
320
320
|
description?: string | undefined;
|
|
@@ -326,7 +326,7 @@ declare const AgentRuntimeSelectionSchema: z.ZodObject<{
|
|
|
326
326
|
originalName: string;
|
|
327
327
|
serverName: string;
|
|
328
328
|
inputSchema: Record<string, unknown>;
|
|
329
|
-
exposureMode: "
|
|
329
|
+
exposureMode: "hidden" | "direct" | "discovery";
|
|
330
330
|
enabled: boolean;
|
|
331
331
|
exposed: boolean;
|
|
332
332
|
description?: string | undefined;
|
|
@@ -388,7 +388,7 @@ declare const AgentRuntimeSelectionSchema: z.ZodObject<{
|
|
|
388
388
|
originalName: string;
|
|
389
389
|
serverName: string;
|
|
390
390
|
inputSchema: Record<string, unknown>;
|
|
391
|
-
exposureMode: "
|
|
391
|
+
exposureMode: "hidden" | "direct" | "discovery";
|
|
392
392
|
enabled: boolean;
|
|
393
393
|
exposed: boolean;
|
|
394
394
|
description?: string | undefined;
|
|
@@ -400,7 +400,7 @@ declare const AgentRuntimeSelectionSchema: z.ZodObject<{
|
|
|
400
400
|
originalName: string;
|
|
401
401
|
serverName: string;
|
|
402
402
|
inputSchema: Record<string, unknown>;
|
|
403
|
-
exposureMode: "
|
|
403
|
+
exposureMode: "hidden" | "direct" | "discovery";
|
|
404
404
|
enabled: boolean;
|
|
405
405
|
exposed: boolean;
|
|
406
406
|
description?: string | undefined;
|
|
@@ -535,9 +535,9 @@ declare const AgentRuntimeSchemas: {
|
|
|
535
535
|
description: z.ZodOptional<z.ZodString>;
|
|
536
536
|
inputSchema: z.ZodRecord<z.ZodString, z.ZodUnknown>;
|
|
537
537
|
exposureMode: z.ZodEnum<{
|
|
538
|
+
hidden: "hidden";
|
|
538
539
|
direct: "direct";
|
|
539
540
|
discovery: "discovery";
|
|
540
|
-
hidden: "hidden";
|
|
541
541
|
}>;
|
|
542
542
|
enabled: z.ZodBoolean;
|
|
543
543
|
enabledBy: z.ZodOptional<z.ZodEnum<{
|
|
@@ -554,9 +554,9 @@ declare const AgentRuntimeSchemas: {
|
|
|
554
554
|
description: z.ZodOptional<z.ZodString>;
|
|
555
555
|
inputSchema: z.ZodRecord<z.ZodString, z.ZodUnknown>;
|
|
556
556
|
exposureMode: z.ZodEnum<{
|
|
557
|
+
hidden: "hidden";
|
|
557
558
|
direct: "direct";
|
|
558
559
|
discovery: "discovery";
|
|
559
|
-
hidden: "hidden";
|
|
560
560
|
}>;
|
|
561
561
|
enabled: z.ZodBoolean;
|
|
562
562
|
enabledBy: z.ZodOptional<z.ZodEnum<{
|
|
@@ -619,7 +619,7 @@ declare const AgentRuntimeSchemas: {
|
|
|
619
619
|
originalName: string;
|
|
620
620
|
serverName: string;
|
|
621
621
|
inputSchema: Record<string, unknown>;
|
|
622
|
-
exposureMode: "
|
|
622
|
+
exposureMode: "hidden" | "direct" | "discovery";
|
|
623
623
|
enabled: boolean;
|
|
624
624
|
exposed: boolean;
|
|
625
625
|
description?: string | undefined;
|
|
@@ -631,7 +631,7 @@ declare const AgentRuntimeSchemas: {
|
|
|
631
631
|
originalName: string;
|
|
632
632
|
serverName: string;
|
|
633
633
|
inputSchema: Record<string, unknown>;
|
|
634
|
-
exposureMode: "
|
|
634
|
+
exposureMode: "hidden" | "direct" | "discovery";
|
|
635
635
|
enabled: boolean;
|
|
636
636
|
exposed: boolean;
|
|
637
637
|
description?: string | undefined;
|
|
@@ -693,7 +693,7 @@ declare const AgentRuntimeSchemas: {
|
|
|
693
693
|
originalName: string;
|
|
694
694
|
serverName: string;
|
|
695
695
|
inputSchema: Record<string, unknown>;
|
|
696
|
-
exposureMode: "
|
|
696
|
+
exposureMode: "hidden" | "direct" | "discovery";
|
|
697
697
|
enabled: boolean;
|
|
698
698
|
exposed: boolean;
|
|
699
699
|
description?: string | undefined;
|
|
@@ -705,7 +705,7 @@ declare const AgentRuntimeSchemas: {
|
|
|
705
705
|
originalName: string;
|
|
706
706
|
serverName: string;
|
|
707
707
|
inputSchema: Record<string, unknown>;
|
|
708
|
-
exposureMode: "
|
|
708
|
+
exposureMode: "hidden" | "direct" | "discovery";
|
|
709
709
|
enabled: boolean;
|
|
710
710
|
exposed: boolean;
|
|
711
711
|
description?: string | undefined;
|
|
@@ -765,7 +765,7 @@ declare const AgentRuntimeSchemas: {
|
|
|
765
765
|
originalName: string;
|
|
766
766
|
serverName: string;
|
|
767
767
|
inputSchema: Record<string, unknown>;
|
|
768
|
-
exposureMode: "
|
|
768
|
+
exposureMode: "hidden" | "direct" | "discovery";
|
|
769
769
|
enabled: boolean;
|
|
770
770
|
exposed: boolean;
|
|
771
771
|
description?: string | undefined;
|
|
@@ -777,7 +777,7 @@ declare const AgentRuntimeSchemas: {
|
|
|
777
777
|
originalName: string;
|
|
778
778
|
serverName: string;
|
|
779
779
|
inputSchema: Record<string, unknown>;
|
|
780
|
-
exposureMode: "
|
|
780
|
+
exposureMode: "hidden" | "direct" | "discovery";
|
|
781
781
|
enabled: boolean;
|
|
782
782
|
exposed: boolean;
|
|
783
783
|
description?: string | undefined;
|
|
@@ -839,7 +839,7 @@ declare const AgentRuntimeSchemas: {
|
|
|
839
839
|
originalName: string;
|
|
840
840
|
serverName: string;
|
|
841
841
|
inputSchema: Record<string, unknown>;
|
|
842
|
-
exposureMode: "
|
|
842
|
+
exposureMode: "hidden" | "direct" | "discovery";
|
|
843
843
|
enabled: boolean;
|
|
844
844
|
exposed: boolean;
|
|
845
845
|
description?: string | undefined;
|
|
@@ -851,7 +851,7 @@ declare const AgentRuntimeSchemas: {
|
|
|
851
851
|
originalName: string;
|
|
852
852
|
serverName: string;
|
|
853
853
|
inputSchema: Record<string, unknown>;
|
|
854
|
-
exposureMode: "
|
|
854
|
+
exposureMode: "hidden" | "direct" | "discovery";
|
|
855
855
|
enabled: boolean;
|
|
856
856
|
exposed: boolean;
|
|
857
857
|
description?: string | undefined;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { C as ProviderRuntimeSnapshot, S as ProviderConfigFileRecordSchema, T as AdapterSubsystemSchemas, _ as EffectiveAdapter, a as AdapterRuntimePackages, b as ProviderConfigAuthSummarySchema, c as AdapterRuntimeSnapshotErrorCode, d as AdapterRuntimeSnapshotResolutionSchema, f as AdapterRuntimeSnapshotSchema, g as CompatibleAuthOptionSchema, h as CompatibleAuthOption, i as AdapterReadinessSchema, l as AdapterRuntimeSnapshotErrorCodeSchema, m as BindingRecordSchema, n as AdapterFileConfigSchema, o as AdapterRuntimePackagesSchema, p as BindingRecord, r as AdapterReadiness, s as AdapterRuntimeSnapshot, t as AdapterFileConfig, u as AdapterRuntimeSnapshotResolution, v as EffectiveAdapterSchema, w as ProviderRuntimeSnapshotSchema, x as ProviderConfigFileRecord, y as ProviderConfigAuthSummary } from "../../schemas-
|
|
1
|
+
import { C as ProviderRuntimeSnapshot, S as ProviderConfigFileRecordSchema, T as AdapterSubsystemSchemas, _ as EffectiveAdapter, a as AdapterRuntimePackages, b as ProviderConfigAuthSummarySchema, c as AdapterRuntimeSnapshotErrorCode, d as AdapterRuntimeSnapshotResolutionSchema, f as AdapterRuntimeSnapshotSchema, g as CompatibleAuthOptionSchema, h as CompatibleAuthOption, i as AdapterReadinessSchema, l as AdapterRuntimeSnapshotErrorCodeSchema, m as BindingRecordSchema, n as AdapterFileConfigSchema, o as AdapterRuntimePackagesSchema, p as BindingRecord, r as AdapterReadiness, s as AdapterRuntimeSnapshot, t as AdapterFileConfig, u as AdapterRuntimeSnapshotResolution, v as EffectiveAdapterSchema, w as ProviderRuntimeSnapshotSchema, x as ProviderConfigFileRecord, y as ProviderConfigAuthSummary } from "../../schemas-Bu4ZEJAD.mjs";
|
|
2
2
|
import { a as CreateCanonicalProviderConfigInput, c as AdapterFileConfigSet, i as CanonicalProviderConfigPatchSchema, l as IAdapterConfigRepository, n as CanonicalProviderConfigAuthPayload, o as CreateCanonicalProviderConfigInputPayload, r as CanonicalProviderConfigPatch, s as CreateCanonicalProviderConfigInputSchema, t as CanonicalProviderConfigAuth, u as ProviderConfigFileSet } from "../../index-DEchpaya.mjs";
|
|
3
|
-
import { n as AdapterSubsystemSubjects, t as AdapterSubsystemNamespace } from "../../namespace-
|
|
3
|
+
import { n as AdapterSubsystemSubjects, t as AdapterSubsystemNamespace } from "../../namespace-DGORv0pz.mjs";
|
|
4
4
|
export { AdapterFileConfig, AdapterFileConfigSchema, AdapterFileConfigSet, AdapterReadiness, AdapterReadinessSchema, AdapterRuntimePackages, AdapterRuntimePackagesSchema, AdapterRuntimeSnapshot, AdapterRuntimeSnapshotErrorCode, AdapterRuntimeSnapshotErrorCodeSchema, AdapterRuntimeSnapshotResolution, AdapterRuntimeSnapshotResolutionSchema, AdapterRuntimeSnapshotSchema, AdapterSubsystemNamespace, AdapterSubsystemSchemas, AdapterSubsystemSubjects, BindingRecord, BindingRecordSchema, CanonicalProviderConfigAuth, CanonicalProviderConfigAuthPayload, CanonicalProviderConfigPatch, CanonicalProviderConfigPatchSchema, CompatibleAuthOption, CompatibleAuthOptionSchema, CreateCanonicalProviderConfigInput, CreateCanonicalProviderConfigInputPayload, CreateCanonicalProviderConfigInputSchema, EffectiveAdapter, EffectiveAdapterSchema, IAdapterConfigRepository, ProviderConfigAuthSummary, ProviderConfigAuthSummarySchema, ProviderConfigFileRecord, ProviderConfigFileRecordSchema, ProviderConfigFileSet, ProviderRuntimeSnapshot, ProviderRuntimeSnapshotSchema };
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { n as AdapterSubsystemSubjects, t as AdapterSubsystemNamespace } from "../../namespace-
|
|
1
|
+
import { n as AdapterSubsystemSubjects, t as AdapterSubsystemNamespace } from "../../namespace-DGORv0pz.mjs";
|
|
2
2
|
export { AdapterSubsystemNamespace, AdapterSubsystemSubjects };
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
import { a as AgentRuntimeSelectionSchema, i as AgentRuntimeSelection, n as AgentInstanceStatusSchema, r as AgentRuntimeSchemas, t as AgentInstanceStatus } from "../../schemas-
|
|
2
|
-
import { n as AgentRuntimeSubjects, t as AgentRuntimeNamespace } from "../../namespace-
|
|
1
|
+
import { a as AgentRuntimeSelectionSchema, i as AgentRuntimeSelection, n as AgentInstanceStatusSchema, r as AgentRuntimeSchemas, t as AgentInstanceStatus } from "../../schemas-DIQ9GUVX.mjs";
|
|
2
|
+
import { n as AgentRuntimeSubjects, t as AgentRuntimeNamespace } from "../../namespace-DrPPxElg.mjs";
|
|
3
3
|
export { type AgentInstanceStatus, AgentInstanceStatusSchema, AgentRuntimeNamespace, AgentRuntimeSchemas, type AgentRuntimeSelection, AgentRuntimeSelectionSchema, AgentRuntimeSubjects };
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { n as AgentRuntimeSubjects, t as AgentRuntimeNamespace } from "../../namespace-
|
|
1
|
+
import { n as AgentRuntimeSubjects, t as AgentRuntimeNamespace } from "../../namespace-DrPPxElg.mjs";
|
|
2
2
|
export { AgentRuntimeNamespace, AgentRuntimeSubjects };
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { a as AgentRuntimeSelectionSchema, i as AgentRuntimeSelection, n as AgentInstanceStatusSchema, r as AgentRuntimeSchemas, t as AgentInstanceStatus } from "../../schemas-
|
|
1
|
+
import { a as AgentRuntimeSelectionSchema, i as AgentRuntimeSelection, n as AgentInstanceStatusSchema, r as AgentRuntimeSchemas, t as AgentInstanceStatus } from "../../schemas-DIQ9GUVX.mjs";
|
|
2
2
|
export { AgentInstanceStatus, AgentInstanceStatusSchema, AgentRuntimeSchemas, AgentRuntimeSelection, AgentRuntimeSelectionSchema };
|
|
@@ -11,8 +11,8 @@ declare const FsNamespace: _$_makaio_core0.BusNamespaceDefinition<"fs", {
|
|
|
11
11
|
path: _$zod.ZodString;
|
|
12
12
|
kind: _$zod.ZodEnum<{
|
|
13
13
|
change: "change";
|
|
14
|
-
delete: "delete";
|
|
15
14
|
create: "create";
|
|
15
|
+
delete: "delete";
|
|
16
16
|
}>;
|
|
17
17
|
}, _$zod_v4_core0.$strip>;
|
|
18
18
|
batch: _$zod.ZodObject<{
|
|
@@ -20,8 +20,8 @@ declare const FsNamespace: _$_makaio_core0.BusNamespaceDefinition<"fs", {
|
|
|
20
20
|
path: _$zod.ZodString;
|
|
21
21
|
kind: _$zod.ZodEnum<{
|
|
22
22
|
change: "change";
|
|
23
|
-
delete: "delete";
|
|
24
23
|
create: "create";
|
|
24
|
+
delete: "delete";
|
|
25
25
|
}>;
|
|
26
26
|
}, _$zod_v4_core0.$strip>>;
|
|
27
27
|
}, _$zod_v4_core0.$strip>;
|
|
@@ -154,8 +154,8 @@ declare const FsSubjects: _$_makaio_core0.BusSubjects<_$_makaio_core0.FlatSubjec
|
|
|
154
154
|
path: _$zod.ZodString;
|
|
155
155
|
kind: _$zod.ZodEnum<{
|
|
156
156
|
change: "change";
|
|
157
|
-
delete: "delete";
|
|
158
157
|
create: "create";
|
|
158
|
+
delete: "delete";
|
|
159
159
|
}>;
|
|
160
160
|
}, _$zod_v4_core0.$strip>;
|
|
161
161
|
batch: _$zod.ZodObject<{
|
|
@@ -163,8 +163,8 @@ declare const FsSubjects: _$_makaio_core0.BusSubjects<_$_makaio_core0.FlatSubjec
|
|
|
163
163
|
path: _$zod.ZodString;
|
|
164
164
|
kind: _$zod.ZodEnum<{
|
|
165
165
|
change: "change";
|
|
166
|
-
delete: "delete";
|
|
167
166
|
create: "create";
|
|
167
|
+
delete: "delete";
|
|
168
168
|
}>;
|
|
169
169
|
}, _$zod_v4_core0.$strip>>;
|
|
170
170
|
}, _$zod_v4_core0.$strip>;
|
|
@@ -295,8 +295,8 @@ declare const FileSystemSubjects: _$_makaio_core0.BusSubjects<_$_makaio_core0.Fl
|
|
|
295
295
|
path: _$zod.ZodString;
|
|
296
296
|
kind: _$zod.ZodEnum<{
|
|
297
297
|
change: "change";
|
|
298
|
-
delete: "delete";
|
|
299
298
|
create: "create";
|
|
299
|
+
delete: "delete";
|
|
300
300
|
}>;
|
|
301
301
|
}, _$zod_v4_core0.$strip>;
|
|
302
302
|
batch: _$zod.ZodObject<{
|
|
@@ -304,8 +304,8 @@ declare const FileSystemSubjects: _$_makaio_core0.BusSubjects<_$_makaio_core0.Fl
|
|
|
304
304
|
path: _$zod.ZodString;
|
|
305
305
|
kind: _$zod.ZodEnum<{
|
|
306
306
|
change: "change";
|
|
307
|
-
delete: "delete";
|
|
308
307
|
create: "create";
|
|
308
|
+
delete: "delete";
|
|
309
309
|
}>;
|
|
310
310
|
}, _$zod_v4_core0.$strip>>;
|
|
311
311
|
}, _$zod_v4_core0.$strip>;
|
|
@@ -6,8 +6,8 @@ import { z } from "zod";
|
|
|
6
6
|
*/
|
|
7
7
|
declare const FsChangeKindSchema: z.ZodEnum<{
|
|
8
8
|
change: "change";
|
|
9
|
-
delete: "delete";
|
|
10
9
|
create: "create";
|
|
10
|
+
delete: "delete";
|
|
11
11
|
}>;
|
|
12
12
|
type FsChangeKind = z.infer<typeof FsChangeKindSchema>;
|
|
13
13
|
/**
|
|
@@ -17,8 +17,8 @@ declare const FsChangedSchema: z.ZodObject<{
|
|
|
17
17
|
path: z.ZodString;
|
|
18
18
|
kind: z.ZodEnum<{
|
|
19
19
|
change: "change";
|
|
20
|
-
delete: "delete";
|
|
21
20
|
create: "create";
|
|
21
|
+
delete: "delete";
|
|
22
22
|
}>;
|
|
23
23
|
}, z.core.$strip>;
|
|
24
24
|
type FsChanged = z.infer<typeof FsChangedSchema>;
|
|
@@ -30,8 +30,8 @@ declare const FsBatchSchema: z.ZodObject<{
|
|
|
30
30
|
path: z.ZodString;
|
|
31
31
|
kind: z.ZodEnum<{
|
|
32
32
|
change: "change";
|
|
33
|
-
delete: "delete";
|
|
34
33
|
create: "create";
|
|
34
|
+
delete: "delete";
|
|
35
35
|
}>;
|
|
36
36
|
}, z.core.$strip>>;
|
|
37
37
|
}, z.core.$strip>;
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import { c as ResolveIdResponse, d as ResolveNameRequestSchema, f as ResolveNameResponse, l as ResolveIdResponseSchema, o as ResolveIdRequest, p as ResolveNameResponseSchema, s as ResolveIdRequestSchema, t as AdapterRuntimeSchemas, u as ResolveNameRequest } from "../schemas-D55eXBgl.mjs";
|
|
2
2
|
import { n as AdapterRuntimeSubjects, t as AdapterRuntimeNamespace } from "../namespace-De9Mg3zv.mjs";
|
|
3
3
|
import { a as resolveDeterministicAdapterId, i as registerAdapterRuntimeIdentityHandlers, n as RegisteredAdapterRuntimeIdentityHandlers, r as buildDeterministicAdapterId, t as AdapterIdentityRegistry } from "../index-Cw7_69gV.mjs";
|
|
4
|
-
import { p as BindingRecord } from "../schemas-
|
|
5
|
-
import { a as AgentRuntimeSelectionSchema, i as AgentRuntimeSelection, n as AgentInstanceStatusSchema, r as AgentRuntimeSchemas, t as AgentInstanceStatus } from "../schemas-
|
|
6
|
-
import { n as AgentRuntimeSubjects, t as AgentRuntimeNamespace } from "../namespace-
|
|
4
|
+
import { p as BindingRecord } from "../schemas-Bu4ZEJAD.mjs";
|
|
5
|
+
import { a as AgentRuntimeSelectionSchema, i as AgentRuntimeSelection, n as AgentInstanceStatusSchema, r as AgentRuntimeSchemas, t as AgentInstanceStatus } from "../schemas-DIQ9GUVX.mjs";
|
|
6
|
+
import { n as AgentRuntimeSubjects, t as AgentRuntimeNamespace } from "../namespace-DrPPxElg.mjs";
|
|
7
7
|
import { t as CapabilityService } from "../index-DC0yVsYL.mjs";
|
|
8
8
|
import { n as CodebaseSubjects, t as CodebaseNamespace } from "../namespace-SQAGytmu.mjs";
|
|
9
9
|
import { n as CodebaseChangedEventSchema, r as CodebaseSchemas, t as CodebaseChangedEvent } from "../schemas-BAvt2HDy.mjs";
|
|
@@ -13,15 +13,15 @@ import { a as ContextRuleInput, n as ContextRuleAction, t as ContextRule } from
|
|
|
13
13
|
import { a as ExecutionTargetInputSchema, c as ExecutionTargetResolveRequest, d as ExecutionTargetSchemas, f as ExecutionTargetType, i as ExecutionTargetInput, l as ExecutionTargetResolveRequestSchema, m as LocalExecutionTargetSchema, n as ContainerLocalExecutionTargetSchema, o as ExecutionTargetListQuery, p as ExecutionTargetTypeSchema, r as ExecutionTarget, s as ExecutionTargetListQuerySchema, t as ContainerIsolatedExecutionTargetSchema, u as ExecutionTargetSchema } from "../schemas-ChF2z4RB.mjs";
|
|
14
14
|
import { n as ExecutionTargetSubjects, t as ExecutionTargetNamespace } from "../namespace-Bd49QmzS.mjs";
|
|
15
15
|
import { B as SpawnRequestSchema, C as ContainerIsolatedSpawnRequest, D as ContainerRuntime, E as ContainerLocalSpawnRequestSchema, F as ContainerStopped, G as StatusResponse, H as SpawnResponseSchema, I as ContainerStoppedSchema, J as StopRequestSchema, K as StatusResponseSchema, M as ContainerStartedSchema, N as ContainerState, O as ContainerRuntimeSchema, P as ContainerStateSchema, S as ContainerDestroyedSchema, T as ContainerLocalSpawnRequest, U as StatusRequest, V as SpawnResponse, W as StatusRequestSchema, X as StopResponseSchema, Y as StopResponse, a as DockerSubjects, b as ContainerCreatedSchema, i as DockerNamespace, j as ContainerStarted, n as ContainerSpawnSubjects, q as StopRequest, t as ContainerSpawnNamespace, w as ContainerIsolatedSpawnRequestSchema, x as ContainerDestroyed, y as ContainerCreated, z as SpawnRequest } from "../index-0Ju2i8gV.mjs";
|
|
16
|
-
import { $t as RecoveryConfig, A as SelectTurn, At as registerMemorySessionStorage, Bt as normalizeSelectionString, C as MessageRoutingSubjects, Ct as fetchPreviewBySession, D as registerMemoryMessageStorage, Dt as registerDrizzleAgentStorage, E as messages, Et as registerFtsSearchHandler, F as EmbeddingIndexManager, Ft as SessionBridge, Gt as actionRegistry, Ht as registerListActionsHandler, I as registerDrizzleImportCursorStorage, It as assembleForkContext, Jt as ContextWindowTracker, Kt as registerGetStatusCountsHandler, L as importCursors, Lt as FallbackRuntimeOptions, M as turnsDual, Mt as AgentStorageSubjects, N as registerMemoryTurnStorage, Nt as SessionExtensionContextImpl, O as registerDrizzleMessageStorage, Ot as registerMemoryAgentStorage, P as registerDrizzleTurnStorage, Pt as createSessionExtensionContext, Qt as buildTurnInitiator, R as importCursorsDual, Rt as pickFallbackRuntimeOptions, S as MessageRoutingNamespace, St as fetchMessageCountsBySession, T as SelectMessage, Tt as parseForkTransforms, Ut as registerBuiltInActions, Vt as resolveAdapterNameById, Wt as resetBuiltInActionsRegistration, Xt as ContextWindowTrackerConfig, Yt as AgentContextState, Zt as SessionContextWindowState, _ as InsertMessageRouting, _n as SessionOrchestrator, _t as mapAgentsBySession, a as buildSessionContext, an as buildRecoveryContext, b as messageRoutingDual, bt as SearchSessionRow, c as kindToBranchKind, cn as resolveModelCapabilities, ct as registerDrizzleSessionEventStorage, d as registerSpawningToolCallResolver, dn as resolveTargetAgents, dt as SelectSessionEvent, en as buildRecoveryContextWithPipeline, et as EventTransform, f as registerCompressLineageResolver, fn as extractTextContent, ft as sessionEvents, g as StartTurnOptions, gn as ISessionOrchestrator, gt as fetchSessionPreviewMaps, h as MakaioSessionConfig, hn as AdapterRegistry, ht as SessionPreviewMaps, i as getFullConversation, in as verifyAndRecoverAgents, j as turns, jt as AgentStorageNamespace, k as InsertTurn, kt as registerDrizzleSessionStorage, ln as findTurnByAgent, lt as registerMemorySessionEventStorage, m as MakaioSession, mn as TurnContextEnricher, nn as ensureAgentModel, o as BuildContextOptions, on as resolveAdapterId, p as registerParentResolver, pn as normalizeToBlocks, pt as sessionEventsDual, qt as registerResumeHandler, rn as recoverAgent, s as ContextAssemblyResult, sn as resolveExecutionTarget, tn as ensureAgentCwd, un as getOrCreateSession, ut as InsertSessionEvent, v as SelectMessageRouting, vn as registerCoreSessionServiceHandlers, vt as mapToSession, w as InsertMessage, wt as mapRowToSession, x as registerDrizzleMessageRoutingStorage, xt as fetchAgentsBySession, y as messageRouting, yn as MakaioSessionService, yt as SearchFilters, zt as CONNECTOR_SWAP_DEFAULT_PIPELINE } from "../index-
|
|
16
|
+
import { $t as RecoveryConfig, A as SelectTurn, At as registerMemorySessionStorage, Bt as normalizeSelectionString, C as MessageRoutingSubjects, Ct as fetchPreviewBySession, D as registerMemoryMessageStorage, Dt as registerDrizzleAgentStorage, E as messages, Et as registerFtsSearchHandler, F as EmbeddingIndexManager, Ft as SessionBridge, Gt as actionRegistry, Ht as registerListActionsHandler, I as registerDrizzleImportCursorStorage, It as assembleForkContext, Jt as ContextWindowTracker, Kt as registerGetStatusCountsHandler, L as importCursors, Lt as FallbackRuntimeOptions, M as turnsDual, Mt as AgentStorageSubjects, N as registerMemoryTurnStorage, Nt as SessionExtensionContextImpl, O as registerDrizzleMessageStorage, Ot as registerMemoryAgentStorage, P as registerDrizzleTurnStorage, Pt as createSessionExtensionContext, Qt as buildTurnInitiator, R as importCursorsDual, Rt as pickFallbackRuntimeOptions, S as MessageRoutingNamespace, St as fetchMessageCountsBySession, T as SelectMessage, Tt as parseForkTransforms, Ut as registerBuiltInActions, Vt as resolveAdapterNameById, Wt as resetBuiltInActionsRegistration, Xt as ContextWindowTrackerConfig, Yt as AgentContextState, Zt as SessionContextWindowState, _ as InsertMessageRouting, _n as SessionOrchestrator, _t as mapAgentsBySession, a as buildSessionContext, an as buildRecoveryContext, b as messageRoutingDual, bt as SearchSessionRow, c as kindToBranchKind, cn as resolveModelCapabilities, ct as registerDrizzleSessionEventStorage, d as registerSpawningToolCallResolver, dn as resolveTargetAgents, dt as SelectSessionEvent, en as buildRecoveryContextWithPipeline, et as EventTransform, f as registerCompressLineageResolver, fn as extractTextContent, ft as sessionEvents, g as StartTurnOptions, gn as ISessionOrchestrator, gt as fetchSessionPreviewMaps, h as MakaioSessionConfig, hn as AdapterRegistry, ht as SessionPreviewMaps, i as getFullConversation, in as verifyAndRecoverAgents, j as turns, jt as AgentStorageNamespace, k as InsertTurn, kt as registerDrizzleSessionStorage, ln as findTurnByAgent, lt as registerMemorySessionEventStorage, m as MakaioSession, mn as TurnContextEnricher, nn as ensureAgentModel, o as BuildContextOptions, on as resolveAdapterId, p as registerParentResolver, pn as normalizeToBlocks, pt as sessionEventsDual, qt as registerResumeHandler, rn as recoverAgent, s as ContextAssemblyResult, sn as resolveExecutionTarget, tn as ensureAgentCwd, un as getOrCreateSession, ut as InsertSessionEvent, v as SelectMessageRouting, vn as registerCoreSessionServiceHandlers, vt as mapToSession, w as InsertMessage, wt as mapRowToSession, x as registerDrizzleMessageRoutingStorage, xt as fetchAgentsBySession, y as messageRouting, yn as MakaioSessionService, yt as SearchFilters, zt as CONNECTOR_SWAP_DEFAULT_PIPELINE } from "../index-C5vYc3m12.mjs";
|
|
17
17
|
import { a as registerCompressHandler, c as SessionTurnManager, d as TurnContext, f as TurnPairStateChange, i as registerForkHandler, l as Turn, m as TurnResult, n as routeToAgents, o as registerAttachHandler, p as TurnPairTerminalOutcome, r as registerMergeHandler, s as registerAbandonHandler, t as routeToAgentsCore, u as TurnConfig } from "../index-8fJ6dkzR.mjs";
|
|
18
|
-
import { a as activateProviderContext, c as RuntimeProviderContextResolutionErrorCode, l as resolveRuntimeProviderContext, n as ProviderContextActivationErrorCode, s as RuntimeProviderContextResolutionError, t as ProviderContextActivationError } from "../index-
|
|
18
|
+
import { a as activateProviderContext, c as RuntimeProviderContextResolutionErrorCode, l as resolveRuntimeProviderContext, n as ProviderContextActivationErrorCode, s as RuntimeProviderContextResolutionError, t as ProviderContextActivationError } from "../index-C3XXcDNg2.mjs";
|
|
19
19
|
import { i as SessionStorageSubjects, r as SessionStorageNamespace } from "../namespace-8-GrdcbF.mjs";
|
|
20
20
|
import { a as agents, s as sessions } from "../schema-CfMsufSb.mjs";
|
|
21
|
-
import { n as SessionEventStorageSubjects, t as SessionEventStorageNamespace } from "../namespace-
|
|
21
|
+
import { n as SessionEventStorageSubjects, t as SessionEventStorageNamespace } from "../namespace-CwGeWIRG.mjs";
|
|
22
22
|
import { t as TurnStorageNamespace } from "../namespace-BsF9IxJ9.mjs";
|
|
23
23
|
import { n as TurnStorageSubjects } from "../namespace-lWlqWTKu.mjs";
|
|
24
|
-
import { i as MessageStorageSubjects, r as MessageStorageNamespace } from "../namespace-
|
|
24
|
+
import { i as MessageStorageSubjects, r as MessageStorageNamespace } from "../namespace-C_EIMKwg2.mjs";
|
|
25
25
|
import { y as ArtifactSchemaRegistry } from "../packages-DeIgn0Hn.mjs";
|
|
26
26
|
import { a as createToolContributionProcessor, c as ToolRegistryOptions, d as ToolsetPolicy, f as ToolsetPolicyProvider, l as ToolsWithToolsetsResult, o as ToolRegistry, s as ListToolsFilter, u as ToolsetInfo } from "../index-Brdc35b-.mjs";
|
|
27
27
|
import { t as ToolApprovalService } from "../index-Ci3_i-WC2.mjs";
|
|
@@ -1088,13 +1088,13 @@ declare const FrameworkServicesCoreNamespaces: readonly [_$_makaio_core0.BusName
|
|
|
1088
1088
|
displayName: _$zod.ZodOptional<_$zod.ZodString>;
|
|
1089
1089
|
protocol: _$zod.ZodOptional<_$zod.ZodString>;
|
|
1090
1090
|
clientId: _$zod.ZodOptional<_$zod.ZodString>;
|
|
1091
|
+
settings: _$zod.ZodOptional<_$zod.ZodType<Record<string, unknown>, Record<string, unknown>, _$zod_v4_core0.$ZodTypeInternals<Record<string, unknown>, Record<string, unknown>>>>;
|
|
1091
1092
|
helpLinks: _$zod.ZodOptional<_$zod.ZodArray<_$zod.ZodObject<{
|
|
1092
1093
|
label: _$zod.ZodString;
|
|
1093
1094
|
url: _$zod.ZodString;
|
|
1094
1095
|
}, _$zod_v4_core0.$strict>>>;
|
|
1095
1096
|
instructions: _$zod.ZodOptional<_$zod.ZodString>;
|
|
1096
1097
|
providerDefinitionIds: _$zod.ZodOptional<_$zod.ZodArray<_$zod.ZodString>>;
|
|
1097
|
-
settings: _$zod.ZodOptional<_$zod.ZodType<Record<string, unknown>, Record<string, unknown>, _$zod_v4_core0.$ZodTypeInternals<Record<string, unknown>, Record<string, unknown>>>>;
|
|
1098
1098
|
name: _$zod.ZodString;
|
|
1099
1099
|
enabled: _$zod.ZodBoolean;
|
|
1100
1100
|
bindings: _$zod.ZodArray<_$zod.ZodObject<{
|
|
@@ -1113,13 +1113,13 @@ declare const FrameworkServicesCoreNamespaces: readonly [_$_makaio_core0.BusName
|
|
|
1113
1113
|
displayName: _$zod.ZodOptional<_$zod.ZodString>;
|
|
1114
1114
|
protocol: _$zod.ZodOptional<_$zod.ZodString>;
|
|
1115
1115
|
clientId: _$zod.ZodOptional<_$zod.ZodString>;
|
|
1116
|
+
settings: _$zod.ZodOptional<_$zod.ZodType<Record<string, unknown>, Record<string, unknown>, _$zod_v4_core0.$ZodTypeInternals<Record<string, unknown>, Record<string, unknown>>>>;
|
|
1116
1117
|
helpLinks: _$zod.ZodOptional<_$zod.ZodArray<_$zod.ZodObject<{
|
|
1117
1118
|
label: _$zod.ZodString;
|
|
1118
1119
|
url: _$zod.ZodString;
|
|
1119
1120
|
}, _$zod_v4_core0.$strict>>>;
|
|
1120
1121
|
instructions: _$zod.ZodOptional<_$zod.ZodString>;
|
|
1121
1122
|
providerDefinitionIds: _$zod.ZodOptional<_$zod.ZodArray<_$zod.ZodString>>;
|
|
1122
|
-
settings: _$zod.ZodOptional<_$zod.ZodType<Record<string, unknown>, Record<string, unknown>, _$zod_v4_core0.$ZodTypeInternals<Record<string, unknown>, Record<string, unknown>>>>;
|
|
1123
1123
|
name: _$zod.ZodString;
|
|
1124
1124
|
enabled: _$zod.ZodBoolean;
|
|
1125
1125
|
bindings: _$zod.ZodArray<_$zod.ZodObject<{
|
|
@@ -2724,13 +2724,13 @@ declare const FrameworkServicesCoreNamespaces: readonly [_$_makaio_core0.BusName
|
|
|
2724
2724
|
displayName: _$zod.ZodOptional<_$zod.ZodString>;
|
|
2725
2725
|
protocol: _$zod.ZodOptional<_$zod.ZodString>;
|
|
2726
2726
|
clientId: _$zod.ZodOptional<_$zod.ZodString>;
|
|
2727
|
+
settings: _$zod.ZodOptional<_$zod.ZodType<Record<string, unknown>, Record<string, unknown>, _$zod_v4_core0.$ZodTypeInternals<Record<string, unknown>, Record<string, unknown>>>>;
|
|
2727
2728
|
helpLinks: _$zod.ZodOptional<_$zod.ZodArray<_$zod.ZodObject<{
|
|
2728
2729
|
label: _$zod.ZodString;
|
|
2729
2730
|
url: _$zod.ZodString;
|
|
2730
2731
|
}, _$zod_v4_core0.$strict>>>;
|
|
2731
2732
|
instructions: _$zod.ZodOptional<_$zod.ZodString>;
|
|
2732
2733
|
providerDefinitionIds: _$zod.ZodOptional<_$zod.ZodArray<_$zod.ZodString>>;
|
|
2733
|
-
settings: _$zod.ZodOptional<_$zod.ZodType<Record<string, unknown>, Record<string, unknown>, _$zod_v4_core0.$ZodTypeInternals<Record<string, unknown>, Record<string, unknown>>>>;
|
|
2734
2734
|
name: _$zod.ZodString;
|
|
2735
2735
|
enabled: _$zod.ZodBoolean;
|
|
2736
2736
|
bindings: _$zod.ZodArray<_$zod.ZodObject<{
|
|
@@ -3005,9 +3005,9 @@ declare const FrameworkServicesCoreNamespaces: readonly [_$_makaio_core0.BusName
|
|
|
3005
3005
|
description: _$zod.ZodOptional<_$zod.ZodString>;
|
|
3006
3006
|
inputSchema: _$zod.ZodRecord<_$zod.ZodString, _$zod.ZodUnknown>;
|
|
3007
3007
|
exposureMode: _$zod.ZodEnum<{
|
|
3008
|
+
hidden: "hidden";
|
|
3008
3009
|
direct: "direct";
|
|
3009
3010
|
discovery: "discovery";
|
|
3010
|
-
hidden: "hidden";
|
|
3011
3011
|
}>;
|
|
3012
3012
|
enabled: _$zod.ZodBoolean;
|
|
3013
3013
|
enabledBy: _$zod.ZodOptional<_$zod.ZodEnum<{
|
|
@@ -3024,9 +3024,9 @@ declare const FrameworkServicesCoreNamespaces: readonly [_$_makaio_core0.BusName
|
|
|
3024
3024
|
description: _$zod.ZodOptional<_$zod.ZodString>;
|
|
3025
3025
|
inputSchema: _$zod.ZodRecord<_$zod.ZodString, _$zod.ZodUnknown>;
|
|
3026
3026
|
exposureMode: _$zod.ZodEnum<{
|
|
3027
|
+
hidden: "hidden";
|
|
3027
3028
|
direct: "direct";
|
|
3028
3029
|
discovery: "discovery";
|
|
3029
|
-
hidden: "hidden";
|
|
3030
3030
|
}>;
|
|
3031
3031
|
enabled: _$zod.ZodBoolean;
|
|
3032
3032
|
enabledBy: _$zod.ZodOptional<_$zod.ZodEnum<{
|
|
@@ -3089,7 +3089,7 @@ declare const FrameworkServicesCoreNamespaces: readonly [_$_makaio_core0.BusName
|
|
|
3089
3089
|
originalName: string;
|
|
3090
3090
|
serverName: string;
|
|
3091
3091
|
inputSchema: Record<string, unknown>;
|
|
3092
|
-
exposureMode: "
|
|
3092
|
+
exposureMode: "hidden" | "direct" | "discovery";
|
|
3093
3093
|
enabled: boolean;
|
|
3094
3094
|
exposed: boolean;
|
|
3095
3095
|
description?: string | undefined;
|
|
@@ -3101,7 +3101,7 @@ declare const FrameworkServicesCoreNamespaces: readonly [_$_makaio_core0.BusName
|
|
|
3101
3101
|
originalName: string;
|
|
3102
3102
|
serverName: string;
|
|
3103
3103
|
inputSchema: Record<string, unknown>;
|
|
3104
|
-
exposureMode: "
|
|
3104
|
+
exposureMode: "hidden" | "direct" | "discovery";
|
|
3105
3105
|
enabled: boolean;
|
|
3106
3106
|
exposed: boolean;
|
|
3107
3107
|
description?: string | undefined;
|
|
@@ -3163,7 +3163,7 @@ declare const FrameworkServicesCoreNamespaces: readonly [_$_makaio_core0.BusName
|
|
|
3163
3163
|
originalName: string;
|
|
3164
3164
|
serverName: string;
|
|
3165
3165
|
inputSchema: Record<string, unknown>;
|
|
3166
|
-
exposureMode: "
|
|
3166
|
+
exposureMode: "hidden" | "direct" | "discovery";
|
|
3167
3167
|
enabled: boolean;
|
|
3168
3168
|
exposed: boolean;
|
|
3169
3169
|
description?: string | undefined;
|
|
@@ -3175,7 +3175,7 @@ declare const FrameworkServicesCoreNamespaces: readonly [_$_makaio_core0.BusName
|
|
|
3175
3175
|
originalName: string;
|
|
3176
3176
|
serverName: string;
|
|
3177
3177
|
inputSchema: Record<string, unknown>;
|
|
3178
|
-
exposureMode: "
|
|
3178
|
+
exposureMode: "hidden" | "direct" | "discovery";
|
|
3179
3179
|
enabled: boolean;
|
|
3180
3180
|
exposed: boolean;
|
|
3181
3181
|
description?: string | undefined;
|
|
@@ -3235,7 +3235,7 @@ declare const FrameworkServicesCoreNamespaces: readonly [_$_makaio_core0.BusName
|
|
|
3235
3235
|
originalName: string;
|
|
3236
3236
|
serverName: string;
|
|
3237
3237
|
inputSchema: Record<string, unknown>;
|
|
3238
|
-
exposureMode: "
|
|
3238
|
+
exposureMode: "hidden" | "direct" | "discovery";
|
|
3239
3239
|
enabled: boolean;
|
|
3240
3240
|
exposed: boolean;
|
|
3241
3241
|
description?: string | undefined;
|
|
@@ -3247,7 +3247,7 @@ declare const FrameworkServicesCoreNamespaces: readonly [_$_makaio_core0.BusName
|
|
|
3247
3247
|
originalName: string;
|
|
3248
3248
|
serverName: string;
|
|
3249
3249
|
inputSchema: Record<string, unknown>;
|
|
3250
|
-
exposureMode: "
|
|
3250
|
+
exposureMode: "hidden" | "direct" | "discovery";
|
|
3251
3251
|
enabled: boolean;
|
|
3252
3252
|
exposed: boolean;
|
|
3253
3253
|
description?: string | undefined;
|
|
@@ -3309,7 +3309,7 @@ declare const FrameworkServicesCoreNamespaces: readonly [_$_makaio_core0.BusName
|
|
|
3309
3309
|
originalName: string;
|
|
3310
3310
|
serverName: string;
|
|
3311
3311
|
inputSchema: Record<string, unknown>;
|
|
3312
|
-
exposureMode: "
|
|
3312
|
+
exposureMode: "hidden" | "direct" | "discovery";
|
|
3313
3313
|
enabled: boolean;
|
|
3314
3314
|
exposed: boolean;
|
|
3315
3315
|
description?: string | undefined;
|
|
@@ -3321,7 +3321,7 @@ declare const FrameworkServicesCoreNamespaces: readonly [_$_makaio_core0.BusName
|
|
|
3321
3321
|
originalName: string;
|
|
3322
3322
|
serverName: string;
|
|
3323
3323
|
inputSchema: Record<string, unknown>;
|
|
3324
|
-
exposureMode: "
|
|
3324
|
+
exposureMode: "hidden" | "direct" | "discovery";
|
|
3325
3325
|
enabled: boolean;
|
|
3326
3326
|
exposed: boolean;
|
|
3327
3327
|
description?: string | undefined;
|
|
@@ -4915,8 +4915,8 @@ declare const FrameworkServicesCoreNamespaces: readonly [_$_makaio_core0.BusName
|
|
|
4915
4915
|
id: _$zod.ZodString;
|
|
4916
4916
|
config: _$zod.ZodOptional<_$zod.ZodRecord<_$zod.ZodString, _$zod.ZodUnknown>>;
|
|
4917
4917
|
enabled: _$zod.ZodBoolean;
|
|
4918
|
-
scope: _$zod.ZodString;
|
|
4919
4918
|
extensionName: _$zod.ZodString;
|
|
4919
|
+
scope: _$zod.ZodString;
|
|
4920
4920
|
}, _$zod_v4_core0.$strip>;
|
|
4921
4921
|
}, _$zod_v4_core0.$strip>;
|
|
4922
4922
|
response: _$zod.ZodObject<{
|
|
@@ -4964,8 +4964,8 @@ declare const FrameworkServicesCoreNamespaces: readonly [_$_makaio_core0.BusName
|
|
|
4964
4964
|
path: _$zod.ZodString;
|
|
4965
4965
|
kind: _$zod.ZodEnum<{
|
|
4966
4966
|
change: "change";
|
|
4967
|
-
delete: "delete";
|
|
4968
4967
|
create: "create";
|
|
4968
|
+
delete: "delete";
|
|
4969
4969
|
}>;
|
|
4970
4970
|
}, _$zod_v4_core0.$strip>;
|
|
4971
4971
|
batch: _$zod.ZodObject<{
|
|
@@ -4973,8 +4973,8 @@ declare const FrameworkServicesCoreNamespaces: readonly [_$_makaio_core0.BusName
|
|
|
4973
4973
|
path: _$zod.ZodString;
|
|
4974
4974
|
kind: _$zod.ZodEnum<{
|
|
4975
4975
|
change: "change";
|
|
4976
|
-
delete: "delete";
|
|
4977
4976
|
create: "create";
|
|
4977
|
+
delete: "delete";
|
|
4978
4978
|
}>;
|
|
4979
4979
|
}, _$zod_v4_core0.$strip>>;
|
|
4980
4980
|
}, _$zod_v4_core0.$strip>;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { a as activateProviderContext, c as RuntimeProviderContextResolutionErrorCode, i as ProviderContextActivationTransaction, l as resolveRuntimeProviderContext, n as ProviderContextActivationErrorCode, o as prepareProviderContextActivation, r as ProviderContextActivationRollbackError, s as RuntimeProviderContextResolutionError, t as ProviderContextActivationError } from "../../index-
|
|
1
|
+
import { a as activateProviderContext, c as RuntimeProviderContextResolutionErrorCode, i as ProviderContextActivationTransaction, l as resolveRuntimeProviderContext, n as ProviderContextActivationErrorCode, o as prepareProviderContextActivation, r as ProviderContextActivationRollbackError, s as RuntimeProviderContextResolutionError, t as ProviderContextActivationError } from "../../index-C3XXcDNg2.mjs";
|
|
2
2
|
export { ProviderContextActivationError, ProviderContextActivationErrorCode, ProviderContextActivationRollbackError, ProviderContextActivationTransaction, RuntimeProviderContextResolutionError, RuntimeProviderContextResolutionErrorCode, activateProviderContext, prepareProviderContextActivation, resolveRuntimeProviderContext };
|
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
import { $ as ingestCompletedTurn, $t as RecoveryConfig, A as SelectTurn, At as registerMemorySessionStorage, B as OBSERVED_SESSION_INGESTION_POLICY_CAPABILITY_ID, Bt as normalizeSelectionString, C as MessageRoutingSubjects, Ct as fetchPreviewBySession, D as registerMemoryMessageStorage, Dt as registerDrizzleAgentStorage, E as messages, Et as registerFtsSearchHandler, F as EmbeddingIndexManager, Ft as SessionBridge, G as unregisterObservedSessionIngestionPolicyProvider, Gt as actionRegistry, H as ObservedSessionIngestionPolicyImportStatus, Ht as registerListActionsHandler, I as registerDrizzleImportCursorStorage, It as assembleForkContext, J as isPolicyDiscoveredObservedSession, Jt as ContextWindowTracker, K as LogImportTriggerSubjects, Kt as registerGetStatusCountsHandler, L as importCursors, Lt as FallbackRuntimeOptions, M as turnsDual, Mt as AgentStorageSubjects, N as registerMemoryTurnStorage, Nt as SessionExtensionContextImpl, O as registerDrizzleMessageStorage, Ot as registerMemoryAgentStorage, P as registerDrizzleTurnStorage, Pt as createSessionExtensionContext, Q as IngestTurnMessage, Qt as buildTurnInitiator, R as importCursorsDual, Rt as pickFallbackRuntimeOptions, S as MessageRoutingNamespace, St as fetchMessageCountsBySession, T as SelectMessage, Tt as parseForkTransforms, U as ObservedSessionIngestionPolicyInput, Ut as registerBuiltInActions, V as ObservedSessionIngestionPolicyDecision, Vt as resolveAdapterNameById, W as registerObservedSessionIngestionPolicyProvider, Wt as resetBuiltInActionsRegistration, X as IngestCompletedTurnParams, Xt as ContextWindowTrackerConfig, Y as isTrackingStub, Yt as AgentContextState, Z as IngestCompletedTurnResult, Zt as SessionContextWindowState, _ as InsertMessageRouting, _n as SessionOrchestrator, _t as mapAgentsBySession, a as buildSessionContext, an as buildRecoveryContext, at as emitSessionTurnStarted, b as messageRoutingDual, bt as SearchSessionRow, c as kindToBranchKind, cn as resolveModelCapabilities, ct as registerDrizzleSessionEventStorage, d as registerSpawningToolCallResolver, dn as resolveTargetAgents, dt as SelectSessionEvent, en as buildRecoveryContextWithPipeline, et as EventTransform, f as registerCompressLineageResolver, fn as extractTextContent, ft as sessionEvents, g as StartTurnOptions, gn as ISessionOrchestrator, gt as fetchSessionPreviewMaps, h as MakaioSessionConfig, hn as AdapterRegistry, ht as SessionPreviewMaps, i as getFullConversation, in as verifyAndRecoverAgents, it as appendSessionLifecycleEvent, j as turns, jt as AgentStorageNamespace, k as InsertTurn, kt as registerDrizzleSessionStorage, l as toSessionLineage, ln as findTurnByAgent, lt as registerMemorySessionEventStorage, m as MakaioSession, mn as TurnContextEnricher, mt as getSessionAncestorChain, n as NativeLocalityIntent, nn as ensureAgentModel, nt as SessionTurnStartedPayload, o as BuildContextOptions, on as resolveAdapterId, ot as emitSessionUserMessageSent, p as registerParentResolver, pn as normalizeToBlocks, pt as sessionEventsDual, q as ObservedSessionIngestionService, qt as registerResumeHandler, r as evaluateNativeLocality, rn as recoverAgent, rt as SessionUserMessageSentPayload, s as ContextAssemblyResult, sn as resolveExecutionTarget, st as registerSessionLifecycleEventWriters, t as NativeLocalityInput, tn as ensureAgentCwd, tt as SessionLifecycleEventArgs, u as registerSessionDiscoveredHandler, un as getOrCreateSession, ut as InsertSessionEvent, v as SelectMessageRouting, vn as registerCoreSessionServiceHandlers, vt as mapToSession, w as InsertMessage, wt as mapRowToSession, x as registerDrizzleMessageRoutingStorage, xt as fetchAgentsBySession, y as messageRouting, yn as MakaioSessionService, yt as SearchFilters, z as IObservedSessionIngestionPolicyProvider, zt as CONNECTOR_SWAP_DEFAULT_PIPELINE } from "../../index-
|
|
1
|
+
import { $ as ingestCompletedTurn, $t as RecoveryConfig, A as SelectTurn, At as registerMemorySessionStorage, B as OBSERVED_SESSION_INGESTION_POLICY_CAPABILITY_ID, Bt as normalizeSelectionString, C as MessageRoutingSubjects, Ct as fetchPreviewBySession, D as registerMemoryMessageStorage, Dt as registerDrizzleAgentStorage, E as messages, Et as registerFtsSearchHandler, F as EmbeddingIndexManager, Ft as SessionBridge, G as unregisterObservedSessionIngestionPolicyProvider, Gt as actionRegistry, H as ObservedSessionIngestionPolicyImportStatus, Ht as registerListActionsHandler, I as registerDrizzleImportCursorStorage, It as assembleForkContext, J as isPolicyDiscoveredObservedSession, Jt as ContextWindowTracker, K as LogImportTriggerSubjects, Kt as registerGetStatusCountsHandler, L as importCursors, Lt as FallbackRuntimeOptions, M as turnsDual, Mt as AgentStorageSubjects, N as registerMemoryTurnStorage, Nt as SessionExtensionContextImpl, O as registerDrizzleMessageStorage, Ot as registerMemoryAgentStorage, P as registerDrizzleTurnStorage, Pt as createSessionExtensionContext, Q as IngestTurnMessage, Qt as buildTurnInitiator, R as importCursorsDual, Rt as pickFallbackRuntimeOptions, S as MessageRoutingNamespace, St as fetchMessageCountsBySession, T as SelectMessage, Tt as parseForkTransforms, U as ObservedSessionIngestionPolicyInput, Ut as registerBuiltInActions, V as ObservedSessionIngestionPolicyDecision, Vt as resolveAdapterNameById, W as registerObservedSessionIngestionPolicyProvider, Wt as resetBuiltInActionsRegistration, X as IngestCompletedTurnParams, Xt as ContextWindowTrackerConfig, Y as isTrackingStub, Yt as AgentContextState, Z as IngestCompletedTurnResult, Zt as SessionContextWindowState, _ as InsertMessageRouting, _n as SessionOrchestrator, _t as mapAgentsBySession, a as buildSessionContext, an as buildRecoveryContext, at as emitSessionTurnStarted, b as messageRoutingDual, bt as SearchSessionRow, c as kindToBranchKind, cn as resolveModelCapabilities, ct as registerDrizzleSessionEventStorage, d as registerSpawningToolCallResolver, dn as resolveTargetAgents, dt as SelectSessionEvent, en as buildRecoveryContextWithPipeline, et as EventTransform, f as registerCompressLineageResolver, fn as extractTextContent, ft as sessionEvents, g as StartTurnOptions, gn as ISessionOrchestrator, gt as fetchSessionPreviewMaps, h as MakaioSessionConfig, hn as AdapterRegistry, ht as SessionPreviewMaps, i as getFullConversation, in as verifyAndRecoverAgents, it as appendSessionLifecycleEvent, j as turns, jt as AgentStorageNamespace, k as InsertTurn, kt as registerDrizzleSessionStorage, l as toSessionLineage, ln as findTurnByAgent, lt as registerMemorySessionEventStorage, m as MakaioSession, mn as TurnContextEnricher, mt as getSessionAncestorChain, n as NativeLocalityIntent, nn as ensureAgentModel, nt as SessionTurnStartedPayload, o as BuildContextOptions, on as resolveAdapterId, ot as emitSessionUserMessageSent, p as registerParentResolver, pn as normalizeToBlocks, pt as sessionEventsDual, q as ObservedSessionIngestionService, qt as registerResumeHandler, r as evaluateNativeLocality, rn as recoverAgent, rt as SessionUserMessageSentPayload, s as ContextAssemblyResult, sn as resolveExecutionTarget, st as registerSessionLifecycleEventWriters, t as NativeLocalityInput, tn as ensureAgentCwd, tt as SessionLifecycleEventArgs, u as registerSessionDiscoveredHandler, un as getOrCreateSession, ut as InsertSessionEvent, v as SelectMessageRouting, vn as registerCoreSessionServiceHandlers, vt as mapToSession, w as InsertMessage, wt as mapRowToSession, x as registerDrizzleMessageRoutingStorage, xt as fetchAgentsBySession, y as messageRouting, yn as MakaioSessionService, yt as SearchFilters, z as IObservedSessionIngestionPolicyProvider, zt as CONNECTOR_SWAP_DEFAULT_PIPELINE } from "../../index-C5vYc3m12.mjs";
|
|
2
2
|
import { a as registerCompressHandler, c as SessionTurnManager, d as TurnContext, f as TurnPairStateChange, i as registerForkHandler, l as Turn, m as TurnResult, n as routeToAgents, o as registerAttachHandler, p as TurnPairTerminalOutcome, r as registerMergeHandler, s as registerAbandonHandler, t as routeToAgentsCore, u as TurnConfig } from "../../index-8fJ6dkzR.mjs";
|
|
3
|
-
import { l as resolveRuntimeProviderContext } from "../../index-
|
|
3
|
+
import { l as resolveRuntimeProviderContext } from "../../index-C3XXcDNg2.mjs";
|
|
4
4
|
import { i as SessionStorageSubjects, r as SessionStorageNamespace } from "../../namespace-8-GrdcbF.mjs";
|
|
5
5
|
import { a as agents, c as sessionsDual, o as agentsDual, s as sessions } from "../../schema-CfMsufSb.mjs";
|
|
6
|
-
import { n as SessionEventStorageSubjects, t as SessionEventStorageNamespace } from "../../namespace-
|
|
6
|
+
import { n as SessionEventStorageSubjects, t as SessionEventStorageNamespace } from "../../namespace-CwGeWIRG.mjs";
|
|
7
7
|
import { t as TurnStorageNamespace } from "../../namespace-BsF9IxJ9.mjs";
|
|
8
8
|
import { n as TurnStorageSubjects } from "../../namespace-lWlqWTKu.mjs";
|
|
9
|
-
import { i as MessageStorageSubjects, r as MessageStorageNamespace } from "../../namespace-
|
|
9
|
+
import { i as MessageStorageSubjects, r as MessageStorageNamespace } from "../../namespace-C_EIMKwg2.mjs";
|
|
10
10
|
export { AdapterRegistry, AgentContextState, AgentStorageNamespace, AgentStorageSubjects, BuildContextOptions, CONNECTOR_SWAP_DEFAULT_PIPELINE, ContextAssemblyResult, ContextWindowTracker, ContextWindowTrackerConfig, EmbeddingIndexManager, EventTransform, FallbackRuntimeOptions, IObservedSessionIngestionPolicyProvider, ISessionOrchestrator, IngestCompletedTurnParams, IngestCompletedTurnResult, IngestTurnMessage, InsertMessage, InsertMessageRouting, InsertSessionEvent, InsertTurn, LogImportTriggerSubjects, MakaioSession, MakaioSessionConfig, MakaioSessionService, MessageRoutingNamespace, MessageRoutingSubjects, MessageStorageNamespace, MessageStorageSubjects, NativeLocalityInput, NativeLocalityIntent, OBSERVED_SESSION_INGESTION_POLICY_CAPABILITY_ID, ObservedSessionIngestionPolicyDecision, ObservedSessionIngestionPolicyImportStatus, ObservedSessionIngestionPolicyInput, ObservedSessionIngestionService, RecoveryConfig, SearchFilters, SearchSessionRow, SelectMessage, SelectMessageRouting, SelectSessionEvent, SelectTurn, SessionBridge, SessionContextWindowState, SessionEventStorageNamespace, SessionEventStorageSubjects, SessionExtensionContextImpl, SessionLifecycleEventArgs, SessionOrchestrator, SessionPreviewMaps, SessionStorageNamespace, SessionStorageSubjects, SessionTurnManager, SessionTurnStartedPayload, SessionUserMessageSentPayload, StartTurnOptions, Turn, TurnConfig, TurnContext, TurnContextEnricher, TurnPairStateChange, TurnPairTerminalOutcome, TurnResult, TurnStorageNamespace, TurnStorageSubjects, actionRegistry, agents, agentsDual, appendSessionLifecycleEvent, assembleForkContext, buildRecoveryContext, buildRecoveryContextWithPipeline, buildSessionContext, buildTurnInitiator, createSessionExtensionContext, emitSessionTurnStarted, emitSessionUserMessageSent, ensureAgentCwd, ensureAgentModel, evaluateNativeLocality, extractTextContent, fetchAgentsBySession, fetchMessageCountsBySession, fetchPreviewBySession, fetchSessionPreviewMaps, findTurnByAgent, getFullConversation, getOrCreateSession, getSessionAncestorChain, importCursors, importCursorsDual, ingestCompletedTurn, isPolicyDiscoveredObservedSession, isTrackingStub, kindToBranchKind, mapAgentsBySession, mapRowToSession, mapToSession, messageRouting, messageRoutingDual, messages, normalizeSelectionString, normalizeToBlocks, parseForkTransforms, pickFallbackRuntimeOptions, recoverAgent, registerAbandonHandler, registerAttachHandler, registerBuiltInActions, registerCompressHandler, registerCompressLineageResolver, registerCoreSessionServiceHandlers, registerDrizzleAgentStorage, registerDrizzleImportCursorStorage, registerDrizzleMessageRoutingStorage, registerDrizzleMessageStorage, registerDrizzleSessionEventStorage, registerDrizzleSessionStorage, registerDrizzleTurnStorage, registerForkHandler, registerFtsSearchHandler, registerGetStatusCountsHandler, registerListActionsHandler, registerMemoryAgentStorage, registerMemoryMessageStorage, registerMemorySessionEventStorage, registerMemorySessionStorage, registerMemoryTurnStorage, registerMergeHandler, registerObservedSessionIngestionPolicyProvider, registerParentResolver, registerResumeHandler, registerSessionDiscoveredHandler, registerSessionLifecycleEventWriters, registerSpawningToolCallResolver, resetBuiltInActionsRegistration, resolveAdapterId, resolveAdapterNameById, resolveExecutionTarget, resolveModelCapabilities, resolveRuntimeProviderContext, resolveTargetAgents, routeToAgents, routeToAgentsCore, sessionEvents, sessionEventsDual, sessions, sessionsDual, toSessionLineage, turns, turnsDual, unregisterObservedSessionIngestionPolicyProvider, verifyAndRecoverAgents };
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { i as MessageStorageSubjects, n as MessagePageCursorSchema, r as MessageStorageNamespace, t as MessagePageCursor } from "../../../namespace-
|
|
1
|
+
import { i as MessageStorageSubjects, n as MessagePageCursorSchema, r as MessageStorageNamespace, t as MessagePageCursor } from "../../../namespace-C_EIMKwg2.mjs";
|
|
2
2
|
export { MessagePageCursor, MessagePageCursorSchema, MessageStorageNamespace, MessageStorageSubjects };
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { n as SessionEventStorageSubjects, t as SessionEventStorageNamespace } from "../../../namespace-
|
|
1
|
+
import { n as SessionEventStorageSubjects, t as SessionEventStorageNamespace } from "../../../namespace-CwGeWIRG.mjs";
|
|
2
2
|
export { SessionEventStorageNamespace, SessionEventStorageSubjects };
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { a as PipelineStep, i as ActionResultSchema, n as ActionCategorySchema, o as SessionEditorAction, r as ActionResult, t as ActionCategory } from "../../types-
|
|
1
|
+
import { a as PipelineStep, i as ActionResultSchema, n as ActionCategorySchema, o as SessionEditorAction, r as ActionResult, t as ActionCategory } from "../../types-BwEQ9ucW.mjs";
|
|
2
2
|
import * as _$zod from "zod";
|
|
3
3
|
import { z } from "zod";
|
|
4
4
|
import * as _$_makaio_core0 from "@makaio/framework/core";
|
|
@@ -18,8 +18,8 @@ declare const ExtensionConfigInputSchema: z.ZodObject<{
|
|
|
18
18
|
id: z.ZodString;
|
|
19
19
|
config: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
|
|
20
20
|
enabled: z.ZodBoolean;
|
|
21
|
-
scope: z.ZodString;
|
|
22
21
|
extensionName: z.ZodString;
|
|
22
|
+
scope: z.ZodString;
|
|
23
23
|
}, z.core.$strip>;
|
|
24
24
|
/** Query schema for listing extension configs. */
|
|
25
25
|
declare const ExtensionConfigListQuerySchema: z.ZodObject<{
|
|
@@ -63,8 +63,8 @@ declare const ExtensionConfigStorageNamespace: _$_makaio_storage_core0.StorageNa
|
|
|
63
63
|
id: z.ZodString;
|
|
64
64
|
config: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
|
|
65
65
|
enabled: z.ZodBoolean;
|
|
66
|
-
scope: z.ZodString;
|
|
67
66
|
extensionName: z.ZodString;
|
|
67
|
+
scope: z.ZodString;
|
|
68
68
|
}, z.core.$strip>;
|
|
69
69
|
}, z.core.$strip>;
|
|
70
70
|
response: z.ZodObject<{
|
|
@@ -131,8 +131,8 @@ declare const ExtensionConfigStorageSubjects: _$_makaio_core0.BusSubjects<_$_mak
|
|
|
131
131
|
id: z.ZodString;
|
|
132
132
|
config: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
|
|
133
133
|
enabled: z.ZodBoolean;
|
|
134
|
-
scope: z.ZodString;
|
|
135
134
|
extensionName: z.ZodString;
|
|
135
|
+
scope: z.ZodString;
|
|
136
136
|
}, z.core.$strip>;
|
|
137
137
|
}, z.core.$strip>;
|
|
138
138
|
response: z.ZodObject<{
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { q as ArtifactRevision$1 } from "./context-resolution-
|
|
1
|
+
import { q as ArtifactRevision$1 } from "./context-resolution-DsPuX5ox.mjs";
|
|
2
2
|
import { i as JsonValue$1 } from "./json-value-BwVdTylT.mjs";
|
|
3
3
|
import { z } from "zod";
|
|
4
4
|
import * as _$_makaio_contracts0 from "@makaio/framework/contracts";
|
|
@@ -90,8 +90,8 @@ declare const ActionResultSchema: z.ZodUnion<readonly [z.ZodObject<{
|
|
|
90
90
|
editOf: z.ZodOptional<z.ZodString>;
|
|
91
91
|
origin: z.ZodOptional<z.ZodEnum<{
|
|
92
92
|
text: "text";
|
|
93
|
-
compact: "compact";
|
|
94
93
|
voice: "voice";
|
|
94
|
+
compact: "compact";
|
|
95
95
|
}>>;
|
|
96
96
|
}, z.core.$strip>>;
|
|
97
97
|
}, z.core.$strip>, z.ZodObject<{
|