@makaio/framework 1.0.0-dev-1781994277521 → 1.0.0-dev-1781996773251
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/adapter-subsystem/index.mjs +1 -1
- package/dist/adapters/index.d.mts +1 -1
- package/dist/adapters/index.mjs +1 -1
- package/dist/bus/index.d.mts +20 -20
- package/dist/contracts/adapter/index.d.mts +1 -1
- package/dist/contracts/artifact/index.d.mts +1 -1
- package/dist/contracts/canonical-model/index.d.mts +1 -1
- package/dist/contracts/extension/index.d.mts +3 -3
- package/dist/contracts/harness/index.d.mts +1 -1
- package/dist/contracts/index.d.mts +153 -153
- package/dist/contracts/session/index.d.mts +2 -2
- package/dist/contracts/shared/index.d.mts +1 -1
- package/dist/contracts/variant/index.d.mts +1 -1
- package/dist/contracts/workflow/index.d.mts +2 -2
- package/dist/{index-CmHdpW0E.d.mts → index-4eP9DRL_.d.mts} +8 -8
- package/dist/{index-DcKU6lPk.d.mts → index-BfsvUD9j.d.mts} +54 -54
- package/dist/{index-Bb6a9c_k.d.mts → index-CUSOL0X_.d.mts} +339 -339
- package/dist/{index-NkNbYFud.d.mts → index-CaerrEDH.d.mts} +1 -1
- package/dist/{index-BHol4LQf.d.mts → index-Cx1Bm6WD.d.mts} +4 -4
- package/dist/{index-B4ZdZi50.d.mts → index-DDehaguq.d.mts} +338 -338
- package/dist/{index-BfTHRjZa.d.mts → index-DHUARU-6.d.mts} +4 -4
- package/dist/{index-CUgqdVBB.d.mts → index-DImePakw.d.mts} +8 -8
- package/dist/{index-DDrS0Axp.d.mts → index-DOIbPMcj.d.mts} +15 -15
- package/dist/{index-BmvbMMIk.d.mts → index-Dch9gi4S.d.mts} +1 -1
- package/dist/{index-CszcIqMC.d.mts → index-DvLCzle5.d.mts} +12 -12
- package/dist/{index-CqImyhjX.d.mts → index-WHUV7neB.d.mts} +100 -100
- 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-4xHw59K8.d.mts → namespace-Bm77p82L.d.mts} +1 -1
- package/dist/{namespace-CmUh_lVP.d.mts → namespace-CfvtDD_U.d.mts} +154 -154
- package/dist/{namespace-6sIu5nBI2.d.mts → namespace-D8P8Sxce2.d.mts} +2 -2
- package/dist/{namespace-Bz0ORDns.d.mts → namespace-UaiY5v62.d.mts} +38 -38
- package/dist/package.json +1 -1
- package/dist/{schema-Dky4zu9D.d.mts → schema-CKTzwiif.d.mts} +2 -2
- package/dist/{schemas-DRYXani5.d.mts → schemas-CoFCV42v.d.mts} +154 -154
- package/dist/{schemas-Do7Js2ao2.d.mts → schemas-CwgS7KoL2.d.mts} +15 -15
- 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/harness/index.d.mts +3 -3
- package/dist/services/index.d.mts +102 -102
- package/dist/services/session/index.d.mts +4 -4
- package/dist/services/session/messages/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 +12 -12
- package/dist/services/subagent-template/index.d.mts +2 -2
- package/dist/services/subagent-template/namespace.d.mts +1 -1
- package/dist/services/subagent-template/schemas.d.mts +1 -1
- package/dist/{transition-BUKCl8gP.d.mts → transition-BBElJqQ8.d.mts} +1 -1
- package/dist/{types-CFbvKZRj.d.mts → types-B49V7vZJ.d.mts} +246 -246
- package/dist/workflow-engine/index.d.mts +52 -52
- package/package.json +1 -1
|
@@ -38,25 +38,6 @@ declare const AgentRuntimeNamespace: _$_makaio_core0.BusNamespaceDefinition<"age
|
|
|
38
38
|
env: _$zod.ZodOptional<_$zod.ZodRecord<_$zod.ZodString, _$zod.ZodString>>;
|
|
39
39
|
mcpSessionContext: _$zod.ZodOptional<_$zod.ZodObject<{
|
|
40
40
|
sessionId: _$zod.ZodString;
|
|
41
|
-
directTools: _$zod.ZodArray<_$zod.ZodObject<{
|
|
42
|
-
fullName: _$zod.ZodString;
|
|
43
|
-
originalName: _$zod.ZodString;
|
|
44
|
-
serverName: _$zod.ZodString;
|
|
45
|
-
description: _$zod.ZodOptional<_$zod.ZodString>;
|
|
46
|
-
inputSchema: _$zod.ZodRecord<_$zod.ZodString, _$zod.ZodUnknown>;
|
|
47
|
-
exposureMode: _$zod.ZodEnum<{
|
|
48
|
-
discovery: "discovery";
|
|
49
|
-
direct: "direct";
|
|
50
|
-
hidden: "hidden";
|
|
51
|
-
}>;
|
|
52
|
-
enabled: _$zod.ZodBoolean;
|
|
53
|
-
enabledBy: _$zod.ZodOptional<_$zod.ZodEnum<{
|
|
54
|
-
discovery: "discovery";
|
|
55
|
-
toolset: "toolset";
|
|
56
|
-
}>>;
|
|
57
|
-
enabledAt: _$zod.ZodOptional<_$zod.ZodNumber>;
|
|
58
|
-
exposed: _$zod.ZodBoolean;
|
|
59
|
-
}, _$zod_v4_core0.$strip>>;
|
|
60
41
|
servers: _$zod.ZodArray<_$zod.ZodObject<{
|
|
61
42
|
name: _$zod.ZodString;
|
|
62
43
|
transport: _$zod.ZodDiscriminatedUnion<[_$zod.ZodObject<{
|
|
@@ -93,9 +74,28 @@ declare const AgentRuntimeNamespace: _$_makaio_core0.BusNamespaceDefinition<"age
|
|
|
93
74
|
type: _$zod.ZodLiteral<"http">;
|
|
94
75
|
}, _$zod_v4_core0.$strip>], "type">;
|
|
95
76
|
exposureMode: _$zod.ZodEnum<{
|
|
77
|
+
direct: "direct";
|
|
96
78
|
discovery: "discovery";
|
|
79
|
+
}>;
|
|
80
|
+
}, _$zod_v4_core0.$strip>>;
|
|
81
|
+
directTools: _$zod.ZodArray<_$zod.ZodObject<{
|
|
82
|
+
fullName: _$zod.ZodString;
|
|
83
|
+
originalName: _$zod.ZodString;
|
|
84
|
+
serverName: _$zod.ZodString;
|
|
85
|
+
description: _$zod.ZodOptional<_$zod.ZodString>;
|
|
86
|
+
inputSchema: _$zod.ZodRecord<_$zod.ZodString, _$zod.ZodUnknown>;
|
|
87
|
+
exposureMode: _$zod.ZodEnum<{
|
|
97
88
|
direct: "direct";
|
|
89
|
+
discovery: "discovery";
|
|
90
|
+
hidden: "hidden";
|
|
98
91
|
}>;
|
|
92
|
+
enabled: _$zod.ZodBoolean;
|
|
93
|
+
enabledBy: _$zod.ZodOptional<_$zod.ZodEnum<{
|
|
94
|
+
discovery: "discovery";
|
|
95
|
+
toolset: "toolset";
|
|
96
|
+
}>>;
|
|
97
|
+
enabledAt: _$zod.ZodOptional<_$zod.ZodNumber>;
|
|
98
|
+
exposed: _$zod.ZodBoolean;
|
|
99
99
|
}, _$zod_v4_core0.$strip>>;
|
|
100
100
|
discoverableTools: _$zod.ZodArray<_$zod.ZodObject<{
|
|
101
101
|
fullName: _$zod.ZodString;
|
|
@@ -104,8 +104,8 @@ declare const AgentRuntimeNamespace: _$_makaio_core0.BusNamespaceDefinition<"age
|
|
|
104
104
|
description: _$zod.ZodOptional<_$zod.ZodString>;
|
|
105
105
|
inputSchema: _$zod.ZodRecord<_$zod.ZodString, _$zod.ZodUnknown>;
|
|
106
106
|
exposureMode: _$zod.ZodEnum<{
|
|
107
|
-
discovery: "discovery";
|
|
108
107
|
direct: "direct";
|
|
108
|
+
discovery: "discovery";
|
|
109
109
|
hidden: "hidden";
|
|
110
110
|
}>;
|
|
111
111
|
enabled: _$zod.ZodBoolean;
|
|
@@ -135,18 +135,6 @@ declare const AgentRuntimeNamespace: _$_makaio_core0.BusNamespaceDefinition<"age
|
|
|
135
135
|
env?: Record<string, string> | undefined;
|
|
136
136
|
mcpSessionContext?: {
|
|
137
137
|
sessionId: string;
|
|
138
|
-
directTools: {
|
|
139
|
-
fullName: string;
|
|
140
|
-
originalName: string;
|
|
141
|
-
serverName: string;
|
|
142
|
-
inputSchema: Record<string, unknown>;
|
|
143
|
-
exposureMode: "discovery" | "direct" | "hidden";
|
|
144
|
-
enabled: boolean;
|
|
145
|
-
exposed: boolean;
|
|
146
|
-
description?: string | undefined;
|
|
147
|
-
enabledBy?: "discovery" | "toolset" | undefined;
|
|
148
|
-
enabledAt?: number | undefined;
|
|
149
|
-
}[];
|
|
150
138
|
servers: {
|
|
151
139
|
name: string;
|
|
152
140
|
transport: {
|
|
@@ -174,14 +162,26 @@ declare const AgentRuntimeNamespace: _$_makaio_core0.BusNamespaceDefinition<"age
|
|
|
174
162
|
}[] | undefined;
|
|
175
163
|
alwaysLoad?: boolean | undefined;
|
|
176
164
|
};
|
|
177
|
-
exposureMode: "
|
|
165
|
+
exposureMode: "direct" | "discovery";
|
|
166
|
+
}[];
|
|
167
|
+
directTools: {
|
|
168
|
+
fullName: string;
|
|
169
|
+
originalName: string;
|
|
170
|
+
serverName: string;
|
|
171
|
+
inputSchema: Record<string, unknown>;
|
|
172
|
+
exposureMode: "direct" | "discovery" | "hidden";
|
|
173
|
+
enabled: boolean;
|
|
174
|
+
exposed: boolean;
|
|
175
|
+
description?: string | undefined;
|
|
176
|
+
enabledBy?: "discovery" | "toolset" | undefined;
|
|
177
|
+
enabledAt?: number | undefined;
|
|
178
178
|
}[];
|
|
179
179
|
discoverableTools: {
|
|
180
180
|
fullName: string;
|
|
181
181
|
originalName: string;
|
|
182
182
|
serverName: string;
|
|
183
183
|
inputSchema: Record<string, unknown>;
|
|
184
|
-
exposureMode: "
|
|
184
|
+
exposureMode: "direct" | "discovery" | "hidden";
|
|
185
185
|
enabled: boolean;
|
|
186
186
|
exposed: boolean;
|
|
187
187
|
description?: string | undefined;
|
|
@@ -209,18 +209,6 @@ declare const AgentRuntimeNamespace: _$_makaio_core0.BusNamespaceDefinition<"age
|
|
|
209
209
|
env?: Record<string, string> | undefined;
|
|
210
210
|
mcpSessionContext?: {
|
|
211
211
|
sessionId: string;
|
|
212
|
-
directTools: {
|
|
213
|
-
fullName: string;
|
|
214
|
-
originalName: string;
|
|
215
|
-
serverName: string;
|
|
216
|
-
inputSchema: Record<string, unknown>;
|
|
217
|
-
exposureMode: "discovery" | "direct" | "hidden";
|
|
218
|
-
enabled: boolean;
|
|
219
|
-
exposed: boolean;
|
|
220
|
-
description?: string | undefined;
|
|
221
|
-
enabledBy?: "discovery" | "toolset" | undefined;
|
|
222
|
-
enabledAt?: number | undefined;
|
|
223
|
-
}[];
|
|
224
212
|
servers: {
|
|
225
213
|
name: string;
|
|
226
214
|
transport: {
|
|
@@ -248,14 +236,26 @@ declare const AgentRuntimeNamespace: _$_makaio_core0.BusNamespaceDefinition<"age
|
|
|
248
236
|
}[] | undefined;
|
|
249
237
|
alwaysLoad?: boolean | undefined;
|
|
250
238
|
};
|
|
251
|
-
exposureMode: "
|
|
239
|
+
exposureMode: "direct" | "discovery";
|
|
240
|
+
}[];
|
|
241
|
+
directTools: {
|
|
242
|
+
fullName: string;
|
|
243
|
+
originalName: string;
|
|
244
|
+
serverName: string;
|
|
245
|
+
inputSchema: Record<string, unknown>;
|
|
246
|
+
exposureMode: "direct" | "discovery" | "hidden";
|
|
247
|
+
enabled: boolean;
|
|
248
|
+
exposed: boolean;
|
|
249
|
+
description?: string | undefined;
|
|
250
|
+
enabledBy?: "discovery" | "toolset" | undefined;
|
|
251
|
+
enabledAt?: number | undefined;
|
|
252
252
|
}[];
|
|
253
253
|
discoverableTools: {
|
|
254
254
|
fullName: string;
|
|
255
255
|
originalName: string;
|
|
256
256
|
serverName: string;
|
|
257
257
|
inputSchema: Record<string, unknown>;
|
|
258
|
-
exposureMode: "
|
|
258
|
+
exposureMode: "direct" | "discovery" | "hidden";
|
|
259
259
|
enabled: boolean;
|
|
260
260
|
exposed: boolean;
|
|
261
261
|
description?: string | undefined;
|
|
@@ -281,18 +281,6 @@ declare const AgentRuntimeNamespace: _$_makaio_core0.BusNamespaceDefinition<"age
|
|
|
281
281
|
env?: Record<string, string> | undefined;
|
|
282
282
|
mcpSessionContext?: {
|
|
283
283
|
sessionId: string;
|
|
284
|
-
directTools: {
|
|
285
|
-
fullName: string;
|
|
286
|
-
originalName: string;
|
|
287
|
-
serverName: string;
|
|
288
|
-
inputSchema: Record<string, unknown>;
|
|
289
|
-
exposureMode: "discovery" | "direct" | "hidden";
|
|
290
|
-
enabled: boolean;
|
|
291
|
-
exposed: boolean;
|
|
292
|
-
description?: string | undefined;
|
|
293
|
-
enabledBy?: "discovery" | "toolset" | undefined;
|
|
294
|
-
enabledAt?: number | undefined;
|
|
295
|
-
}[];
|
|
296
284
|
servers: {
|
|
297
285
|
name: string;
|
|
298
286
|
transport: {
|
|
@@ -320,14 +308,26 @@ declare const AgentRuntimeNamespace: _$_makaio_core0.BusNamespaceDefinition<"age
|
|
|
320
308
|
}[] | undefined;
|
|
321
309
|
alwaysLoad?: boolean | undefined;
|
|
322
310
|
};
|
|
323
|
-
exposureMode: "
|
|
311
|
+
exposureMode: "direct" | "discovery";
|
|
312
|
+
}[];
|
|
313
|
+
directTools: {
|
|
314
|
+
fullName: string;
|
|
315
|
+
originalName: string;
|
|
316
|
+
serverName: string;
|
|
317
|
+
inputSchema: Record<string, unknown>;
|
|
318
|
+
exposureMode: "direct" | "discovery" | "hidden";
|
|
319
|
+
enabled: boolean;
|
|
320
|
+
exposed: boolean;
|
|
321
|
+
description?: string | undefined;
|
|
322
|
+
enabledBy?: "discovery" | "toolset" | undefined;
|
|
323
|
+
enabledAt?: number | undefined;
|
|
324
324
|
}[];
|
|
325
325
|
discoverableTools: {
|
|
326
326
|
fullName: string;
|
|
327
327
|
originalName: string;
|
|
328
328
|
serverName: string;
|
|
329
329
|
inputSchema: Record<string, unknown>;
|
|
330
|
-
exposureMode: "
|
|
330
|
+
exposureMode: "direct" | "discovery" | "hidden";
|
|
331
331
|
enabled: boolean;
|
|
332
332
|
exposed: boolean;
|
|
333
333
|
description?: string | undefined;
|
|
@@ -355,18 +355,6 @@ declare const AgentRuntimeNamespace: _$_makaio_core0.BusNamespaceDefinition<"age
|
|
|
355
355
|
env?: Record<string, string> | undefined;
|
|
356
356
|
mcpSessionContext?: {
|
|
357
357
|
sessionId: string;
|
|
358
|
-
directTools: {
|
|
359
|
-
fullName: string;
|
|
360
|
-
originalName: string;
|
|
361
|
-
serverName: string;
|
|
362
|
-
inputSchema: Record<string, unknown>;
|
|
363
|
-
exposureMode: "discovery" | "direct" | "hidden";
|
|
364
|
-
enabled: boolean;
|
|
365
|
-
exposed: boolean;
|
|
366
|
-
description?: string | undefined;
|
|
367
|
-
enabledBy?: "discovery" | "toolset" | undefined;
|
|
368
|
-
enabledAt?: number | undefined;
|
|
369
|
-
}[];
|
|
370
358
|
servers: {
|
|
371
359
|
name: string;
|
|
372
360
|
transport: {
|
|
@@ -394,14 +382,26 @@ declare const AgentRuntimeNamespace: _$_makaio_core0.BusNamespaceDefinition<"age
|
|
|
394
382
|
}[] | undefined;
|
|
395
383
|
alwaysLoad?: boolean | undefined;
|
|
396
384
|
};
|
|
397
|
-
exposureMode: "
|
|
385
|
+
exposureMode: "direct" | "discovery";
|
|
386
|
+
}[];
|
|
387
|
+
directTools: {
|
|
388
|
+
fullName: string;
|
|
389
|
+
originalName: string;
|
|
390
|
+
serverName: string;
|
|
391
|
+
inputSchema: Record<string, unknown>;
|
|
392
|
+
exposureMode: "direct" | "discovery" | "hidden";
|
|
393
|
+
enabled: boolean;
|
|
394
|
+
exposed: boolean;
|
|
395
|
+
description?: string | undefined;
|
|
396
|
+
enabledBy?: "discovery" | "toolset" | undefined;
|
|
397
|
+
enabledAt?: number | undefined;
|
|
398
398
|
}[];
|
|
399
399
|
discoverableTools: {
|
|
400
400
|
fullName: string;
|
|
401
401
|
originalName: string;
|
|
402
402
|
serverName: string;
|
|
403
403
|
inputSchema: Record<string, unknown>;
|
|
404
|
-
exposureMode: "
|
|
404
|
+
exposureMode: "direct" | "discovery" | "hidden";
|
|
405
405
|
enabled: boolean;
|
|
406
406
|
exposed: boolean;
|
|
407
407
|
description?: string | undefined;
|
|
@@ -432,9 +432,9 @@ declare const AgentRuntimeNamespace: _$_makaio_core0.BusNamespaceDefinition<"age
|
|
|
432
432
|
status: _$zod.ZodEnum<{
|
|
433
433
|
completed: "completed";
|
|
434
434
|
cancelled: "cancelled";
|
|
435
|
+
failed: "failed";
|
|
435
436
|
running: "running";
|
|
436
437
|
waiting_input: "waiting_input";
|
|
437
|
-
failed: "failed";
|
|
438
438
|
}>;
|
|
439
439
|
result: _$zod.ZodOptional<_$zod.ZodString>;
|
|
440
440
|
error: _$zod.ZodOptional<_$zod.ZodString>;
|
|
@@ -495,25 +495,6 @@ declare const AgentRuntimeSubjects: _$_makaio_core0.BusSubjects<_$_makaio_core0.
|
|
|
495
495
|
env: _$zod.ZodOptional<_$zod.ZodRecord<_$zod.ZodString, _$zod.ZodString>>;
|
|
496
496
|
mcpSessionContext: _$zod.ZodOptional<_$zod.ZodObject<{
|
|
497
497
|
sessionId: _$zod.ZodString;
|
|
498
|
-
directTools: _$zod.ZodArray<_$zod.ZodObject<{
|
|
499
|
-
fullName: _$zod.ZodString;
|
|
500
|
-
originalName: _$zod.ZodString;
|
|
501
|
-
serverName: _$zod.ZodString;
|
|
502
|
-
description: _$zod.ZodOptional<_$zod.ZodString>;
|
|
503
|
-
inputSchema: _$zod.ZodRecord<_$zod.ZodString, _$zod.ZodUnknown>;
|
|
504
|
-
exposureMode: _$zod.ZodEnum<{
|
|
505
|
-
discovery: "discovery";
|
|
506
|
-
direct: "direct";
|
|
507
|
-
hidden: "hidden";
|
|
508
|
-
}>;
|
|
509
|
-
enabled: _$zod.ZodBoolean;
|
|
510
|
-
enabledBy: _$zod.ZodOptional<_$zod.ZodEnum<{
|
|
511
|
-
discovery: "discovery";
|
|
512
|
-
toolset: "toolset";
|
|
513
|
-
}>>;
|
|
514
|
-
enabledAt: _$zod.ZodOptional<_$zod.ZodNumber>;
|
|
515
|
-
exposed: _$zod.ZodBoolean;
|
|
516
|
-
}, _$zod_v4_core0.$strip>>;
|
|
517
498
|
servers: _$zod.ZodArray<_$zod.ZodObject<{
|
|
518
499
|
name: _$zod.ZodString;
|
|
519
500
|
transport: _$zod.ZodDiscriminatedUnion<[_$zod.ZodObject<{
|
|
@@ -550,9 +531,28 @@ declare const AgentRuntimeSubjects: _$_makaio_core0.BusSubjects<_$_makaio_core0.
|
|
|
550
531
|
type: _$zod.ZodLiteral<"http">;
|
|
551
532
|
}, _$zod_v4_core0.$strip>], "type">;
|
|
552
533
|
exposureMode: _$zod.ZodEnum<{
|
|
534
|
+
direct: "direct";
|
|
553
535
|
discovery: "discovery";
|
|
536
|
+
}>;
|
|
537
|
+
}, _$zod_v4_core0.$strip>>;
|
|
538
|
+
directTools: _$zod.ZodArray<_$zod.ZodObject<{
|
|
539
|
+
fullName: _$zod.ZodString;
|
|
540
|
+
originalName: _$zod.ZodString;
|
|
541
|
+
serverName: _$zod.ZodString;
|
|
542
|
+
description: _$zod.ZodOptional<_$zod.ZodString>;
|
|
543
|
+
inputSchema: _$zod.ZodRecord<_$zod.ZodString, _$zod.ZodUnknown>;
|
|
544
|
+
exposureMode: _$zod.ZodEnum<{
|
|
554
545
|
direct: "direct";
|
|
546
|
+
discovery: "discovery";
|
|
547
|
+
hidden: "hidden";
|
|
555
548
|
}>;
|
|
549
|
+
enabled: _$zod.ZodBoolean;
|
|
550
|
+
enabledBy: _$zod.ZodOptional<_$zod.ZodEnum<{
|
|
551
|
+
discovery: "discovery";
|
|
552
|
+
toolset: "toolset";
|
|
553
|
+
}>>;
|
|
554
|
+
enabledAt: _$zod.ZodOptional<_$zod.ZodNumber>;
|
|
555
|
+
exposed: _$zod.ZodBoolean;
|
|
556
556
|
}, _$zod_v4_core0.$strip>>;
|
|
557
557
|
discoverableTools: _$zod.ZodArray<_$zod.ZodObject<{
|
|
558
558
|
fullName: _$zod.ZodString;
|
|
@@ -561,8 +561,8 @@ declare const AgentRuntimeSubjects: _$_makaio_core0.BusSubjects<_$_makaio_core0.
|
|
|
561
561
|
description: _$zod.ZodOptional<_$zod.ZodString>;
|
|
562
562
|
inputSchema: _$zod.ZodRecord<_$zod.ZodString, _$zod.ZodUnknown>;
|
|
563
563
|
exposureMode: _$zod.ZodEnum<{
|
|
564
|
-
discovery: "discovery";
|
|
565
564
|
direct: "direct";
|
|
565
|
+
discovery: "discovery";
|
|
566
566
|
hidden: "hidden";
|
|
567
567
|
}>;
|
|
568
568
|
enabled: _$zod.ZodBoolean;
|
|
@@ -592,18 +592,6 @@ declare const AgentRuntimeSubjects: _$_makaio_core0.BusSubjects<_$_makaio_core0.
|
|
|
592
592
|
env?: Record<string, string> | undefined;
|
|
593
593
|
mcpSessionContext?: {
|
|
594
594
|
sessionId: string;
|
|
595
|
-
directTools: {
|
|
596
|
-
fullName: string;
|
|
597
|
-
originalName: string;
|
|
598
|
-
serverName: string;
|
|
599
|
-
inputSchema: Record<string, unknown>;
|
|
600
|
-
exposureMode: "discovery" | "direct" | "hidden";
|
|
601
|
-
enabled: boolean;
|
|
602
|
-
exposed: boolean;
|
|
603
|
-
description?: string | undefined;
|
|
604
|
-
enabledBy?: "discovery" | "toolset" | undefined;
|
|
605
|
-
enabledAt?: number | undefined;
|
|
606
|
-
}[];
|
|
607
595
|
servers: {
|
|
608
596
|
name: string;
|
|
609
597
|
transport: {
|
|
@@ -631,14 +619,26 @@ declare const AgentRuntimeSubjects: _$_makaio_core0.BusSubjects<_$_makaio_core0.
|
|
|
631
619
|
}[] | undefined;
|
|
632
620
|
alwaysLoad?: boolean | undefined;
|
|
633
621
|
};
|
|
634
|
-
exposureMode: "
|
|
622
|
+
exposureMode: "direct" | "discovery";
|
|
623
|
+
}[];
|
|
624
|
+
directTools: {
|
|
625
|
+
fullName: string;
|
|
626
|
+
originalName: string;
|
|
627
|
+
serverName: string;
|
|
628
|
+
inputSchema: Record<string, unknown>;
|
|
629
|
+
exposureMode: "direct" | "discovery" | "hidden";
|
|
630
|
+
enabled: boolean;
|
|
631
|
+
exposed: boolean;
|
|
632
|
+
description?: string | undefined;
|
|
633
|
+
enabledBy?: "discovery" | "toolset" | undefined;
|
|
634
|
+
enabledAt?: number | undefined;
|
|
635
635
|
}[];
|
|
636
636
|
discoverableTools: {
|
|
637
637
|
fullName: string;
|
|
638
638
|
originalName: string;
|
|
639
639
|
serverName: string;
|
|
640
640
|
inputSchema: Record<string, unknown>;
|
|
641
|
-
exposureMode: "
|
|
641
|
+
exposureMode: "direct" | "discovery" | "hidden";
|
|
642
642
|
enabled: boolean;
|
|
643
643
|
exposed: boolean;
|
|
644
644
|
description?: string | undefined;
|
|
@@ -666,18 +666,6 @@ declare const AgentRuntimeSubjects: _$_makaio_core0.BusSubjects<_$_makaio_core0.
|
|
|
666
666
|
env?: Record<string, string> | undefined;
|
|
667
667
|
mcpSessionContext?: {
|
|
668
668
|
sessionId: string;
|
|
669
|
-
directTools: {
|
|
670
|
-
fullName: string;
|
|
671
|
-
originalName: string;
|
|
672
|
-
serverName: string;
|
|
673
|
-
inputSchema: Record<string, unknown>;
|
|
674
|
-
exposureMode: "discovery" | "direct" | "hidden";
|
|
675
|
-
enabled: boolean;
|
|
676
|
-
exposed: boolean;
|
|
677
|
-
description?: string | undefined;
|
|
678
|
-
enabledBy?: "discovery" | "toolset" | undefined;
|
|
679
|
-
enabledAt?: number | undefined;
|
|
680
|
-
}[];
|
|
681
669
|
servers: {
|
|
682
670
|
name: string;
|
|
683
671
|
transport: {
|
|
@@ -705,14 +693,26 @@ declare const AgentRuntimeSubjects: _$_makaio_core0.BusSubjects<_$_makaio_core0.
|
|
|
705
693
|
}[] | undefined;
|
|
706
694
|
alwaysLoad?: boolean | undefined;
|
|
707
695
|
};
|
|
708
|
-
exposureMode: "
|
|
696
|
+
exposureMode: "direct" | "discovery";
|
|
697
|
+
}[];
|
|
698
|
+
directTools: {
|
|
699
|
+
fullName: string;
|
|
700
|
+
originalName: string;
|
|
701
|
+
serverName: string;
|
|
702
|
+
inputSchema: Record<string, unknown>;
|
|
703
|
+
exposureMode: "direct" | "discovery" | "hidden";
|
|
704
|
+
enabled: boolean;
|
|
705
|
+
exposed: boolean;
|
|
706
|
+
description?: string | undefined;
|
|
707
|
+
enabledBy?: "discovery" | "toolset" | undefined;
|
|
708
|
+
enabledAt?: number | undefined;
|
|
709
709
|
}[];
|
|
710
710
|
discoverableTools: {
|
|
711
711
|
fullName: string;
|
|
712
712
|
originalName: string;
|
|
713
713
|
serverName: string;
|
|
714
714
|
inputSchema: Record<string, unknown>;
|
|
715
|
-
exposureMode: "
|
|
715
|
+
exposureMode: "direct" | "discovery" | "hidden";
|
|
716
716
|
enabled: boolean;
|
|
717
717
|
exposed: boolean;
|
|
718
718
|
description?: string | undefined;
|
|
@@ -738,18 +738,6 @@ declare const AgentRuntimeSubjects: _$_makaio_core0.BusSubjects<_$_makaio_core0.
|
|
|
738
738
|
env?: Record<string, string> | undefined;
|
|
739
739
|
mcpSessionContext?: {
|
|
740
740
|
sessionId: string;
|
|
741
|
-
directTools: {
|
|
742
|
-
fullName: string;
|
|
743
|
-
originalName: string;
|
|
744
|
-
serverName: string;
|
|
745
|
-
inputSchema: Record<string, unknown>;
|
|
746
|
-
exposureMode: "discovery" | "direct" | "hidden";
|
|
747
|
-
enabled: boolean;
|
|
748
|
-
exposed: boolean;
|
|
749
|
-
description?: string | undefined;
|
|
750
|
-
enabledBy?: "discovery" | "toolset" | undefined;
|
|
751
|
-
enabledAt?: number | undefined;
|
|
752
|
-
}[];
|
|
753
741
|
servers: {
|
|
754
742
|
name: string;
|
|
755
743
|
transport: {
|
|
@@ -777,14 +765,26 @@ declare const AgentRuntimeSubjects: _$_makaio_core0.BusSubjects<_$_makaio_core0.
|
|
|
777
765
|
}[] | undefined;
|
|
778
766
|
alwaysLoad?: boolean | undefined;
|
|
779
767
|
};
|
|
780
|
-
exposureMode: "
|
|
768
|
+
exposureMode: "direct" | "discovery";
|
|
769
|
+
}[];
|
|
770
|
+
directTools: {
|
|
771
|
+
fullName: string;
|
|
772
|
+
originalName: string;
|
|
773
|
+
serverName: string;
|
|
774
|
+
inputSchema: Record<string, unknown>;
|
|
775
|
+
exposureMode: "direct" | "discovery" | "hidden";
|
|
776
|
+
enabled: boolean;
|
|
777
|
+
exposed: boolean;
|
|
778
|
+
description?: string | undefined;
|
|
779
|
+
enabledBy?: "discovery" | "toolset" | undefined;
|
|
780
|
+
enabledAt?: number | undefined;
|
|
781
781
|
}[];
|
|
782
782
|
discoverableTools: {
|
|
783
783
|
fullName: string;
|
|
784
784
|
originalName: string;
|
|
785
785
|
serverName: string;
|
|
786
786
|
inputSchema: Record<string, unknown>;
|
|
787
|
-
exposureMode: "
|
|
787
|
+
exposureMode: "direct" | "discovery" | "hidden";
|
|
788
788
|
enabled: boolean;
|
|
789
789
|
exposed: boolean;
|
|
790
790
|
description?: string | undefined;
|
|
@@ -812,18 +812,6 @@ declare const AgentRuntimeSubjects: _$_makaio_core0.BusSubjects<_$_makaio_core0.
|
|
|
812
812
|
env?: Record<string, string> | undefined;
|
|
813
813
|
mcpSessionContext?: {
|
|
814
814
|
sessionId: string;
|
|
815
|
-
directTools: {
|
|
816
|
-
fullName: string;
|
|
817
|
-
originalName: string;
|
|
818
|
-
serverName: string;
|
|
819
|
-
inputSchema: Record<string, unknown>;
|
|
820
|
-
exposureMode: "discovery" | "direct" | "hidden";
|
|
821
|
-
enabled: boolean;
|
|
822
|
-
exposed: boolean;
|
|
823
|
-
description?: string | undefined;
|
|
824
|
-
enabledBy?: "discovery" | "toolset" | undefined;
|
|
825
|
-
enabledAt?: number | undefined;
|
|
826
|
-
}[];
|
|
827
815
|
servers: {
|
|
828
816
|
name: string;
|
|
829
817
|
transport: {
|
|
@@ -851,14 +839,26 @@ declare const AgentRuntimeSubjects: _$_makaio_core0.BusSubjects<_$_makaio_core0.
|
|
|
851
839
|
}[] | undefined;
|
|
852
840
|
alwaysLoad?: boolean | undefined;
|
|
853
841
|
};
|
|
854
|
-
exposureMode: "
|
|
842
|
+
exposureMode: "direct" | "discovery";
|
|
843
|
+
}[];
|
|
844
|
+
directTools: {
|
|
845
|
+
fullName: string;
|
|
846
|
+
originalName: string;
|
|
847
|
+
serverName: string;
|
|
848
|
+
inputSchema: Record<string, unknown>;
|
|
849
|
+
exposureMode: "direct" | "discovery" | "hidden";
|
|
850
|
+
enabled: boolean;
|
|
851
|
+
exposed: boolean;
|
|
852
|
+
description?: string | undefined;
|
|
853
|
+
enabledBy?: "discovery" | "toolset" | undefined;
|
|
854
|
+
enabledAt?: number | undefined;
|
|
855
855
|
}[];
|
|
856
856
|
discoverableTools: {
|
|
857
857
|
fullName: string;
|
|
858
858
|
originalName: string;
|
|
859
859
|
serverName: string;
|
|
860
860
|
inputSchema: Record<string, unknown>;
|
|
861
|
-
exposureMode: "
|
|
861
|
+
exposureMode: "direct" | "discovery" | "hidden";
|
|
862
862
|
enabled: boolean;
|
|
863
863
|
exposed: boolean;
|
|
864
864
|
description?: string | undefined;
|
|
@@ -889,9 +889,9 @@ declare const AgentRuntimeSubjects: _$_makaio_core0.BusSubjects<_$_makaio_core0.
|
|
|
889
889
|
status: _$zod.ZodEnum<{
|
|
890
890
|
completed: "completed";
|
|
891
891
|
cancelled: "cancelled";
|
|
892
|
+
failed: "failed";
|
|
892
893
|
running: "running";
|
|
893
894
|
waiting_input: "waiting_input";
|
|
894
|
-
failed: "failed";
|
|
895
895
|
}>;
|
|
896
896
|
result: _$zod.ZodOptional<_$zod.ZodString>;
|
|
897
897
|
error: _$zod.ZodOptional<_$zod.ZodString>;
|
|
@@ -37,9 +37,9 @@ declare const SubagentTemplateKernelNamespace: _$_makaio_core0.BusNamespaceDefin
|
|
|
37
37
|
status: _$zod.ZodEnum<{
|
|
38
38
|
completed: "completed";
|
|
39
39
|
cancelled: "cancelled";
|
|
40
|
+
failed: "failed";
|
|
40
41
|
running: "running";
|
|
41
42
|
waiting_input: "waiting_input";
|
|
42
|
-
failed: "failed";
|
|
43
43
|
}>;
|
|
44
44
|
result: _$zod.ZodOptional<_$zod.ZodString>;
|
|
45
45
|
error: _$zod.ZodOptional<_$zod.ZodString>;
|
|
@@ -101,9 +101,9 @@ declare const SubagentTemplateSubjects: _$_makaio_core0.BusSubjects<_$_makaio_co
|
|
|
101
101
|
status: _$zod.ZodEnum<{
|
|
102
102
|
completed: "completed";
|
|
103
103
|
cancelled: "cancelled";
|
|
104
|
+
failed: "failed";
|
|
104
105
|
running: "running";
|
|
105
106
|
waiting_input: "waiting_input";
|
|
106
|
-
failed: "failed";
|
|
107
107
|
}>;
|
|
108
108
|
result: _$zod.ZodOptional<_$zod.ZodString>;
|
|
109
109
|
error: _$zod.ZodOptional<_$zod.ZodString>;
|