@makaio/framework 1.0.0-dev-1781367632837 → 1.0.0-dev-1781368534585

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.
Files changed (59) hide show
  1. package/dist/.makaio-build.json +2 -2
  2. package/dist/contracts/adapter/index.d.mts +2 -2
  3. package/dist/contracts/adapter/schemas/session-lineage.d.mts +1 -1
  4. package/dist/contracts/client/index.d.mts +1 -1
  5. package/dist/contracts/config/index.d.mts +6 -6
  6. package/dist/contracts/extension/index.d.mts +2 -2
  7. package/dist/contracts/facet/index.d.mts +1 -1
  8. package/dist/contracts/harness/index.d.mts +1 -1
  9. package/dist/contracts/index.d.mts +115 -115
  10. package/dist/contracts/provider/index.d.mts +1 -1
  11. package/dist/contracts/session/index.d.mts +2 -2
  12. package/dist/contracts/shared/index.d.mts +1 -1
  13. package/dist/contracts/variant/index.d.mts +1 -1
  14. package/dist/{index-fVgKVvta.d.mts → index-BT5tNA3Y.d.mts} +1 -1
  15. package/dist/{index-CcBAFO-1.d.mts → index-BZPdJ-cc.d.mts} +3 -3
  16. package/dist/{index-COPhs8Ay.d.mts → index-Buo9H8RK.d.mts} +1 -1
  17. package/dist/{index-B7uYo0C6.d.mts → index-ClJybiRp.d.mts} +3 -3
  18. package/dist/{index-C3zfJg6s.d.mts → index-D--1C5cq.d.mts} +9 -9
  19. package/dist/{index-IekAD8Gp.d.mts → index-D0KbxzzL.d.mts} +8 -8
  20. package/dist/{index-CncH-7wf.d.mts → index-DVhdhnCz.d.mts} +20 -20
  21. package/dist/{index-BAhJKQLX.d.mts → index-DfyXMHbr.d.mts} +8 -8
  22. package/dist/{index-qGJoNJon.d.mts → index-V-TYYJbM.d.mts} +6 -6
  23. package/dist/{index-Bibt5jAX.d.mts → index-zvz6W1SY.d.mts} +8 -8
  24. package/dist/{namespace-DRFJN-_z.d.mts → namespace-BybC0T6L.d.mts} +2 -2
  25. package/dist/{namespace-6OzA9SwY.d.mts → namespace-CWqZfW61.d.mts} +32 -32
  26. package/dist/{namespace-B60mn8J-2.d.mts → namespace-DC1VWMKj2.d.mts} +2 -2
  27. package/dist/{namespace-DI9_OYOU.d.mts → namespace-Dg8SmyyE.d.mts} +3 -3
  28. package/dist/package.json +1 -1
  29. package/dist/{schemas-Chyj6HuZ.d.mts → schemas-BFO5Ovdp.d.mts} +4 -4
  30. package/dist/{schemas-DtJWNKZ_2.d.mts → schemas-BFYzBjpp2.d.mts} +9 -9
  31. package/dist/{schemas-DZUaRcYl.d.mts → schemas-CTgHFHmK.d.mts} +7 -7
  32. package/dist/{schemas-Dv5FxHDT.d.mts → schemas-Dk1d5uZE.d.mts} +2 -2
  33. package/dist/services/adapter-subsystem/index.d.mts +2 -2
  34. package/dist/services/adapter-subsystem/namespace.d.mts +1 -1
  35. package/dist/services/agent-runtime/index.d.mts +2 -2
  36. package/dist/services/agent-runtime/namespace.d.mts +1 -1
  37. package/dist/services/agent-runtime/schemas.d.mts +1 -1
  38. package/dist/services/context-rules/index.d.mts +3 -3
  39. package/dist/services/filesystem/namespace.d.mts +6 -6
  40. package/dist/services/filesystem/schemas.d.mts +3 -3
  41. package/dist/services/harness/index.d.mts +3 -3
  42. package/dist/services/index.d.mts +38 -38
  43. package/dist/services/preferences/index.d.mts +2 -2
  44. package/dist/services/preferences/schemas.d.mts +1 -1
  45. package/dist/services/preferences/storage-namespace.d.mts +2 -2
  46. package/dist/services/session/index.d.mts +1 -1
  47. package/dist/services/session/messages/namespace.d.mts +1 -1
  48. package/dist/services/settings/namespace.d.mts +6 -6
  49. package/dist/services/subagent-template/index.d.mts +2 -2
  50. package/dist/services/subagent-template/namespace.d.mts +1 -1
  51. package/dist/services/subagent-template/schemas.d.mts +1 -1
  52. package/dist/{session-lineage-CKg6mErA.d.mts → session-lineage-BoyuhtiV.d.mts} +1 -1
  53. package/dist/{storage-namespace-BXmMUd7a.d.mts → storage-namespace-n4KCNecF.d.mts} +10 -10
  54. package/dist/{types-BOuU-0Vs.d.mts → types-8pL9-Me7.d.mts} +2 -2
  55. package/dist/ui-kernel/index.d.mts +4 -4
  56. package/dist/ui-kernel/pages/namespace.d.mts +4 -4
  57. package/dist/ui-kernel/pages/schemas.d.mts +1 -1
  58. package/dist/workflow-engine/index.d.mts +50 -50
  59. package/package.json +1 -1
@@ -11,8 +11,8 @@ import * as _$_makaio_core0 from "@makaio/framework/core";
11
11
  */
12
12
  declare const FacetAuthoritySchema: z.ZodEnum<{
13
13
  system: "system";
14
- agent: "agent";
15
14
  human: "human";
15
+ agent: "agent";
16
16
  }>;
