@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
|
@@ -41,9 +41,9 @@ declare const StructuredOutputValidationErrorSchema: z.ZodObject<{
|
|
|
41
41
|
* - `enforced` – A structured-output enforcement handler produced conformant output.
|
|
42
42
|
*/
|
|
43
43
|
declare const StructuredOutputValidationStatusSchema: z.ZodEnum<{
|
|
44
|
-
failed: "failed";
|
|
45
44
|
passed: "passed";
|
|
46
45
|
enforced: "enforced";
|
|
46
|
+
failed: "failed";
|
|
47
47
|
}>;
|
|
48
48
|
/**
|
|
49
49
|
* Full validation result emitted after a turn completes when a
|
|
@@ -141,7 +141,6 @@ declare const HarnessDefinitionCreateSchema: z.ZodObject<{
|
|
|
141
141
|
env: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
|
|
142
142
|
name: z.ZodString;
|
|
143
143
|
adapterName: z.ZodOptional<z.ZodString>;
|
|
144
|
-
credentials: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
|
|
145
144
|
clientId: z.ZodOptional<z.ZodString>;
|
|
146
145
|
nativeTools: z.ZodObject<{
|
|
147
146
|
enabled: z.ZodArray<z.ZodString>;
|
|
@@ -176,6 +175,7 @@ declare const HarnessDefinitionCreateSchema: z.ZodObject<{
|
|
|
176
175
|
"always-ask": "always-ask";
|
|
177
176
|
"full-access": "full-access";
|
|
178
177
|
}>>>;
|
|
178
|
+
credentials: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
|
|
179
179
|
approvalPolicy: z.ZodOptional<z.ZodEnum<{
|
|
180
180
|
reject: "reject";
|
|
181
181
|
"always-ask": "always-ask";
|
|
@@ -317,7 +317,6 @@ declare const HarnessSchemas: {
|
|
|
317
317
|
env: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
|
|
318
318
|
name: z.ZodString;
|
|
319
319
|
adapterName: z.ZodOptional<z.ZodString>;
|
|
320
|
-
credentials: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
|
|
321
320
|
clientId: z.ZodOptional<z.ZodString>;
|
|
322
321
|
nativeTools: z.ZodObject<{
|
|
323
322
|
enabled: z.ZodArray<z.ZodString>;
|
|
@@ -352,6 +351,7 @@ declare const HarnessSchemas: {
|
|
|
352
351
|
"always-ask": "always-ask";
|
|
353
352
|
"full-access": "full-access";
|
|
354
353
|
}>>>;
|
|
354
|
+
credentials: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
|
|
355
355
|
approvalPolicy: z.ZodOptional<z.ZodEnum<{
|
|
356
356
|
reject: "reject";
|
|
357
357
|
"always-ask": "always-ask";
|
|
@@ -760,7 +760,6 @@ declare const HarnessNamespace: _$_makaio_core0.BusNamespaceDefinition<"harness"
|
|
|
760
760
|
env: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
|
|
761
761
|
name: z.ZodString;
|
|
762
762
|
adapterName: z.ZodOptional<z.ZodString>;
|
|
763
|
-
credentials: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
|
|
764
763
|
clientId: z.ZodOptional<z.ZodString>;
|
|
765
764
|
nativeTools: z.ZodObject<{
|
|
766
765
|
enabled: z.ZodArray<z.ZodString>;
|
|
@@ -795,6 +794,7 @@ declare const HarnessNamespace: _$_makaio_core0.BusNamespaceDefinition<"harness"
|
|
|
795
794
|
"always-ask": "always-ask";
|
|
796
795
|
"full-access": "full-access";
|
|
797
796
|
}>>>;
|
|
797
|
+
credentials: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
|
|
798
798
|
approvalPolicy: z.ZodOptional<z.ZodEnum<{
|
|
799
799
|
reject: "reject";
|
|
800
800
|
"always-ask": "always-ask";
|
|
@@ -1203,7 +1203,6 @@ declare const HarnessSubjects: _$_makaio_core0.BusSubjects<_$_makaio_core0.FlatS
|
|
|
1203
1203
|
env: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
|
|
1204
1204
|
name: z.ZodString;
|
|
1205
1205
|
adapterName: z.ZodOptional<z.ZodString>;
|
|
1206
|
-
credentials: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
|
|
1207
1206
|
clientId: z.ZodOptional<z.ZodString>;
|
|
1208
1207
|
nativeTools: z.ZodObject<{
|
|
1209
1208
|
enabled: z.ZodArray<z.ZodString>;
|
|
@@ -1238,6 +1237,7 @@ declare const HarnessSubjects: _$_makaio_core0.BusSubjects<_$_makaio_core0.FlatS
|
|
|
1238
1237
|
"always-ask": "always-ask";
|
|
1239
1238
|
"full-access": "full-access";
|
|
1240
1239
|
}>>>;
|
|
1240
|
+
credentials: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
|
|
1241
1241
|
approvalPolicy: z.ZodOptional<z.ZodEnum<{
|
|
1242
1242
|
reject: "reject";
|
|
1243
1243
|
"always-ask": "always-ask";
|