@makaio/framework 1.0.0-dev-1783615060726 → 1.0.0-dev-1783705652236
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-CA8rPIUz.mjs +1 -0
- package/dist/adapters/config/index.d.mts +1 -1
- package/dist/adapters/index.d.mts +186 -8
- package/dist/adapters/index.mjs +6 -6
- package/dist/bus/index.mjs +1 -1
- package/dist/client-DaR4mzqn.mjs +1 -0
- package/dist/contracts/adapter/index.d.mts +2 -2
- package/dist/contracts/adapter/index.mjs +1 -1
- package/dist/contracts/adapter/schemas/session-lineage.d.mts +1 -1
- package/dist/contracts/artifact/index.d.mts +1 -1
- package/dist/contracts/client/index.d.mts +2 -2
- package/dist/contracts/client/index.mjs +1 -1
- package/dist/contracts/extension/index.d.mts +2 -2
- package/dist/contracts/facet/index.d.mts +1 -1
- package/dist/contracts/index.d.mts +97 -45
- package/dist/contracts/index.mjs +1 -1
- package/dist/contracts/materialization/index.d.mts +3 -3
- package/dist/contracts/session/index.d.mts +3 -3
- package/dist/contracts/session/index.mjs +1 -1
- package/dist/contracts/workflow/index.d.mts +3 -3
- package/dist/contracts/workflow/index.mjs +1 -1
- package/dist/{definition-DePb3ke-.d.mts → definition-s9PIua2B.d.mts} +1 -1
- package/dist/drizzle/0024_external_settlement_fingerprint.sql +1 -0
- package/dist/drizzle/0025_external_registration_frame.sql +1 -0
- package/dist/drizzle/meta/_journal.json +14 -0
- package/dist/{index-BbQpQ1N3.d.mts → index-B2DjrVb8.d.mts} +84 -0
- package/dist/{index-DWu3qrwe.d.mts → index-B9d_8_V2.d.mts} +8 -8
- package/dist/{index-2fK9iSHI.d.mts → index-BWIkf5oJ.d.mts} +6 -6
- package/dist/{index-BSprsrul.d.mts → index-BcvG3wPv.d.mts} +96 -57
- package/dist/{index-CqCe7Phc.d.mts → index-BcwOnvUh.d.mts} +6 -6
- package/dist/{index-Qd1Qom8M.d.mts → index-D6aAzr32.d.mts} +4 -4
- package/dist/{index-D8wmMJLi.d.mts → index-DScUb-hF.d.mts} +1 -1
- package/dist/{index-DKaEpPFS.d.mts → index-DnnKUwHm.d.mts} +5 -5
- package/dist/{index-S7lj2TLp.d.mts → index-FFVwQMad.d.mts} +440 -60
- package/dist/{index-BMbmoarE.d.mts → index-O08Q2ikz.d.mts} +8 -8
- package/dist/{index-DZ14azod.d.mts → index-PIlYSC73.d.mts} +160 -1
- package/dist/loop-gate-handlers-o2B5FPdF.mjs +1 -0
- package/dist/{namespace-DuUCiVmK.d.mts → namespace-B4cV_pk3.d.mts} +6 -6
- package/dist/{namespace-Ceg3zkt2.d.mts → namespace-BGIeqwfU.d.mts} +20 -20
- package/dist/{namespace-Dc94fHZW.d.mts → namespace-D9PLFmPQ.d.mts} +9 -9
- package/dist/package-Co_GO3UD.mjs +7 -0
- package/dist/{package-B6mEMD8r.d.mts → package-DmVZxufT.d.mts} +1 -1
- package/dist/package.json +1 -1
- package/dist/{schema-B9goOieO.d.mts → schema-B5vHi7Uu.d.mts} +1 -1
- package/dist/{schemas-D512XweP.d.mts → schemas-CJ2JvA7d.d.mts} +3 -3
- package/dist/schemas-CVo8qAK-.mjs +1 -0
- package/dist/services/adapter-subsystem/index.d.mts +2 -2
- package/dist/services/adapter-subsystem/namespace.d.mts +1 -1
- package/dist/services/execution-target/index.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/index.d.mts +14 -14
- package/dist/services/session/index.d.mts +4 -4
- 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 +3 -3
- package/dist/services/settings/storage/extension-configs/namespace.d.mts +3 -3
- package/dist/session-DBfQkgdy.mjs +1 -0
- package/dist/{session-lineage-NBFNVkUE.d.mts → session-lineage-C1M7-O3C.d.mts} +1 -1
- package/dist/{transition-CmI3q3FA.d.mts → transition-OzGXyy3p.d.mts} +1 -1
- package/dist/{types-VwMx5_lS.d.mts → types-BrUOVfwe.d.mts} +26 -2
- package/dist/{types-Dhou-Itn.d.mts → types-CBLPaQXe.d.mts} +36 -22
- package/dist/workflow-C3dgVwTY.mjs +1 -0
- package/dist/workflow-engine/index.d.mts +289 -21
- 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/adapter-Lx6K7yQS.mjs +0 -1
- package/dist/client-l1Rq5p6X.mjs +0 -1
- package/dist/loop-gate-handlers-Bjmat-K3.mjs +0 -1
- package/dist/package-BQn_RTo7.mjs +0 -1
- package/dist/schemas-CkOigLAT.mjs +0 -1
- package/dist/session-D5rVMqmE.mjs +0 -1
- package/dist/workflow-C1z7I5CI.mjs +0 -1
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { It as ArtifactRevision$1 } from "./index-
|
|
1
|
+
import { It as ArtifactRevision$1 } from "./index-B9d_8_V2.mjs";
|
|
2
2
|
import { i as JsonValue$1, t as JsonObjectContractSchema } from "./json-value-DtIkQN7g.mjs";
|
|
3
3
|
import { z } from "zod";
|
|
4
4
|
import * as _$_makaio_core0 from "@makaio/framework/core";
|
|
@@ -173,12 +173,12 @@ type WorkflowSourceLocation = z.infer<typeof WorkflowSourceLocationSchema>;
|
|
|
173
173
|
* - `sequence` — ordered list of child nodes (the structural container)
|
|
174
174
|
*/
|
|
175
175
|
declare const WorkflowNodeTypeSchema: z.ZodEnum<{
|
|
176
|
-
sequence: "sequence";
|
|
177
176
|
station: "station";
|
|
178
177
|
"delegate-agent": "delegate-agent";
|
|
179
178
|
"delegate-role": "delegate-role";
|
|
180
|
-
|
|
179
|
+
sequence: "sequence";
|
|
181
180
|
gate: "gate";
|
|
181
|
+
parallel: "parallel";
|
|
182
182
|
iterate: "iterate";
|
|
183
183
|
"iterate-chain": "iterate-chain";
|
|
184
184
|
loop: "loop";
|
|
@@ -902,12 +902,12 @@ declare const WorkflowFrameStateSchema$1: z.ZodObject<{
|
|
|
902
902
|
frameId: z.ZodString;
|
|
903
903
|
nodeId: z.ZodString;
|
|
904
904
|
nodeType: z.ZodEnum<{
|
|
905
|
-
sequence: "sequence";
|
|
906
905
|
station: "station";
|
|
907
906
|
"delegate-agent": "delegate-agent";
|
|
908
907
|
"delegate-role": "delegate-role";
|
|
909
|
-
|
|
908
|
+
sequence: "sequence";
|
|
910
909
|
gate: "gate";
|
|
910
|
+
parallel: "parallel";
|
|
911
911
|
iterate: "iterate";
|
|
912
912
|
"iterate-chain": "iterate-chain";
|
|
913
913
|
loop: "loop";
|
|
@@ -1236,13 +1236,13 @@ interface IWorkflowTriggerTypeRegistry$1 {
|
|
|
1236
1236
|
* excluded — they emit lifecycle events only as parent frames, not as runner
|
|
1237
1237
|
* targets. `gate` is included because gate resolution events are observable.
|
|
1238
1238
|
*/
|
|
1239
|
-
declare const WorkflowStepTypeSchema: z.ZodEnum<{
|
|
1239
|
+
declare const WorkflowStepTypeSchema$1: z.ZodEnum<{
|
|
1240
1240
|
station: "station";
|
|
1241
1241
|
"delegate-agent": "delegate-agent";
|
|
1242
1242
|
"delegate-role": "delegate-role";
|
|
1243
1243
|
gate: "gate";
|
|
1244
1244
|
}>;
|
|
1245
|
-
type WorkflowStepType = z.infer<typeof WorkflowStepTypeSchema>;
|
|
1245
|
+
type WorkflowStepType = z.infer<typeof WorkflowStepTypeSchema$1>;
|
|
1246
1246
|
/**
|
|
1247
1247
|
* Node types that are dispatchable to a {@link IStepRunner}.
|
|
1248
1248
|
* Gates and delegation nodes are coordination steps handled by the orchestrator,
|
|
@@ -2881,12 +2881,12 @@ declare const WorkflowSchemas: {
|
|
|
2881
2881
|
frameId: z.ZodString;
|
|
2882
2882
|
nodeId: z.ZodString;
|
|
2883
2883
|
nodeType: z.ZodEnum<{
|
|
2884
|
-
sequence: "sequence";
|
|
2885
2884
|
station: "station";
|
|
2886
2885
|
"delegate-agent": "delegate-agent";
|
|
2887
2886
|
"delegate-role": "delegate-role";
|
|
2888
|
-
|
|
2887
|
+
sequence: "sequence";
|
|
2889
2888
|
gate: "gate";
|
|
2889
|
+
parallel: "parallel";
|
|
2890
2890
|
iterate: "iterate";
|
|
2891
2891
|
"iterate-chain": "iterate-chain";
|
|
2892
2892
|
loop: "loop";
|
|
@@ -2962,22 +2962,24 @@ declare const WorkflowSchemas: {
|
|
|
2962
2962
|
/**
|
|
2963
2963
|
* Register an external execution that is not driven by the workflow engine.
|
|
2964
2964
|
*
|
|
2965
|
-
*
|
|
2966
|
-
*
|
|
2967
|
-
*
|
|
2965
|
+
* Atomically creates the `workflow_executions` row, its running WorkLog
|
|
2966
|
+
* summary, and the optional initial frame. A caller-supplied external ID
|
|
2967
|
+
* makes an identical registration replay idempotent; conflicting replays are
|
|
2968
|
+
* rejected without overwriting durable state.
|
|
2968
2969
|
*
|
|
2969
2970
|
* External executions are not associated with a persisted workflow definition
|
|
2970
2971
|
* and do not create coordinator sessions, run-context snapshots, or
|
|
2971
|
-
* runtime state.
|
|
2972
|
-
* telemetry projections.
|
|
2972
|
+
* runtime state.
|
|
2973
2973
|
*
|
|
2974
|
-
*
|
|
2975
|
-
*
|
|
2976
|
-
*
|
|
2974
|
+
* Standard execution and frame lifecycle events remain useful as advisory
|
|
2975
|
+
* signals for other consumers, but WorkLog durability does not depend on
|
|
2976
|
+
* those events.
|
|
2977
2977
|
*/
|
|
2978
2978
|
registerExternalExecution: {
|
|
2979
2979
|
request: z.ZodObject<{
|
|
2980
|
+
executionId: z.ZodOptional<z.ZodString>;
|
|
2980
2981
|
name: z.ZodString;
|
|
2982
|
+
startedAt: z.ZodOptional<z.ZodNumber>;
|
|
2981
2983
|
scope: z.ZodOptional<z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
2982
2984
|
type: z.ZodLiteral<"global">;
|
|
2983
2985
|
}, z.core.$strict>, z.ZodObject<{
|
|
@@ -2997,17 +2999,33 @@ declare const WorkflowSchemas: {
|
|
|
2997
2999
|
}, z.core.$strip>>;
|
|
2998
3000
|
input: z.ZodOptional<z.ZodType<_$_makaio_contracts0.JsonValue, unknown, z.core.$ZodTypeInternals<_$_makaio_contracts0.JsonValue, unknown>>>;
|
|
2999
3001
|
triggerPayload: z.ZodOptional<z.ZodType<Record<string, unknown>, Record<string, unknown>, z.core.$ZodTypeInternals<Record<string, unknown>, Record<string, unknown>>>>;
|
|
3002
|
+
frame: z.ZodOptional<z.ZodObject<{
|
|
3003
|
+
frameId: z.ZodOptional<z.ZodString>;
|
|
3004
|
+
nodeId: z.ZodString;
|
|
3005
|
+
nodeType: z.ZodEnum<{
|
|
3006
|
+
station: "station";
|
|
3007
|
+
"delegate-agent": "delegate-agent";
|
|
3008
|
+
"delegate-role": "delegate-role";
|
|
3009
|
+
gate: "gate";
|
|
3010
|
+
}>;
|
|
3011
|
+
path: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
3012
|
+
attempt: z.ZodDefault<z.ZodNumber>;
|
|
3013
|
+
iteration: z.ZodOptional<z.ZodNumber>;
|
|
3014
|
+
branchKey: z.ZodOptional<z.ZodString>;
|
|
3015
|
+
startedAt: z.ZodOptional<z.ZodNumber>;
|
|
3016
|
+
}, z.core.$strict>>;
|
|
3000
3017
|
}, z.core.$strip>;
|
|
3001
3018
|
response: z.ZodObject<{
|
|
3002
3019
|
executionId: z.ZodString;
|
|
3020
|
+
frameId: z.ZodOptional<z.ZodString>;
|
|
3003
3021
|
}, z.core.$strip>;
|
|
3004
3022
|
};
|
|
3005
3023
|
/**
|
|
3006
|
-
* Complete an external execution
|
|
3024
|
+
* Complete an external execution and its WorkLog projection atomically.
|
|
3007
3025
|
*
|
|
3008
|
-
*
|
|
3009
|
-
*
|
|
3010
|
-
*
|
|
3026
|
+
* Identical terminal replays succeed. Conflicting execution status, metadata,
|
|
3027
|
+
* or frame identity fails without overwriting the existing settlement.
|
|
3028
|
+
* Lifecycle events may still be emitted for advisory consumers.
|
|
3011
3029
|
*
|
|
3012
3030
|
* Cross-field invariants (enforced by schema refinement):
|
|
3013
3031
|
* - `'failed'` requires a non-empty `error` string.
|
|
@@ -3025,6 +3043,22 @@ declare const WorkflowSchemas: {
|
|
|
3025
3043
|
error: z.ZodOptional<z.ZodString>;
|
|
3026
3044
|
reason: z.ZodOptional<z.ZodString>;
|
|
3027
3045
|
completedAt: z.ZodOptional<z.ZodNumber>;
|
|
3046
|
+
frame: z.ZodOptional<z.ZodObject<{
|
|
3047
|
+
frameId: z.ZodString;
|
|
3048
|
+
nodeId: z.ZodString;
|
|
3049
|
+
nodeType: z.ZodEnum<{
|
|
3050
|
+
station: "station";
|
|
3051
|
+
"delegate-agent": "delegate-agent";
|
|
3052
|
+
"delegate-role": "delegate-role";
|
|
3053
|
+
gate: "gate";
|
|
3054
|
+
}>;
|
|
3055
|
+
path: z.ZodArray<z.ZodString>;
|
|
3056
|
+
attempt: z.ZodDefault<z.ZodNumber>;
|
|
3057
|
+
iteration: z.ZodOptional<z.ZodNumber>;
|
|
3058
|
+
branchKey: z.ZodOptional<z.ZodString>;
|
|
3059
|
+
startedAt: z.ZodNumber;
|
|
3060
|
+
durationMs: z.ZodOptional<z.ZodNumber>;
|
|
3061
|
+
}, z.core.$strict>>;
|
|
3028
3062
|
}, z.core.$strip>;
|
|
3029
3063
|
response: z.ZodObject<{
|
|
3030
3064
|
success: z.ZodBoolean;
|
|
@@ -3544,12 +3578,12 @@ declare const WorkflowSchemas: {
|
|
|
3544
3578
|
frameId: z.ZodString;
|
|
3545
3579
|
nodeId: z.ZodString;
|
|
3546
3580
|
nodeType: z.ZodEnum<{
|
|
3547
|
-
sequence: "sequence";
|
|
3548
3581
|
station: "station";
|
|
3549
3582
|
"delegate-agent": "delegate-agent";
|
|
3550
3583
|
"delegate-role": "delegate-role";
|
|
3551
|
-
|
|
3584
|
+
sequence: "sequence";
|
|
3552
3585
|
gate: "gate";
|
|
3586
|
+
parallel: "parallel";
|
|
3553
3587
|
iterate: "iterate";
|
|
3554
3588
|
"iterate-chain": "iterate-chain";
|
|
3555
3589
|
loop: "loop";
|
|
@@ -3688,6 +3722,55 @@ declare const WorkflowSchemas: {
|
|
|
3688
3722
|
}, z.core.$strip>>;
|
|
3689
3723
|
}, z.core.$strip>;
|
|
3690
3724
|
};
|
|
3725
|
+
/**
|
|
3726
|
+
* Retrieve one projected WorkLog frame entry by frame identifier (RPC).
|
|
3727
|
+
*
|
|
3728
|
+
* This narrow lookup lets repair and audit consumers verify durable frame
|
|
3729
|
+
* state without loading the execution's runtime frame tree.
|
|
3730
|
+
*/
|
|
3731
|
+
'worklog.frame.get': {
|
|
3732
|
+
request: z.ZodObject<{
|
|
3733
|
+
frameId: z.ZodString;
|
|
3734
|
+
}, z.core.$strip>;
|
|
3735
|
+
response: z.ZodObject<{
|
|
3736
|
+
frame: z.ZodNullable<z.ZodObject<{
|
|
3737
|
+
executionId: z.ZodString;
|
|
3738
|
+
frameId: z.ZodString;
|
|
3739
|
+
nodeId: z.ZodString;
|
|
3740
|
+
nodeType: z.ZodEnum<{
|
|
3741
|
+
station: "station";
|
|
3742
|
+
"delegate-agent": "delegate-agent";
|
|
3743
|
+
"delegate-role": "delegate-role";
|
|
3744
|
+
sequence: "sequence";
|
|
3745
|
+
gate: "gate";
|
|
3746
|
+
parallel: "parallel";
|
|
3747
|
+
iterate: "iterate";
|
|
3748
|
+
"iterate-chain": "iterate-chain";
|
|
3749
|
+
loop: "loop";
|
|
3750
|
+
}>;
|
|
3751
|
+
path: z.ZodArray<z.ZodString>;
|
|
3752
|
+
status: z.ZodEnum<{
|
|
3753
|
+
pending: "pending";
|
|
3754
|
+
completed: "completed";
|
|
3755
|
+
cancelled: "cancelled";
|
|
3756
|
+
failed: "failed";
|
|
3757
|
+
running: "running";
|
|
3758
|
+
skipped: "skipped";
|
|
3759
|
+
waiting: "waiting";
|
|
3760
|
+
}>;
|
|
3761
|
+
attempt: z.ZodNumber;
|
|
3762
|
+
iteration: z.ZodOptional<z.ZodNumber>;
|
|
3763
|
+
branchKey: z.ZodOptional<z.ZodString>;
|
|
3764
|
+
startedAt: z.ZodOptional<z.ZodNumber>;
|
|
3765
|
+
completedAt: z.ZodOptional<z.ZodNumber>;
|
|
3766
|
+
durationMs: z.ZodOptional<z.ZodNumber>;
|
|
3767
|
+
inputTokens: z.ZodOptional<z.ZodNumber>;
|
|
3768
|
+
outputTokens: z.ZodOptional<z.ZodNumber>;
|
|
3769
|
+
estimatedCost: z.ZodOptional<z.ZodNumber>;
|
|
3770
|
+
error: z.ZodOptional<z.ZodString>;
|
|
3771
|
+
}, z.core.$strip>>;
|
|
3772
|
+
}, z.core.$strip>;
|
|
3773
|
+
};
|
|
3691
3774
|
/**
|
|
3692
3775
|
* List WorkLog execution summaries with optional filtering (RPC).
|
|
3693
3776
|
*
|
|
@@ -4870,12 +4953,12 @@ declare const WorkflowNamespace$1: _$_makaio_core0.BusNamespaceDefinition<"workf
|
|
|
4870
4953
|
frameId: z.ZodString;
|
|
4871
4954
|
nodeId: z.ZodString;
|
|
4872
4955
|
nodeType: z.ZodEnum<{
|
|
4873
|
-
sequence: "sequence";
|
|
4874
4956
|
station: "station";
|
|
4875
4957
|
"delegate-agent": "delegate-agent";
|
|
4876
4958
|
"delegate-role": "delegate-role";
|
|
4877
|
-
|
|
4959
|
+
sequence: "sequence";
|
|
4878
4960
|
gate: "gate";
|
|
4961
|
+
parallel: "parallel";
|
|
4879
4962
|
iterate: "iterate";
|
|
4880
4963
|
"iterate-chain": "iterate-chain";
|
|
4881
4964
|
loop: "loop";
|
|
@@ -4951,22 +5034,24 @@ declare const WorkflowNamespace$1: _$_makaio_core0.BusNamespaceDefinition<"workf
|
|
|
4951
5034
|
/**
|
|
4952
5035
|
* Register an external execution that is not driven by the workflow engine.
|
|
4953
5036
|
*
|
|
4954
|
-
*
|
|
4955
|
-
*
|
|
4956
|
-
*
|
|
5037
|
+
* Atomically creates the `workflow_executions` row, its running WorkLog
|
|
5038
|
+
* summary, and the optional initial frame. A caller-supplied external ID
|
|
5039
|
+
* makes an identical registration replay idempotent; conflicting replays are
|
|
5040
|
+
* rejected without overwriting durable state.
|
|
4957
5041
|
*
|
|
4958
5042
|
* External executions are not associated with a persisted workflow definition
|
|
4959
5043
|
* and do not create coordinator sessions, run-context snapshots, or
|
|
4960
|
-
* runtime state.
|
|
4961
|
-
* telemetry projections.
|
|
5044
|
+
* runtime state.
|
|
4962
5045
|
*
|
|
4963
|
-
*
|
|
4964
|
-
*
|
|
4965
|
-
*
|
|
5046
|
+
* Standard execution and frame lifecycle events remain useful as advisory
|
|
5047
|
+
* signals for other consumers, but WorkLog durability does not depend on
|
|
5048
|
+
* those events.
|
|
4966
5049
|
*/
|
|
4967
5050
|
registerExternalExecution: {
|
|
4968
5051
|
request: z.ZodObject<{
|
|
5052
|
+
executionId: z.ZodOptional<z.ZodString>;
|
|
4969
5053
|
name: z.ZodString;
|
|
5054
|
+
startedAt: z.ZodOptional<z.ZodNumber>;
|
|
4970
5055
|
scope: z.ZodOptional<z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
4971
5056
|
type: z.ZodLiteral<"global">;
|
|
4972
5057
|
}, z.core.$strict>, z.ZodObject<{
|
|
@@ -4986,17 +5071,33 @@ declare const WorkflowNamespace$1: _$_makaio_core0.BusNamespaceDefinition<"workf
|
|
|
4986
5071
|
}, z.core.$strip>>;
|
|
4987
5072
|
input: z.ZodOptional<z.ZodType<_$_makaio_contracts0.JsonValue, unknown, z.core.$ZodTypeInternals<_$_makaio_contracts0.JsonValue, unknown>>>;
|
|
4988
5073
|
triggerPayload: z.ZodOptional<z.ZodType<Record<string, unknown>, Record<string, unknown>, z.core.$ZodTypeInternals<Record<string, unknown>, Record<string, unknown>>>>;
|
|
5074
|
+
frame: z.ZodOptional<z.ZodObject<{
|
|
5075
|
+
frameId: z.ZodOptional<z.ZodString>;
|
|
5076
|
+
nodeId: z.ZodString;
|
|
5077
|
+
nodeType: z.ZodEnum<{
|
|
5078
|
+
station: "station";
|
|
5079
|
+
"delegate-agent": "delegate-agent";
|
|
5080
|
+
"delegate-role": "delegate-role";
|
|
5081
|
+
gate: "gate";
|
|
5082
|
+
}>;
|
|
5083
|
+
path: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
5084
|
+
attempt: z.ZodDefault<z.ZodNumber>;
|
|
5085
|
+
iteration: z.ZodOptional<z.ZodNumber>;
|
|
5086
|
+
branchKey: z.ZodOptional<z.ZodString>;
|
|
5087
|
+
startedAt: z.ZodOptional<z.ZodNumber>;
|
|
5088
|
+
}, z.core.$strict>>;
|
|
4989
5089
|
}, z.core.$strip>;
|
|
4990
5090
|
response: z.ZodObject<{
|
|
4991
5091
|
executionId: z.ZodString;
|
|
5092
|
+
frameId: z.ZodOptional<z.ZodString>;
|
|
4992
5093
|
}, z.core.$strip>;
|
|
4993
5094
|
};
|
|
4994
5095
|
/**
|
|
4995
|
-
* Complete an external execution
|
|
5096
|
+
* Complete an external execution and its WorkLog projection atomically.
|
|
4996
5097
|
*
|
|
4997
|
-
*
|
|
4998
|
-
*
|
|
4999
|
-
*
|
|
5098
|
+
* Identical terminal replays succeed. Conflicting execution status, metadata,
|
|
5099
|
+
* or frame identity fails without overwriting the existing settlement.
|
|
5100
|
+
* Lifecycle events may still be emitted for advisory consumers.
|
|
5000
5101
|
*
|
|
5001
5102
|
* Cross-field invariants (enforced by schema refinement):
|
|
5002
5103
|
* - `'failed'` requires a non-empty `error` string.
|
|
@@ -5014,6 +5115,22 @@ declare const WorkflowNamespace$1: _$_makaio_core0.BusNamespaceDefinition<"workf
|
|
|
5014
5115
|
error: z.ZodOptional<z.ZodString>;
|
|
5015
5116
|
reason: z.ZodOptional<z.ZodString>;
|
|
5016
5117
|
completedAt: z.ZodOptional<z.ZodNumber>;
|
|
5118
|
+
frame: z.ZodOptional<z.ZodObject<{
|
|
5119
|
+
frameId: z.ZodString;
|
|
5120
|
+
nodeId: z.ZodString;
|
|
5121
|
+
nodeType: z.ZodEnum<{
|
|
5122
|
+
station: "station";
|
|
5123
|
+
"delegate-agent": "delegate-agent";
|
|
5124
|
+
"delegate-role": "delegate-role";
|
|
5125
|
+
gate: "gate";
|
|
5126
|
+
}>;
|
|
5127
|
+
path: z.ZodArray<z.ZodString>;
|
|
5128
|
+
attempt: z.ZodDefault<z.ZodNumber>;
|
|
5129
|
+
iteration: z.ZodOptional<z.ZodNumber>;
|
|
5130
|
+
branchKey: z.ZodOptional<z.ZodString>;
|
|
5131
|
+
startedAt: z.ZodNumber;
|
|
5132
|
+
durationMs: z.ZodOptional<z.ZodNumber>;
|
|
5133
|
+
}, z.core.$strict>>;
|
|
5017
5134
|
}, z.core.$strip>;
|
|
5018
5135
|
response: z.ZodObject<{
|
|
5019
5136
|
success: z.ZodBoolean;
|
|
@@ -5533,12 +5650,12 @@ declare const WorkflowNamespace$1: _$_makaio_core0.BusNamespaceDefinition<"workf
|
|
|
5533
5650
|
frameId: z.ZodString;
|
|
5534
5651
|
nodeId: z.ZodString;
|
|
5535
5652
|
nodeType: z.ZodEnum<{
|
|
5536
|
-
sequence: "sequence";
|
|
5537
5653
|
station: "station";
|
|
5538
5654
|
"delegate-agent": "delegate-agent";
|
|
5539
5655
|
"delegate-role": "delegate-role";
|
|
5540
|
-
|
|
5656
|
+
sequence: "sequence";
|
|
5541
5657
|
gate: "gate";
|
|
5658
|
+
parallel: "parallel";
|
|
5542
5659
|
iterate: "iterate";
|
|
5543
5660
|
"iterate-chain": "iterate-chain";
|
|
5544
5661
|
loop: "loop";
|
|
@@ -5677,6 +5794,55 @@ declare const WorkflowNamespace$1: _$_makaio_core0.BusNamespaceDefinition<"workf
|
|
|
5677
5794
|
}, z.core.$strip>>;
|
|
5678
5795
|
}, z.core.$strip>;
|
|
5679
5796
|
};
|
|
5797
|
+
/**
|
|
5798
|
+
* Retrieve one projected WorkLog frame entry by frame identifier (RPC).
|
|
5799
|
+
*
|
|
5800
|
+
* This narrow lookup lets repair and audit consumers verify durable frame
|
|
5801
|
+
* state without loading the execution's runtime frame tree.
|
|
5802
|
+
*/
|
|
5803
|
+
'worklog.frame.get': {
|
|
5804
|
+
request: z.ZodObject<{
|
|
5805
|
+
frameId: z.ZodString;
|
|
5806
|
+
}, z.core.$strip>;
|
|
5807
|
+
response: z.ZodObject<{
|
|
5808
|
+
frame: z.ZodNullable<z.ZodObject<{
|
|
5809
|
+
executionId: z.ZodString;
|
|
5810
|
+
frameId: z.ZodString;
|
|
5811
|
+
nodeId: z.ZodString;
|
|
5812
|
+
nodeType: z.ZodEnum<{
|
|
5813
|
+
station: "station";
|
|
5814
|
+
"delegate-agent": "delegate-agent";
|
|
5815
|
+
"delegate-role": "delegate-role";
|
|
5816
|
+
sequence: "sequence";
|
|
5817
|
+
gate: "gate";
|
|
5818
|
+
parallel: "parallel";
|
|
5819
|
+
iterate: "iterate";
|
|
5820
|
+
"iterate-chain": "iterate-chain";
|
|
5821
|
+
loop: "loop";
|
|
5822
|
+
}>;
|
|
5823
|
+
path: z.ZodArray<z.ZodString>;
|
|
5824
|
+
status: z.ZodEnum<{
|
|
5825
|
+
pending: "pending";
|
|
5826
|
+
completed: "completed";
|
|
5827
|
+
cancelled: "cancelled";
|
|
5828
|
+
failed: "failed";
|
|
5829
|
+
running: "running";
|
|
5830
|
+
skipped: "skipped";
|
|
5831
|
+
waiting: "waiting";
|
|
5832
|
+
}>;
|
|
5833
|
+
attempt: z.ZodNumber;
|
|
5834
|
+
iteration: z.ZodOptional<z.ZodNumber>;
|
|
5835
|
+
branchKey: z.ZodOptional<z.ZodString>;
|
|
5836
|
+
startedAt: z.ZodOptional<z.ZodNumber>;
|
|
5837
|
+
completedAt: z.ZodOptional<z.ZodNumber>;
|
|
5838
|
+
durationMs: z.ZodOptional<z.ZodNumber>;
|
|
5839
|
+
inputTokens: z.ZodOptional<z.ZodNumber>;
|
|
5840
|
+
outputTokens: z.ZodOptional<z.ZodNumber>;
|
|
5841
|
+
estimatedCost: z.ZodOptional<z.ZodNumber>;
|
|
5842
|
+
error: z.ZodOptional<z.ZodString>;
|
|
5843
|
+
}, z.core.$strip>>;
|
|
5844
|
+
}, z.core.$strip>;
|
|
5845
|
+
};
|
|
5680
5846
|
/**
|
|
5681
5847
|
* List WorkLog execution summaries with optional filtering (RPC).
|
|
5682
5848
|
*
|
|
@@ -6859,12 +7025,12 @@ declare const WorkflowSubjects$1: _$_makaio_core0.BusSubjects<_$_makaio_core0.Fl
|
|
|
6859
7025
|
frameId: z.ZodString;
|
|
6860
7026
|
nodeId: z.ZodString;
|
|
6861
7027
|
nodeType: z.ZodEnum<{
|
|
6862
|
-
sequence: "sequence";
|
|
6863
7028
|
station: "station";
|
|
6864
7029
|
"delegate-agent": "delegate-agent";
|
|
6865
7030
|
"delegate-role": "delegate-role";
|
|
6866
|
-
|
|
7031
|
+
sequence: "sequence";
|
|
6867
7032
|
gate: "gate";
|
|
7033
|
+
parallel: "parallel";
|
|
6868
7034
|
iterate: "iterate";
|
|
6869
7035
|
"iterate-chain": "iterate-chain";
|
|
6870
7036
|
loop: "loop";
|
|
@@ -6940,22 +7106,24 @@ declare const WorkflowSubjects$1: _$_makaio_core0.BusSubjects<_$_makaio_core0.Fl
|
|
|
6940
7106
|
/**
|
|
6941
7107
|
* Register an external execution that is not driven by the workflow engine.
|
|
6942
7108
|
*
|
|
6943
|
-
*
|
|
6944
|
-
*
|
|
6945
|
-
*
|
|
7109
|
+
* Atomically creates the `workflow_executions` row, its running WorkLog
|
|
7110
|
+
* summary, and the optional initial frame. A caller-supplied external ID
|
|
7111
|
+
* makes an identical registration replay idempotent; conflicting replays are
|
|
7112
|
+
* rejected without overwriting durable state.
|
|
6946
7113
|
*
|
|
6947
7114
|
* External executions are not associated with a persisted workflow definition
|
|
6948
7115
|
* and do not create coordinator sessions, run-context snapshots, or
|
|
6949
|
-
* runtime state.
|
|
6950
|
-
* telemetry projections.
|
|
7116
|
+
* runtime state.
|
|
6951
7117
|
*
|
|
6952
|
-
*
|
|
6953
|
-
*
|
|
6954
|
-
*
|
|
7118
|
+
* Standard execution and frame lifecycle events remain useful as advisory
|
|
7119
|
+
* signals for other consumers, but WorkLog durability does not depend on
|
|
7120
|
+
* those events.
|
|
6955
7121
|
*/
|
|
6956
7122
|
registerExternalExecution: {
|
|
6957
7123
|
request: z.ZodObject<{
|
|
7124
|
+
executionId: z.ZodOptional<z.ZodString>;
|
|
6958
7125
|
name: z.ZodString;
|
|
7126
|
+
startedAt: z.ZodOptional<z.ZodNumber>;
|
|
6959
7127
|
scope: z.ZodOptional<z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
6960
7128
|
type: z.ZodLiteral<"global">;
|
|
6961
7129
|
}, z.core.$strict>, z.ZodObject<{
|
|
@@ -6975,17 +7143,33 @@ declare const WorkflowSubjects$1: _$_makaio_core0.BusSubjects<_$_makaio_core0.Fl
|
|
|
6975
7143
|
}, z.core.$strip>>;
|
|
6976
7144
|
input: z.ZodOptional<z.ZodType<_$_makaio_contracts0.JsonValue, unknown, z.core.$ZodTypeInternals<_$_makaio_contracts0.JsonValue, unknown>>>;
|
|
6977
7145
|
triggerPayload: z.ZodOptional<z.ZodType<Record<string, unknown>, Record<string, unknown>, z.core.$ZodTypeInternals<Record<string, unknown>, Record<string, unknown>>>>;
|
|
7146
|
+
frame: z.ZodOptional<z.ZodObject<{
|
|
7147
|
+
frameId: z.ZodOptional<z.ZodString>;
|
|
7148
|
+
nodeId: z.ZodString;
|
|
7149
|
+
nodeType: z.ZodEnum<{
|
|
7150
|
+
station: "station";
|
|
7151
|
+
"delegate-agent": "delegate-agent";
|
|
7152
|
+
"delegate-role": "delegate-role";
|
|
7153
|
+
gate: "gate";
|
|
7154
|
+
}>;
|
|
7155
|
+
path: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
7156
|
+
attempt: z.ZodDefault<z.ZodNumber>;
|
|
7157
|
+
iteration: z.ZodOptional<z.ZodNumber>;
|
|
7158
|
+
branchKey: z.ZodOptional<z.ZodString>;
|
|
7159
|
+
startedAt: z.ZodOptional<z.ZodNumber>;
|
|
7160
|
+
}, z.core.$strict>>;
|
|
6978
7161
|
}, z.core.$strip>;
|
|
6979
7162
|
response: z.ZodObject<{
|
|
6980
7163
|
executionId: z.ZodString;
|
|
7164
|
+
frameId: z.ZodOptional<z.ZodString>;
|
|
6981
7165
|
}, z.core.$strip>;
|
|
6982
7166
|
};
|
|
6983
7167
|
/**
|
|
6984
|
-
* Complete an external execution
|
|
7168
|
+
* Complete an external execution and its WorkLog projection atomically.
|
|
6985
7169
|
*
|
|
6986
|
-
*
|
|
6987
|
-
*
|
|
6988
|
-
*
|
|
7170
|
+
* Identical terminal replays succeed. Conflicting execution status, metadata,
|
|
7171
|
+
* or frame identity fails without overwriting the existing settlement.
|
|
7172
|
+
* Lifecycle events may still be emitted for advisory consumers.
|
|
6989
7173
|
*
|
|
6990
7174
|
* Cross-field invariants (enforced by schema refinement):
|
|
6991
7175
|
* - `'failed'` requires a non-empty `error` string.
|
|
@@ -7003,6 +7187,22 @@ declare const WorkflowSubjects$1: _$_makaio_core0.BusSubjects<_$_makaio_core0.Fl
|
|
|
7003
7187
|
error: z.ZodOptional<z.ZodString>;
|
|
7004
7188
|
reason: z.ZodOptional<z.ZodString>;
|
|
7005
7189
|
completedAt: z.ZodOptional<z.ZodNumber>;
|
|
7190
|
+
frame: z.ZodOptional<z.ZodObject<{
|
|
7191
|
+
frameId: z.ZodString;
|
|
7192
|
+
nodeId: z.ZodString;
|
|
7193
|
+
nodeType: z.ZodEnum<{
|
|
7194
|
+
station: "station";
|
|
7195
|
+
"delegate-agent": "delegate-agent";
|
|
7196
|
+
"delegate-role": "delegate-role";
|
|
7197
|
+
gate: "gate";
|
|
7198
|
+
}>;
|
|
7199
|
+
path: z.ZodArray<z.ZodString>;
|
|
7200
|
+
attempt: z.ZodDefault<z.ZodNumber>;
|
|
7201
|
+
iteration: z.ZodOptional<z.ZodNumber>;
|
|
7202
|
+
branchKey: z.ZodOptional<z.ZodString>;
|
|
7203
|
+
startedAt: z.ZodNumber;
|
|
7204
|
+
durationMs: z.ZodOptional<z.ZodNumber>;
|
|
7205
|
+
}, z.core.$strict>>;
|
|
7006
7206
|
}, z.core.$strip>;
|
|
7007
7207
|
response: z.ZodObject<{
|
|
7008
7208
|
success: z.ZodBoolean;
|
|
@@ -7522,12 +7722,12 @@ declare const WorkflowSubjects$1: _$_makaio_core0.BusSubjects<_$_makaio_core0.Fl
|
|
|
7522
7722
|
frameId: z.ZodString;
|
|
7523
7723
|
nodeId: z.ZodString;
|
|
7524
7724
|
nodeType: z.ZodEnum<{
|
|
7525
|
-
sequence: "sequence";
|
|
7526
7725
|
station: "station";
|
|
7527
7726
|
"delegate-agent": "delegate-agent";
|
|
7528
7727
|
"delegate-role": "delegate-role";
|
|
7529
|
-
|
|
7728
|
+
sequence: "sequence";
|
|
7530
7729
|
gate: "gate";
|
|
7730
|
+
parallel: "parallel";
|
|
7531
7731
|
iterate: "iterate";
|
|
7532
7732
|
"iterate-chain": "iterate-chain";
|
|
7533
7733
|
loop: "loop";
|
|
@@ -7666,6 +7866,55 @@ declare const WorkflowSubjects$1: _$_makaio_core0.BusSubjects<_$_makaio_core0.Fl
|
|
|
7666
7866
|
}, z.core.$strip>>;
|
|
7667
7867
|
}, z.core.$strip>;
|
|
7668
7868
|
};
|
|
7869
|
+
/**
|
|
7870
|
+
* Retrieve one projected WorkLog frame entry by frame identifier (RPC).
|
|
7871
|
+
*
|
|
7872
|
+
* This narrow lookup lets repair and audit consumers verify durable frame
|
|
7873
|
+
* state without loading the execution's runtime frame tree.
|
|
7874
|
+
*/
|
|
7875
|
+
'worklog.frame.get': {
|
|
7876
|
+
request: z.ZodObject<{
|
|
7877
|
+
frameId: z.ZodString;
|
|
7878
|
+
}, z.core.$strip>;
|
|
7879
|
+
response: z.ZodObject<{
|
|
7880
|
+
frame: z.ZodNullable<z.ZodObject<{
|
|
7881
|
+
executionId: z.ZodString;
|
|
7882
|
+
frameId: z.ZodString;
|
|
7883
|
+
nodeId: z.ZodString;
|
|
7884
|
+
nodeType: z.ZodEnum<{
|
|
7885
|
+
station: "station";
|
|
7886
|
+
"delegate-agent": "delegate-agent";
|
|
7887
|
+
"delegate-role": "delegate-role";
|
|
7888
|
+
sequence: "sequence";
|
|
7889
|
+
gate: "gate";
|
|
7890
|
+
parallel: "parallel";
|
|
7891
|
+
iterate: "iterate";
|
|
7892
|
+
"iterate-chain": "iterate-chain";
|
|
7893
|
+
loop: "loop";
|
|
7894
|
+
}>;
|
|
7895
|
+
path: z.ZodArray<z.ZodString>;
|
|
7896
|
+
status: z.ZodEnum<{
|
|
7897
|
+
pending: "pending";
|
|
7898
|
+
completed: "completed";
|
|
7899
|
+
cancelled: "cancelled";
|
|
7900
|
+
failed: "failed";
|
|
7901
|
+
running: "running";
|
|
7902
|
+
skipped: "skipped";
|
|
7903
|
+
waiting: "waiting";
|
|
7904
|
+
}>;
|
|
7905
|
+
attempt: z.ZodNumber;
|
|
7906
|
+
iteration: z.ZodOptional<z.ZodNumber>;
|
|
7907
|
+
branchKey: z.ZodOptional<z.ZodString>;
|
|
7908
|
+
startedAt: z.ZodOptional<z.ZodNumber>;
|
|
7909
|
+
completedAt: z.ZodOptional<z.ZodNumber>;
|
|
7910
|
+
durationMs: z.ZodOptional<z.ZodNumber>;
|
|
7911
|
+
inputTokens: z.ZodOptional<z.ZodNumber>;
|
|
7912
|
+
outputTokens: z.ZodOptional<z.ZodNumber>;
|
|
7913
|
+
estimatedCost: z.ZodOptional<z.ZodNumber>;
|
|
7914
|
+
error: z.ZodOptional<z.ZodString>;
|
|
7915
|
+
}, z.core.$strip>>;
|
|
7916
|
+
}, z.core.$strip>;
|
|
7917
|
+
};
|
|
7669
7918
|
/**
|
|
7670
7919
|
* List WorkLog execution summaries with optional filtering (RPC).
|
|
7671
7920
|
*
|
|
@@ -8691,6 +8940,132 @@ interface IWorkflowRunner$1 {
|
|
|
8691
8940
|
dispose?(): Promise<void>;
|
|
8692
8941
|
}
|
|
8693
8942
|
//#endregion
|
|
8943
|
+
//#region core/contracts/src/workflow/external-execution.d.ts
|
|
8944
|
+
/** Reserved identifier prefix for executions owned by the external lifecycle API. */
|
|
8945
|
+
declare const EXTERNAL_EXECUTION_ID_PREFIX$1 = "wfx-ext-";
|
|
8946
|
+
/**
|
|
8947
|
+
* Frame metadata persisted atomically when an external execution is registered.
|
|
8948
|
+
*
|
|
8949
|
+
* `frameId`, `path`, and `startedAt` may be omitted so the workflow service can
|
|
8950
|
+
* derive stable defaults after it allocates the execution identifier. The
|
|
8951
|
+
* resolved values are returned and durably written before registration is
|
|
8952
|
+
* acknowledged.
|
|
8953
|
+
*/
|
|
8954
|
+
declare const ExternalExecutionFrameStartSchema: z.ZodObject<{
|
|
8955
|
+
frameId: z.ZodOptional<z.ZodString>;
|
|
8956
|
+
nodeId: z.ZodString;
|
|
8957
|
+
nodeType: z.ZodEnum<{
|
|
8958
|
+
station: "station";
|
|
8959
|
+
"delegate-agent": "delegate-agent";
|
|
8960
|
+
"delegate-role": "delegate-role";
|
|
8961
|
+
gate: "gate";
|
|
8962
|
+
}>;
|
|
8963
|
+
path: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
8964
|
+
attempt: z.ZodDefault<z.ZodNumber>;
|
|
8965
|
+
iteration: z.ZodOptional<z.ZodNumber>;
|
|
8966
|
+
branchKey: z.ZodOptional<z.ZodString>;
|
|
8967
|
+
startedAt: z.ZodOptional<z.ZodNumber>;
|
|
8968
|
+
}, z.core.$strict>;
|
|
8969
|
+
/** Inferred external frame registration metadata. */
|
|
8970
|
+
type ExternalExecutionFrameStart = z.infer<typeof ExternalExecutionFrameStartSchema>;
|
|
8971
|
+
/**
|
|
8972
|
+
* Exact frame metadata supplied when an external execution settles.
|
|
8973
|
+
*
|
|
8974
|
+
* The workflow service derives the terminal frame status, completion timestamp,
|
|
8975
|
+
* duration, and failure text from the enclosing completion request, then writes
|
|
8976
|
+
* the execution, WorkLog summary, and frame in one transaction.
|
|
8977
|
+
*/
|
|
8978
|
+
declare const ExternalExecutionFrameCompletionSchema: z.ZodObject<{
|
|
8979
|
+
frameId: z.ZodString;
|
|
8980
|
+
nodeId: z.ZodString;
|
|
8981
|
+
nodeType: z.ZodEnum<{
|
|
8982
|
+
station: "station";
|
|
8983
|
+
"delegate-agent": "delegate-agent";
|
|
8984
|
+
"delegate-role": "delegate-role";
|
|
8985
|
+
gate: "gate";
|
|
8986
|
+
}>;
|
|
8987
|
+
path: z.ZodArray<z.ZodString>;
|
|
8988
|
+
attempt: z.ZodDefault<z.ZodNumber>;
|
|
8989
|
+
iteration: z.ZodOptional<z.ZodNumber>;
|
|
8990
|
+
branchKey: z.ZodOptional<z.ZodString>;
|
|
8991
|
+
startedAt: z.ZodNumber;
|
|
8992
|
+
durationMs: z.ZodOptional<z.ZodNumber>;
|
|
8993
|
+
}, z.core.$strict>;
|
|
8994
|
+
/** Inferred external frame completion metadata. */
|
|
8995
|
+
type ExternalExecutionFrameCompletion = z.infer<typeof ExternalExecutionFrameCompletionSchema>;
|
|
8996
|
+
/** Request contract for atomic external execution registration. */
|
|
8997
|
+
declare const RegisterExternalExecutionRequestSchema: z.ZodObject<{
|
|
8998
|
+
executionId: z.ZodOptional<z.ZodString>;
|
|
8999
|
+
name: z.ZodString;
|
|
9000
|
+
startedAt: z.ZodOptional<z.ZodNumber>;
|
|
9001
|
+
scope: z.ZodOptional<z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
9002
|
+
type: z.ZodLiteral<"global">;
|
|
9003
|
+
}, z.core.$strict>, z.ZodObject<{
|
|
9004
|
+
type: z.ZodLiteral<"workspace">;
|
|
9005
|
+
id: z.ZodString;
|
|
9006
|
+
}, z.core.$strict>, z.ZodObject<{
|
|
9007
|
+
type: z.ZodLiteral<"session">;
|
|
9008
|
+
id: z.ZodString;
|
|
9009
|
+
}, z.core.$strict>, z.ZodObject<{
|
|
9010
|
+
type: z.ZodLiteral<"external">;
|
|
9011
|
+
kind: z.ZodString;
|
|
9012
|
+
id: z.ZodString;
|
|
9013
|
+
}, z.core.$strict>], "type">>;
|
|
9014
|
+
artifactRef: z.ZodOptional<z.ZodObject<{
|
|
9015
|
+
kind: z.ZodString;
|
|
9016
|
+
id: z.ZodString;
|
|
9017
|
+
}, z.core.$strip>>;
|
|
9018
|
+
input: z.ZodOptional<z.ZodType<_$_makaio_contracts0.JsonValue, unknown, z.core.$ZodTypeInternals<_$_makaio_contracts0.JsonValue, unknown>>>;
|
|
9019
|
+
triggerPayload: z.ZodOptional<z.ZodType<Record<string, unknown>, Record<string, unknown>, z.core.$ZodTypeInternals<Record<string, unknown>, Record<string, unknown>>>>;
|
|
9020
|
+
frame: z.ZodOptional<z.ZodObject<{
|
|
9021
|
+
frameId: z.ZodOptional<z.ZodString>;
|
|
9022
|
+
nodeId: z.ZodString;
|
|
9023
|
+
nodeType: z.ZodEnum<{
|
|
9024
|
+
station: "station";
|
|
9025
|
+
"delegate-agent": "delegate-agent";
|
|
9026
|
+
"delegate-role": "delegate-role";
|
|
9027
|
+
gate: "gate";
|
|
9028
|
+
}>;
|
|
9029
|
+
path: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
9030
|
+
attempt: z.ZodDefault<z.ZodNumber>;
|
|
9031
|
+
iteration: z.ZodOptional<z.ZodNumber>;
|
|
9032
|
+
branchKey: z.ZodOptional<z.ZodString>;
|
|
9033
|
+
startedAt: z.ZodOptional<z.ZodNumber>;
|
|
9034
|
+
}, z.core.$strict>>;
|
|
9035
|
+
}, z.core.$strip>;
|
|
9036
|
+
/** Parsed external execution registration request. */
|
|
9037
|
+
type RegisterExternalExecutionRequest = z.infer<typeof RegisterExternalExecutionRequestSchema>;
|
|
9038
|
+
/** Request contract for atomic, idempotent external execution settlement. */
|
|
9039
|
+
declare const CompleteExternalExecutionRequestSchema: z.ZodObject<{
|
|
9040
|
+
executionId: z.ZodString;
|
|
9041
|
+
status: z.ZodEnum<{
|
|
9042
|
+
completed: "completed";
|
|
9043
|
+
cancelled: "cancelled";
|
|
9044
|
+
failed: "failed";
|
|
9045
|
+
}>;
|
|
9046
|
+
error: z.ZodOptional<z.ZodString>;
|
|
9047
|
+
reason: z.ZodOptional<z.ZodString>;
|
|
9048
|
+
completedAt: z.ZodOptional<z.ZodNumber>;
|
|
9049
|
+
frame: z.ZodOptional<z.ZodObject<{
|
|
9050
|
+
frameId: z.ZodString;
|
|
9051
|
+
nodeId: z.ZodString;
|
|
9052
|
+
nodeType: z.ZodEnum<{
|
|
9053
|
+
station: "station";
|
|
9054
|
+
"delegate-agent": "delegate-agent";
|
|
9055
|
+
"delegate-role": "delegate-role";
|
|
9056
|
+
gate: "gate";
|
|
9057
|
+
}>;
|
|
9058
|
+
path: z.ZodArray<z.ZodString>;
|
|
9059
|
+
attempt: z.ZodDefault<z.ZodNumber>;
|
|
9060
|
+
iteration: z.ZodOptional<z.ZodNumber>;
|
|
9061
|
+
branchKey: z.ZodOptional<z.ZodString>;
|
|
9062
|
+
startedAt: z.ZodNumber;
|
|
9063
|
+
durationMs: z.ZodOptional<z.ZodNumber>;
|
|
9064
|
+
}, z.core.$strict>>;
|
|
9065
|
+
}, z.core.$strip>;
|
|
9066
|
+
/** Parsed external execution completion request. */
|
|
9067
|
+
type CompleteExternalExecutionRequest = z.infer<typeof CompleteExternalExecutionRequestSchema>;
|
|
9068
|
+
//#endregion
|
|
8694
9069
|
//#region core/contracts/src/workflow/worklog.d.ts
|
|
8695
9070
|
/**
|
|
8696
9071
|
* Summarised view of a workflow execution.
|
|
@@ -8729,7 +9104,7 @@ type WorkLogExecutionSummary = z.infer<typeof WorkLogExecutionSummarySchema>;
|
|
|
8729
9104
|
* Multiple entries may exist per `nodeId` if the node is retried or
|
|
8730
9105
|
* executed inside an `iterate`/`iterate-chain` expansion.
|
|
8731
9106
|
*/
|
|
8732
|
-
declare const WorkLogFrameEntrySchema: z.ZodObject<{
|
|
9107
|
+
declare const WorkLogFrameEntrySchema$1: z.ZodObject<{
|
|
8733
9108
|
executionId: z.ZodString;
|
|
8734
9109
|
frameId: z.ZodString;
|
|
8735
9110
|
nodeId: z.ZodString;
|
|
@@ -8737,7 +9112,12 @@ declare const WorkLogFrameEntrySchema: z.ZodObject<{
|
|
|
8737
9112
|
station: "station";
|
|
8738
9113
|
"delegate-agent": "delegate-agent";
|
|
8739
9114
|
"delegate-role": "delegate-role";
|
|
9115
|
+
sequence: "sequence";
|
|
8740
9116
|
gate: "gate";
|
|
9117
|
+
parallel: "parallel";
|
|
9118
|
+
iterate: "iterate";
|
|
9119
|
+
"iterate-chain": "iterate-chain";
|
|
9120
|
+
loop: "loop";
|
|
8741
9121
|
}>;
|
|
8742
9122
|
path: z.ZodArray<z.ZodString>;
|
|
8743
9123
|
status: z.ZodEnum<{
|
|
@@ -8760,7 +9140,7 @@ declare const WorkLogFrameEntrySchema: z.ZodObject<{
|
|
|
8760
9140
|
estimatedCost: z.ZodOptional<z.ZodNumber>;
|
|
8761
9141
|
error: z.ZodOptional<z.ZodString>;
|
|
8762
9142
|
}, z.core.$strip>;
|
|
8763
|
-
type WorkLogFrameEntry = z.infer<typeof WorkLogFrameEntrySchema>;
|
|
9143
|
+
type WorkLogFrameEntry = z.infer<typeof WorkLogFrameEntrySchema$1>;
|
|
8764
9144
|
/**
|
|
8765
9145
|
* A single artifact write event recorded in the WorkLog.
|
|
8766
9146
|
*
|
|
@@ -8889,8 +9269,8 @@ declare const SubagentStatusSchema: z.ZodEnum<{
|
|
|
8889
9269
|
completed: "completed";
|
|
8890
9270
|
cancelled: "cancelled";
|
|
8891
9271
|
failed: "failed";
|
|
8892
|
-
running: "running";
|
|
8893
9272
|
spawning: "spawning";
|
|
9273
|
+
running: "running";
|
|
8894
9274
|
waiting_input: "waiting_input";
|
|
8895
9275
|
hung: "hung";
|
|
8896
9276
|
}>;
|
|
@@ -9186,8 +9566,8 @@ declare const ListSubagentsBySessionResponseSchema: z.ZodObject<{
|
|
|
9186
9566
|
completed: "completed";
|
|
9187
9567
|
cancelled: "cancelled";
|
|
9188
9568
|
failed: "failed";
|
|
9189
|
-
running: "running";
|
|
9190
9569
|
spawning: "spawning";
|
|
9570
|
+
running: "running";
|
|
9191
9571
|
waiting_input: "waiting_input";
|
|
9192
9572
|
hung: "hung";
|
|
9193
9573
|
}>;
|
|
@@ -10246,4 +10626,4 @@ declare const ExecutionHintsSchema$1: z.ZodObject<{
|
|
|
10246
10626
|
}, z.core.$catchall<z.ZodType<_$_makaio_contracts0.JsonValue, unknown, z.core.$ZodTypeInternals<_$_makaio_contracts0.JsonValue, unknown>>>>;
|
|
10247
10627
|
type ExecutionHints = z.infer<typeof ExecutionHintsSchema$1>;
|
|
10248
10628
|
//#endregion
|
|
10249
|
-
export { AwaitSubagentRequest as $,
|
|
10629
|
+
export { AwaitSubagentRequest as $, WorkflowParallelNodeSchema as $i, JsonPatchOperationSchema$1 as $n, ExecutionStatusSchema$1 as $r, IWorkflowRunner$1 as $t, LoopGateHandler$1 as A, WorkflowGateInstance as Ai, serializeArtifactRef$1 as An, WorkflowCancelPayloadSchema as Ar, WorkLogArtifactWrite as At, WorkflowTriggerDef as B, WorkflowListQuery as Bi, BusEventPublishTarget as Bn, BusEventTrigger as Br, WorkLogStats as Bt, NodeOptions as C, WorkflowDynamicRegionSchema as Ci, WorkflowNodeVisitor as Cn, StepRunnerPlatformDefaultsSchema as Cr, SpawnSubagentRpcResponse as Ct, WorkflowStateAuthoringDefinition as D, WorkflowExecutionScopeSchema as Di, WorkflowArtifactRef as Dn, TokenUsageSchema as Dr, SubagentExecutionFailed as Dt, WorkflowBuilder as E, WorkflowExecutionScope as Ei, WorkflowRunContextSchema$1 as En, TokenUsage as Er, SubagentConstraints$1 as Et, ExtensionWorkflowTrigger as F, WorkflowGateStatusSchema as Fi, WorkflowSubjects$1 as Fn, WorkflowStepTypeSchema$1 as Fr, WorkLogExecutionSummarySchema as Ft, IterateHandler as G, WorkflowNodeBase as Gi, ContextBundleSchema as Gn, EXECUTION_LIST_DEFAULT_LIMIT$1 as Gr, CompleteExternalExecutionRequestSchema as Gt, ArtifactPatch as H, WorkflowLoopNode as Hi, BusRequestSource as Hn, EXECUTIONS_BY_ARTIFACT_REFS_DEFAULT_LIMIT_PER_REF as Hr, WorkLogUsageSummary as Ht, ExtractTriggerPayload as I, WorkflowIterateChainNode as Ii, ArtifactPublishTarget as In, createStepCancelSubject$1 as Ir, WorkLogFrameEntry as It, StationStepContext as J, WorkflowNodeType as Ji, ContextSource as Jn, ExecutionListCursor as Jr, ExternalExecutionFrameCompletionSchema as Jt, PreviousStepOutput as K, WorkflowNodeBaseSchema as Ki, ContextPublishTarget as Kn, EXECUTION_LIST_MAX_LIMIT$1 as Kr, EXTERNAL_EXECUTION_ID_PREFIX$1 as Kt, ManualWorkflowTrigger as L, WorkflowIterateChainNodeSchema as Li, ArtifactPublishTargetSchema as Ln, createWorkflowCancelSubject$1 as Lr, WorkLogFrameEntrySchema$1 as Lt, BusEventWorkflowTrigger as M, WorkflowGateNode as Mi, WorkflowProgressUpdate as Mn, WorkflowRunnerStepType as Mr, WorkLogDynamicNodeMaterialization as Mt, CronTriggerPayload as N, WorkflowGateNodeSchema as Ni, WorkflowProgressUpdateSchema as Nn, WorkflowRunnerStepTypeSchema as Nr, WorkLogDynamicNodeMaterializationSchema as Nt, WorkflowZodSchemas$1 as O, WorkflowFrameState$1 as Oi, WorkflowArtifactRefSchema as On, WORKFLOW_CANCELLED_REASON$1 as Or, SubagentStatus$1 as Ot, CronWorkflowTrigger as P, WorkflowGateStatus as Pi, WorkflowSchemas as Pn, WorkflowStepType as Pr, WorkLogExecutionSummary as Pt, WorkflowStateContext as Q, WorkflowParallelNode as Qi, JsonPatchOperation$1 as Qn, ExecutionStatus as Qr, RegisterExternalExecutionRequestSchema as Qt, WebhookTriggerPayload as R, WorkflowIterateNode as Ri, ArtifactQuerySource as Rn, IWorkflowTriggerTypeRegistry$1 as Rr, WorkLogGateEvent as Rt, LoopOptions as S, WorkflowDynamicRegion as Si, WalkRelationship as Sn, StepRunnerPlatformDefaults$1 as Sr, SpawnSubagentRpcRequestSchema$1 as St, ParallelOptions as T, WorkflowExecutionSchema$1 as Ti, WorkflowRunContext as Tn, StepTelemetrySchema as Tr, SubagentConfigSchema$1 as Tt, ArtifactUpdateOperation as U, WorkflowLoopNodeSchema as Ui, BusRequestSourceSchema as Un, EXECUTIONS_BY_ARTIFACT_REFS_MAX_LIMIT_PER_REF as Ur, WorkLogUsageSummarySchema as Ut, ArtifactContext as V, WorkflowListQuerySchema$1 as Vi, BusEventPublishTargetSchema as Vn, BusEventTriggerSchema as Vr, WorkLogStatsSchema as Vt, ArtifactUpdater as W, WorkflowNode as Wi, ContextBundle as Wn, EXECUTIONS_BY_ARTIFACT_REFS_MAX_REFS as Wr, CompleteExternalExecutionRequest as Wt, WorkflowContext as X, WorkflowParallelMode as Xi, ResolvedContextEntry as Xn, ExecutionListQuery as Xr, ExternalExecutionFrameStartSchema as Xt, StepContext as Y, WorkflowNodeTypeSchema as Yi, ContextSourceSchema as Yn, ExecutionListCursorSchema as Yr, ExternalExecutionFrameStart as Yt, WorkflowContextBase as Z, WorkflowParallelModeSchema as Zi, ResolvedContextEntrySchema as Zn, ExecutionListQuerySchema$1 as Zr, RegisterExternalExecutionRequest as Zt, BuiltWorkflow as _, WorkflowDefinitionSchema$1 as _i, ProjectedWorkflowGraph as _n, StepRunConfigSchema as _r, RequestInputRpcRequest as _t, defineWorkflowBundle as a, WorkflowSequenceNodeSchema as aa, GateInstanceListQuerySchema$1 as ai, WorkflowRunResultSchema as an, ExecutionLinkSchema$1 as ar, ContextMode as at, IterateOptions as b, WorkflowDelegateRoleNode as bi, projectWorkflowGraph as bn, StepRunnerBusAuth$1 as br, SendToSubagentResponse as bt, delegateToRole as c, WorkflowStateDefinition as ca, WorkflowArtifactBinding as ci, WorkflowWorkerBusAuthSchema as cn, SpanRecord as cr, ExecuteSubagentResponse as ct, iterateChain as d, WorkflowStationNodeSchema as da, WorkflowArtifactWriteDeclarationSchema as di, WorkflowWorkerSource$1 as dn, SpanStatusSchema as dr, ListSubagentsBySessionRequest as dt, WorkflowResolvedAgent as ea, ExecutionsByArtifactRefsQuery as ei, WorkerContributionManifest$1 as en, WorkflowError$1 as er, AwaitSubagentResponse as et, loop as f, WorkflowTrigger as fa, WorkflowCondition as fi, WorkflowWorkerSourceSchema$1 as fn, IStepRunner as fr, ListSubagentsBySessionResponse as ft, ArtifactBindingOptions as g, WorkflowDefinitionProvenanceSchema as gi, ProjectedNodeRole as gn, StepRunConfig as gr, ReportProgressResponse as gt, AgentConfig as h, WorkflowDefinitionProvenance as hi, ProjectedNode as hn, StepCancelSubject as hr, ReportProgressRequest as ht, WorkflowBundle as i, WorkflowSequenceNode as ia, GateInstanceListQuery as ii, WorkflowRunResult$1 as in, ExecutionLinkListQuerySchema$1 as ir, CompletionModeSchema as it, validateNoNestedLoops as j, WorkflowGateInstanceSchema$1 as ji, WorkflowNamespace$1 as jn, WorkflowCancelSubject as jr, WorkLogArtifactWriteSchema as jt, LoopGateContext as k, WorkflowFrameStateSchema$1 as ki, parseArtifactRef as kn, WorkflowCancelPayload as kr, SubagentStatusSchema as kt, gate as l, WorkflowStateDefinitionSchema as la, WorkflowArtifactBindingSchema as li, WorkflowWorkerConfig$1 as ln, SpanRecordSchema$1 as lr, KillSubagentRequest as lt, zodSchemaToJsonRecord$1 as m, WorkflowDefinition$1 as mi, ProjectedEdgeKind as mn, StepCancelPayloadSchema as mr, PendingRequestSchema as mt, ExecutionHintsSchema$1 as n, WorkflowResolvedRole as na, ExtensionWorkflowTrigger$1 as ni, WorkerContributionPackageRef as nn, ExecutionLink as nr, CompleteTaskResponse as nt, defineWorkflow as o, WorkflowSourceLocation as oa, LoopGateOutcome as oi, WorkflowRunnerRunOptions$1 as on, ExecutionLinkType as or, ContextModeSchema$1 as ot, station as p, WorkflowTriggerSchema as pa, WorkflowConditionSchema as pi, ProjectedEdge as pn, StepCancelPayload as pr, PendingRequest$1 as pt, StationHandler$1 as q, WorkflowNodeSchema as qi, ContextPublishTargetSchema as qn, EXECUTION_LIST_MIN_LIMIT$1 as qr, ExternalExecutionFrameCompletion as qt, ExecutionSourceHintSchema as r, WorkflowResolvedRoleSchema as ra, ExtensionWorkflowTriggerSchema as ri, WorkerContributionPackageRefSchema as rn, ExecutionLinkListQuery as rr, CompletionMode$1 as rt, delegateToAgent as s, WorkflowSourceLocationSchema as sa, LoopGateOutcomeSchema as si, WorkflowWorkerBusAuth as sn, ExecutionLinkTypeSchema as sr, DEFAULT_CONSTRAINTS$1 as st, ExecutionHints as t, WorkflowResolvedAgentSchema as ta, ExecutionsByArtifactRefsQuerySchema$1 as ti, WorkerContributionManifestSchema as tn, WorkflowErrorCode$1 as tr, CompleteTaskRequest as tt, iterate as u, WorkflowStationNode as ua, WorkflowArtifactWriteDeclaration as ui, WorkflowWorkerConfigSchema$1 as un, SpanStatus as ur, KillSubagentResponse as ut, DefineWorkflowOptions as v, WorkflowDelegateAgentNode as vi, WorkflowDefinitionPath as vn, StepRunResult as vr, RequestInputRpcResponse as vt, ParallelMode as w, WorkflowExecution as wi, walkWorkflowDefinition$1 as wn, StepTelemetry as wr, SubagentConfig$1 as wt, LoopGateRegistration as x, WorkflowDelegateRoleNodeSchema as xi, WalkContext as xn, StepRunnerBusAuthSchema as xr, SpawnSubagentRpcRequest as xt, GateOptions as y, WorkflowDelegateAgentNodeSchema as yi, WorkflowDefinitionPathSegment as yn, StepRunResultSchema as yr, SendToSubagentRequest as yt, WebhookWorkflowTrigger as z, WorkflowIterateNodeSchema as zi, ArtifactQuerySourceSchema as zn, WorkflowTriggerTypeRecord as zr, WorkLogGateEventSchema as zt };
|