17
17
  /**
18
18
  * Cardinality of values a facet namespace permits per target.
@@ -53,8 +53,8 @@ declare const FacetNamespaceRegistrationSchema: z.ZodObject<{
53
53
  values: z.ZodUnion<readonly [z.ZodLiteral<"open">, z.ZodReadonly<z.ZodArray<z.ZodString>>]>;
54
54
  authority: z.ZodReadonly<z.ZodArray<z.ZodEnum<{
55
55
  system: "system";
56
- agent: "agent";
57
56
  human: "human";
57
+ agent: "agent";
58
58
  }>>>;
59
59
  appliesTo: z.ZodReadonly<z.ZodArray<z.ZodEnum<{
60
60
  surface: "surface";
@@ -157,8 +157,8 @@ declare const FacetSchemas: {
157
157
  values: z.ZodUnion<readonly [z.ZodLiteral<"open">, z.ZodReadonly<z.ZodArray<z.ZodString>>]>;
158
158
  authority: z.ZodReadonly<z.ZodArray<z.ZodEnum<{
159
159
  system: "system";
160
- agent: "agent";
161
160
  human: "human";
161
+ agent: "agent";
162
162
  }>>>;
163
163
  appliesTo: z.ZodReadonly<z.ZodArray<z.ZodEnum<{
164
164
  surface: "surface";
@@ -185,8 +185,8 @@ declare const FacetSchemas: {
185
185
  values: z.ZodUnion<readonly [z.ZodLiteral<"open">, z.ZodReadonly<z.ZodArray<z.ZodString>>]>;
186
186
  authority: z.ZodReadonly<z.ZodArray<z.ZodEnum<{
187
187
  system: "system";
188
- agent: "agent";
189
188
  human: "human";
189
+ agent: "agent";
190
190
  }>>>;
191
191
  appliesTo: z.ZodReadonly<z.ZodArray<z.ZodEnum<{
192
192
  surface: "surface";
@@ -223,8 +223,8 @@ declare const FacetNamespace: _$_makaio_core0.BusNamespaceDefinition<"facet", {
223
223
  values: z.ZodUnion<readonly [z.ZodLiteral<"open">, z.ZodReadonly<z.ZodArray<z.ZodString>>]>;
224
224
  authority: z.ZodReadonly<z.ZodArray<z.ZodEnum<{
225
225
  system: "system";
226
- agent: "agent";
227
226
  human: "human";
227
+ agent: "agent";
228
228
  }>>>;
229
229
  appliesTo: z.ZodReadonly<z.ZodArray<z.ZodEnum<{
230
230
  surface: "surface";
@@ -251,8 +251,8 @@ declare const FacetNamespace: _$_makaio_core0.BusNamespaceDefinition<"facet", {
251
251
  values: z.ZodUnion<readonly [z.ZodLiteral<"open">, z.ZodReadonly<z.ZodArray<z.ZodString>>]>;
252
252
  authority: z.ZodReadonly<z.ZodArray<z.ZodEnum<{
253
253
  system: "system";
254
- agent: "agent";
255
254
  human: "human";
255
+ agent: "agent";
256
256
  }>>>;
257
257
  appliesTo: z.ZodReadonly<z.ZodArray<z.ZodEnum<{
258
258
  surface: "surface";
@@ -295,8 +295,8 @@ declare const FacetSubjects: _$_makaio_core0.BusSubjects<_$_makaio_core0.FlatSub
295
295
  values: z.ZodUnion<readonly [z.ZodLiteral<"open">, z.ZodReadonly<z.ZodArray<z.ZodString>>]>;
296
296
  authority: z.ZodReadonly<z.ZodArray<z.ZodEnum<{
297
297
  system: "system";
298
- agent: "agent";
299
298
  human: "human";
299
+ agent: "agent";
300
300
  }>>>;
301
301
  appliesTo: z.ZodReadonly<z.ZodArray<z.ZodEnum<{
302
302
  surface: "surface";
@@ -323,8 +323,8 @@ declare const FacetSubjects: _$_makaio_core0.BusSubjects<_$_makaio_core0.FlatSub
323
323
  values: z.ZodUnion<readonly [z.ZodLiteral<"open">, z.ZodReadonly<z.ZodArray<z.ZodString>>]>;
324
324
  authority: z.ZodReadonly<z.ZodArray<z.ZodEnum<{
325
325
  system: "system";
326
- agent: "agent";
327
326
  human: "human";
327
+ agent: "agent";
328
328
  }>>>;
329
329
  appliesTo: z.ZodReadonly<z.ZodArray<z.ZodEnum<{
330
330
  surface: "surface";
@@ -427,9 +427,9 @@ declare const AgentRuntimeNamespace: _$_makaio_core0.BusNamespaceDefinition<"age
427
427
  status: _$zod.ZodEnum<{
428
428
  completed: "completed";
429
429
  cancelled: "cancelled";
430
- failed: "failed";
431
430
  running: "running";
432
431
  waiting_input: "waiting_input";
432
+ failed: "failed";
433
433
  }>;
434
434
  result: _$zod.ZodOptional<_$zod.ZodString>;
435
435
  error: _$zod.ZodOptional<_$zod.ZodString>;
@@ -879,9 +879,9 @@ declare const AgentRuntimeSubjects: _$_makaio_core0.BusSubjects<_$_makaio_core0.
879
879
  status: _$zod.ZodEnum<{
880
880
  completed: "completed";
881
881
  cancelled: "cancelled";
882
- failed: "failed";
883
882
  running: "running";
884
883
  waiting_input: "waiting_input";
884
+ failed: "failed";
885
885
  }>;
886
886
  result: _$zod.ZodOptional<_$zod.ZodString>;
887
887
  error: _$zod.ZodOptional<_$zod.ZodString>;
@@ -17,13 +17,13 @@ declare const AdapterSubsystemNamespace: _$_makaio_core0.BusNamespaceDefinition<
17
17
  displayName: _$zod.ZodOptional<_$zod.ZodString>;
18
18
  protocol: _$zod.ZodOptional<_$zod.ZodString>;
19
19
  clientId: _$zod.ZodOptional<_$zod.ZodString>;
20
+ settings: _$zod.ZodOptional<_$zod.ZodType<Record<string, unknown>, Record<string, unknown>, _$zod_v4_core0.$ZodTypeInternals<Record<string, unknown>, Record<string, unknown>>>>;
20
21
  helpLinks: _$zod.ZodOptional<_$zod.ZodArray<_$zod.ZodObject<{
21
22
  label: _$zod.ZodString;
22
23
  url: _$zod.ZodString;
23
24
  }, _$zod_v4_core0.$strict>>>;
24
25
  instructions: _$zod.ZodOptional<_$zod.ZodString>;
25
26
  providerDefinitionIds: _$zod.ZodOptional<_$zod.ZodArray<_$zod.ZodString>>;
26
- settings: _$zod.ZodOptional<_$zod.ZodType<Record<string, unknown>, Record<string, unknown>, _$zod_v4_core0.$ZodTypeInternals<Record<string, unknown>, Record<string, unknown>>>>;
27
27
  name: _$zod.ZodString;
28
28
  enabled: _$zod.ZodBoolean;
29
29
  bindings: _$zod.ZodArray<_$zod.ZodObject<{
@@ -42,13 +42,13 @@ declare const AdapterSubsystemNamespace: _$_makaio_core0.BusNamespaceDefinition<
42
42
  displayName: _$zod.ZodOptional<_$zod.ZodString>;
43
43
  protocol: _$zod.ZodOptional<_$zod.ZodString>;
44
44
  clientId: _$zod.ZodOptional<_$zod.ZodString>;
45
+ settings: _$zod.ZodOptional<_$zod.ZodType<Record<string, unknown>, Record<string, unknown>, _$zod_v4_core0.$ZodTypeInternals<Record<string, unknown>, Record<string, unknown>>>>;
45
46
  helpLinks: _$zod.ZodOptional<_$zod.ZodArray<_$zod.ZodObject<{
46
47
  label: _$zod.ZodString;
47
48
  url: _$zod.ZodString;
48
49
  }, _$zod_v4_core0.$strict>>>;
49
50
  instructions: _$zod.ZodOptional<_$zod.ZodString>;
50
51
  providerDefinitionIds: _$zod.ZodOptional<_$zod.ZodArray<_$zod.ZodString>>;
51
- settings: _$zod.ZodOptional<_$zod.ZodType<Record<string, unknown>, Record<string, unknown>, _$zod_v4_core0.$ZodTypeInternals<Record<string, unknown>, Record<string, unknown>>>>;
52
52
  name: _$zod.ZodString;
53
53
  enabled: _$zod.ZodBoolean;
54
54
  bindings: _$zod.ZodArray<_$zod.ZodObject<{
@@ -70,8 +70,8 @@ declare const AdapterSubsystemNamespace: _$_makaio_core0.BusNamespaceDefinition<
70
70
  name: _$zod.ZodString;
71
71
  endpointOverrides: _$zod.ZodOptional<_$zod.ZodRecord<_$zod.ZodString, _$zod.ZodString>>;
72
72
  modelVisibility: _$zod.ZodOptional<_$zod.ZodRecord<_$zod.ZodString, _$zod.ZodEnum<{
73
- disabled: "disabled";
74
73
  enabled: "enabled";
74
+ disabled: "disabled";
75
75
  visible: "visible";
76
76
  }>>>;
77
77
  modelFilterMode: _$zod.ZodEnum<{
@@ -97,8 +97,8 @@ declare const AdapterSubsystemNamespace: _$_makaio_core0.BusNamespaceDefinition<
97
97
  name: _$zod.ZodString;
98
98
  endpointOverrides: _$zod.ZodOptional<_$zod.ZodRecord<_$zod.ZodString, _$zod.ZodString>>;
99
99
  modelVisibility: _$zod.ZodOptional<_$zod.ZodRecord<_$zod.ZodString, _$zod.ZodEnum<{
100
- disabled: "disabled";
101
100
  enabled: "enabled";
101
+ disabled: "disabled";
102
102
  visible: "visible";
103
103
  }>>>;
104
104
  modelFilterMode: _$zod.ZodEnum<{
@@ -124,8 +124,8 @@ declare const AdapterSubsystemNamespace: _$_makaio_core0.BusNamespaceDefinition<
124
124
  name: _$zod.ZodString;
125
125
  endpointOverrides: _$zod.ZodOptional<_$zod.ZodRecord<_$zod.ZodString, _$zod.ZodString>>;
126
126
  modelVisibility: _$zod.ZodOptional<_$zod.ZodRecord<_$zod.ZodString, _$zod.ZodEnum<{
127
- disabled: "disabled";
128
127
  enabled: "enabled";
128
+ disabled: "disabled";
129
129
  visible: "visible";
130
130
  }>>>;
131
131
  modelFilterMode: _$zod.ZodEnum<{
@@ -188,8 +188,8 @@ declare const AdapterSubsystemNamespace: _$_makaio_core0.BusNamespaceDefinition<
188
188
  name: _$zod.ZodString;
189
189
  endpointOverrides: _$zod.ZodOptional<_$zod.ZodRecord<_$zod.ZodString, _$zod.ZodString>>;
190
190
  modelVisibility: _$zod.ZodOptional<_$zod.ZodRecord<_$zod.ZodString, _$zod.ZodEnum<{
191
- disabled: "disabled";
192
191
  enabled: "enabled";
192
+ disabled: "disabled";
193
193
  visible: "visible";
194
194
  }>>>;
195
195
  modelFilterMode: _$zod.ZodEnum<{
@@ -335,8 +335,8 @@ declare const AdapterSubsystemNamespace: _$_makaio_core0.BusNamespaceDefinition<
335
335
  openai: _$zod.ZodOptional<_$zod.ZodString>;
336
336
  }, _$zod_v4_core0.$strip>>;
337
337
  modelVisibility: _$zod.ZodOptional<_$zod.ZodRecord<_$zod.ZodString, _$zod.ZodEnum<{
338
- disabled: "disabled";
339
338
  enabled: "enabled";
339
+ disabled: "disabled";
340
340
  visible: "visible";
341
341
  }>>>;
342
342
  modelFilterMode: _$zod.ZodOptional<_$zod.ZodEnum<{
@@ -352,8 +352,8 @@ declare const AdapterSubsystemNamespace: _$_makaio_core0.BusNamespaceDefinition<
352
352
  name: _$zod.ZodString;
353
353
  endpointOverrides: _$zod.ZodOptional<_$zod.ZodRecord<_$zod.ZodString, _$zod.ZodString>>;
354
354
  modelVisibility: _$zod.ZodOptional<_$zod.ZodRecord<_$zod.ZodString, _$zod.ZodEnum<{
355
- disabled: "disabled";
356
355
  enabled: "enabled";
356
+ disabled: "disabled";
357
357
  visible: "visible";
358
358
  }>>>;
359
359
  modelFilterMode: _$zod.ZodEnum<{
@@ -378,8 +378,8 @@ declare const AdapterSubsystemNamespace: _$_makaio_core0.BusNamespaceDefinition<
378
378
  openai: _$zod.ZodOptional<_$zod.ZodString>;
379
379
  }, _$zod_v4_core0.$strip>>>;
380
380
  modelVisibility: _$zod.ZodOptional<_$zod.ZodRecord<_$zod.ZodString, _$zod.ZodEnum<{
381
- disabled: "disabled";
382
381
  enabled: "enabled";
382
+ disabled: "disabled";
383
383
  visible: "visible";
384
384
  }>>>;
385
385
  enabled: _$zod.ZodOptional<_$zod.ZodBoolean>;
@@ -392,8 +392,8 @@ declare const AdapterSubsystemNamespace: _$_makaio_core0.BusNamespaceDefinition<
392
392
  name: _$zod.ZodString;
393
393
  endpointOverrides: _$zod.ZodOptional<_$zod.ZodRecord<_$zod.ZodString, _$zod.ZodString>>;
394
394
  modelVisibility: _$zod.ZodOptional<_$zod.ZodRecord<_$zod.ZodString, _$zod.ZodEnum<{
395
- disabled: "disabled";
396
395
  enabled: "enabled";
396
+ disabled: "disabled";
397
397
  visible: "visible";
398
398
  }>>>;
399
399
  modelFilterMode: _$zod.ZodEnum<{
@@ -420,8 +420,8 @@ declare const AdapterSubsystemNamespace: _$_makaio_core0.BusNamespaceDefinition<
420
420
  name: _$zod.ZodString;
421
421
  endpointOverrides: _$zod.ZodOptional<_$zod.ZodRecord<_$zod.ZodString, _$zod.ZodString>>;
422
422
  modelVisibility: _$zod.ZodOptional<_$zod.ZodRecord<_$zod.ZodString, _$zod.ZodEnum<{
423
- disabled: "disabled";
424
423
  enabled: "enabled";
424
+ disabled: "disabled";
425
425
  visible: "visible";
426
426
  }>>>;
427
427
  modelFilterMode: _$zod.ZodEnum<{
@@ -455,8 +455,8 @@ declare const AdapterSubsystemNamespace: _$_makaio_core0.BusNamespaceDefinition<
455
455
  name: _$zod.ZodString;
456
456
  endpointOverrides: _$zod.ZodOptional<_$zod.ZodRecord<_$zod.ZodString, _$zod.ZodString>>;
457
457
  modelVisibility: _$zod.ZodOptional<_$zod.ZodRecord<_$zod.ZodString, _$zod.ZodEnum<{
458
- disabled: "disabled";
459
458
  enabled: "enabled";
459
+ disabled: "disabled";
460
460
  visible: "visible";
461
461
  }>>>;
462
462
  modelFilterMode: _$zod.ZodEnum<{
@@ -487,8 +487,8 @@ declare const AdapterSubsystemNamespace: _$_makaio_core0.BusNamespaceDefinition<
487
487
  name: _$zod.ZodString;
488
488
  endpointOverrides: _$zod.ZodOptional<_$zod.ZodRecord<_$zod.ZodString, _$zod.ZodString>>;
489
489
  modelVisibility: _$zod.ZodOptional<_$zod.ZodRecord<_$zod.ZodString, _$zod.ZodEnum<{
490
- disabled: "disabled";
491
490
  enabled: "enabled";
491
+ disabled: "disabled";
492
492
  visible: "visible";
493
493
  }>>>;
494
494
  modelFilterMode: _$zod.ZodEnum<{
@@ -527,13 +527,13 @@ declare const AdapterSubsystemNamespace: _$_makaio_core0.BusNamespaceDefinition<
527
527
  displayName: _$zod.ZodOptional<_$zod.ZodString>;
528
528
  protocol: _$zod.ZodOptional<_$zod.ZodString>;
529
529
  clientId: _$zod.ZodOptional<_$zod.ZodString>;
530
+ settings: _$zod.ZodOptional<_$zod.ZodType<Record<string, unknown>, Record<string, unknown>, _$zod_v4_core0.$ZodTypeInternals<Record<string, unknown>, Record<string, unknown>>>>;
530
531
  helpLinks: _$zod.ZodOptional<_$zod.ZodArray<_$zod.ZodObject<{
531
532
  label: _$zod.ZodString;
532
533
  url: _$zod.ZodString;
533
534
  }, _$zod_v4_core0.$strict>>>;
534
535
  instructions: _$zod.ZodOptional<_$zod.ZodString>;
535
536
  providerDefinitionIds: _$zod.ZodOptional<_$zod.ZodArray<_$zod.ZodString>>;
536
- settings: _$zod.ZodOptional<_$zod.ZodType<Record<string, unknown>, Record<string, unknown>, _$zod_v4_core0.$ZodTypeInternals<Record<string, unknown>, Record<string, unknown>>>>;
537
537
  name: _$zod.ZodString;
538
538
  enabled: _$zod.ZodBoolean;
539
539
  bindings: _$zod.ZodArray<_$zod.ZodObject<{
@@ -592,8 +592,8 @@ declare const AdapterSubsystemNamespace: _$_makaio_core0.BusNamespaceDefinition<
592
592
  name: _$zod.ZodString;
593
593
  endpointOverrides: _$zod.ZodOptional<_$zod.ZodRecord<_$zod.ZodString, _$zod.ZodString>>;
594
594
  modelVisibility: _$zod.ZodOptional<_$zod.ZodRecord<_$zod.ZodString, _$zod.ZodEnum<{
595
- disabled: "disabled";
596
595
  enabled: "enabled";
596
+ disabled: "disabled";
597
597
  visible: "visible";
598
598
  }>>>;
599
599
  modelFilterMode: _$zod.ZodEnum<{
@@ -612,8 +612,8 @@ declare const AdapterSubsystemNamespace: _$_makaio_core0.BusNamespaceDefinition<
612
612
  name: _$zod.ZodString;
613
613
  endpointOverrides: _$zod.ZodOptional<_$zod.ZodRecord<_$zod.ZodString, _$zod.ZodString>>;
614
614
  modelVisibility: _$zod.ZodOptional<_$zod.ZodRecord<_$zod.ZodString, _$zod.ZodEnum<{
615
- disabled: "disabled";
616
615
  enabled: "enabled";
616
+ disabled: "disabled";
617
617
  visible: "visible";
618
618
  }>>>;
619
619
  modelFilterMode: _$zod.ZodEnum<{
@@ -670,13 +670,13 @@ declare const AdapterSubsystemSubjects: _$_makaio_core0.BusSubjects<_$_makaio_co
670
670
  displayName: _$zod.ZodOptional<_$zod.ZodString>;
671
671
  protocol: _$zod.ZodOptional<_$zod.ZodString>;
672
672
  clientId: _$zod.ZodOptional<_$zod.ZodString>;
673
+ settings: _$zod.ZodOptional<_$zod.ZodType<Record<string, unknown>, Record<string, unknown>, _$zod_v4_core0.$ZodTypeInternals<Record<string, unknown>, Record<string, unknown>>>>;
673
674
  helpLinks: _$zod.ZodOptional<_$zod.ZodArray<_$zod.ZodObject<{
674
675
  label: _$zod.ZodString;
675
676
  url: _$zod.ZodString;
676
677
  }, _$zod_v4_core0.$strict>>>;
677
678
  instructions: _$zod.ZodOptional<_$zod.ZodString>;
678
679
  providerDefinitionIds: _$zod.ZodOptional<_$zod.ZodArray<_$zod.ZodString>>;
679
- settings: _$zod.ZodOptional<_$zod.ZodType<Record<string, unknown>, Record<string, unknown>, _$zod_v4_core0.$ZodTypeInternals<Record<string, unknown>, Record<string, unknown>>>>;
680
680
  name: _$zod.ZodString;
681
681
  enabled: _$zod.ZodBoolean;
682
682
  bindings: _$zod.ZodArray<_$zod.ZodObject<{
@@ -695,13 +695,13 @@ declare const AdapterSubsystemSubjects: _$_makaio_core0.BusSubjects<_$_makaio_co
695
695
  displayName: _$zod.ZodOptional<_$zod.ZodString>;
696
696
  protocol: _$zod.ZodOptional<_$zod.ZodString>;
697
697
  clientId: _$zod.ZodOptional<_$zod.ZodString>;
698
+ settings: _$zod.ZodOptional<_$zod.ZodType<Record<string, unknown>, Record<string, unknown>, _$zod_v4_core0.$ZodTypeInternals<Record<string, unknown>, Record<string, unknown>>>>;
698
699
  helpLinks: _$zod.ZodOptional<_$zod.ZodArray<_$zod.ZodObject<{
699
700
  label: _$zod.ZodString;
700
701
  url: _$zod.ZodString;
701
702
  }, _$zod_v4_core0.$strict>>>;
702
703
  instructions: _$zod.ZodOptional<_$zod.ZodString>;
703
704
  providerDefinitionIds: _$zod.ZodOptional<_$zod.ZodArray<_$zod.ZodString>>;
704
- settings: _$zod.ZodOptional<_$zod.ZodType<Record<string, unknown>, Record<string, unknown>, _$zod_v4_core0.$ZodTypeInternals<Record<string, unknown>, Record<string, unknown>>>>;
705
705
  name: _$zod.ZodString;
706
706
  enabled: _$zod.ZodBoolean;
707
707
  bindings: _$zod.ZodArray<_$zod.ZodObject<{
@@ -723,8 +723,8 @@ declare const AdapterSubsystemSubjects: _$_makaio_core0.BusSubjects<_$_makaio_co
723
723
  name: _$zod.ZodString;
724
724
  endpointOverrides: _$zod.ZodOptional<_$zod.ZodRecord<_$zod.ZodString, _$zod.ZodString>>;
725
725
  modelVisibility: _$zod.ZodOptional<_$zod.ZodRecord<_$zod.ZodString, _$zod.ZodEnum<{
726
- disabled: "disabled";
727
726
  enabled: "enabled";
727
+ disabled: "disabled";
728
728
  visible: "visible";
729
729
  }>>>;
730
730
  modelFilterMode: _$zod.ZodEnum<{
@@ -750,8 +750,8 @@ declare const AdapterSubsystemSubjects: _$_makaio_core0.BusSubjects<_$_makaio_co
750
750
  name: _$zod.ZodString;
751
751
  endpointOverrides: _$zod.ZodOptional<_$zod.ZodRecord<_$zod.ZodString, _$zod.ZodString>>;
752
752
  modelVisibility: _$zod.ZodOptional<_$zod.ZodRecord<_$zod.ZodString, _$zod.ZodEnum<{
753
- disabled: "disabled";
754
753
  enabled: "enabled";
754
+ disabled: "disabled";
755
755
  visible: "visible";
756
756
  }>>>;
757
757
  modelFilterMode: _$zod.ZodEnum<{
@@ -777,8 +777,8 @@ declare const AdapterSubsystemSubjects: _$_makaio_core0.BusSubjects<_$_makaio_co
777
777
  name: _$zod.ZodString;
778
778
  endpointOverrides: _$zod.ZodOptional<_$zod.ZodRecord<_$zod.ZodString, _$zod.ZodString>>;
779
779
  modelVisibility: _$zod.ZodOptional<_$zod.ZodRecord<_$zod.ZodString, _$zod.ZodEnum<{
780
- disabled: "disabled";
781
780
  enabled: "enabled";
781
+ disabled: "disabled";
782
782
  visible: "visible";
783
783
  }>>>;
784
784
  modelFilterMode: _$zod.ZodEnum<{
@@ -841,8 +841,8 @@ declare const AdapterSubsystemSubjects: _$_makaio_core0.BusSubjects<_$_makaio_co
841
841
  name: _$zod.ZodString;
842
842
  endpointOverrides: _$zod.ZodOptional<_$zod.ZodRecord<_$zod.ZodString, _$zod.ZodString>>;
843
843
  modelVisibility: _$zod.ZodOptional<_$zod.ZodRecord<_$zod.ZodString, _$zod.ZodEnum<{
844
- disabled: "disabled";
845
844
  enabled: "enabled";
845
+ disabled: "disabled";
846
846
  visible: "visible";
847
847
  }>>>;
848
848
  modelFilterMode: _$zod.ZodEnum<{
@@ -988,8 +988,8 @@ declare const AdapterSubsystemSubjects: _$_makaio_core0.BusSubjects<_$_makaio_co
988
988
  openai: _$zod.ZodOptional<_$zod.ZodString>;
989
989
  }, _$zod_v4_core0.$strip>>;
990
990
  modelVisibility: _$zod.ZodOptional<_$zod.ZodRecord<_$zod.ZodString, _$zod.ZodEnum<{
991
- disabled: "disabled";
992
991
  enabled: "enabled";
992
+ disabled: "disabled";
993
993
  visible: "visible";
994
994
  }>>>;
995
995
  modelFilterMode: _$zod.ZodOptional<_$zod.ZodEnum<{
@@ -1005,8 +1005,8 @@ declare const AdapterSubsystemSubjects: _$_makaio_core0.BusSubjects<_$_makaio_co
1005
1005
  name: _$zod.ZodString;
1006
1006
  endpointOverrides: _$zod.ZodOptional<_$zod.ZodRecord<_$zod.ZodString, _$zod.ZodString>>;
1007
1007
  modelVisibility: _$zod.ZodOptional<_$zod.ZodRecord<_$zod.ZodString, _$zod.ZodEnum<{
1008
- disabled: "disabled";
1009
1008
  enabled: "enabled";
1009
+ disabled: "disabled";
1010
1010
  visible: "visible";
1011
1011
  }>>>;
1012
1012
  modelFilterMode: _$zod.ZodEnum<{
@@ -1031,8 +1031,8 @@ declare const AdapterSubsystemSubjects: _$_makaio_core0.BusSubjects<_$_makaio_co
1031
1031
  openai: _$zod.ZodOptional<_$zod.ZodString>;
1032
1032
  }, _$zod_v4_core0.$strip>>>;
1033
1033
  modelVisibility: _$zod.ZodOptional<_$zod.ZodRecord<_$zod.ZodString, _$zod.ZodEnum<{
1034
- disabled: "disabled";
1035
1034
  enabled: "enabled";
1035
+ disabled: "disabled";
1036
1036
  visible: "visible";
1037
1037
  }>>>;
1038
1038
  enabled: _$zod.ZodOptional<_$zod.ZodBoolean>;
@@ -1045,8 +1045,8 @@ declare const AdapterSubsystemSubjects: _$_makaio_core0.BusSubjects<_$_makaio_co
1045
1045
  name: _$zod.ZodString;
1046
1046
  endpointOverrides: _$zod.ZodOptional<_$zod.ZodRecord<_$zod.ZodString, _$zod.ZodString>>;
1047
1047
  modelVisibility: _$zod.ZodOptional<_$zod.ZodRecord<_$zod.ZodString, _$zod.ZodEnum<{
1048
- disabled: "disabled";
1049
1048
  enabled: "enabled";
1049
+ disabled: "disabled";
1050
1050
  visible: "visible";
1051
1051
  }>>>;
1052
1052
  modelFilterMode: _$zod.ZodEnum<{
@@ -1073,8 +1073,8 @@ declare const AdapterSubsystemSubjects: _$_makaio_core0.BusSubjects<_$_makaio_co
1073
1073
  name: _$zod.ZodString;
1074
1074
  endpointOverrides: _$zod.ZodOptional<_$zod.ZodRecord<_$zod.ZodString, _$zod.ZodString>>;
1075
1075
  modelVisibility: _$zod.ZodOptional<_$zod.ZodRecord<_$zod.ZodString, _$zod.ZodEnum<{
1076
- disabled: "disabled";
1077
1076
  enabled: "enabled";
1077
+ disabled: "disabled";
1078
1078
  visible: "visible";
1079
1079
  }>>>;
1080
1080
  modelFilterMode: _$zod.ZodEnum<{
@@ -1108,8 +1108,8 @@ declare const AdapterSubsystemSubjects: _$_makaio_core0.BusSubjects<_$_makaio_co
1108
1108
  name: _$zod.ZodString;
1109
1109
  endpointOverrides: _$zod.ZodOptional<_$zod.ZodRecord<_$zod.ZodString, _$zod.ZodString>>;
1110
1110
  modelVisibility: _$zod.ZodOptional<_$zod.ZodRecord<_$zod.ZodString, _$zod.ZodEnum<{
1111
- disabled: "disabled";
1112
1111
  enabled: "enabled";
1112
+ disabled: "disabled";
1113
1113
  visible: "visible";
1114
1114
  }>>>;
1115
1115
  modelFilterMode: _$zod.ZodEnum<{
@@ -1140,8 +1140,8 @@ declare const AdapterSubsystemSubjects: _$_makaio_core0.BusSubjects<_$_makaio_co
1140
1140
  name: _$zod.ZodString;
1141
1141
  endpointOverrides: _$zod.ZodOptional<_$zod.ZodRecord<_$zod.ZodString, _$zod.ZodString>>;
1142
1142
  modelVisibility: _$zod.ZodOptional<_$zod.ZodRecord<_$zod.ZodString, _$zod.ZodEnum<{
1143
- disabled: "disabled";
1144
1143
  enabled: "enabled";
1144
+ disabled: "disabled";
1145
1145
  visible: "visible";
1146
1146
  }>>>;
1147
1147
  modelFilterMode: _$zod.ZodEnum<{
@@ -1180,13 +1180,13 @@ declare const AdapterSubsystemSubjects: _$_makaio_core0.BusSubjects<_$_makaio_co
1180
1180
  displayName: _$zod.ZodOptional<_$zod.ZodString>;
1181
1181
  protocol: _$zod.ZodOptional<_$zod.ZodString>;
1182
1182
  clientId: _$zod.ZodOptional<_$zod.ZodString>;
1183
+ settings: _$zod.ZodOptional<_$zod.ZodType<Record<string, unknown>, Record<string, unknown>, _$zod_v4_core0.$ZodTypeInternals<Record<string, unknown>, Record<string, unknown>>>>;
1183
1184
  helpLinks: _$zod.ZodOptional<_$zod.ZodArray<_$zod.ZodObject<{
1184
1185
  label: _$zod.ZodString;
1185
1186
  url: _$zod.ZodString;
1186
1187
  }, _$zod_v4_core0.$strict>>>;
1187
1188
  instructions: _$zod.ZodOptional<_$zod.ZodString>;
1188
1189
  providerDefinitionIds: _$zod.ZodOptional<_$zod.ZodArray<_$zod.ZodString>>;
1189
- settings: _$zod.ZodOptional<_$zod.ZodType<Record<string, unknown>, Record<string, unknown>, _$zod_v4_core0.$ZodTypeInternals<Record<string, unknown>, Record<string, unknown>>>>;
1190
1190
  name: _$zod.ZodString;
1191
1191
  enabled: _$zod.ZodBoolean;
1192
1192
  bindings: _$zod.ZodArray<_$zod.ZodObject<{
@@ -1245,8 +1245,8 @@ declare const AdapterSubsystemSubjects: _$_makaio_core0.BusSubjects<_$_makaio_co
1245
1245
  name: _$zod.ZodString;
1246
1246
  endpointOverrides: _$zod.ZodOptional<_$zod.ZodRecord<_$zod.ZodString, _$zod.ZodString>>;
1247
1247
  modelVisibility: _$zod.ZodOptional<_$zod.ZodRecord<_$zod.ZodString, _$zod.ZodEnum<{
1248
- disabled: "disabled";
1249
1248
  enabled: "enabled";
1249
+ disabled: "disabled";
1250
1250
  visible: "visible";
1251
1251
  }>>>;
1252
1252
  modelFilterMode: _$zod.ZodEnum<{
@@ -1265,8 +1265,8 @@ declare const AdapterSubsystemSubjects: _$_makaio_core0.BusSubjects<_$_makaio_co
1265
1265
  name: _$zod.ZodString;
1266
1266
  endpointOverrides: _$zod.ZodOptional<_$zod.ZodRecord<_$zod.ZodString, _$zod.ZodString>>;
1267
1267
  modelVisibility: _$zod.ZodOptional<_$zod.ZodRecord<_$zod.ZodString, _$zod.ZodEnum<{
1268
- disabled: "disabled";
1269
1268
  enabled: "enabled";
1269
+ disabled: "disabled";
1270
1270
  visible: "visible";
1271
1271
  }>>>;
1272
1272
  modelFilterMode: _$zod.ZodEnum<{
@@ -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";
41
40
  running: "running";
42
41
  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";
105
104
  running: "running";
106
105
  waiting_input: "waiting_input";
106
+ failed: "failed";
107
107
  }>;
108
108
  result: _$zod.ZodOptional<_$zod.ZodString>;
109
109
  error: _$zod.ZodOptional<_$zod.ZodString>;
@@ -336,8 +336,8 @@ declare const MessageStorageNamespace$1: {
336
336
  }, _$zod_v4_core0.$strip>], "type">>;
337
337
  timestamp: _$zod.ZodNumber;
338
338
  agentId: _$zod.ZodOptional<_$zod.ZodString>;
339
- adapterSessionId: _$zod.ZodOptional<_$zod.ZodString>;
340
339
  turnId: _$zod.ZodNullable<_$zod.ZodString>;
340
+ adapterSessionId: _$zod.ZodOptional<_$zod.ZodString>;
341
341
  contentText: _$zod.ZodString;
342
342
  adapterMessageId: _$zod.ZodOptional<_$zod.ZodString>;
343
343
  editOf: _$zod.ZodOptional<_$zod.ZodString>;
@@ -1121,8 +1121,8 @@ declare const MessageStorageNamespace$1: {
1121
1121
  }, _$zod_v4_core0.$strip>], "type">>;
1122
1122
  timestamp: _$zod.ZodNumber;
1123
1123
  agentId: _$zod.ZodOptional<_$zod.ZodString>;
1124
- adapterSessionId: _$zod.ZodOptional<_$zod.ZodString>;
1125
1124
  turnId: _$zod.ZodNullable<_$zod.ZodString>;
1125
+ adapterSessionId: _$zod.ZodOptional<_$zod.ZodString>;
1126
1126
  contentText: _$zod.ZodString;
1127
1127
  adapterMessageId: _$zod.ZodOptional<_$zod.ZodString>;
1128
1128
  editOf: _$zod.ZodOptional<_$zod.ZodString>;
@@ -2033,8 +2033,8 @@ declare const MessageStorageNamespace$1: {
2033
2033
  query: string;
2034
2034
  limit: never;
2035
2035
  agentId: never;
2036
- adapterSessionId: never;
2037
2036
  turnId: string | null;
2037
+ adapterSessionId: never;
2038
2038
  contentText: string;
2039
2039
  adapterMessageId: string;
2040
2040
  emitEvent: never;
package/dist/package.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
2
  "name": "@makaio/framework",
3
- "version": "1.0.0-dev-1781367632837",
3
+ "version": "1.0.0-dev-1781368534585",
4
4
  "type": "module"
5
5
  }
@@ -10,8 +10,8 @@ import { UiNavigationLevel } from "@makaio/framework/contracts";
10
10
  */
