@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
|
@@ -263,25 +263,6 @@ declare const CanonicalModelSelectionSchema: z.ZodObject<{
|
|
|
263
263
|
env: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
|
|
264
264
|
mcpSessionContext: z.ZodOptional<z.ZodObject<{
|
|
265
265
|
sessionId: z.ZodString;
|
|
266
|
-
directTools: z.ZodArray<z.ZodObject<{
|
|
267
|
-
fullName: z.ZodString;
|
|
268
|
-
originalName: z.ZodString;
|
|
269
|
-
serverName: z.ZodString;
|
|
270
|
-
description: z.ZodOptional<z.ZodString>;
|
|
271
|
-
inputSchema: z.ZodRecord<z.ZodString, z.ZodUnknown>;
|
|
272
|
-
exposureMode: z.ZodEnum<{
|
|
273
|
-
discovery: "discovery";
|
|
274
|
-
direct: "direct";
|
|
275
|
-
hidden: "hidden";
|
|
276
|
-
}>;
|
|
277
|
-
enabled: z.ZodBoolean;
|
|
278
|
-
enabledBy: z.ZodOptional<z.ZodEnum<{
|
|
279
|
-
discovery: "discovery";
|
|
280
|
-
toolset: "toolset";
|
|
281
|
-
}>>;
|
|
282
|
-
enabledAt: z.ZodOptional<z.ZodNumber>;
|
|
283
|
-
exposed: z.ZodBoolean;
|
|
284
|
-
}, z.core.$strip>>;
|
|
285
266
|
servers: z.ZodArray<z.ZodObject<{
|
|
286
267
|
name: z.ZodString;
|
|
287
268
|
transport: z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
@@ -318,9 +299,28 @@ declare const CanonicalModelSelectionSchema: z.ZodObject<{
|
|
|
318
299
|
type: z.ZodLiteral<"http">;
|
|
319
300
|
}, z.core.$strip>], "type">;
|
|
320
301
|
exposureMode: z.ZodEnum<{
|
|
302
|
+
direct: "direct";
|
|
321
303
|
discovery: "discovery";
|
|
304
|
+
}>;
|
|
305
|
+
}, z.core.$strip>>;
|
|
306
|
+
directTools: z.ZodArray<z.ZodObject<{
|
|
307
|
+
fullName: z.ZodString;
|
|
308
|
+
originalName: z.ZodString;
|
|
309
|
+
serverName: z.ZodString;
|
|
310
|
+
description: z.ZodOptional<z.ZodString>;
|
|
311
|
+
inputSchema: z.ZodRecord<z.ZodString, z.ZodUnknown>;
|
|
312
|
+
exposureMode: z.ZodEnum<{
|
|
322
313
|
direct: "direct";
|
|
314
|
+
discovery: "discovery";
|
|
315
|
+
hidden: "hidden";
|
|
323
316
|
}>;
|
|
317
|
+
enabled: z.ZodBoolean;
|
|
318
|
+
enabledBy: z.ZodOptional<z.ZodEnum<{
|
|
319
|
+
discovery: "discovery";
|
|
320
|
+
toolset: "toolset";
|
|
321
|
+
}>>;
|
|
322
|
+
enabledAt: z.ZodOptional<z.ZodNumber>;
|
|
323
|
+
exposed: z.ZodBoolean;
|
|
324
324
|
}, z.core.$strip>>;
|
|
325
325
|
discoverableTools: z.ZodArray<z.ZodObject<{
|
|
326
326
|
fullName: z.ZodString;
|
|
@@ -329,8 +329,8 @@ declare const CanonicalModelSelectionSchema: z.ZodObject<{
|
|
|
329
329
|
description: z.ZodOptional<z.ZodString>;
|
|
330
330
|
inputSchema: z.ZodRecord<z.ZodString, z.ZodUnknown>;
|
|
331
331
|
exposureMode: z.ZodEnum<{
|
|
332
|
-
discovery: "discovery";
|
|
333
332
|
direct: "direct";
|
|
333
|
+
discovery: "discovery";
|
|
334
334
|
hidden: "hidden";
|
|
335
335
|
}>;
|
|
336
336
|
enabled: z.ZodBoolean;
|
|
@@ -380,25 +380,6 @@ declare const CanonicalModelResolvedSelectionSchema: z.ZodObject<{
|
|
|
380
380
|
env: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
|
|
381
381
|
mcpSessionContext: z.ZodOptional<z.ZodObject<{
|
|
382
382
|
sessionId: z.ZodString;
|
|
383
|
-
directTools: z.ZodArray<z.ZodObject<{
|
|
384
|
-
fullName: z.ZodString;
|
|
385
|
-
originalName: z.ZodString;
|
|
386
|
-
serverName: z.ZodString;
|
|
387
|
-
description: z.ZodOptional<z.ZodString>;
|
|
388
|
-
inputSchema: z.ZodRecord<z.ZodString, z.ZodUnknown>;
|
|
389
|
-
exposureMode: z.ZodEnum<{
|
|
390
|
-
discovery: "discovery";
|
|
391
|
-
direct: "direct";
|
|
392
|
-
hidden: "hidden";
|
|
393
|
-
}>;
|
|
394
|
-
enabled: z.ZodBoolean;
|
|
395
|
-
enabledBy: z.ZodOptional<z.ZodEnum<{
|
|
396
|
-
discovery: "discovery";
|
|
397
|
-
toolset: "toolset";
|
|
398
|
-
}>>;
|
|
399
|
-
enabledAt: z.ZodOptional<z.ZodNumber>;
|
|
400
|
-
exposed: z.ZodBoolean;
|
|
401
|
-
}, z.core.$strip>>;
|
|
402
383
|
servers: z.ZodArray<z.ZodObject<{
|
|
403
384
|
name: z.ZodString;
|
|
404
385
|
transport: z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
@@ -435,9 +416,28 @@ declare const CanonicalModelResolvedSelectionSchema: z.ZodObject<{
|
|
|
435
416
|
type: z.ZodLiteral<"http">;
|
|
436
417
|
}, z.core.$strip>], "type">;
|
|
437
418
|
exposureMode: z.ZodEnum<{
|
|
419
|
+
direct: "direct";
|
|
438
420
|
discovery: "discovery";
|
|
421
|
+
}>;
|
|
422
|
+
}, z.core.$strip>>;
|
|
423
|
+
directTools: z.ZodArray<z.ZodObject<{
|
|
424
|
+
fullName: z.ZodString;
|
|
425
|
+
originalName: z.ZodString;
|
|
426
|
+
serverName: z.ZodString;
|
|
427
|
+
description: z.ZodOptional<z.ZodString>;
|
|
428
|
+
inputSchema: z.ZodRecord<z.ZodString, z.ZodUnknown>;
|
|
429
|
+
exposureMode: z.ZodEnum<{
|
|
439
430
|
direct: "direct";
|
|
431
|
+
discovery: "discovery";
|
|
432
|
+
hidden: "hidden";
|
|
440
433
|
}>;
|
|
434
|
+
enabled: z.ZodBoolean;
|
|
435
|
+
enabledBy: z.ZodOptional<z.ZodEnum<{
|
|
436
|
+
discovery: "discovery";
|
|
437
|
+
toolset: "toolset";
|
|
438
|
+
}>>;
|
|
439
|
+
enabledAt: z.ZodOptional<z.ZodNumber>;
|
|
440
|
+
exposed: z.ZodBoolean;
|
|
441
441
|
}, z.core.$strip>>;
|
|
442
442
|
discoverableTools: z.ZodArray<z.ZodObject<{
|
|
443
443
|
fullName: z.ZodString;
|
|
@@ -446,8 +446,8 @@ declare const CanonicalModelResolvedSelectionSchema: z.ZodObject<{
|
|
|
446
446
|
description: z.ZodOptional<z.ZodString>;
|
|
447
447
|
inputSchema: z.ZodRecord<z.ZodString, z.ZodUnknown>;
|
|
448
448
|
exposureMode: z.ZodEnum<{
|
|
449
|
-
discovery: "discovery";
|
|
450
449
|
direct: "direct";
|
|
450
|
+
discovery: "discovery";
|
|
451
451
|
hidden: "hidden";
|
|
452
452
|
}>;
|
|
453
453
|
enabled: z.ZodBoolean;
|
|
@@ -510,25 +510,6 @@ declare const CanonicalModelSchemas: {
|
|
|
510
510
|
env: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
|
|
511
511
|
mcpSessionContext: z.ZodOptional<z.ZodObject<{
|
|
512
512
|
sessionId: z.ZodString;
|
|
513
|
-
directTools: z.ZodArray<z.ZodObject<{
|
|
514
|
-
fullName: z.ZodString;
|
|
515
|
-
originalName: z.ZodString;
|
|
516
|
-
serverName: z.ZodString;
|
|
517
|
-
description: z.ZodOptional<z.ZodString>;
|
|
518
|
-
inputSchema: z.ZodRecord<z.ZodString, z.ZodUnknown>;
|
|
519
|
-
exposureMode: z.ZodEnum<{
|
|
520
|
-
discovery: "discovery";
|
|
521
|
-
direct: "direct";
|
|
522
|
-
hidden: "hidden";
|
|
523
|
-
}>;
|
|
524
|
-
enabled: z.ZodBoolean;
|
|
525
|
-
enabledBy: z.ZodOptional<z.ZodEnum<{
|
|
526
|
-
discovery: "discovery";
|
|
527
|
-
toolset: "toolset";
|
|
528
|
-
}>>;
|
|
529
|
-
enabledAt: z.ZodOptional<z.ZodNumber>;
|
|
530
|
-
exposed: z.ZodBoolean;
|
|
531
|
-
}, z.core.$strip>>;
|
|
532
513
|
servers: z.ZodArray<z.ZodObject<{
|
|
533
514
|
name: z.ZodString;
|
|
534
515
|
transport: z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
@@ -565,9 +546,28 @@ declare const CanonicalModelSchemas: {
|
|
|
565
546
|
type: z.ZodLiteral<"http">;
|
|
566
547
|
}, z.core.$strip>], "type">;
|
|
567
548
|
exposureMode: z.ZodEnum<{
|
|
549
|
+
direct: "direct";
|
|
568
550
|
discovery: "discovery";
|
|
551
|
+
}>;
|
|
552
|
+
}, z.core.$strip>>;
|
|
553
|
+
directTools: z.ZodArray<z.ZodObject<{
|
|
554
|
+
fullName: z.ZodString;
|
|
555
|
+
originalName: z.ZodString;
|
|
556
|
+
serverName: z.ZodString;
|
|
557
|
+
description: z.ZodOptional<z.ZodString>;
|
|
558
|
+
inputSchema: z.ZodRecord<z.ZodString, z.ZodUnknown>;
|
|
559
|
+
exposureMode: z.ZodEnum<{
|
|
569
560
|
direct: "direct";
|
|
561
|
+
discovery: "discovery";
|
|
562
|
+
hidden: "hidden";
|
|
570
563
|
}>;
|
|
564
|
+
enabled: z.ZodBoolean;
|
|
565
|
+
enabledBy: z.ZodOptional<z.ZodEnum<{
|
|
566
|
+
discovery: "discovery";
|
|
567
|
+
toolset: "toolset";
|
|
568
|
+
}>>;
|
|
569
|
+
enabledAt: z.ZodOptional<z.ZodNumber>;
|
|
570
|
+
exposed: z.ZodBoolean;
|
|
571
571
|
}, z.core.$strip>>;
|
|
572
572
|
discoverableTools: z.ZodArray<z.ZodObject<{
|
|
573
573
|
fullName: z.ZodString;
|
|
@@ -576,8 +576,8 @@ declare const CanonicalModelSchemas: {
|
|
|
576
576
|
description: z.ZodOptional<z.ZodString>;
|
|
577
577
|
inputSchema: z.ZodRecord<z.ZodString, z.ZodUnknown>;
|
|
578
578
|
exposureMode: z.ZodEnum<{
|
|
579
|
-
discovery: "discovery";
|
|
580
579
|
direct: "direct";
|
|
580
|
+
discovery: "discovery";
|
|
581
581
|
hidden: "hidden";
|
|
582
582
|
}>;
|
|
583
583
|
enabled: z.ZodBoolean;
|
|
@@ -639,25 +639,6 @@ declare const CanonicalModelNamespace: _$_makaio_core0.BusNamespaceDefinition<"c
|
|
|
639
639
|
env: _$zod.ZodOptional<_$zod.ZodRecord<_$zod.ZodString, _$zod.ZodString>>;
|
|
640
640
|
mcpSessionContext: _$zod.ZodOptional<_$zod.ZodObject<{
|
|
641
641
|
sessionId: _$zod.ZodString;
|
|
642
|
-
directTools: _$zod.ZodArray<_$zod.ZodObject<{
|
|
643
|
-
fullName: _$zod.ZodString;
|
|
644
|
-
originalName: _$zod.ZodString;
|
|
645
|
-
serverName: _$zod.ZodString;
|
|
646
|
-
description: _$zod.ZodOptional<_$zod.ZodString>;
|
|
647
|
-
inputSchema: _$zod.ZodRecord<_$zod.ZodString, _$zod.ZodUnknown>;
|
|
648
|
-
exposureMode: _$zod.ZodEnum<{
|
|
649
|
-
discovery: "discovery";
|
|
650
|
-
direct: "direct";
|
|
651
|
-
hidden: "hidden";
|
|
652
|
-
}>;
|
|
653
|
-
enabled: _$zod.ZodBoolean;
|
|
654
|
-
enabledBy: _$zod.ZodOptional<_$zod.ZodEnum<{
|
|
655
|
-
discovery: "discovery";
|
|
656
|
-
toolset: "toolset";
|
|
657
|
-
}>>;
|
|
658
|
-
enabledAt: _$zod.ZodOptional<_$zod.ZodNumber>;
|
|
659
|
-
exposed: _$zod.ZodBoolean;
|
|
660
|
-
}, _$zod_v4_core0.$strip>>;
|
|
661
642
|
servers: _$zod.ZodArray<_$zod.ZodObject<{
|
|
662
643
|
name: _$zod.ZodString;
|
|
663
644
|
transport: _$zod.ZodDiscriminatedUnion<[_$zod.ZodObject<{
|
|
@@ -694,9 +675,28 @@ declare const CanonicalModelNamespace: _$_makaio_core0.BusNamespaceDefinition<"c
|
|
|
694
675
|
type: _$zod.ZodLiteral<"http">;
|
|
695
676
|
}, _$zod_v4_core0.$strip>], "type">;
|
|
696
677
|
exposureMode: _$zod.ZodEnum<{
|
|
678
|
+
direct: "direct";
|
|
697
679
|
discovery: "discovery";
|
|
680
|
+
}>;
|
|
681
|
+
}, _$zod_v4_core0.$strip>>;
|
|
682
|
+
directTools: _$zod.ZodArray<_$zod.ZodObject<{
|
|
683
|
+
fullName: _$zod.ZodString;
|
|
684
|
+
originalName: _$zod.ZodString;
|
|
685
|
+
serverName: _$zod.ZodString;
|
|
686
|
+
description: _$zod.ZodOptional<_$zod.ZodString>;
|
|
687
|
+
inputSchema: _$zod.ZodRecord<_$zod.ZodString, _$zod.ZodUnknown>;
|
|
688
|
+
exposureMode: _$zod.ZodEnum<{
|
|
698
689
|
direct: "direct";
|
|
690
|
+
discovery: "discovery";
|
|
691
|
+
hidden: "hidden";
|
|
699
692
|
}>;
|
|
693
|
+
enabled: _$zod.ZodBoolean;
|
|
694
|
+
enabledBy: _$zod.ZodOptional<_$zod.ZodEnum<{
|
|
695
|
+
discovery: "discovery";
|
|
696
|
+
toolset: "toolset";
|
|
697
|
+
}>>;
|
|
698
|
+
enabledAt: _$zod.ZodOptional<_$zod.ZodNumber>;
|
|
699
|
+
exposed: _$zod.ZodBoolean;
|
|
700
700
|
}, _$zod_v4_core0.$strip>>;
|
|
701
701
|
discoverableTools: _$zod.ZodArray<_$zod.ZodObject<{
|
|
702
702
|
fullName: _$zod.ZodString;
|
|
@@ -705,8 +705,8 @@ declare const CanonicalModelNamespace: _$_makaio_core0.BusNamespaceDefinition<"c
|
|
|
705
705
|
description: _$zod.ZodOptional<_$zod.ZodString>;
|
|
706
706
|
inputSchema: _$zod.ZodRecord<_$zod.ZodString, _$zod.ZodUnknown>;
|
|
707
707
|
exposureMode: _$zod.ZodEnum<{
|
|
708
|
-
discovery: "discovery";
|
|
709
708
|
direct: "direct";
|
|
709
|
+
discovery: "discovery";
|
|
710
710
|
hidden: "hidden";
|
|
711
711
|
}>;
|
|
712
712
|
enabled: _$zod.ZodBoolean;
|
|
@@ -766,25 +766,6 @@ declare const CanonicalModelSubjects: _$_makaio_core0.BusSubjects<_$_makaio_core
|
|
|
766
766
|
env: _$zod.ZodOptional<_$zod.ZodRecord<_$zod.ZodString, _$zod.ZodString>>;
|
|
767
767
|
mcpSessionContext: _$zod.ZodOptional<_$zod.ZodObject<{
|
|
768
768
|
sessionId: _$zod.ZodString;
|
|
769
|
-
directTools: _$zod.ZodArray<_$zod.ZodObject<{
|
|
770
|
-
fullName: _$zod.ZodString;
|
|
771
|
-
originalName: _$zod.ZodString;
|
|
772
|
-
serverName: _$zod.ZodString;
|
|
773
|
-
description: _$zod.ZodOptional<_$zod.ZodString>;
|
|
774
|
-
inputSchema: _$zod.ZodRecord<_$zod.ZodString, _$zod.ZodUnknown>;
|
|
775
|
-
exposureMode: _$zod.ZodEnum<{
|
|
776
|
-
discovery: "discovery";
|
|
777
|
-
direct: "direct";
|
|
778
|
-
hidden: "hidden";
|
|
779
|
-
}>;
|
|
780
|
-
enabled: _$zod.ZodBoolean;
|
|
781
|
-
enabledBy: _$zod.ZodOptional<_$zod.ZodEnum<{
|
|
782
|
-
discovery: "discovery";
|
|
783
|
-
toolset: "toolset";
|
|
784
|
-
}>>;
|
|
785
|
-
enabledAt: _$zod.ZodOptional<_$zod.ZodNumber>;
|
|
786
|
-
exposed: _$zod.ZodBoolean;
|
|
787
|
-
}, _$zod_v4_core0.$strip>>;
|
|
788
769
|
servers: _$zod.ZodArray<_$zod.ZodObject<{
|
|
789
770
|
name: _$zod.ZodString;
|
|
790
771
|
transport: _$zod.ZodDiscriminatedUnion<[_$zod.ZodObject<{
|
|
@@ -821,9 +802,28 @@ declare const CanonicalModelSubjects: _$_makaio_core0.BusSubjects<_$_makaio_core
|
|
|
821
802
|
type: _$zod.ZodLiteral<"http">;
|
|
822
803
|
}, _$zod_v4_core0.$strip>], "type">;
|
|
823
804
|
exposureMode: _$zod.ZodEnum<{
|
|
805
|
+
direct: "direct";
|
|
824
806
|
discovery: "discovery";
|
|
807
|
+
}>;
|
|
808
|
+
}, _$zod_v4_core0.$strip>>;
|
|
809
|
+
directTools: _$zod.ZodArray<_$zod.ZodObject<{
|
|
810
|
+
fullName: _$zod.ZodString;
|
|
811
|
+
originalName: _$zod.ZodString;
|
|
812
|
+
serverName: _$zod.ZodString;
|
|
813
|
+
description: _$zod.ZodOptional<_$zod.ZodString>;
|
|
814
|
+
inputSchema: _$zod.ZodRecord<_$zod.ZodString, _$zod.ZodUnknown>;
|
|
815
|
+
exposureMode: _$zod.ZodEnum<{
|
|
825
816
|
direct: "direct";
|
|
817
|
+
discovery: "discovery";
|
|
818
|
+
hidden: "hidden";
|
|
826
819
|
}>;
|
|
820
|
+
enabled: _$zod.ZodBoolean;
|
|
821
|
+
enabledBy: _$zod.ZodOptional<_$zod.ZodEnum<{
|
|
822
|
+
discovery: "discovery";
|
|
823
|
+
toolset: "toolset";
|
|
824
|
+
}>>;
|
|
825
|
+
enabledAt: _$zod.ZodOptional<_$zod.ZodNumber>;
|
|
826
|
+
exposed: _$zod.ZodBoolean;
|
|
827
827
|
}, _$zod_v4_core0.$strip>>;
|
|
828
828
|
discoverableTools: _$zod.ZodArray<_$zod.ZodObject<{
|
|
829
829
|
fullName: _$zod.ZodString;
|
|
@@ -832,8 +832,8 @@ declare const CanonicalModelSubjects: _$_makaio_core0.BusSubjects<_$_makaio_core
|
|
|
832
832
|
description: _$zod.ZodOptional<_$zod.ZodString>;
|
|
833
833
|
inputSchema: _$zod.ZodRecord<_$zod.ZodString, _$zod.ZodUnknown>;
|
|
834
834
|
exposureMode: _$zod.ZodEnum<{
|
|
835
|
-
discovery: "discovery";
|
|
836
835
|
direct: "direct";
|
|
836
|
+
discovery: "discovery";
|
|
837
837
|
hidden: "hidden";
|
|
838
838
|
}>;
|
|
839
839
|
enabled: _$zod.ZodBoolean;
|
|
@@ -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-Dch9gi4S.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-DvLCzle5.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-Dch9gi4S.mjs";
|
|
3
3
|
import { i as WindowStyle, n as WindowRegistration, r as WindowRegistry, t as STYLE_DEFAULTS } from "../window-registry-ofIUQnfo.mjs";
|
|
4
4
|
import { a as KernelSchemas, i as setWorkflowTriggerTypeRegistry, n as KernelSubjects, r as getWorkflowTriggerTypeRegistry, t as KernelNamespace } from "../index-Y8rMeYYX.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-CpKikwK4.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-DvLCzle5.mjs";
|
|
2
2
|
export { ComponentIdentitySchema, ComponentInfo, ComponentInfoSchema, ComponentState, ComponentStateSchema, ExtensionInfo, ExtensionInfoSchema, ExtensionNamespace, ExtensionSubjects, ExtensionWarningEntry, ExtensionWarningEntrySchema, ServiceInfo, ServiceInfoSchema };
|
|
@@ -2032,9 +2032,9 @@ declare const MessageStorageNamespace$1: {
|
|
|
2032
2032
|
agentId: never;
|
|
2033
2033
|
adapterSessionId: never;
|
|
2034
2034
|
turnId: string | null;
|
|
2035
|
+
limit: never;
|
|
2035
2036
|
timestamp: number;
|
|
2036
2037
|
query: string;
|
|
2037
|
-
limit: never;
|
|
2038
2038
|
contentText: string;
|
|
2039
2039
|
adapterMessageId: string;
|
|
2040
2040
|
emitEvent: never;
|