@makaio/framework 1.0.0-dev-1782130828143 → 1.0.0-dev-1782132847242
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/contracts/adapter/index.d.mts +1 -1
- package/dist/contracts/client/index.d.mts +1 -1
- package/dist/contracts/config/index.d.mts +6 -6
- package/dist/contracts/extension/index.d.mts +1 -1
- package/dist/contracts/facet/index.d.mts +1 -1
- package/dist/contracts/harness/index.d.mts +1 -1
- package/dist/contracts/index.d.mts +17 -17
- package/dist/contracts/provider/index.d.mts +1 -1
- package/dist/contracts/session/index.d.mts +2 -2
- package/dist/contracts/workflow/index.d.mts +1 -1
- package/dist/{extension-BJHRahFl.mjs → extension-DZqYHmhK.mjs} +1 -1
- package/dist/{index-Cx1Bm6WD.d.mts → index-B5w-0Gg9.d.mts} +4 -4
- package/dist/{index-gKaw_TMU.d.mts → index-BAQ6QBcU.d.mts} +16 -16
- package/dist/{index-DeVMGLbP.d.mts → index-BI0f85po.d.mts} +2 -2
- package/dist/{index-DBxYWBvw.d.mts → index-BKZhnb2B.d.mts} +6 -6
- package/dist/{index-dZwlJDpU.d.mts → index-BN8MOIKm.d.mts} +74 -74
- package/dist/{index-BAnDvAk4.d.mts → index-CYHWOXUm.d.mts} +1 -1
- package/dist/{index-BW9kVuY2.d.mts → index-CuILCdip.d.mts} +8 -8
- package/dist/{index-CTEsbp9H.d.mts → index-D2WJ0Zpt.d.mts} +5 -5
- package/dist/{index-BjPtzjH6.d.mts → index-Dsw66R3Z.d.mts} +24 -24
- package/dist/{index-DBIqKoFm.d.mts → index-ES_PkK4d.d.mts} +60 -60
- package/dist/{index-CG5h1g3H.d.mts → index-X2xf5vSA.d.mts} +13 -1
- package/dist/{index-C3bheiJg.d.mts → index-vUhaDyDa.d.mts} +15 -15
- package/dist/kernel/extension/index.d.mts +1 -1
- package/dist/kernel/extension/index.mjs +1 -1
- package/dist/kernel/index.d.mts +2 -2
- package/dist/kernel/index.mjs +1 -1
- package/dist/kernel/observability/index.d.mts +1 -1
- package/dist/{namespace-Dybz75l5.d.mts → namespace-B95uYmZB.d.mts} +26 -26
- package/dist/{namespace-4xHw59K8.d.mts → namespace-Bm77p82L.d.mts} +1 -1
- package/dist/{namespace-DxyTww2j.d.mts → namespace-CJkAriut.d.mts} +38 -38
- package/dist/{namespace-BLOld9Wa.d.mts → namespace-CfvtDD_U.d.mts} +2 -2
- package/dist/{namespace-DXWpFdQH2.d.mts → namespace-D8P8Sxce2.d.mts} +2 -2
- package/dist/{namespace-j7vFsmYL.d.mts → namespace-Do_rmLFb.d.mts} +2 -2
- package/dist/package.json +1 -1
- package/dist/{schema-DqfR-im7.d.mts → schema-B3sB8_cB.d.mts} +2 -2
- package/dist/{schemas-lnE9YoG7.d.mts → schemas-CDGld_OC.d.mts} +3 -3
- package/dist/{schemas-CgX7mPkv.d.mts → schemas-CoFCV42v.d.mts} +2 -2
- package/dist/{schemas-CBt7Ld8G2.d.mts → schemas-CwgS7KoL2.d.mts} +7 -7
- 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/harness/index.d.mts +3 -3
- package/dist/services/index.d.mts +39 -39
- 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 +4 -4
- 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/services/tray-menu/index.d.mts +2 -2
- package/dist/services/tray-menu/namespace.d.mts +1 -1
- package/dist/services/tray-menu/schemas.d.mts +1 -1
- package/dist/{types-BLG7bl-Q.d.mts → types-Cog8MogZ.d.mts} +26 -26
- package/dist/workflow-engine/index.d.mts +63 -63
- package/package.json +1 -1
|
@@ -946,8 +946,8 @@ declare const AgentStorageNamespace: _$_makaio_storage_core0.StorageNamespaceDef
|
|
|
946
946
|
member: "member";
|
|
947
947
|
}>;
|
|
948
948
|
status: z.ZodEnum<{
|
|
949
|
-
active: "active";
|
|
950
949
|
idle: "idle";
|
|
950
|
+
active: "active";
|
|
951
951
|
dead: "dead";
|
|
952
952
|
disposed: "disposed";
|
|
953
953
|
}>;
|
|
@@ -989,8 +989,8 @@ declare const AgentStorageNamespace: _$_makaio_storage_core0.StorageNamespaceDef
|
|
|
989
989
|
member: "member";
|
|
990
990
|
}>;
|
|
991
991
|
status: z.ZodEnum<{
|
|
992
|
-
active: "active";
|
|
993
992
|
idle: "idle";
|
|
993
|
+
active: "active";
|
|
994
994
|
dead: "dead";
|
|
995
995
|
disposed: "disposed";
|
|
996
996
|
}>;
|
|
@@ -1027,8 +1027,8 @@ declare const AgentStorageNamespace: _$_makaio_storage_core0.StorageNamespaceDef
|
|
|
1027
1027
|
adapterName: z.ZodString;
|
|
1028
1028
|
status: z.ZodOptional<z.ZodEnum<{
|
|
1029
1029
|
all: "all";
|
|
1030
|
-
active: "active";
|
|
1031
1030
|
idle: "idle";
|
|
1031
|
+
active: "active";
|
|
1032
1032
|
dead: "dead";
|
|
1033
1033
|
disposed: "disposed";
|
|
1034
1034
|
}>>;
|
|
@@ -1058,8 +1058,8 @@ declare const AgentStorageNamespace: _$_makaio_storage_core0.StorageNamespaceDef
|
|
|
1058
1058
|
member: "member";
|
|
1059
1059
|
}>;
|
|
1060
1060
|
status: z.ZodEnum<{
|
|
1061
|
-
active: "active";
|
|
1062
1061
|
idle: "idle";
|
|
1062
|
+
active: "active";
|
|
1063
1063
|
dead: "dead";
|
|
1064
1064
|
disposed: "disposed";
|
|
1065
1065
|
}>;
|
|
@@ -1103,8 +1103,8 @@ declare const AgentStorageNamespace: _$_makaio_storage_core0.StorageNamespaceDef
|
|
|
1103
1103
|
member: "member";
|
|
1104
1104
|
}>;
|
|
1105
1105
|
status: z.ZodEnum<{
|
|
1106
|
-
active: "active";
|
|
1107
1106
|
idle: "idle";
|
|
1107
|
+
active: "active";
|
|
1108
1108
|
dead: "dead";
|
|
1109
1109
|
disposed: "disposed";
|
|
1110
1110
|
}>;
|
|
@@ -1123,8 +1123,8 @@ declare const AgentStorageNamespace: _$_makaio_storage_core0.StorageNamespaceDef
|
|
|
1123
1123
|
request: z.ZodObject<{
|
|
1124
1124
|
agentId: z.ZodString;
|
|
1125
1125
|
status: z.ZodEnum<{
|
|
1126
|
-
active: "active";
|
|
1127
1126
|
idle: "idle";
|
|
1127
|
+
active: "active";
|
|
1128
1128
|
dead: "dead";
|
|
1129
1129
|
disposed: "disposed";
|
|
1130
1130
|
}>;
|
|
@@ -1463,7 +1463,7 @@ declare const AgentStorageNamespace: _$_makaio_storage_core0.StorageNamespaceDef
|
|
|
1463
1463
|
tableName: "agents";
|
|
1464
1464
|
dataType: "string";
|
|
1465
1465
|
columnType: "SQLiteText";
|
|
1466
|
-
data: "
|
|
1466
|
+
data: "idle" | "active" | "dead" | "disposed";
|
|
1467
1467
|
driverParam: string;
|
|
1468
1468
|
notNull: true;
|
|
1469
1469
|
hasDefault: false;
|
|
@@ -1555,8 +1555,8 @@ declare const AgentStorageSubjects: _$_makaio_core0.BusSubjects<_$_makaio_core0.
|
|
|
1555
1555
|
member: "member";
|
|
1556
1556
|
}>;
|
|
1557
1557
|
status: z.ZodEnum<{
|
|
1558
|
-
active: "active";
|
|
1559
1558
|
idle: "idle";
|
|
1559
|
+
active: "active";
|
|
1560
1560
|
dead: "dead";
|
|
1561
1561
|
disposed: "disposed";
|
|
1562
1562
|
}>;
|
|
@@ -1598,8 +1598,8 @@ declare const AgentStorageSubjects: _$_makaio_core0.BusSubjects<_$_makaio_core0.
|
|
|
1598
1598
|
member: "member";
|
|
1599
1599
|
}>;
|
|
1600
1600
|
status: z.ZodEnum<{
|
|
1601
|
-
active: "active";
|
|
1602
1601
|
idle: "idle";
|
|
1602
|
+
active: "active";
|
|
1603
1603
|
dead: "dead";
|
|
1604
1604
|
disposed: "disposed";
|
|
1605
1605
|
}>;
|
|
@@ -1636,8 +1636,8 @@ declare const AgentStorageSubjects: _$_makaio_core0.BusSubjects<_$_makaio_core0.
|
|
|
1636
1636
|
adapterName: z.ZodString;
|
|
1637
1637
|
status: z.ZodOptional<z.ZodEnum<{
|
|
1638
1638
|
all: "all";
|
|
1639
|
-
active: "active";
|
|
1640
1639
|
idle: "idle";
|
|
1640
|
+
active: "active";
|
|
1641
1641
|
dead: "dead";
|
|
1642
1642
|
disposed: "disposed";
|
|
1643
1643
|
}>>;
|
|
@@ -1667,8 +1667,8 @@ declare const AgentStorageSubjects: _$_makaio_core0.BusSubjects<_$_makaio_core0.
|
|
|
1667
1667
|
member: "member";
|
|
1668
1668
|
}>;
|
|
1669
1669
|
status: z.ZodEnum<{
|
|
1670
|
-
active: "active";
|
|
1671
1670
|
idle: "idle";
|
|
1671
|
+
active: "active";
|
|
1672
1672
|
dead: "dead";
|
|
1673
1673
|
disposed: "disposed";
|
|
1674
1674
|
}>;
|
|
@@ -1712,8 +1712,8 @@ declare const AgentStorageSubjects: _$_makaio_core0.BusSubjects<_$_makaio_core0.
|
|
|
1712
1712
|
member: "member";
|
|
1713
1713
|
}>;
|
|
1714
1714
|
status: z.ZodEnum<{
|
|
1715
|
-
active: "active";
|
|
1716
1715
|
idle: "idle";
|
|
1716
|
+
active: "active";
|
|
1717
1717
|
dead: "dead";
|
|
1718
1718
|
disposed: "disposed";
|
|
1719
1719
|
}>;
|
|
@@ -1732,8 +1732,8 @@ declare const AgentStorageSubjects: _$_makaio_core0.BusSubjects<_$_makaio_core0.
|
|
|
1732
1732
|
request: z.ZodObject<{
|
|
1733
1733
|
agentId: z.ZodString;
|
|
1734
1734
|
status: z.ZodEnum<{
|
|
1735
|
-
active: "active";
|
|
1736
1735
|
idle: "idle";
|
|
1736
|
+
active: "active";
|
|
1737
1737
|
dead: "dead";
|
|
1738
1738
|
disposed: "disposed";
|
|
1739
1739
|
}>;
|
|
@@ -1905,7 +1905,7 @@ declare const sessionStorageSchema: _$_makaio_storage_drizzle0.DialectSchema<{
|
|
|
1905
1905
|
tableName: "sessions";
|
|
1906
1906
|
dataType: "string";
|
|
1907
1907
|
columnType: "SQLiteText";
|
|
1908
|
-
data: "closed" | "
|
|
1908
|
+
data: "closed" | "discovered" | "active" | "archived";
|
|
1909
1909
|
driverParam: string;
|
|
1910
1910
|
notNull: true;
|
|
1911
1911
|
hasDefault: false;
|
|
@@ -2740,7 +2740,7 @@ declare const sessionStorageSchema: _$_makaio_storage_drizzle0.DialectSchema<{
|
|
|
2740
2740
|
tableName: "agents";
|
|
2741
2741
|
dataType: "string";
|
|
2742
2742
|
columnType: "SQLiteText";
|
|
2743
|
-
data: "
|
|
2743
|
+
data: "idle" | "active" | "dead" | "disposed";
|
|
2744
2744
|
driverParam: string;
|
|
2745
2745
|
notNull: true;
|
|
2746
2746
|
hasDefault: false;
|
|
@@ -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-X2xf5vSA.mjs";
|
|
2
2
|
export { ContributionProcessor, ExtensionCoordinator, ExtensionCoordinatorOptions, ExtensionRuntimeSurface, KernelExtensionContext, KernelMakaioExtension, RuntimeCapability, RuntimeEnvironment, coalesceExtensionOverrides, filterEligibleExtensions };
|
|
@@ -1 +1 @@
|
|
|
1
|
-
import{n as e,r as t,t as n}from"../../extension-
|
|
1
|
+
import{n as e,r as t,t as n}from"../../extension-DZqYHmhK.mjs";export{n as ExtensionCoordinator,e as coalesceExtensionOverrides,t as 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-Dsw66R3Z.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-X2xf5vSA.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";
|
package/dist/kernel/index.mjs
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
import{a as e,i as t,n,r,t as i}from"../namespace-BdO4e1Fm.mjs";import{n as a,t as o}from"../window-registry-PkrFIwX2.mjs";import"./window/index.mjs";import{n as s,r as c,t as l}from"../providers-Bd7BOZs0.mjs";import{a as u,i as d,n as f,o as p,r as m,t as h}from"../extension-
|
|
1
|
+
import{a as e,i as t,n,r,t as i}from"../namespace-BdO4e1Fm.mjs";import{n as a,t as o}from"../window-registry-PkrFIwX2.mjs";import"./window/index.mjs";import{n as s,r as c,t as l}from"../providers-Bd7BOZs0.mjs";import{a as u,i as d,n as f,o as p,r as m,t as h}from"../extension-DZqYHmhK.mjs";import{a as g,c as _,n as v,o as y,t as b}from"../extension-namespace-v3K0qVry.mjs";import"./observability/index.mjs";function x(e){let t=null;return()=>t||(t=(async()=>{for(let t of e)try{await t()}catch(e){console.warn(`[shutdown]`,e)}})(),t)}export{u as BootNamespace,p as BootSubjects,g as ComponentStateSchema,l as EphemeralIdentityProvider,h as ExtensionCoordinator,y as ExtensionInfoSchema,b as ExtensionNamespace,v as ExtensionSubjects,i as KernelNamespace,e as KernelSchemas,n as KernelSubjects,c as MemoryStorageProvider,s as NoTransportProvider,o as STYLE_DEFAULTS,_ as ServiceInfoSchema,d as ServiceSkipError,a as WindowRegistry,f as coalesceExtensionOverrides,x as createShutdownSequence,m as filterEligibleExtensions,r as getWorkflowTriggerTypeRegistry,t as setWorkflowTriggerTypeRegistry};
|
|
@@ -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-Dsw66R3Z.mjs";
|
|
2
2
|
export { ComponentIdentitySchema, ComponentInfo, ComponentInfoSchema, ComponentState, ComponentStateSchema, ExtensionInfo, ExtensionInfoSchema, ExtensionNamespace, ExtensionSubjects, ExtensionWarningEntry, ExtensionWarningEntrySchema, ServiceInfo, ServiceInfoSchema };
|
|
@@ -71,8 +71,8 @@ declare const AdapterSubsystemNamespace: _$_makaio_core0.BusNamespaceDefinition<
|
|
|
71
71
|
endpointOverrides: _$zod.ZodOptional<_$zod.ZodRecord<_$zod.ZodString, _$zod.ZodString>>;
|
|
72
72
|
modelVisibility: _$zod.ZodOptional<_$zod.ZodRecord<_$zod.ZodString, _$zod.ZodEnum<{
|
|
73
73
|
enabled: "enabled";
|
|
74
|
-
visible: "visible";
|
|
75
74
|
disabled: "disabled";
|
|
75
|
+
visible: "visible";
|
|
76
76
|
}>>>;
|
|
77
77
|
modelFilterMode: _$zod.ZodEnum<{
|
|
78
78
|
allowlist: "allowlist";
|
|
@@ -98,8 +98,8 @@ declare const AdapterSubsystemNamespace: _$_makaio_core0.BusNamespaceDefinition<
|
|
|
98
98
|
endpointOverrides: _$zod.ZodOptional<_$zod.ZodRecord<_$zod.ZodString, _$zod.ZodString>>;
|
|
99
99
|
modelVisibility: _$zod.ZodOptional<_$zod.ZodRecord<_$zod.ZodString, _$zod.ZodEnum<{
|
|
100
100
|
enabled: "enabled";
|
|
101
|
-
visible: "visible";
|
|
102
101
|
disabled: "disabled";
|
|
102
|
+
visible: "visible";
|
|
103
103
|
}>>>;
|
|
104
104
|
modelFilterMode: _$zod.ZodEnum<{
|
|
105
105
|
allowlist: "allowlist";
|
|
@@ -125,8 +125,8 @@ declare const AdapterSubsystemNamespace: _$_makaio_core0.BusNamespaceDefinition<
|
|
|
125
125
|
endpointOverrides: _$zod.ZodOptional<_$zod.ZodRecord<_$zod.ZodString, _$zod.ZodString>>;
|
|
126
126
|
modelVisibility: _$zod.ZodOptional<_$zod.ZodRecord<_$zod.ZodString, _$zod.ZodEnum<{
|
|
127
127
|
enabled: "enabled";
|
|
128
|
-
visible: "visible";
|
|
129
128
|
disabled: "disabled";
|
|
129
|
+
visible: "visible";
|
|
130
130
|
}>>>;
|
|
131
131
|
modelFilterMode: _$zod.ZodEnum<{
|
|
132
132
|
allowlist: "allowlist";
|
|
@@ -189,8 +189,8 @@ declare const AdapterSubsystemNamespace: _$_makaio_core0.BusNamespaceDefinition<
|
|
|
189
189
|
endpointOverrides: _$zod.ZodOptional<_$zod.ZodRecord<_$zod.ZodString, _$zod.ZodString>>;
|
|
190
190
|
modelVisibility: _$zod.ZodOptional<_$zod.ZodRecord<_$zod.ZodString, _$zod.ZodEnum<{
|
|
191
191
|
enabled: "enabled";
|
|
192
|
-
visible: "visible";
|
|
193
192
|
disabled: "disabled";
|
|
193
|
+
visible: "visible";
|
|
194
194
|
}>>>;
|
|
195
195
|
modelFilterMode: _$zod.ZodEnum<{
|
|
196
196
|
allowlist: "allowlist";
|
|
@@ -338,8 +338,8 @@ declare const AdapterSubsystemNamespace: _$_makaio_core0.BusNamespaceDefinition<
|
|
|
338
338
|
}, _$zod_v4_core0.$strip>>;
|
|
339
339
|
modelVisibility: _$zod.ZodOptional<_$zod.ZodRecord<_$zod.ZodString, _$zod.ZodEnum<{
|
|
340
340
|
enabled: "enabled";
|
|
341
|
-
visible: "visible";
|
|
342
341
|
disabled: "disabled";
|
|
342
|
+
visible: "visible";
|
|
343
343
|
}>>>;
|
|
344
344
|
modelFilterMode: _$zod.ZodOptional<_$zod.ZodEnum<{
|
|
345
345
|
allowlist: "allowlist";
|
|
@@ -355,8 +355,8 @@ declare const AdapterSubsystemNamespace: _$_makaio_core0.BusNamespaceDefinition<
|
|
|
355
355
|
endpointOverrides: _$zod.ZodOptional<_$zod.ZodRecord<_$zod.ZodString, _$zod.ZodString>>;
|
|
356
356
|
modelVisibility: _$zod.ZodOptional<_$zod.ZodRecord<_$zod.ZodString, _$zod.ZodEnum<{
|
|
357
357
|
enabled: "enabled";
|
|
358
|
-
visible: "visible";
|
|
359
358
|
disabled: "disabled";
|
|
359
|
+
visible: "visible";
|
|
360
360
|
}>>>;
|
|
361
361
|
modelFilterMode: _$zod.ZodEnum<{
|
|
362
362
|
allowlist: "allowlist";
|
|
@@ -381,8 +381,8 @@ declare const AdapterSubsystemNamespace: _$_makaio_core0.BusNamespaceDefinition<
|
|
|
381
381
|
}, _$zod_v4_core0.$strip>>>;
|
|
382
382
|
modelVisibility: _$zod.ZodOptional<_$zod.ZodRecord<_$zod.ZodString, _$zod.ZodEnum<{
|
|
383
383
|
enabled: "enabled";
|
|
384
|
-
visible: "visible";
|
|
385
384
|
disabled: "disabled";
|
|
385
|
+
visible: "visible";
|
|
386
386
|
}>>>;
|
|
387
387
|
enabled: _$zod.ZodOptional<_$zod.ZodBoolean>;
|
|
388
388
|
}, _$zod_v4_core0.$strict>;
|
|
@@ -395,8 +395,8 @@ declare const AdapterSubsystemNamespace: _$_makaio_core0.BusNamespaceDefinition<
|
|
|
395
395
|
endpointOverrides: _$zod.ZodOptional<_$zod.ZodRecord<_$zod.ZodString, _$zod.ZodString>>;
|
|
396
396
|
modelVisibility: _$zod.ZodOptional<_$zod.ZodRecord<_$zod.ZodString, _$zod.ZodEnum<{
|
|
397
397
|
enabled: "enabled";
|
|
398
|
-
visible: "visible";
|
|
399
398
|
disabled: "disabled";
|
|
399
|
+
visible: "visible";
|
|
400
400
|
}>>>;
|
|
401
401
|
modelFilterMode: _$zod.ZodEnum<{
|
|
402
402
|
allowlist: "allowlist";
|
|
@@ -423,8 +423,8 @@ declare const AdapterSubsystemNamespace: _$_makaio_core0.BusNamespaceDefinition<
|
|
|
423
423
|
endpointOverrides: _$zod.ZodOptional<_$zod.ZodRecord<_$zod.ZodString, _$zod.ZodString>>;
|
|
424
424
|
modelVisibility: _$zod.ZodOptional<_$zod.ZodRecord<_$zod.ZodString, _$zod.ZodEnum<{
|
|
425
425
|
enabled: "enabled";
|
|
426
|
-
visible: "visible";
|
|
427
426
|
disabled: "disabled";
|
|
427
|
+
visible: "visible";
|
|
428
428
|
}>>>;
|
|
429
429
|
modelFilterMode: _$zod.ZodEnum<{
|
|
430
430
|
allowlist: "allowlist";
|
|
@@ -458,8 +458,8 @@ declare const AdapterSubsystemNamespace: _$_makaio_core0.BusNamespaceDefinition<
|
|
|
458
458
|
endpointOverrides: _$zod.ZodOptional<_$zod.ZodRecord<_$zod.ZodString, _$zod.ZodString>>;
|
|
459
459
|
modelVisibility: _$zod.ZodOptional<_$zod.ZodRecord<_$zod.ZodString, _$zod.ZodEnum<{
|
|
460
460
|
enabled: "enabled";
|
|
461
|
-
visible: "visible";
|
|
462
461
|
disabled: "disabled";
|
|
462
|
+
visible: "visible";
|
|
463
463
|
}>>>;
|
|
464
464
|
modelFilterMode: _$zod.ZodEnum<{
|
|
465
465
|
allowlist: "allowlist";
|
|
@@ -490,8 +490,8 @@ declare const AdapterSubsystemNamespace: _$_makaio_core0.BusNamespaceDefinition<
|
|
|
490
490
|
endpointOverrides: _$zod.ZodOptional<_$zod.ZodRecord<_$zod.ZodString, _$zod.ZodString>>;
|
|
491
491
|
modelVisibility: _$zod.ZodOptional<_$zod.ZodRecord<_$zod.ZodString, _$zod.ZodEnum<{
|
|
492
492
|
enabled: "enabled";
|
|
493
|
-
visible: "visible";
|
|
494
493
|
disabled: "disabled";
|
|
494
|
+
visible: "visible";
|
|
495
495
|
}>>>;
|
|
496
496
|
modelFilterMode: _$zod.ZodEnum<{
|
|
497
497
|
allowlist: "allowlist";
|
|
@@ -595,8 +595,8 @@ declare const AdapterSubsystemNamespace: _$_makaio_core0.BusNamespaceDefinition<
|
|
|
595
595
|
endpointOverrides: _$zod.ZodOptional<_$zod.ZodRecord<_$zod.ZodString, _$zod.ZodString>>;
|
|
596
596
|
modelVisibility: _$zod.ZodOptional<_$zod.ZodRecord<_$zod.ZodString, _$zod.ZodEnum<{
|
|
597
597
|
enabled: "enabled";
|
|
598
|
-
visible: "visible";
|
|
599
598
|
disabled: "disabled";
|
|
599
|
+
visible: "visible";
|
|
600
600
|
}>>>;
|
|
601
601
|
modelFilterMode: _$zod.ZodEnum<{
|
|
602
602
|
allowlist: "allowlist";
|
|
@@ -615,8 +615,8 @@ declare const AdapterSubsystemNamespace: _$_makaio_core0.BusNamespaceDefinition<
|
|
|
615
615
|
endpointOverrides: _$zod.ZodOptional<_$zod.ZodRecord<_$zod.ZodString, _$zod.ZodString>>;
|
|
616
616
|
modelVisibility: _$zod.ZodOptional<_$zod.ZodRecord<_$zod.ZodString, _$zod.ZodEnum<{
|
|
617
617
|
enabled: "enabled";
|
|
618
|
-
visible: "visible";
|
|
619
618
|
disabled: "disabled";
|
|
619
|
+
visible: "visible";
|
|
620
620
|
}>>>;
|
|
621
621
|
modelFilterMode: _$zod.ZodEnum<{
|
|
622
622
|
allowlist: "allowlist";
|
|
@@ -726,8 +726,8 @@ declare const AdapterSubsystemSubjects: _$_makaio_core0.BusSubjects<_$_makaio_co
|
|
|
726
726
|
endpointOverrides: _$zod.ZodOptional<_$zod.ZodRecord<_$zod.ZodString, _$zod.ZodString>>;
|
|
727
727
|
modelVisibility: _$zod.ZodOptional<_$zod.ZodRecord<_$zod.ZodString, _$zod.ZodEnum<{
|
|
728
728
|
enabled: "enabled";
|
|
729
|
-
visible: "visible";
|
|
730
729
|
disabled: "disabled";
|
|
730
|
+
visible: "visible";
|
|
731
731
|
}>>>;
|
|
732
732
|
modelFilterMode: _$zod.ZodEnum<{
|
|
733
733
|
allowlist: "allowlist";
|
|
@@ -753,8 +753,8 @@ declare const AdapterSubsystemSubjects: _$_makaio_core0.BusSubjects<_$_makaio_co
|
|
|
753
753
|
endpointOverrides: _$zod.ZodOptional<_$zod.ZodRecord<_$zod.ZodString, _$zod.ZodString>>;
|
|
754
754
|
modelVisibility: _$zod.ZodOptional<_$zod.ZodRecord<_$zod.ZodString, _$zod.ZodEnum<{
|
|
755
755
|
enabled: "enabled";
|
|
756
|
-
visible: "visible";
|
|
757
756
|
disabled: "disabled";
|
|
757
|
+
visible: "visible";
|
|
758
758
|
}>>>;
|
|
759
759
|
modelFilterMode: _$zod.ZodEnum<{
|
|
760
760
|
allowlist: "allowlist";
|
|
@@ -780,8 +780,8 @@ declare const AdapterSubsystemSubjects: _$_makaio_core0.BusSubjects<_$_makaio_co
|
|
|
780
780
|
endpointOverrides: _$zod.ZodOptional<_$zod.ZodRecord<_$zod.ZodString, _$zod.ZodString>>;
|
|
781
781
|
modelVisibility: _$zod.ZodOptional<_$zod.ZodRecord<_$zod.ZodString, _$zod.ZodEnum<{
|
|
782
782
|
enabled: "enabled";
|
|
783
|
-
visible: "visible";
|
|
784
783
|
disabled: "disabled";
|
|
784
|
+
visible: "visible";
|
|
785
785
|
}>>>;
|
|
786
786
|
modelFilterMode: _$zod.ZodEnum<{
|
|
787
787
|
allowlist: "allowlist";
|
|
@@ -844,8 +844,8 @@ declare const AdapterSubsystemSubjects: _$_makaio_core0.BusSubjects<_$_makaio_co
|
|
|
844
844
|
endpointOverrides: _$zod.ZodOptional<_$zod.ZodRecord<_$zod.ZodString, _$zod.ZodString>>;
|
|
845
845
|
modelVisibility: _$zod.ZodOptional<_$zod.ZodRecord<_$zod.ZodString, _$zod.ZodEnum<{
|
|
846
846
|
enabled: "enabled";
|
|
847
|
-
visible: "visible";
|
|
848
847
|
disabled: "disabled";
|
|
848
|
+
visible: "visible";
|
|
849
849
|
}>>>;
|
|
850
850
|
modelFilterMode: _$zod.ZodEnum<{
|
|
851
851
|
allowlist: "allowlist";
|
|
@@ -993,8 +993,8 @@ declare const AdapterSubsystemSubjects: _$_makaio_core0.BusSubjects<_$_makaio_co
|
|
|
993
993
|
}, _$zod_v4_core0.$strip>>;
|
|
994
994
|
modelVisibility: _$zod.ZodOptional<_$zod.ZodRecord<_$zod.ZodString, _$zod.ZodEnum<{
|
|
995
995
|
enabled: "enabled";
|
|
996
|
-
visible: "visible";
|
|
997
996
|
disabled: "disabled";
|
|
997
|
+
visible: "visible";
|
|
998
998
|
}>>>;
|
|
999
999
|
modelFilterMode: _$zod.ZodOptional<_$zod.ZodEnum<{
|
|
1000
1000
|
allowlist: "allowlist";
|
|
@@ -1010,8 +1010,8 @@ declare const AdapterSubsystemSubjects: _$_makaio_core0.BusSubjects<_$_makaio_co
|
|
|
1010
1010
|
endpointOverrides: _$zod.ZodOptional<_$zod.ZodRecord<_$zod.ZodString, _$zod.ZodString>>;
|
|
1011
1011
|
modelVisibility: _$zod.ZodOptional<_$zod.ZodRecord<_$zod.ZodString, _$zod.ZodEnum<{
|
|
1012
1012
|
enabled: "enabled";
|
|
1013
|
-
visible: "visible";
|
|
1014
1013
|
disabled: "disabled";
|
|
1014
|
+
visible: "visible";
|
|
1015
1015
|
}>>>;
|
|
1016
1016
|
modelFilterMode: _$zod.ZodEnum<{
|
|
1017
1017
|
allowlist: "allowlist";
|
|
@@ -1036,8 +1036,8 @@ declare const AdapterSubsystemSubjects: _$_makaio_core0.BusSubjects<_$_makaio_co
|
|
|
1036
1036
|
}, _$zod_v4_core0.$strip>>>;
|
|
1037
1037
|
modelVisibility: _$zod.ZodOptional<_$zod.ZodRecord<_$zod.ZodString, _$zod.ZodEnum<{
|
|
1038
1038
|
enabled: "enabled";
|
|
1039
|
-
visible: "visible";
|
|
1040
1039
|
disabled: "disabled";
|
|
1040
|
+
visible: "visible";
|
|
1041
1041
|
}>>>;
|
|
1042
1042
|
enabled: _$zod.ZodOptional<_$zod.ZodBoolean>;
|
|
1043
1043
|
}, _$zod_v4_core0.$strict>;
|
|
@@ -1050,8 +1050,8 @@ declare const AdapterSubsystemSubjects: _$_makaio_core0.BusSubjects<_$_makaio_co
|
|
|
1050
1050
|
endpointOverrides: _$zod.ZodOptional<_$zod.ZodRecord<_$zod.ZodString, _$zod.ZodString>>;
|
|
1051
1051
|
modelVisibility: _$zod.ZodOptional<_$zod.ZodRecord<_$zod.ZodString, _$zod.ZodEnum<{
|
|
1052
1052
|
enabled: "enabled";
|
|
1053
|
-
visible: "visible";
|
|
1054
1053
|
disabled: "disabled";
|
|
1054
|
+
visible: "visible";
|
|
1055
1055
|
}>>>;
|
|
1056
1056
|
modelFilterMode: _$zod.ZodEnum<{
|
|
1057
1057
|
allowlist: "allowlist";
|
|
@@ -1078,8 +1078,8 @@ declare const AdapterSubsystemSubjects: _$_makaio_core0.BusSubjects<_$_makaio_co
|
|
|
1078
1078
|
endpointOverrides: _$zod.ZodOptional<_$zod.ZodRecord<_$zod.ZodString, _$zod.ZodString>>;
|
|
1079
1079
|
modelVisibility: _$zod.ZodOptional<_$zod.ZodRecord<_$zod.ZodString, _$zod.ZodEnum<{
|
|
1080
1080
|
enabled: "enabled";
|
|
1081
|
-
visible: "visible";
|
|
1082
1081
|
disabled: "disabled";
|
|
1082
|
+
visible: "visible";
|
|
1083
1083
|
}>>>;
|
|
1084
1084
|
modelFilterMode: _$zod.ZodEnum<{
|
|
1085
1085
|
allowlist: "allowlist";
|
|
@@ -1113,8 +1113,8 @@ declare const AdapterSubsystemSubjects: _$_makaio_core0.BusSubjects<_$_makaio_co
|
|
|
1113
1113
|
endpointOverrides: _$zod.ZodOptional<_$zod.ZodRecord<_$zod.ZodString, _$zod.ZodString>>;
|
|
1114
1114
|
modelVisibility: _$zod.ZodOptional<_$zod.ZodRecord<_$zod.ZodString, _$zod.ZodEnum<{
|
|
1115
1115
|
enabled: "enabled";
|
|
1116
|
-
visible: "visible";
|
|
1117
1116
|
disabled: "disabled";
|
|
1117
|
+
visible: "visible";
|
|
1118
1118
|
}>>>;
|
|
1119
1119
|
modelFilterMode: _$zod.ZodEnum<{
|
|
1120
1120
|
allowlist: "allowlist";
|
|
@@ -1145,8 +1145,8 @@ declare const AdapterSubsystemSubjects: _$_makaio_core0.BusSubjects<_$_makaio_co
|
|
|
1145
1145
|
endpointOverrides: _$zod.ZodOptional<_$zod.ZodRecord<_$zod.ZodString, _$zod.ZodString>>;
|
|
1146
1146
|
modelVisibility: _$zod.ZodOptional<_$zod.ZodRecord<_$zod.ZodString, _$zod.ZodEnum<{
|
|
1147
1147
|
enabled: "enabled";
|
|
1148
|
-
visible: "visible";
|
|
1149
1148
|
disabled: "disabled";
|
|
1149
|
+
visible: "visible";
|
|
1150
1150
|
}>>>;
|
|
1151
1151
|
modelFilterMode: _$zod.ZodEnum<{
|
|
1152
1152
|
allowlist: "allowlist";
|
|
@@ -1250,8 +1250,8 @@ declare const AdapterSubsystemSubjects: _$_makaio_core0.BusSubjects<_$_makaio_co
|
|
|
1250
1250
|
endpointOverrides: _$zod.ZodOptional<_$zod.ZodRecord<_$zod.ZodString, _$zod.ZodString>>;
|
|
1251
1251
|
modelVisibility: _$zod.ZodOptional<_$zod.ZodRecord<_$zod.ZodString, _$zod.ZodEnum<{
|
|
1252
1252
|
enabled: "enabled";
|
|
1253
|
-
visible: "visible";
|
|
1254
1253
|
disabled: "disabled";
|
|
1254
|
+
visible: "visible";
|
|
1255
1255
|
}>>>;
|
|
1256
1256
|
modelFilterMode: _$zod.ZodEnum<{
|
|
1257
1257
|
allowlist: "allowlist";
|
|
@@ -1270,8 +1270,8 @@ declare const AdapterSubsystemSubjects: _$_makaio_core0.BusSubjects<_$_makaio_co
|
|
|
1270
1270
|
endpointOverrides: _$zod.ZodOptional<_$zod.ZodRecord<_$zod.ZodString, _$zod.ZodString>>;
|
|
1271
1271
|
modelVisibility: _$zod.ZodOptional<_$zod.ZodRecord<_$zod.ZodString, _$zod.ZodEnum<{
|
|
1272
1272
|
enabled: "enabled";
|
|
1273
|
-
visible: "visible";
|
|
1274
1273
|
disabled: "disabled";
|
|
1274
|
+
visible: "visible";
|
|
1275
1275
|
}>>>;
|
|
1276
1276
|
modelFilterMode: _$zod.ZodEnum<{
|
|
1277
1277
|
allowlist: "allowlist";
|
|
@@ -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;
|