@makaio/framework 1.0.0-dev-1781443723575 → 1.0.0-dev-1781454904823
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/adapters/index.d.mts +1 -1
- package/dist/bus/index.mjs +1 -1
- package/dist/contracts/adapter/index.d.mts +2 -2
- package/dist/contracts/adapter/schemas/session-lineage.d.mts +1 -1
- package/dist/contracts/artifact/index.d.mts +1 -1
- package/dist/contracts/extension/index.d.mts +3 -3
- package/dist/contracts/facet/index.d.mts +1 -1
- package/dist/contracts/harness/index.d.mts +1 -1
- package/dist/contracts/index.d.mts +386 -52
- package/dist/contracts/index.mjs +1 -1
- package/dist/contracts/materialization/index.d.mts +3 -3
- package/dist/contracts/session/index.d.mts +2 -2
- package/dist/contracts/shared/index.d.mts +1 -1
- package/dist/contracts/skill/index.d.mts +1 -1
- package/dist/{definition-CPc6oKaF.d.mts → definition-DSq5ErZD.d.mts} +1 -1
- package/dist/{index-BZuF4I8O.d.mts → index-B3mq3Qjf.d.mts} +1 -1
- package/dist/{index-DWBpxSGQ.d.mts → index-BKbzDEv4.d.mts} +95 -95
- package/dist/{index-Doy13wLW.d.mts → index-BQ8H7cvY.d.mts} +15 -15
- package/dist/{index-iRe4CsR5.d.mts → index-BVMF3kRv.d.mts} +4 -4
- package/dist/{index-CQuLV3jj.d.mts → index-BVf5D_xQ.d.mts} +8 -8
- package/dist/{index-N7JtH6hX.d.mts → index-BkKWL_tI.d.mts} +3 -3
- package/dist/{index-DsAfeVbS.d.mts → index-CK_hi7fg.d.mts} +12 -12
- package/dist/{index-bLWdMu_T.d.mts → index-CgJf67BC.d.mts} +20 -20
- package/dist/{index-CtVy1e5h.d.mts → index-Cs009Dqh.d.mts} +15 -15
- package/dist/{index-gYlNeEGH.d.mts → index-Cs1JVq0D.d.mts} +16 -16
- package/dist/{index-D7oEYudM.d.mts → index-D8nNK-pF.d.mts} +1 -1
- package/dist/{index-DWRwbJjQ.d.mts → index-DLPjliGd.d.mts} +1 -1
- package/dist/{index-C2tDMYm0.d.mts → index-DN0GXDlw.d.mts} +5 -5
- package/dist/{index-BM_y78ZA2.d.mts → index-iXawmtSH2.d.mts} +6 -6
- 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-CK50FeCH.d.mts → namespace-CN2TfSCY.d.mts} +2 -2
- package/dist/{namespace-thr1fR3_.d.mts → namespace-CWgNi8Gv.d.mts} +6 -6
- package/dist/{namespace-D63jVkzY.d.mts → namespace-DphMg7CF.d.mts} +5 -5
- package/dist/{namespace-vfKj-JHx.d.mts → namespace-Dy0pcIqF.d.mts} +9 -9
- package/dist/{namespace-DWT6hqxX.d.mts → namespace-Dyj2m6DT.d.mts} +36 -36
- package/dist/package-CBjoefAW.mjs +1 -0
- package/dist/{package-BEbo1-6S.d.mts → package-fwIv7zzj.d.mts} +1 -1
- package/dist/package.json +1 -1
- package/dist/primitive-runtime-BHSEOIH6.mjs +1 -0
- package/dist/{schema-CXgFk-dK.d.mts → schema-D2B2V6r6.d.mts} +2 -2
- package/dist/{schemas-DMl7IKG-.d.mts → schemas-ByBtBmoL.d.mts} +3 -3
- package/dist/{schemas-YFBpHbzr.d.mts → schemas-CN9hprME.d.mts} +3 -3
- package/dist/{schemas-BS8xAZ2y2.d.mts → schemas-D0gBYOoc2.d.mts} +6 -6
- package/dist/services/adapter-subsystem/index.d.mts +2 -2
- package/dist/services/adapter-subsystem/namespace.d.mts +1 -1
- package/dist/services/context-rules/index.d.mts +11 -11
- package/dist/services/filesystem/namespace.d.mts +12 -12
- package/dist/services/filesystem/schemas.d.mts +6 -6
- package/dist/services/index.d.mts +32 -32
- package/dist/services/log-import/browser.d.mts +2 -2
- package/dist/services/log-import/index.d.mts +2 -2
- package/dist/services/log-import/log-import.d.mts +1 -1
- package/dist/services/log-import/namespace.d.mts +2 -2
- package/dist/services/log-import/schemas.d.mts +1 -1
- package/dist/services/session/index.d.mts +5 -5
- package/dist/services/session/messages/namespace.d.mts +1 -1
- package/dist/services/session/session-events/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 +9 -9
- package/dist/services/settings/storage/extension-configs/namespace.d.mts +3 -3
- package/dist/services/subagent-template/index.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/{session-lineage-CJgqfkMj.d.mts → session-lineage-DFkJgYt5.d.mts} +1 -1
- package/dist/{types-bPzpZb7_.d.mts → types-BB8iIAjZ.d.mts} +1 -1
- package/dist/{types-8q9G9p34.d.mts → types-Co-MJvHY.d.mts} +40 -40
- package/dist/workflow-engine/index.d.mts +124 -20
- package/dist/workflow-engine/index.mjs +1 -1
- package/dist/workflow-engine/package.d.mts +1 -1
- package/dist/workflow-engine/package.mjs +1 -1
- package/dist/workflow-engine/workflow-orchestrator.mjs +1 -1
- package/package.json +1 -1
- package/dist/package-Dvk8-Gfd.mjs +0 -1
- package/dist/primitive-runtime-UEzX4Ayu.mjs +0 -1
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { Z as BranchKind$1, j as SessionMessage$1 } from "./types-
|
|
2
|
-
import { o as Message$1 } from "./index-
|
|
1
|
+
import { Z as BranchKind$1, j as SessionMessage$1 } from "./types-Co-MJvHY.mjs";
|
|
2
|
+
import { o as Message$1 } from "./index-B3mq3Qjf.mjs";
|
|
3
3
|
import { t as ContractStorageNamespaceDefinition } from "./storage-namespace-definition-BPYSLTfN.mjs";
|
|
4
4
|
import * as _$zod from "zod";
|
|
5
5
|
import { z } from "zod";
|
|
@@ -1504,8 +1504,8 @@ declare const SessionNamespace: _$_makaio_core0.BusNamespaceDefinition<"session"
|
|
|
1504
1504
|
fromMessageId: _$zod.ZodOptional<_$zod.ZodString>;
|
|
1505
1505
|
name: _$zod.ZodOptional<_$zod.ZodString>;
|
|
1506
1506
|
branchKind: _$zod.ZodOptional<_$zod.ZodEnum<{
|
|
1507
|
-
branch: "branch";
|
|
1508
1507
|
fork: "fork";
|
|
1508
|
+
branch: "branch";
|
|
1509
1509
|
aside: "aside";
|
|
1510
1510
|
}>>;
|
|
1511
1511
|
transforms: _$zod.ZodOptional<_$zod.ZodObject<{
|
|
@@ -1577,8 +1577,8 @@ declare const SessionNamespace: _$_makaio_core0.BusNamespaceDefinition<"session"
|
|
|
1577
1577
|
title: _$zod.ZodNullable<_$zod.ZodString>;
|
|
1578
1578
|
forkPointMessageId: _$zod.ZodNullable<_$zod.ZodString>;
|
|
1579
1579
|
branchKind: _$zod.ZodNullable<_$zod.ZodEnum<{
|
|
1580
|
-
branch: "branch";
|
|
1581
1580
|
fork: "fork";
|
|
1581
|
+
branch: "branch";
|
|
1582
1582
|
subagent: "subagent";
|
|
1583
1583
|
compress: "compress";
|
|
1584
1584
|
rewrite: "rewrite";
|
|
@@ -1634,8 +1634,8 @@ declare const SessionNamespace: _$_makaio_core0.BusNamespaceDefinition<"session"
|
|
|
1634
1634
|
childSessionId: _$zod.ZodString;
|
|
1635
1635
|
parentSessionId: _$zod.ZodString;
|
|
1636
1636
|
kind: _$zod.ZodEnum<{
|
|
1637
|
-
branch: "branch";
|
|
1638
1637
|
fork: "fork";
|
|
1638
|
+
branch: "branch";
|
|
1639
1639
|
subagent: "subagent";
|
|
1640
1640
|
compress: "compress";
|
|
1641
1641
|
rewrite: "rewrite";
|
|
@@ -1682,8 +1682,8 @@ declare const SessionNamespace: _$_makaio_core0.BusNamespaceDefinition<"session"
|
|
|
1682
1682
|
sessionId: _$zod.ZodString;
|
|
1683
1683
|
parentSessionId: _$zod.ZodNullable<_$zod.ZodString>;
|
|
1684
1684
|
branchKind: _$zod.ZodNullable<_$zod.ZodEnum<{
|
|
1685
|
-
branch: "branch";
|
|
1686
1685
|
fork: "fork";
|
|
1686
|
+
branch: "branch";
|
|
1687
1687
|
subagent: "subagent";
|
|
1688
1688
|
compress: "compress";
|
|
1689
1689
|
rewrite: "rewrite";
|
|
@@ -1760,8 +1760,8 @@ declare const SessionNamespace: _$_makaio_core0.BusNamespaceDefinition<"session"
|
|
|
1760
1760
|
member: "member";
|
|
1761
1761
|
}>;
|
|
1762
1762
|
status: _$zod.ZodEnum<{
|
|
1763
|
-
active: "active";
|
|
1764
1763
|
idle: "idle";
|
|
1764
|
+
active: "active";
|
|
1765
1765
|
dead: "dead";
|
|
1766
1766
|
disposed: "disposed";
|
|
1767
1767
|
}>;
|
|
@@ -1783,8 +1783,8 @@ declare const SessionNamespace: _$_makaio_core0.BusNamespaceDefinition<"session"
|
|
|
1783
1783
|
rootSessionId: _$zod.ZodOptional<_$zod.ZodString>;
|
|
1784
1784
|
forkPointMessageId: _$zod.ZodOptional<_$zod.ZodString>;
|
|
1785
1785
|
branchKind: _$zod.ZodOptional<_$zod.ZodEnum<{
|
|
1786
|
-
branch: "branch";
|
|
1787
1786
|
fork: "fork";
|
|
1787
|
+
branch: "branch";
|
|
1788
1788
|
subagent: "subagent";
|
|
1789
1789
|
compress: "compress";
|
|
1790
1790
|
rewrite: "rewrite";
|
|
@@ -1870,8 +1870,8 @@ declare const SessionNamespace: _$_makaio_core0.BusNamespaceDefinition<"session"
|
|
|
1870
1870
|
member: "member";
|
|
1871
1871
|
}>;
|
|
1872
1872
|
status: _$zod.ZodEnum<{
|
|
1873
|
-
active: "active";
|
|
1874
1873
|
idle: "idle";
|
|
1874
|
+
active: "active";
|
|
1875
1875
|
dead: "dead";
|
|
1876
1876
|
disposed: "disposed";
|
|
1877
1877
|
}>;
|
|
@@ -2260,8 +2260,8 @@ declare const SessionNamespace: _$_makaio_core0.BusNamespaceDefinition<"session"
|
|
|
2260
2260
|
childSessionId: _$zod.ZodString;
|
|
2261
2261
|
parentSessionId: _$zod.ZodString;
|
|
2262
2262
|
kind: _$zod.ZodEnum<{
|
|
2263
|
-
branch: "branch";
|
|
2264
2263
|
fork: "fork";
|
|
2264
|
+
branch: "branch";
|
|
2265
2265
|
subagent: "subagent";
|
|
2266
2266
|
compress: "compress";
|
|
2267
2267
|
rewrite: "rewrite";
|
|
@@ -2341,8 +2341,8 @@ declare const SessionNamespace: _$_makaio_core0.BusNamespaceDefinition<"session"
|
|
|
2341
2341
|
member: "member";
|
|
2342
2342
|
}>;
|
|
2343
2343
|
status: _$zod.ZodEnum<{
|
|
2344
|
-
active: "active";
|
|
2345
2344
|
idle: "idle";
|
|
2345
|
+
active: "active";
|
|
2346
2346
|
dead: "dead";
|
|
2347
2347
|
disposed: "disposed";
|
|
2348
2348
|
}>;
|
|
@@ -2364,8 +2364,8 @@ declare const SessionNamespace: _$_makaio_core0.BusNamespaceDefinition<"session"
|
|
|
2364
2364
|
rootSessionId: _$zod.ZodOptional<_$zod.ZodString>;
|
|
2365
2365
|
forkPointMessageId: _$zod.ZodOptional<_$zod.ZodString>;
|
|
2366
2366
|
branchKind: _$zod.ZodOptional<_$zod.ZodEnum<{
|
|
2367
|
-
branch: "branch";
|
|
2368
2367
|
fork: "fork";
|
|
2368
|
+
branch: "branch";
|
|
2369
2369
|
subagent: "subagent";
|
|
2370
2370
|
compress: "compress";
|
|
2371
2371
|
rewrite: "rewrite";
|
|
@@ -2451,8 +2451,8 @@ declare const SessionNamespace: _$_makaio_core0.BusNamespaceDefinition<"session"
|
|
|
2451
2451
|
member: "member";
|
|
2452
2452
|
}>;
|
|
2453
2453
|
status: _$zod.ZodEnum<{
|
|
2454
|
-
active: "active";
|
|
2455
2454
|
idle: "idle";
|
|
2455
|
+
active: "active";
|
|
2456
2456
|
dead: "dead";
|
|
2457
2457
|
disposed: "disposed";
|
|
2458
2458
|
}>;
|
|
@@ -2841,8 +2841,8 @@ declare const SessionNamespace: _$_makaio_core0.BusNamespaceDefinition<"session"
|
|
|
2841
2841
|
childSessionId: _$zod.ZodString;
|
|
2842
2842
|
parentSessionId: _$zod.ZodString;
|
|
2843
2843
|
kind: _$zod.ZodEnum<{
|
|
2844
|
-
branch: "branch";
|
|
2845
2844
|
fork: "fork";
|
|
2845
|
+
branch: "branch";
|
|
2846
2846
|
subagent: "subagent";
|
|
2847
2847
|
compress: "compress";
|
|
2848
2848
|
rewrite: "rewrite";
|
|
@@ -3264,8 +3264,8 @@ declare const SessionNamespace: _$_makaio_core0.BusNamespaceDefinition<"session"
|
|
|
3264
3264
|
childSessionId: _$zod.ZodString;
|
|
3265
3265
|
parentSessionId: _$zod.ZodString;
|
|
3266
3266
|
kind: _$zod.ZodEnum<{
|
|
3267
|
-
branch: "branch";
|
|
3268
3267
|
fork: "fork";
|
|
3268
|
+
branch: "branch";
|
|
3269
3269
|
subagent: "subagent";
|
|
3270
3270
|
compress: "compress";
|
|
3271
3271
|
rewrite: "rewrite";
|
|
@@ -3346,8 +3346,8 @@ declare const SessionNamespace: _$_makaio_core0.BusNamespaceDefinition<"session"
|
|
|
3346
3346
|
member: "member";
|
|
3347
3347
|
}>;
|
|
3348
3348
|
status: _$zod.ZodEnum<{
|
|
3349
|
-
active: "active";
|
|
3350
3349
|
idle: "idle";
|
|
3350
|
+
active: "active";
|
|
3351
3351
|
dead: "dead";
|
|
3352
3352
|
disposed: "disposed";
|
|
3353
3353
|
}>;
|
|
@@ -3369,8 +3369,8 @@ declare const SessionNamespace: _$_makaio_core0.BusNamespaceDefinition<"session"
|
|
|
3369
3369
|
rootSessionId: _$zod.ZodOptional<_$zod.ZodString>;
|
|
3370
3370
|
forkPointMessageId: _$zod.ZodOptional<_$zod.ZodString>;
|
|
3371
3371
|
branchKind: _$zod.ZodOptional<_$zod.ZodEnum<{
|
|
3372
|
-
branch: "branch";
|
|
3373
3372
|
fork: "fork";
|
|
3373
|
+
branch: "branch";
|
|
3374
3374
|
subagent: "subagent";
|
|
3375
3375
|
compress: "compress";
|
|
3376
3376
|
rewrite: "rewrite";
|
|
@@ -3481,8 +3481,8 @@ declare const SessionNamespace: _$_makaio_core0.BusNamespaceDefinition<"session"
|
|
|
3481
3481
|
member: "member";
|
|
3482
3482
|
}>;
|
|
3483
3483
|
status: _$zod.ZodEnum<{
|
|
3484
|
-
active: "active";
|
|
3485
3484
|
idle: "idle";
|
|
3485
|
+
active: "active";
|
|
3486
3486
|
dead: "dead";
|
|
3487
3487
|
disposed: "disposed";
|
|
3488
3488
|
}>;
|
|
@@ -3504,8 +3504,8 @@ declare const SessionNamespace: _$_makaio_core0.BusNamespaceDefinition<"session"
|
|
|
3504
3504
|
rootSessionId: _$zod.ZodOptional<_$zod.ZodString>;
|
|
3505
3505
|
forkPointMessageId: _$zod.ZodOptional<_$zod.ZodString>;
|
|
3506
3506
|
branchKind: _$zod.ZodOptional<_$zod.ZodEnum<{
|
|
3507
|
-
branch: "branch";
|
|
3508
3507
|
fork: "fork";
|
|
3508
|
+
branch: "branch";
|
|
3509
3509
|
subagent: "subagent";
|
|
3510
3510
|
compress: "compress";
|
|
3511
3511
|
rewrite: "rewrite";
|
|
@@ -3607,8 +3607,8 @@ declare const SessionNamespace: _$_makaio_core0.BusNamespaceDefinition<"session"
|
|
|
3607
3607
|
member: "member";
|
|
3608
3608
|
}>;
|
|
3609
3609
|
status: _$zod.ZodEnum<{
|
|
3610
|
-
active: "active";
|
|
3611
3610
|
idle: "idle";
|
|
3611
|
+
active: "active";
|
|
3612
3612
|
dead: "dead";
|
|
3613
3613
|
disposed: "disposed";
|
|
3614
3614
|
}>;
|
|
@@ -3630,8 +3630,8 @@ declare const SessionNamespace: _$_makaio_core0.BusNamespaceDefinition<"session"
|
|
|
3630
3630
|
rootSessionId: _$zod.ZodOptional<_$zod.ZodString>;
|
|
3631
3631
|
forkPointMessageId: _$zod.ZodOptional<_$zod.ZodString>;
|
|
3632
3632
|
branchKind: _$zod.ZodOptional<_$zod.ZodEnum<{
|
|
3633
|
-
branch: "branch";
|
|
3634
3633
|
fork: "fork";
|
|
3634
|
+
branch: "branch";
|
|
3635
3635
|
subagent: "subagent";
|
|
3636
3636
|
compress: "compress";
|
|
3637
3637
|
rewrite: "rewrite";
|
|
@@ -3705,8 +3705,8 @@ declare const SessionNamespace: _$_makaio_core0.BusNamespaceDefinition<"session"
|
|
|
3705
3705
|
}>>;
|
|
3706
3706
|
forkPointMessageId: _$zod.ZodOptional<_$zod.ZodString>;
|
|
3707
3707
|
branchKind: _$zod.ZodOptional<_$zod.ZodEnum<{
|
|
3708
|
-
branch: "branch";
|
|
3709
3708
|
fork: "fork";
|
|
3709
|
+
branch: "branch";
|
|
3710
3710
|
subagent: "subagent";
|
|
3711
3711
|
compress: "compress";
|
|
3712
3712
|
rewrite: "rewrite";
|
|
@@ -3843,8 +3843,8 @@ declare const SessionNamespace: _$_makaio_core0.BusNamespaceDefinition<"session"
|
|
|
3843
3843
|
member: "member";
|
|
3844
3844
|
}>;
|
|
3845
3845
|
status: _$zod.ZodEnum<{
|
|
3846
|
-
active: "active";
|
|
3847
3846
|
idle: "idle";
|
|
3847
|
+
active: "active";
|
|
3848
3848
|
dead: "dead";
|
|
3849
3849
|
disposed: "disposed";
|
|
3850
3850
|
}>;
|
|
@@ -3866,8 +3866,8 @@ declare const SessionNamespace: _$_makaio_core0.BusNamespaceDefinition<"session"
|
|
|
3866
3866
|
rootSessionId: _$zod.ZodOptional<_$zod.ZodString>;
|
|
3867
3867
|
forkPointMessageId: _$zod.ZodOptional<_$zod.ZodString>;
|
|
3868
3868
|
branchKind: _$zod.ZodOptional<_$zod.ZodEnum<{
|
|
3869
|
-
branch: "branch";
|
|
3870
3869
|
fork: "fork";
|
|
3870
|
+
branch: "branch";
|
|
3871
3871
|
subagent: "subagent";
|
|
3872
3872
|
compress: "compress";
|
|
3873
3873
|
rewrite: "rewrite";
|
|
@@ -3951,8 +3951,8 @@ declare const SessionNamespace: _$_makaio_core0.BusNamespaceDefinition<"session"
|
|
|
3951
3951
|
}>>;
|
|
3952
3952
|
forkPointMessageId: _$zod.ZodOptional<_$zod.ZodString>;
|
|
3953
3953
|
branchKind: _$zod.ZodOptional<_$zod.ZodEnum<{
|
|
3954
|
-
branch: "branch";
|
|
3955
3954
|
fork: "fork";
|
|
3955
|
+
branch: "branch";
|
|
3956
3956
|
subagent: "subagent";
|
|
3957
3957
|
compress: "compress";
|
|
3958
3958
|
rewrite: "rewrite";
|
|
@@ -5496,8 +5496,8 @@ declare const SessionSubjects$1: _$_makaio_core0.BusSubjects<_$_makaio_core0.Fla
|
|
|
5496
5496
|
fromMessageId: _$zod.ZodOptional<_$zod.ZodString>;
|
|
5497
5497
|
name: _$zod.ZodOptional<_$zod.ZodString>;
|
|
5498
5498
|
branchKind: _$zod.ZodOptional<_$zod.ZodEnum<{
|
|
5499
|
-
branch: "branch";
|
|
5500
5499
|
fork: "fork";
|
|
5500
|
+
branch: "branch";
|
|
5501
5501
|
aside: "aside";
|
|
5502
5502
|
}>>;
|
|
5503
5503
|
transforms: _$zod.ZodOptional<_$zod.ZodObject<{
|
|
@@ -5569,8 +5569,8 @@ declare const SessionSubjects$1: _$_makaio_core0.BusSubjects<_$_makaio_core0.Fla
|
|
|
5569
5569
|
title: _$zod.ZodNullable<_$zod.ZodString>;
|
|
5570
5570
|
forkPointMessageId: _$zod.ZodNullable<_$zod.ZodString>;
|
|
5571
5571
|
branchKind: _$zod.ZodNullable<_$zod.ZodEnum<{
|
|
5572
|
-
branch: "branch";
|
|
5573
5572
|
fork: "fork";
|
|
5573
|
+
branch: "branch";
|
|
5574
5574
|
subagent: "subagent";
|
|
5575
5575
|
compress: "compress";
|
|
5576
5576
|
rewrite: "rewrite";
|
|
@@ -5626,8 +5626,8 @@ declare const SessionSubjects$1: _$_makaio_core0.BusSubjects<_$_makaio_core0.Fla
|
|
|
5626
5626
|
childSessionId: _$zod.ZodString;
|
|
5627
5627
|
parentSessionId: _$zod.ZodString;
|
|
5628
5628
|
kind: _$zod.ZodEnum<{
|
|
5629
|
-
branch: "branch";
|
|
5630
5629
|
fork: "fork";
|
|
5630
|
+
branch: "branch";
|
|
5631
5631
|
subagent: "subagent";
|
|
5632
5632
|
compress: "compress";
|
|
5633
5633
|
rewrite: "rewrite";
|
|
@@ -5674,8 +5674,8 @@ declare const SessionSubjects$1: _$_makaio_core0.BusSubjects<_$_makaio_core0.Fla
|
|
|
5674
5674
|
sessionId: _$zod.ZodString;
|
|
5675
5675
|
parentSessionId: _$zod.ZodNullable<_$zod.ZodString>;
|
|
5676
5676
|
branchKind: _$zod.ZodNullable<_$zod.ZodEnum<{
|
|
5677
|
-
branch: "branch";
|
|
5678
5677
|
fork: "fork";
|
|
5678
|
+
branch: "branch";
|
|
5679
5679
|
subagent: "subagent";
|
|
5680
5680
|
compress: "compress";
|
|
5681
5681
|
rewrite: "rewrite";
|
|
@@ -5752,8 +5752,8 @@ declare const SessionSubjects$1: _$_makaio_core0.BusSubjects<_$_makaio_core0.Fla
|
|
|
5752
5752
|
member: "member";
|
|
5753
5753
|
}>;
|
|
5754
5754
|
status: _$zod.ZodEnum<{
|
|
5755
|
-
active: "active";
|
|
5756
5755
|
idle: "idle";
|
|
5756
|
+
active: "active";
|
|
5757
5757
|
dead: "dead";
|
|
5758
5758
|
disposed: "disposed";
|
|
5759
5759
|
}>;
|
|
@@ -5775,8 +5775,8 @@ declare const SessionSubjects$1: _$_makaio_core0.BusSubjects<_$_makaio_core0.Fla
|
|
|
5775
5775
|
rootSessionId: _$zod.ZodOptional<_$zod.ZodString>;
|
|
5776
5776
|
forkPointMessageId: _$zod.ZodOptional<_$zod.ZodString>;
|
|
5777
5777
|
branchKind: _$zod.ZodOptional<_$zod.ZodEnum<{
|
|
5778
|
-
branch: "branch";
|
|
5779
5778
|
fork: "fork";
|
|
5779
|
+
branch: "branch";
|
|
5780
5780
|
subagent: "subagent";
|
|
5781
5781
|
compress: "compress";
|
|
5782
5782
|
rewrite: "rewrite";
|
|
@@ -5862,8 +5862,8 @@ declare const SessionSubjects$1: _$_makaio_core0.BusSubjects<_$_makaio_core0.Fla
|
|
|
5862
5862
|
member: "member";
|
|
5863
5863
|
}>;
|
|
5864
5864
|
status: _$zod.ZodEnum<{
|
|
5865
|
-
active: "active";
|
|
5866
5865
|
idle: "idle";
|
|
5866
|
+
active: "active";
|
|
5867
5867
|
dead: "dead";
|
|
5868
5868
|
disposed: "disposed";
|
|
5869
5869
|
}>;
|
|
@@ -6252,8 +6252,8 @@ declare const SessionSubjects$1: _$_makaio_core0.BusSubjects<_$_makaio_core0.Fla
|
|
|
6252
6252
|
childSessionId: _$zod.ZodString;
|
|
6253
6253
|
parentSessionId: _$zod.ZodString;
|
|
6254
6254
|
kind: _$zod.ZodEnum<{
|
|
6255
|
-
branch: "branch";
|
|
6256
6255
|
fork: "fork";
|
|
6256
|
+
branch: "branch";
|
|
6257
6257
|
subagent: "subagent";
|
|
6258
6258
|
compress: "compress";
|
|
6259
6259
|
rewrite: "rewrite";
|
|
@@ -6333,8 +6333,8 @@ declare const SessionSubjects$1: _$_makaio_core0.BusSubjects<_$_makaio_core0.Fla
|
|
|
6333
6333
|
member: "member";
|
|
6334
6334
|
}>;
|
|
6335
6335
|
status: _$zod.ZodEnum<{
|
|
6336
|
-
active: "active";
|
|
6337
6336
|
idle: "idle";
|
|
6337
|
+
active: "active";
|
|
6338
6338
|
dead: "dead";
|
|
6339
6339
|
disposed: "disposed";
|
|
6340
6340
|
}>;
|
|
@@ -6356,8 +6356,8 @@ declare const SessionSubjects$1: _$_makaio_core0.BusSubjects<_$_makaio_core0.Fla
|
|
|
6356
6356
|
rootSessionId: _$zod.ZodOptional<_$zod.ZodString>;
|
|
6357
6357
|
forkPointMessageId: _$zod.ZodOptional<_$zod.ZodString>;
|
|
6358
6358
|
branchKind: _$zod.ZodOptional<_$zod.ZodEnum<{
|
|
6359
|
-
branch: "branch";
|
|
6360
6359
|
fork: "fork";
|
|
6360
|
+
branch: "branch";
|
|
6361
6361
|
subagent: "subagent";
|
|
6362
6362
|
compress: "compress";
|
|
6363
6363
|
rewrite: "rewrite";
|
|
@@ -6443,8 +6443,8 @@ declare const SessionSubjects$1: _$_makaio_core0.BusSubjects<_$_makaio_core0.Fla
|
|
|
6443
6443
|
member: "member";
|
|
6444
6444
|
}>;
|
|
6445
6445
|
status: _$zod.ZodEnum<{
|
|
6446
|
-
active: "active";
|
|
6447
6446
|
idle: "idle";
|
|
6447
|
+
active: "active";
|
|
6448
6448
|
dead: "dead";
|
|
6449
6449
|
disposed: "disposed";
|
|
6450
6450
|
}>;
|
|
@@ -6833,8 +6833,8 @@ declare const SessionSubjects$1: _$_makaio_core0.BusSubjects<_$_makaio_core0.Fla
|
|
|
6833
6833
|
childSessionId: _$zod.ZodString;
|
|
6834
6834
|
parentSessionId: _$zod.ZodString;
|
|
6835
6835
|
kind: _$zod.ZodEnum<{
|
|
6836
|
-
branch: "branch";
|
|
6837
6836
|
fork: "fork";
|
|
6837
|
+
branch: "branch";
|
|
6838
6838
|
subagent: "subagent";
|
|
6839
6839
|
compress: "compress";
|
|
6840
6840
|
rewrite: "rewrite";
|
|
@@ -7256,8 +7256,8 @@ declare const SessionSubjects$1: _$_makaio_core0.BusSubjects<_$_makaio_core0.Fla
|
|
|
7256
7256
|
childSessionId: _$zod.ZodString;
|
|
7257
7257
|
parentSessionId: _$zod.ZodString;
|
|
7258
7258
|
kind: _$zod.ZodEnum<{
|
|
7259
|
-
branch: "branch";
|
|
7260
7259
|
fork: "fork";
|
|
7260
|
+
branch: "branch";
|
|
7261
7261
|
subagent: "subagent";
|
|
7262
7262
|
compress: "compress";
|
|
7263
7263
|
rewrite: "rewrite";
|
|
@@ -7338,8 +7338,8 @@ declare const SessionSubjects$1: _$_makaio_core0.BusSubjects<_$_makaio_core0.Fla
|
|
|
7338
7338
|
member: "member";
|
|
7339
7339
|
}>;
|
|
7340
7340
|
status: _$zod.ZodEnum<{
|
|
7341
|
-
active: "active";
|
|
7342
7341
|
idle: "idle";
|
|
7342
|
+
active: "active";
|
|
7343
7343
|
dead: "dead";
|
|
7344
7344
|
disposed: "disposed";
|
|
7345
7345
|
}>;
|
|
@@ -7361,8 +7361,8 @@ declare const SessionSubjects$1: _$_makaio_core0.BusSubjects<_$_makaio_core0.Fla
|
|
|
7361
7361
|
rootSessionId: _$zod.ZodOptional<_$zod.ZodString>;
|
|
7362
7362
|
forkPointMessageId: _$zod.ZodOptional<_$zod.ZodString>;
|
|
7363
7363
|
branchKind: _$zod.ZodOptional<_$zod.ZodEnum<{
|
|
7364
|
-
branch: "branch";
|
|
7365
7364
|
fork: "fork";
|
|
7365
|
+
branch: "branch";
|
|
7366
7366
|
subagent: "subagent";
|
|
7367
7367
|
compress: "compress";
|
|
7368
7368
|
rewrite: "rewrite";
|
|
@@ -7473,8 +7473,8 @@ declare const SessionSubjects$1: _$_makaio_core0.BusSubjects<_$_makaio_core0.Fla
|
|
|
7473
7473
|
member: "member";
|
|
7474
7474
|
}>;
|
|
7475
7475
|
status: _$zod.ZodEnum<{
|
|
7476
|
-
active: "active";
|
|
7477
7476
|
idle: "idle";
|
|
7477
|
+
active: "active";
|
|
7478
7478
|
dead: "dead";
|
|
7479
7479
|
disposed: "disposed";
|
|
7480
7480
|
}>;
|
|
@@ -7496,8 +7496,8 @@ declare const SessionSubjects$1: _$_makaio_core0.BusSubjects<_$_makaio_core0.Fla
|
|
|
7496
7496
|
rootSessionId: _$zod.ZodOptional<_$zod.ZodString>;
|
|
7497
7497
|
forkPointMessageId: _$zod.ZodOptional<_$zod.ZodString>;
|
|
7498
7498
|
branchKind: _$zod.ZodOptional<_$zod.ZodEnum<{
|
|
7499
|
-
branch: "branch";
|
|
7500
7499
|
fork: "fork";
|
|
7500
|
+
branch: "branch";
|
|
7501
7501
|
subagent: "subagent";
|
|
7502
7502
|
compress: "compress";
|
|
7503
7503
|
rewrite: "rewrite";
|
|
@@ -7599,8 +7599,8 @@ declare const SessionSubjects$1: _$_makaio_core0.BusSubjects<_$_makaio_core0.Fla
|
|
|
7599
7599
|
member: "member";
|
|
7600
7600
|
}>;
|
|
7601
7601
|
status: _$zod.ZodEnum<{
|
|
7602
|
-
active: "active";
|
|
7603
7602
|
idle: "idle";
|
|
7603
|
+
active: "active";
|
|
7604
7604
|
dead: "dead";
|
|
7605
7605
|
disposed: "disposed";
|
|
7606
7606
|
}>;
|
|
@@ -7622,8 +7622,8 @@ declare const SessionSubjects$1: _$_makaio_core0.BusSubjects<_$_makaio_core0.Fla
|
|
|
7622
7622
|
rootSessionId: _$zod.ZodOptional<_$zod.ZodString>;
|
|
7623
7623
|
forkPointMessageId: _$zod.ZodOptional<_$zod.ZodString>;
|
|
7624
7624
|
branchKind: _$zod.ZodOptional<_$zod.ZodEnum<{
|
|
7625
|
-
branch: "branch";
|
|
7626
7625
|
fork: "fork";
|
|
7626
|
+
branch: "branch";
|
|
7627
7627
|
subagent: "subagent";
|
|
7628
7628
|
compress: "compress";
|
|
7629
7629
|
rewrite: "rewrite";
|
|
@@ -7697,8 +7697,8 @@ declare const SessionSubjects$1: _$_makaio_core0.BusSubjects<_$_makaio_core0.Fla
|
|
|
7697
7697
|
}>>;
|
|
7698
7698
|
forkPointMessageId: _$zod.ZodOptional<_$zod.ZodString>;
|
|
7699
7699
|
branchKind: _$zod.ZodOptional<_$zod.ZodEnum<{
|
|
7700
|
-
branch: "branch";
|
|
7701
7700
|
fork: "fork";
|
|
7701
|
+
branch: "branch";
|
|
7702
7702
|
subagent: "subagent";
|
|
7703
7703
|
compress: "compress";
|
|
7704
7704
|
rewrite: "rewrite";
|
|
@@ -7835,8 +7835,8 @@ declare const SessionSubjects$1: _$_makaio_core0.BusSubjects<_$_makaio_core0.Fla
|
|
|
7835
7835
|
member: "member";
|
|
7836
7836
|
}>;
|
|
7837
7837
|
status: _$zod.ZodEnum<{
|
|
7838
|
-
active: "active";
|
|
7839
7838
|
idle: "idle";
|
|
7839
|
+
active: "active";
|
|
7840
7840
|
dead: "dead";
|
|
7841
7841
|
disposed: "disposed";
|
|
7842
7842
|
}>;
|
|
@@ -7858,8 +7858,8 @@ declare const SessionSubjects$1: _$_makaio_core0.BusSubjects<_$_makaio_core0.Fla
|
|
|
7858
7858
|
rootSessionId: _$zod.ZodOptional<_$zod.ZodString>;
|
|
7859
7859
|
forkPointMessageId: _$zod.ZodOptional<_$zod.ZodString>;
|
|
7860
7860
|
branchKind: _$zod.ZodOptional<_$zod.ZodEnum<{
|
|
7861
|
-
branch: "branch";
|
|
7862
7861
|
fork: "fork";
|
|
7862
|
+
branch: "branch";
|
|
7863
7863
|
subagent: "subagent";
|
|
7864
7864
|
compress: "compress";
|
|
7865
7865
|
rewrite: "rewrite";
|
|
@@ -7943,8 +7943,8 @@ declare const SessionSubjects$1: _$_makaio_core0.BusSubjects<_$_makaio_core0.Fla
|
|
|
7943
7943
|
}>>;
|
|
7944
7944
|
forkPointMessageId: _$zod.ZodOptional<_$zod.ZodString>;
|
|
7945
7945
|
branchKind: _$zod.ZodOptional<_$zod.ZodEnum<{
|
|
7946
|
-
branch: "branch";
|
|
7947
7946
|
fork: "fork";
|
|
7947
|
+
branch: "branch";
|
|
7948
7948
|
subagent: "subagent";
|
|
7949
7949
|
compress: "compress";
|
|
7950
7950
|
rewrite: "rewrite";
|
|
@@ -8754,9 +8754,9 @@ declare const MessageStorageNamespace$1: ContractStorageNamespaceDefinition<"mes
|
|
|
8754
8754
|
isError: z.ZodOptional<z.ZodBoolean>;
|
|
8755
8755
|
}, z.core.$strip>], "type">>;
|
|
8756
8756
|
agentId: z.ZodOptional<z.ZodString>;
|
|
8757
|
-
timestamp: z.ZodNumber;
|
|
8758
8757
|
adapterSessionId: z.ZodOptional<z.ZodString>;
|
|
8759
8758
|
turnId: z.ZodNullable<z.ZodString>;
|
|
8759
|
+
timestamp: z.ZodNumber;
|
|
8760
8760
|
contentText: z.ZodString;
|
|
8761
8761
|
adapterMessageId: z.ZodOptional<z.ZodString>;
|
|
8762
8762
|
editOf: z.ZodOptional<z.ZodString>;
|
|
@@ -9602,9 +9602,9 @@ declare const MessageStorageSubjects: _$_makaio_core0.BusSubjects<_$_makaio_core
|
|
|
9602
9602
|
isError: z.ZodOptional<z.ZodBoolean>;
|
|
9603
9603
|
}, z.core.$strip>], "type">>;
|
|
9604
9604
|
agentId: z.ZodOptional<z.ZodString>;
|
|
9605
|
-
timestamp: z.ZodNumber;
|
|
9606
9605
|
adapterSessionId: z.ZodOptional<z.ZodString>;
|
|
9607
9606
|
turnId: z.ZodNullable<z.ZodString>;
|
|
9607
|
+
timestamp: z.ZodNumber;
|
|
9608
9608
|
contentText: z.ZodString;
|
|
9609
9609
|
adapterMessageId: z.ZodOptional<z.ZodString>;
|
|
9610
9610
|
editOf: z.ZodOptional<z.ZodString>;
|
|
@@ -10697,8 +10697,8 @@ declare const SessionEventStorageNamespace$1: ContractStorageNamespaceDefinition
|
|
|
10697
10697
|
childSessionId: z.ZodString;
|
|
10698
10698
|
parentSessionId: z.ZodString;
|
|
10699
10699
|
kind: z.ZodEnum<{
|
|
10700
|
-
branch: "branch";
|
|
10701
10700
|
fork: "fork";
|
|
10701
|
+
branch: "branch";
|
|
10702
10702
|
subagent: "subagent";
|
|
10703
10703
|
compress: "compress";
|
|
10704
10704
|
rewrite: "rewrite";
|
|
@@ -11033,8 +11033,8 @@ declare const SessionEventStorageNamespace$1: ContractStorageNamespaceDefinition
|
|
|
11033
11033
|
childSessionId: z.ZodString;
|
|
11034
11034
|
parentSessionId: z.ZodString;
|
|
11035
11035
|
kind: z.ZodEnum<{
|
|
11036
|
-
branch: "branch";
|
|
11037
11036
|
fork: "fork";
|
|
11037
|
+
branch: "branch";
|
|
11038
11038
|
subagent: "subagent";
|
|
11039
11039
|
compress: "compress";
|
|
11040
11040
|
rewrite: "rewrite";
|
|
@@ -11359,8 +11359,8 @@ declare const SessionEventStorageNamespace$1: ContractStorageNamespaceDefinition
|
|
|
11359
11359
|
childSessionId: z.ZodString;
|
|
11360
11360
|
parentSessionId: z.ZodString;
|
|
11361
11361
|
kind: z.ZodEnum<{
|
|
11362
|
-
branch: "branch";
|
|
11363
11362
|
fork: "fork";
|
|
11363
|
+
branch: "branch";
|
|
11364
11364
|
subagent: "subagent";
|
|
11365
11365
|
compress: "compress";
|
|
11366
11366
|
rewrite: "rewrite";
|
|
@@ -11699,8 +11699,8 @@ declare const SessionEventStorageNamespace$1: ContractStorageNamespaceDefinition
|
|
|
11699
11699
|
childSessionId: z.ZodString;
|
|
11700
11700
|
parentSessionId: z.ZodString;
|
|
11701
11701
|
kind: z.ZodEnum<{
|
|
11702
|
-
branch: "branch";
|
|
11703
11702
|
fork: "fork";
|
|
11703
|
+
branch: "branch";
|
|
11704
11704
|
subagent: "subagent";
|
|
11705
11705
|
compress: "compress";
|
|
11706
11706
|
rewrite: "rewrite";
|
|
@@ -12026,8 +12026,8 @@ declare const SessionEventStorageSubjects: _$_makaio_core0.BusSubjects<_$_makaio
|
|
|
12026
12026
|
childSessionId: z.ZodString;
|
|
12027
12027
|
parentSessionId: z.ZodString;
|
|
12028
12028
|
kind: z.ZodEnum<{
|
|
12029
|
-
branch: "branch";
|
|
12030
12029
|
fork: "fork";
|
|
12030
|
+
branch: "branch";
|
|
12031
12031
|
subagent: "subagent";
|
|
12032
12032
|
compress: "compress";
|
|
12033
12033
|
rewrite: "rewrite";
|
|
@@ -12362,8 +12362,8 @@ declare const SessionEventStorageSubjects: _$_makaio_core0.BusSubjects<_$_makaio
|
|
|
12362
12362
|
childSessionId: z.ZodString;
|
|
12363
12363
|
parentSessionId: z.ZodString;
|
|
12364
12364
|
kind: z.ZodEnum<{
|
|
12365
|
-
branch: "branch";
|
|
12366
12365
|
fork: "fork";
|
|
12366
|
+
branch: "branch";
|
|
12367
12367
|
subagent: "subagent";
|
|
12368
12368
|
compress: "compress";
|
|
12369
12369
|
rewrite: "rewrite";
|
|
@@ -12688,8 +12688,8 @@ declare const SessionEventStorageSubjects: _$_makaio_core0.BusSubjects<_$_makaio
|
|
|
12688
12688
|
childSessionId: z.ZodString;
|
|
12689
12689
|
parentSessionId: z.ZodString;
|
|
12690
12690
|
kind: z.ZodEnum<{
|
|
12691
|
-
branch: "branch";
|
|
12692
12691
|
fork: "fork";
|
|
12692
|
+
branch: "branch";
|
|
12693
12693
|
subagent: "subagent";
|
|
12694
12694
|
compress: "compress";
|
|
12695
12695
|
rewrite: "rewrite";
|
|
@@ -13028,8 +13028,8 @@ declare const SessionEventStorageSubjects: _$_makaio_core0.BusSubjects<_$_makaio
|
|
|
13028
13028
|
childSessionId: z.ZodString;
|
|
13029
13029
|
parentSessionId: z.ZodString;
|
|
13030
13030
|
kind: z.ZodEnum<{
|
|
13031
|
-
branch: "branch";
|
|
13032
13031
|
fork: "fork";
|
|
13032
|
+
branch: "branch";
|
|
13033
13033
|
subagent: "subagent";
|
|
13034
13034
|
compress: "compress";
|
|
13035
13035
|
rewrite: "rewrite";
|
|
@@ -13100,8 +13100,8 @@ declare const SessionStorageSetSessionSchema: z.ZodObject<{
|
|
|
13100
13100
|
member: "member";
|
|
13101
13101
|
}>;
|
|
13102
13102
|
status: z.ZodEnum<{
|
|
13103
|
-
active: "active";
|
|
13104
13103
|
idle: "idle";
|
|
13104
|
+
active: "active";
|
|
13105
13105
|
dead: "dead";
|
|
13106
13106
|
disposed: "disposed";
|
|
13107
13107
|
}>;
|
|
@@ -13123,8 +13123,8 @@ declare const SessionStorageSetSessionSchema: z.ZodObject<{
|
|
|
13123
13123
|
rootSessionId: z.ZodOptional<z.ZodString>;
|
|
13124
13124
|
forkPointMessageId: z.ZodOptional<z.ZodString>;
|
|
13125
13125
|
branchKind: z.ZodOptional<z.ZodEnum<{
|
|
13126
|
-
branch: "branch";
|
|
13127
13126
|
fork: "fork";
|
|
13127
|
+
branch: "branch";
|
|
13128
13128
|
subagent: "subagent";
|
|
13129
13129
|
compress: "compress";
|
|
13130
13130
|
rewrite: "rewrite";
|
|
@@ -13216,8 +13216,8 @@ declare const SessionStorageSetRequestSchema$1: z.ZodObject<{
|
|
|
13216
13216
|
member: "member";
|
|
13217
13217
|
}>;
|
|
13218
13218
|
status: z.ZodEnum<{
|
|
13219
|
-
active: "active";
|
|
13220
13219
|
idle: "idle";
|
|
13220
|
+
active: "active";
|
|
13221
13221
|
dead: "dead";
|
|
13222
13222
|
disposed: "disposed";
|
|
13223
13223
|
}>;
|
|
@@ -13239,8 +13239,8 @@ declare const SessionStorageSetRequestSchema$1: z.ZodObject<{
|
|
|
13239
13239
|
rootSessionId: z.ZodOptional<z.ZodString>;
|
|
13240
13240
|
forkPointMessageId: z.ZodOptional<z.ZodString>;
|
|
13241
13241
|
branchKind: z.ZodOptional<z.ZodEnum<{
|
|
13242
|
-
branch: "branch";
|
|
13243
13242
|
fork: "fork";
|
|
13243
|
+
branch: "branch";
|
|
13244
13244
|
subagent: "subagent";
|
|
13245
13245
|
compress: "compress";
|
|
13246
13246
|
rewrite: "rewrite";
|
|
@@ -13324,8 +13324,8 @@ declare const SessionStorageUpdateSchema$1: {
|
|
|
13324
13324
|
rootSessionId: z.ZodOptional<z.ZodString>;
|
|
13325
13325
|
forkPointMessageId: z.ZodOptional<z.ZodString>;
|
|
13326
13326
|
branchKind: z.ZodOptional<z.ZodEnum<{
|
|
13327
|
-
branch: "branch";
|
|
13328
13327
|
fork: "fork";
|
|
13328
|
+
branch: "branch";
|
|
13329
13329
|
subagent: "subagent";
|
|
13330
13330
|
compress: "compress";
|
|
13331
13331
|
rewrite: "rewrite";
|
|
@@ -13465,8 +13465,8 @@ declare const SessionStorageNamespace$1: ContractStorageNamespaceDefinition<"ses
|
|
|
13465
13465
|
member: "member";
|
|
13466
13466
|
}>;
|
|
13467
13467
|
status: z.ZodEnum<{
|
|
13468
|
-
active: "active";
|
|
13469
13468
|
idle: "idle";
|
|
13469
|
+
active: "active";
|
|
13470
13470
|
dead: "dead";
|
|
13471
13471
|
disposed: "disposed";
|
|
13472
13472
|
}>;
|
|
@@ -13488,8 +13488,8 @@ declare const SessionStorageNamespace$1: ContractStorageNamespaceDefinition<"ses
|
|
|
13488
13488
|
rootSessionId: z.ZodOptional<z.ZodString>;
|
|
13489
13489
|
forkPointMessageId: z.ZodOptional<z.ZodString>;
|
|
13490
13490
|
branchKind: z.ZodOptional<z.ZodEnum<{
|
|
13491
|
-
branch: "branch";
|
|
13492
13491
|
fork: "fork";
|
|
13492
|
+
branch: "branch";
|
|
13493
13493
|
subagent: "subagent";
|
|
13494
13494
|
compress: "compress";
|
|
13495
13495
|
rewrite: "rewrite";
|
|
@@ -13590,8 +13590,8 @@ declare const SessionStorageNamespace$1: ContractStorageNamespaceDefinition<"ses
|
|
|
13590
13590
|
member: "member";
|
|
13591
13591
|
}>;
|
|
13592
13592
|
status: z.ZodEnum<{
|
|
13593
|
-
active: "active";
|
|
13594
13593
|
idle: "idle";
|
|
13594
|
+
active: "active";
|
|
13595
13595
|
dead: "dead";
|
|
13596
13596
|
disposed: "disposed";
|
|
13597
13597
|
}>;
|
|
@@ -13613,8 +13613,8 @@ declare const SessionStorageNamespace$1: ContractStorageNamespaceDefinition<"ses
|
|
|
13613
13613
|
rootSessionId: z.ZodOptional<z.ZodString>;
|
|
13614
13614
|
forkPointMessageId: z.ZodOptional<z.ZodString>;
|
|
13615
13615
|
branchKind: z.ZodOptional<z.ZodEnum<{
|
|
13616
|
-
branch: "branch";
|
|
13617
13616
|
fork: "fork";
|
|
13617
|
+
branch: "branch";
|
|
13618
13618
|
subagent: "subagent";
|
|
13619
13619
|
compress: "compress";
|
|
13620
13620
|
rewrite: "rewrite";
|
|
@@ -13746,8 +13746,8 @@ declare const SessionStorageNamespace$1: ContractStorageNamespaceDefinition<"ses
|
|
|
13746
13746
|
member: "member";
|
|
13747
13747
|
}>;
|
|
13748
13748
|
status: z.ZodEnum<{
|
|
13749
|
-
active: "active";
|
|
13750
13749
|
idle: "idle";
|
|
13750
|
+
active: "active";
|
|
13751
13751
|
dead: "dead";
|
|
13752
13752
|
disposed: "disposed";
|
|
13753
13753
|
}>;
|
|
@@ -13769,8 +13769,8 @@ declare const SessionStorageNamespace$1: ContractStorageNamespaceDefinition<"ses
|
|
|
13769
13769
|
rootSessionId: z.ZodOptional<z.ZodString>;
|
|
13770
13770
|
forkPointMessageId: z.ZodOptional<z.ZodString>;
|
|
13771
13771
|
branchKind: z.ZodOptional<z.ZodEnum<{
|
|
13772
|
-
branch: "branch";
|
|
13773
13772
|
fork: "fork";
|
|
13773
|
+
branch: "branch";
|
|
13774
13774
|
subagent: "subagent";
|
|
13775
13775
|
compress: "compress";
|
|
13776
13776
|
rewrite: "rewrite";
|
|
@@ -13855,8 +13855,8 @@ declare const SessionStorageNamespace$1: ContractStorageNamespaceDefinition<"ses
|
|
|
13855
13855
|
title: z.ZodNullable<z.ZodString>;
|
|
13856
13856
|
forkPointMessageId: z.ZodNullable<z.ZodString>;
|
|
13857
13857
|
branchKind: z.ZodNullable<z.ZodEnum<{
|
|
13858
|
-
branch: "branch";
|
|
13859
13858
|
fork: "fork";
|
|
13859
|
+
branch: "branch";
|
|
13860
13860
|
subagent: "subagent";
|
|
13861
13861
|
compress: "compress";
|
|
13862
13862
|
rewrite: "rewrite";
|
|
@@ -13918,8 +13918,8 @@ declare const SessionStorageNamespace$1: ContractStorageNamespaceDefinition<"ses
|
|
|
13918
13918
|
member: "member";
|
|
13919
13919
|
}>;
|
|
13920
13920
|
status: z.ZodEnum<{
|
|
13921
|
-
active: "active";
|
|
13922
13921
|
idle: "idle";
|
|
13922
|
+
active: "active";
|
|
13923
13923
|
dead: "dead";
|
|
13924
13924
|
disposed: "disposed";
|
|
13925
13925
|
}>;
|
|
@@ -13941,8 +13941,8 @@ declare const SessionStorageNamespace$1: ContractStorageNamespaceDefinition<"ses
|
|
|
13941
13941
|
rootSessionId: z.ZodOptional<z.ZodString>;
|
|
13942
13942
|
forkPointMessageId: z.ZodOptional<z.ZodString>;
|
|
13943
13943
|
branchKind: z.ZodOptional<z.ZodEnum<{
|
|
13944
|
-
branch: "branch";
|
|
13945
13944
|
fork: "fork";
|
|
13945
|
+
branch: "branch";
|
|
13946
13946
|
subagent: "subagent";
|
|
13947
13947
|
compress: "compress";
|
|
13948
13948
|
rewrite: "rewrite";
|
|
@@ -14034,8 +14034,8 @@ declare const SessionStorageNamespace$1: ContractStorageNamespaceDefinition<"ses
|
|
|
14034
14034
|
rootSessionId: z.ZodOptional<z.ZodString>;
|
|
14035
14035
|
forkPointMessageId: z.ZodOptional<z.ZodString>;
|
|
14036
14036
|
branchKind: z.ZodOptional<z.ZodEnum<{
|
|
14037
|
-
branch: "branch";
|
|
14038
14037
|
fork: "fork";
|
|
14038
|
+
branch: "branch";
|
|
14039
14039
|
subagent: "subagent";
|
|
14040
14040
|
compress: "compress";
|
|
14041
14041
|
rewrite: "rewrite";
|
|
@@ -14110,8 +14110,8 @@ declare const SessionStorageNamespace$1: ContractStorageNamespaceDefinition<"ses
|
|
|
14110
14110
|
member: "member";
|
|
14111
14111
|
}>;
|
|
14112
14112
|
status: z.ZodEnum<{
|
|
14113
|
-
active: "active";
|
|
14114
14113
|
idle: "idle";
|
|
14114
|
+
active: "active";
|
|
14115
14115
|
dead: "dead";
|
|
14116
14116
|
disposed: "disposed";
|
|
14117
14117
|
}>;
|
|
@@ -14133,8 +14133,8 @@ declare const SessionStorageNamespace$1: ContractStorageNamespaceDefinition<"ses
|
|
|
14133
14133
|
rootSessionId: z.ZodOptional<z.ZodString>;
|
|
14134
14134
|
forkPointMessageId: z.ZodOptional<z.ZodString>;
|
|
14135
14135
|
branchKind: z.ZodOptional<z.ZodEnum<{
|
|
14136
|
-
branch: "branch";
|
|
14137
14136
|
fork: "fork";
|
|
14137
|
+
branch: "branch";
|
|
14138
14138
|
subagent: "subagent";
|
|
14139
14139
|
compress: "compress";
|
|
14140
14140
|
rewrite: "rewrite";
|
|
@@ -14318,8 +14318,8 @@ declare const SessionStorageNamespace$1: ContractStorageNamespaceDefinition<"ses
|
|
|
14318
14318
|
member: "member";
|
|
14319
14319
|
}>;
|
|
14320
14320
|
status: z.ZodEnum<{
|
|
14321
|
-
active: "active";
|
|
14322
14321
|
idle: "idle";
|
|
14322
|
+
active: "active";
|
|
14323
14323
|
dead: "dead";
|
|
14324
14324
|
disposed: "disposed";
|
|
14325
14325
|
}>;
|
|
@@ -14341,8 +14341,8 @@ declare const SessionStorageNamespace$1: ContractStorageNamespaceDefinition<"ses
|
|
|
14341
14341
|
rootSessionId: z.ZodOptional<z.ZodString>;
|
|
14342
14342
|
forkPointMessageId: z.ZodOptional<z.ZodString>;
|
|
14343
14343
|
branchKind: z.ZodOptional<z.ZodEnum<{
|
|
14344
|
-
branch: "branch";
|
|
14345
14344
|
fork: "fork";
|
|
14345
|
+
branch: "branch";
|
|
14346
14346
|
subagent: "subagent";
|
|
14347
14347
|
compress: "compress";
|
|
14348
14348
|
rewrite: "rewrite";
|
|
@@ -14450,8 +14450,8 @@ declare const SessionStorageNamespace$1: ContractStorageNamespaceDefinition<"ses
|
|
|
14450
14450
|
member: "member";
|
|
14451
14451
|
}>;
|
|
14452
14452
|
status: z.ZodEnum<{
|
|
14453
|
-
active: "active";
|
|
14454
14453
|
idle: "idle";
|
|
14454
|
+
active: "active";
|
|
14455
14455
|
dead: "dead";
|
|
14456
14456
|
disposed: "disposed";
|
|
14457
14457
|
}>;
|
|
@@ -14473,8 +14473,8 @@ declare const SessionStorageNamespace$1: ContractStorageNamespaceDefinition<"ses
|
|
|
14473
14473
|
rootSessionId: z.ZodOptional<z.ZodString>;
|
|
14474
14474
|
forkPointMessageId: z.ZodOptional<z.ZodString>;
|
|
14475
14475
|
branchKind: z.ZodOptional<z.ZodEnum<{
|
|
14476
|
-
branch: "branch";
|
|
14477
14476
|
fork: "fork";
|
|
14477
|
+
branch: "branch";
|
|
14478
14478
|
subagent: "subagent";
|
|
14479
14479
|
compress: "compress";
|
|
14480
14480
|
rewrite: "rewrite";
|
|
@@ -14620,8 +14620,8 @@ declare const SessionStorageSubjects$1: _$_makaio_core0.BusSubjects<_$_makaio_co
|
|
|
14620
14620
|
member: "member";
|
|
14621
14621
|
}>;
|
|
14622
14622
|
status: z.ZodEnum<{
|
|
14623
|
-
active: "active";
|
|
14624
14623
|
idle: "idle";
|
|
14624
|
+
active: "active";
|
|
14625
14625
|
dead: "dead";
|
|
14626
14626
|
disposed: "disposed";
|
|
14627
14627
|
}>;
|
|
@@ -14643,8 +14643,8 @@ declare const SessionStorageSubjects$1: _$_makaio_core0.BusSubjects<_$_makaio_co
|
|
|
14643
14643
|
rootSessionId: z.ZodOptional<z.ZodString>;
|
|
14644
14644
|
forkPointMessageId: z.ZodOptional<z.ZodString>;
|
|
14645
14645
|
branchKind: z.ZodOptional<z.ZodEnum<{
|
|
14646
|
-
branch: "branch";
|
|
14647
14646
|
fork: "fork";
|
|
14647
|
+
branch: "branch";
|
|
14648
14648
|
subagent: "subagent";
|
|
14649
14649
|
compress: "compress";
|
|
14650
14650
|
rewrite: "rewrite";
|
|
@@ -14745,8 +14745,8 @@ declare const SessionStorageSubjects$1: _$_makaio_core0.BusSubjects<_$_makaio_co
|
|
|
14745
14745
|
member: "member";
|
|
14746
14746
|
}>;
|
|
14747
14747
|
status: z.ZodEnum<{
|
|
14748
|
-
active: "active";
|
|
14749
14748
|
idle: "idle";
|
|
14749
|
+
active: "active";
|
|
14750
14750
|
dead: "dead";
|
|
14751
14751
|
disposed: "disposed";
|
|
14752
14752
|
}>;
|
|
@@ -14768,8 +14768,8 @@ declare const SessionStorageSubjects$1: _$_makaio_core0.BusSubjects<_$_makaio_co
|
|
|
14768
14768
|
rootSessionId: z.ZodOptional<z.ZodString>;
|
|
14769
14769
|
forkPointMessageId: z.ZodOptional<z.ZodString>;
|
|
14770
14770
|
branchKind: z.ZodOptional<z.ZodEnum<{
|
|
14771
|
-
branch: "branch";
|
|
14772
14771
|
fork: "fork";
|
|
14772
|
+
branch: "branch";
|
|
14773
14773
|
subagent: "subagent";
|
|
14774
14774
|
compress: "compress";
|
|
14775
14775
|
rewrite: "rewrite";
|
|
@@ -14901,8 +14901,8 @@ declare const SessionStorageSubjects$1: _$_makaio_core0.BusSubjects<_$_makaio_co
|
|
|
14901
14901
|
member: "member";
|
|
14902
14902
|
}>;
|
|
14903
14903
|
status: z.ZodEnum<{
|
|
14904
|
-
active: "active";
|
|
14905
14904
|
idle: "idle";
|
|
14905
|
+
active: "active";
|
|
14906
14906
|
dead: "dead";
|
|
14907
14907
|
disposed: "disposed";
|
|
14908
14908
|
}>;
|
|
@@ -14924,8 +14924,8 @@ declare const SessionStorageSubjects$1: _$_makaio_core0.BusSubjects<_$_makaio_co
|
|
|
14924
14924
|
rootSessionId: z.ZodOptional<z.ZodString>;
|
|
14925
14925
|
forkPointMessageId: z.ZodOptional<z.ZodString>;
|
|
14926
14926
|
branchKind: z.ZodOptional<z.ZodEnum<{
|
|
14927
|
-
branch: "branch";
|
|
14928
14927
|
fork: "fork";
|
|
14928
|
+
branch: "branch";
|
|
14929
14929
|
subagent: "subagent";
|
|
14930
14930
|
compress: "compress";
|
|
14931
14931
|
rewrite: "rewrite";
|
|
@@ -15010,8 +15010,8 @@ declare const SessionStorageSubjects$1: _$_makaio_core0.BusSubjects<_$_makaio_co
|
|
|
15010
15010
|
title: z.ZodNullable<z.ZodString>;
|
|
15011
15011
|
forkPointMessageId: z.ZodNullable<z.ZodString>;
|
|
15012
15012
|
branchKind: z.ZodNullable<z.ZodEnum<{
|
|
15013
|
-
branch: "branch";
|
|
15014
15013
|
fork: "fork";
|
|
15014
|
+
branch: "branch";
|
|
15015
15015
|
subagent: "subagent";
|
|
15016
15016
|
compress: "compress";
|
|
15017
15017
|
rewrite: "rewrite";
|
|
@@ -15073,8 +15073,8 @@ declare const SessionStorageSubjects$1: _$_makaio_core0.BusSubjects<_$_makaio_co
|
|
|
15073
15073
|
member: "member";
|
|
15074
15074
|
}>;
|
|
15075
15075
|
status: z.ZodEnum<{
|
|
15076
|
-
active: "active";
|
|
15077
15076
|
idle: "idle";
|
|
15077
|
+
active: "active";
|
|
15078
15078
|
dead: "dead";
|
|
15079
15079
|
disposed: "disposed";
|
|
15080
15080
|
}>;
|
|
@@ -15096,8 +15096,8 @@ declare const SessionStorageSubjects$1: _$_makaio_core0.BusSubjects<_$_makaio_co
|
|
|
15096
15096
|
rootSessionId: z.ZodOptional<z.ZodString>;
|
|
15097
15097
|
forkPointMessageId: z.ZodOptional<z.ZodString>;
|
|
15098
15098
|
branchKind: z.ZodOptional<z.ZodEnum<{
|
|
15099
|
-
branch: "branch";
|
|
15100
15099
|
fork: "fork";
|
|
15100
|
+
branch: "branch";
|
|
15101
15101
|
subagent: "subagent";
|
|
15102
15102
|
compress: "compress";
|
|
15103
15103
|
rewrite: "rewrite";
|
|
@@ -15189,8 +15189,8 @@ declare const SessionStorageSubjects$1: _$_makaio_core0.BusSubjects<_$_makaio_co
|
|
|
15189
15189
|
rootSessionId: z.ZodOptional<z.ZodString>;
|
|
15190
15190
|
forkPointMessageId: z.ZodOptional<z.ZodString>;
|
|
15191
15191
|
branchKind: z.ZodOptional<z.ZodEnum<{
|
|
15192
|
-
branch: "branch";
|
|
15193
15192
|
fork: "fork";
|
|
15193
|
+
branch: "branch";
|
|
15194
15194
|
subagent: "subagent";
|
|
15195
15195
|
compress: "compress";
|
|
15196
15196
|
rewrite: "rewrite";
|
|
@@ -15265,8 +15265,8 @@ declare const SessionStorageSubjects$1: _$_makaio_core0.BusSubjects<_$_makaio_co
|
|
|
15265
15265
|
member: "member";
|
|
15266
15266
|
}>;
|
|
15267
15267
|
status: z.ZodEnum<{
|
|
15268
|
-
active: "active";
|
|
15269
15268
|
idle: "idle";
|
|
15269
|
+
active: "active";
|
|
15270
15270
|
dead: "dead";
|
|
15271
15271
|
disposed: "disposed";
|
|
15272
15272
|
}>;
|
|
@@ -15288,8 +15288,8 @@ declare const SessionStorageSubjects$1: _$_makaio_core0.BusSubjects<_$_makaio_co
|
|
|
15288
15288
|
rootSessionId: z.ZodOptional<z.ZodString>;
|
|
15289
15289
|
forkPointMessageId: z.ZodOptional<z.ZodString>;
|
|
15290
15290
|
branchKind: z.ZodOptional<z.ZodEnum<{
|
|
15291
|
-
branch: "branch";
|
|
15292
15291
|
fork: "fork";
|
|
15292
|
+
branch: "branch";
|
|
15293
15293
|
subagent: "subagent";
|
|
15294
15294
|
compress: "compress";
|
|
15295
15295
|
rewrite: "rewrite";
|
|
@@ -15473,8 +15473,8 @@ declare const SessionStorageSubjects$1: _$_makaio_core0.BusSubjects<_$_makaio_co
|
|
|
15473
15473
|
member: "member";
|
|
15474
15474
|
}>;
|
|
15475
15475
|
status: z.ZodEnum<{
|
|
15476
|
-
active: "active";
|
|
15477
15476
|
idle: "idle";
|
|
15477
|
+
active: "active";
|
|
15478
15478
|
dead: "dead";
|
|
15479
15479
|
disposed: "disposed";
|
|
15480
15480
|
}>;
|
|
@@ -15496,8 +15496,8 @@ declare const SessionStorageSubjects$1: _$_makaio_core0.BusSubjects<_$_makaio_co
|
|
|
15496
15496
|
rootSessionId: z.ZodOptional<z.ZodString>;
|
|
15497
15497
|
forkPointMessageId: z.ZodOptional<z.ZodString>;
|
|
15498
15498
|
branchKind: z.ZodOptional<z.ZodEnum<{
|
|
15499
|
-
branch: "branch";
|
|
15500
15499
|
fork: "fork";
|
|
15500
|
+
branch: "branch";
|
|
15501
15501
|
subagent: "subagent";
|
|
15502
15502
|
compress: "compress";
|
|
15503
15503
|
rewrite: "rewrite";
|
|
@@ -15605,8 +15605,8 @@ declare const SessionStorageSubjects$1: _$_makaio_core0.BusSubjects<_$_makaio_co
|
|
|
15605
15605
|
member: "member";
|
|
15606
15606
|
}>;
|
|
15607
15607
|
status: z.ZodEnum<{
|
|
15608
|
-
active: "active";
|
|
15609
15608
|
idle: "idle";
|
|
15609
|
+
active: "active";
|
|
15610
15610
|
dead: "dead";
|
|
15611
15611
|
disposed: "disposed";
|
|
15612
15612
|
}>;
|
|
@@ -15628,8 +15628,8 @@ declare const SessionStorageSubjects$1: _$_makaio_core0.BusSubjects<_$_makaio_co
|
|
|
15628
15628
|
rootSessionId: z.ZodOptional<z.ZodString>;
|
|
15629
15629
|
forkPointMessageId: z.ZodOptional<z.ZodString>;
|
|
15630
15630
|
branchKind: z.ZodOptional<z.ZodEnum<{
|
|
15631
|
-
branch: "branch";
|
|
15632
15631
|
fork: "fork";
|
|
15632
|
+
branch: "branch";
|
|
15633
15633
|
subagent: "subagent";
|
|
15634
15634
|
compress: "compress";
|
|
15635
15635
|
rewrite: "rewrite";
|