11
11
  declare const SurfaceIdSchema: z.ZodEnum<{
12
12
  tray: "tray";
13
- mobile: "mobile";
14
13
  web: "web";
14
+ mobile: "mobile";
15
15
  electron: "electron";
16
16
  electrobun: "electrobun";
17
17
  }>;
@@ -101,8 +101,8 @@ declare const PageMetadataSchema: z.ZodObject<{
101
101
  level: z.ZodCustom<UiNavigationLevel, UiNavigationLevel>;
102
102
  surfaces: z.ZodOptional<z.ZodUnion<readonly [z.ZodLiteral<"all">, z.ZodArray<z.ZodEnum<{
103
103
  tray: "tray";
104
- mobile: "mobile";
105
104
  web: "web";
105
+ mobile: "mobile";
106
106
  electron: "electron";
107
107
  electrobun: "electrobun";
108
108
  }>>]>>;
@@ -127,8 +127,8 @@ declare const PageSchemas: {
127
127
  readonly request: z.ZodObject<{
128
128
  surface: z.ZodOptional<z.ZodEnum<{
129
129
  tray: "tray";
130
- mobile: "mobile";
131
130
  web: "web";
131
+ mobile: "mobile";
132
132
  electron: "electron";
133
133
  electrobun: "electrobun";
134
134
  }>>;
@@ -147,8 +147,8 @@ declare const PageSchemas: {
147
147
  level: z.ZodCustom<UiNavigationLevel, UiNavigationLevel>;
148
148
  surfaces: z.ZodOptional<z.ZodUnion<readonly [z.ZodLiteral<"all">, z.ZodArray<z.ZodEnum<{
149
149
  tray: "tray";
150
- mobile: "mobile";
151
150
  web: "web";
151
+ mobile: "mobile";
152
152
  electron: "electron";
153
153
  electrobun: "electrobun";
154
154
  }>>]>>;
@@ -44,18 +44,18 @@ type SubagentTemplateSummary = z.infer<typeof SubagentTemplateSummarySchema>;
44
44
  */
45
45
  declare const SubagentTemplateCreateSchema: z.ZodObject<{
46
46
  name: z.ZodString;
47
- enabled: z.ZodDefault<z.ZodBoolean>;
48
- model: z.ZodOptional<z.ZodString>;
49
47
  providerConfigId: z.ZodOptional<z.ZodString>;
48
+ model: z.ZodOptional<z.ZodString>;
50
49
  systemPrompt: z.ZodOptional<z.ZodString>;
51
50
  allowedTools: z.ZodOptional<z.ZodArray<z.ZodString>>;
52
51
  disallowedTools: z.ZodOptional<z.ZodArray<z.ZodString>>;
52
+ enabled: z.ZodDefault<z.ZodBoolean>;
53
53
  allowedDirectories: z.ZodOptional<z.ZodArray<z.ZodString>>;
54
- adapterName: z.ZodString;
55
54
  contextMode: z.ZodDefault<z.ZodEnum<{
56
55
  fork: "fork";
57
56
  fresh: "fresh";
58
57
  }>>;
58
+ adapterName: z.ZodString;
59
59
  }, z.core.$strip>;
60
60
  type SubagentTemplateCreate = z.infer<typeof SubagentTemplateCreateSchema>;
61
61
  /**
@@ -129,18 +129,18 @@ declare const SubagentTemplateSettingsSchemas: {
129
129
  create: {
130
130
  request: z.ZodObject<{
131
131
  name: z.ZodString;
132
- enabled: z.ZodDefault<z.ZodBoolean>;
133
- model: z.ZodOptional<z.ZodString>;
134
132
  providerConfigId: z.ZodOptional<z.ZodString>;
133
+ model: z.ZodOptional<z.ZodString>;
135
134
  systemPrompt: z.ZodOptional<z.ZodString>;
136
135
  allowedTools: z.ZodOptional<z.ZodArray<z.ZodString>>;
137
136
  disallowedTools: z.ZodOptional<z.ZodArray<z.ZodString>>;
137
+ enabled: z.ZodDefault<z.ZodBoolean>;
138
138
  allowedDirectories: z.ZodOptional<z.ZodArray<z.ZodString>>;
139
- adapterName: z.ZodString;
140
139
  contextMode: z.ZodDefault<z.ZodEnum<{
141
140
  fork: "fork";
142
141
  fresh: "fresh";
143
142
  }>>;
143
+ adapterName: z.ZodString;
144
144
  }, z.core.$strip>;
145
145
  response: z.ZodObject<{
146
146
  id: z.ZodString;
@@ -191,9 +191,9 @@ declare const SubagentTemplateInstanceSchema: z.ZodObject<{
191
191
  status: z.ZodEnum<{
192
192
  completed: "completed";
193
193
  cancelled: "cancelled";
194
- failed: "failed";
195
194
  running: "running";
196
195
  waiting_input: "waiting_input";
196
+ failed: "failed";
197
197
  }>;
198
198
  createdAt: z.ZodString;
199
199
  }, z.core.$strip>;
@@ -222,9 +222,9 @@ declare const SubagentTemplateInstanceStatusSchema: z.ZodObject<{
222
222
  status: z.ZodEnum<{
223
223
  completed: "completed";
224
224
  cancelled: "cancelled";
225
- failed: "failed";
226
225
  running: "running";
227
226
  waiting_input: "waiting_input";
227
+ failed: "failed";
228
228
  }>;
229
229
  result: z.ZodOptional<z.ZodString>;
230
230
  error: z.ZodOptional<z.ZodString>;
@@ -274,9 +274,9 @@ declare const SubagentTemplateKernelSchemas: {
274
274
  status: z.ZodEnum<{
275
275
  completed: "completed";
276
276
  cancelled: "cancelled";
277
- failed: "failed";
278
277
  running: "running";
279
278
  waiting_input: "waiting_input";
279
+ failed: "failed";
280
280
  }>;
281
281
  result: z.ZodOptional<z.ZodString>;
282
282
  error: z.ZodOptional<z.ZodString>;