@skaile/workspaces 2.7.0 → 2.9.0
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/CHANGELOG.md +22 -0
- package/dist/{asset-feeds-23CP6YUY.js → asset-feeds-EO2QDJ4C.js} +4 -4
- package/dist/{asset-feeds-23CP6YUY.js.map → asset-feeds-EO2QDJ4C.js.map} +1 -1
- package/dist/asset-manager/index.js +1 -1
- package/dist/{chunk-6AYGXPPF.js → chunk-4PSDPZUG.js} +2 -2
- package/dist/{chunk-6AYGXPPF.js.map → chunk-4PSDPZUG.js.map} +1 -1
- package/dist/{chunk-OAUKA7VT.js → chunk-5LA4XI4Y.js} +8 -8
- package/dist/{chunk-OAUKA7VT.js.map → chunk-5LA4XI4Y.js.map} +1 -1
- package/dist/{chunk-JIA2S3T2.js → chunk-AFUOORJE.js} +6 -6
- package/dist/{chunk-JIA2S3T2.js.map → chunk-AFUOORJE.js.map} +1 -1
- package/dist/{chunk-TUYN2HDT.js → chunk-AGFAOSCZ.js} +10 -4
- package/dist/chunk-AGFAOSCZ.js.map +1 -0
- package/dist/{chunk-AZ44F3AT.js → chunk-BIKTLLLD.js} +6 -6
- package/dist/{chunk-AZ44F3AT.js.map → chunk-BIKTLLLD.js.map} +1 -1
- package/dist/{chunk-HVQWLYZB.js → chunk-E5VGAW4E.js} +508 -83
- package/dist/chunk-E5VGAW4E.js.map +1 -0
- package/dist/{chunk-XJ74XFIZ.js → chunk-INHE5U74.js} +21 -8
- package/dist/chunk-INHE5U74.js.map +1 -0
- package/dist/{chunk-SCR3WGW7.js → chunk-OHLKWUO3.js} +3 -3
- package/dist/{chunk-SCR3WGW7.js.map → chunk-OHLKWUO3.js.map} +1 -1
- package/dist/{chunk-XTFZOYNY.js → chunk-QVFCDSRH.js} +3 -3
- package/dist/{chunk-XTFZOYNY.js.map → chunk-QVFCDSRH.js.map} +1 -1
- package/dist/{chunk-ONUDDQGS.js → chunk-TU7JDHKS.js} +2 -2
- package/dist/{chunk-ONUDDQGS.js.map → chunk-TU7JDHKS.js.map} +1 -1
- package/dist/{chunk-E4AVJMOJ.js → chunk-UAIR3K6X.js} +85 -5
- package/dist/chunk-UAIR3K6X.js.map +1 -0
- package/dist/{chunk-ZJOEU5GP.js → chunk-UTHMTZEH.js} +2 -2
- package/dist/{chunk-ZJOEU5GP.js.map → chunk-UTHMTZEH.js.map} +1 -1
- package/dist/{chunk-P3DUVOAW.js → chunk-XHSS3YHV.js} +6 -6
- package/dist/{chunk-P3DUVOAW.js.map → chunk-XHSS3YHV.js.map} +1 -1
- package/dist/{chunk-FW2C6JJP.js → chunk-XXDQHZJY.js} +3 -3
- package/dist/{chunk-FW2C6JJP.js.map → chunk-XXDQHZJY.js.map} +1 -1
- package/dist/{chunk-ZJ7MRR2R.js → chunk-YFAED6OB.js} +4 -4
- package/dist/{chunk-ZJ7MRR2R.js.map → chunk-YFAED6OB.js.map} +1 -1
- package/dist/{chunk-IWUIXNMF.js → chunk-ZXJKWA44.js} +3 -3
- package/dist/{chunk-IWUIXNMF.js.map → chunk-ZXJKWA44.js.map} +1 -1
- package/dist/cli/index.js +31 -31
- package/dist/connectors/index.js +5 -5
- package/dist/{ensure-sources-N7B7657V.js → ensure-sources-6ZOD45TO.js} +4 -4
- package/dist/{ensure-sources-N7B7657V.js.map → ensure-sources-6ZOD45TO.js.map} +1 -1
- package/dist/factory-assets/connectors/box.js +5 -5
- package/dist/factory-assets/connectors/deploy.js +5 -5
- package/dist/factory-assets/connectors/devserver.js +5 -5
- package/dist/factory-assets/connectors/flow/CONNECTOR.md +39 -11
- package/dist/factory-assets/connectors/flow/adapter.d.ts +92 -5
- package/dist/factory-assets/connectors/flow/adapter.d.ts.map +1 -1
- package/dist/factory-assets/connectors/flow/adapter.js +5 -5
- package/dist/factory-assets/connectors/flow/contract/expression.d.ts +2 -24
- package/dist/factory-assets/connectors/flow/contract/expression.d.ts.map +1 -1
- package/dist/factory-assets/connectors/flow/contract/schema.d.ts.map +1 -1
- package/dist/factory-assets/connectors/flow/contract.js +2 -2
- package/dist/factory-assets/connectors/flow/engine/check-provenance.d.ts +47 -0
- package/dist/factory-assets/connectors/flow/engine/check-provenance.d.ts.map +1 -0
- package/dist/factory-assets/connectors/flow/engine/index.d.ts +3 -0
- package/dist/factory-assets/connectors/flow/engine/index.d.ts.map +1 -1
- package/dist/factory-assets/connectors/flow/engine/node-attempts.d.ts +68 -0
- package/dist/factory-assets/connectors/flow/engine/node-attempts.d.ts.map +1 -0
- package/dist/factory-assets/connectors/flow/engine/node-deadline.d.ts +44 -0
- package/dist/factory-assets/connectors/flow/engine/node-deadline.d.ts.map +1 -0
- package/dist/factory-assets/connectors/flow/engine/node-shape.d.ts +8 -0
- package/dist/factory-assets/connectors/flow/engine/node-shape.d.ts.map +1 -1
- package/dist/factory-assets/connectors/flow/engine/types.d.ts +13 -12
- package/dist/factory-assets/connectors/flow/engine/types.d.ts.map +1 -1
- package/dist/factory-assets/connectors/flow/engine.js +3 -3
- package/dist/factory-assets/connectors/flow/index.d.ts +1 -1
- package/dist/factory-assets/connectors/flow/index.d.ts.map +1 -1
- package/dist/factory-assets/connectors/flow/node-executor.d.ts +10 -4
- package/dist/factory-assets/connectors/flow/node-executor.d.ts.map +1 -1
- package/dist/factory-assets/connectors/flow/prompt-fragments.js +2 -2
- package/dist/factory-assets/connectors/flow/run-flow.js +6 -6
- package/dist/factory-assets/connectors/flow.js +5 -5
- package/dist/factory-assets/connectors/git.js +5 -5
- package/dist/factory-assets/connectors/gmail.js +5 -5
- package/dist/factory-assets/connectors/googledrive.js +5 -5
- package/dist/factory-assets/connectors/local.js +5 -5
- package/dist/factory-assets/connectors/mattermost.js +5 -5
- package/dist/factory-assets/connectors/memory.js +5 -5
- package/dist/factory-assets/connectors/minio.js +5 -5
- package/dist/factory-assets/connectors/postgres.js +5 -5
- package/dist/factory-assets/connectors/s3.js +5 -5
- package/dist/factory-assets/connectors/sharepoint.js +5 -5
- package/dist/factory-assets/connectors/sqlite.js +5 -5
- package/dist/factory-assets/connectors/static-server.js +5 -5
- package/dist/factory-assets/connectors/tunnel.js +5 -5
- package/dist/factory-assets/connectors/webdav.js +5 -5
- package/dist/factory-assets/connectors/xstate-store.js +5 -5
- package/dist/factory-assets/connectors/xstate.js +5 -5
- package/dist/{flows-K7B253U6.js → flows-7N5AUUIS.js} +3 -3
- package/dist/{flows-K7B253U6.js.map → flows-7N5AUUIS.js.map} +1 -1
- package/dist/{helpers-PXEHIKF7.js → helpers-HWLCANAK.js} +4 -4
- package/dist/{helpers-PXEHIKF7.js.map → helpers-HWLCANAK.js.map} +1 -1
- package/dist/{library-publish-3Z33J2ZY.js → library-publish-GSAIZCO3.js} +9 -9
- package/dist/{library-publish-3Z33J2ZY.js.map → library-publish-GSAIZCO3.js.map} +1 -1
- package/dist/{open-library-Y5SKFAMK.js → open-library-ZB2STYC6.js} +8 -8
- package/dist/{open-library-Y5SKFAMK.js.map → open-library-ZB2STYC6.js.map} +1 -1
- package/dist/{project-DQRC6J6M.js → project-EJFCLSHS.js} +5 -5
- package/dist/{project-DQRC6J6M.js.map → project-EJFCLSHS.js.map} +1 -1
- package/dist/run-group-engine/index.js +2 -1
- package/dist/run-group-engine/index.js.map +1 -1
- package/dist/run-group-engine/src/admit.d.ts +8 -5
- package/dist/run-group-engine/src/admit.d.ts.map +1 -1
- package/dist/runner/index.js +9 -9
- package/dist/sdk/asset-manager.js +1 -1
- package/dist/sdk/flow.js +3 -3
- package/dist/sdk/index.js +9 -9
- package/dist/sdk/runner.js +9 -9
- package/dist/{source-XBJ5KTAV.js → source-ILV6ZKWM.js} +9 -9
- package/dist/{source-XBJ5KTAV.js.map → source-ILV6ZKWM.js.map} +1 -1
- package/dist/{source-manifest-publish-Q7TXBMCW.js → source-manifest-publish-QE2IFDRW.js} +10 -10
- package/dist/{source-manifest-publish-Q7TXBMCW.js.map → source-manifest-publish-QE2IFDRW.js.map} +1 -1
- package/dist/tui/index.js +9 -9
- package/dist/types/src/flow.d.ts +128 -0
- package/dist/types/src/flow.d.ts.map +1 -1
- package/dist/types/src/index.d.ts +1 -1
- package/dist/types/src/index.d.ts.map +1 -1
- package/dist/types/src/run-group.d.ts +7 -0
- package/dist/types/src/run-group.d.ts.map +1 -1
- package/dist/workspace-plugin/adapters/mcp.js +1 -1
- package/dist/workspace-plugin/adapters/omp.js +3 -3
- package/dist/workspace-plugin/index.js +1 -1
- package/package.json +1 -1
- package/dist/chunk-E4AVJMOJ.js.map +0 -1
- package/dist/chunk-HVQWLYZB.js.map +0 -1
- package/dist/chunk-TUYN2HDT.js.map +0 -1
- package/dist/chunk-XJ74XFIZ.js.map +0 -1
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
export { FLOW_DEFINITION_JSON_SCHEMA_ID, canonicalizeFlowDefinition, generateFlowDefinitionJsonSchema, hashFlowDefinition } from '../../../chunk-
|
|
2
|
-
export { FLOW_EXPRESSION_LIMITS, FlowDefinitionSchema, FlowExpressionError, evaluate, evaluateFlowExpression, normalizeV1, parseFlowDefinition, resolveFlowBindings } from '../../../chunk-
|
|
1
|
+
export { FLOW_DEFINITION_JSON_SCHEMA_ID, canonicalizeFlowDefinition, generateFlowDefinitionJsonSchema, hashFlowDefinition } from '../../../chunk-ZXJKWA44.js';
|
|
2
|
+
export { FLOW_EXPRESSION_LIMITS, FlowDefinitionSchema, FlowExpressionError, evaluate, evaluateFlowExpression, normalizeV1, parseFlowDefinition, resolveFlowBindings } from '../../../chunk-INHE5U74.js';
|
|
3
3
|
import '../../../chunk-NSBPE2FW.js';
|
|
4
4
|
//# sourceMappingURL=contract.js.map
|
|
5
5
|
//# sourceMappingURL=contract.js.map
|
|
@@ -0,0 +1,47 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Pure derivation of a `check` node's evidence payload — what was compared,
|
|
3
|
+
* where each value came from, and whether that makes the verdict
|
|
4
|
+
* runtime-`"verified"` or agent-`"asserted"`.
|
|
5
|
+
*
|
|
6
|
+
* Ruling: re-running a check is not required to reproduce the same answer,
|
|
7
|
+
* so there is no snapshot materialization, no hashing, and no reproducibility
|
|
8
|
+
* guarantee here — this module records integrity of *what was observed*, not
|
|
9
|
+
* a promise that observing it again would agree. Provenance is derived
|
|
10
|
+
* exclusively from {@link BindingOrigin.obtainedBy}, the flow engine's
|
|
11
|
+
* existing (and only) provenance mechanism, so it can never be influenced by
|
|
12
|
+
* how a flow author names a binding. The check is one-hop only — see
|
|
13
|
+
* {@link CheckEvidence} for what that does and does not claim.
|
|
14
|
+
*
|
|
15
|
+
* No I/O and no clock: `observedAt` is supplied by the caller so this stays
|
|
16
|
+
* trivially testable and replayable.
|
|
17
|
+
*
|
|
18
|
+
* @docLink packages/flow-engine/concepts#check-provenance
|
|
19
|
+
*/
|
|
20
|
+
import type { CheckEvidence } from "@skaile/workspaces/types";
|
|
21
|
+
import type { ResolvedNodeBindings } from "../contract/expression.js";
|
|
22
|
+
/** The check's process facts, captured alongside its verdict so a persisted attempt is self-describing. */
|
|
23
|
+
export interface CheckProcessRecord {
|
|
24
|
+
runtime: "shell" | "node" | "python";
|
|
25
|
+
command: string;
|
|
26
|
+
cwd?: string;
|
|
27
|
+
successExit: number[];
|
|
28
|
+
exitStatus: number;
|
|
29
|
+
passed: boolean;
|
|
30
|
+
}
|
|
31
|
+
/**
|
|
32
|
+
* Derive one check's evidence from its already-resolved bindings and its
|
|
33
|
+
* process outcome. `provenance` and `inputs` are computed only from
|
|
34
|
+
* `bindings.origins` — never from `bindings.values` or their names — so
|
|
35
|
+
* authoring a binding literally named `provenance` or `verified` cannot
|
|
36
|
+
* influence the verdict.
|
|
37
|
+
*
|
|
38
|
+
* `provenance` is `"verified"` iff every origin of every compared value has
|
|
39
|
+
* `obtainedBy: "runtime"`, `"asserted"` if any does not, and **absent** when
|
|
40
|
+
* there are no compared values — neither label is honest about an empty set.
|
|
41
|
+
* `inputs` is `"live"` — the floor for any check that runs a process —
|
|
42
|
+
* unless there is at least one compared value and every one of them has
|
|
43
|
+
* origins that are all `literal`/`default`/`flow-input`, in which case it is
|
|
44
|
+
* `"flow-local"`.
|
|
45
|
+
*/
|
|
46
|
+
export declare function deriveCheckEvidence(bindings: ResolvedNodeBindings, process: CheckProcessRecord, observedAt: string): CheckEvidence;
|
|
47
|
+
//# sourceMappingURL=check-provenance.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"check-provenance.d.ts","sourceRoot":"","sources":["../../../../../factory-assets/connectors/flow/engine/check-provenance.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;;;;;GAkBG;AAEH,OAAO,KAAK,EAGV,aAAa,EAGd,MAAM,0BAA0B,CAAC;AAClC,OAAO,KAAK,EAAE,oBAAoB,EAAE,MAAM,2BAA2B,CAAC;AAEtE,2GAA2G;AAC3G,MAAM,WAAW,kBAAkB;IACjC,OAAO,EAAE,OAAO,GAAG,MAAM,GAAG,QAAQ,CAAC;IACrC,OAAO,EAAE,MAAM,CAAC;IAChB,GAAG,CAAC,EAAE,MAAM,CAAC;IACb,WAAW,EAAE,MAAM,EAAE,CAAC;IACtB,UAAU,EAAE,MAAM,CAAC;IACnB,MAAM,EAAE,OAAO,CAAC;CACjB;AAID;;;;;;;;;;;;;;GAcG;AACH,wBAAgB,mBAAmB,CACjC,QAAQ,EAAE,oBAAoB,EAC9B,OAAO,EAAE,kBAAkB,EAC3B,UAAU,EAAE,MAAM,GACjB,aAAa,CA4Bf"}
|
|
@@ -1,6 +1,9 @@
|
|
|
1
1
|
export * from "./engine.js";
|
|
2
2
|
export * from "./bindings.js";
|
|
3
3
|
export * from "./output-schema.js";
|
|
4
|
+
export * from "./node-deadline.js";
|
|
5
|
+
export * from "./node-attempts.js";
|
|
6
|
+
export * from "./check-provenance.js";
|
|
4
7
|
export { flowKindProvider } from "./flow-kind-provider.js";
|
|
5
8
|
export type { FlowManifest, ManifestValidationResult as FlowManifestValidationResult, } from "./flow-manifest.js";
|
|
6
9
|
export { FlowManifestSchema, validateFlow, } from "./flow-manifest.js";
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../factory-assets/connectors/flow/engine/index.ts"],"names":[],"mappings":"AAAA,cAAc,aAAa,CAAC;AAC5B,cAAc,eAAe,CAAC;AAC9B,cAAc,oBAAoB,CAAC;
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../factory-assets/connectors/flow/engine/index.ts"],"names":[],"mappings":"AAAA,cAAc,aAAa,CAAC;AAC5B,cAAc,eAAe,CAAC;AAC9B,cAAc,oBAAoB,CAAC;AACnC,cAAc,oBAAoB,CAAC;AACnC,cAAc,oBAAoB,CAAC;AACnC,cAAc,uBAAuB,CAAC;AAEtC,OAAO,EAAE,gBAAgB,EAAE,MAAM,yBAAyB,CAAC;AAC3D,YAAY,EACV,YAAY,EACZ,wBAAwB,IAAI,4BAA4B,GACzD,MAAM,oBAAoB,CAAC;AAG5B,OAAO,EACL,kBAAkB,EAClB,YAAY,GACb,MAAM,oBAAoB,CAAC;AAC5B,cAAc,aAAa,CAAC;AAC5B,cAAc,YAAY,CAAC"}
|
|
@@ -0,0 +1,68 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Pure bookkeeping for `NodeExecution.outputHistory` and the bounded
|
|
3
|
+
* automatic-retry budget derived from `control.retries`.
|
|
4
|
+
*
|
|
5
|
+
* `retries: N` means the first attempt plus N automatic retries — so an
|
|
6
|
+
* automatic retry remains available while fewer than N attempts have
|
|
7
|
+
* already failed. The budget is derived from `outputHistory` itself (a
|
|
8
|
+
* count of prior `'failed'` entries) rather than a separate durable
|
|
9
|
+
* counter, so it composes for free with hydration and needs no new field.
|
|
10
|
+
*
|
|
11
|
+
* The manual `retryNode` operator override never pushes an entry here (it
|
|
12
|
+
* only flips `status` back to `available`). The agent's own
|
|
13
|
+
* `doFailNode(recoverable: true)` self-retry DOES push an entry — every
|
|
14
|
+
* actual start closes out an attempt — but marks it `selfRetry` so
|
|
15
|
+
* `countFailedAttempts` excludes it: neither self-retry nor the manual
|
|
16
|
+
* override consumes the automatic budget this module tracks.
|
|
17
|
+
*
|
|
18
|
+
* @docLink packages/flow-engine/concepts#node-attempts
|
|
19
|
+
*/
|
|
20
|
+
import type { CheckEvidence, NodeError, NodeExecutionAttempt, NodeOutput } from "@skaile/workspaces/types";
|
|
21
|
+
/** Next 1-based attempt number given the attempts already recorded. */
|
|
22
|
+
export declare function nextAttemptNumber(history: NodeExecutionAttempt[] | undefined): number;
|
|
23
|
+
/** Rarely-set trailing facts about one appended attempt. */
|
|
24
|
+
export interface AppendAttemptOptions {
|
|
25
|
+
/** True for the agent's own `doFailNode(recoverable: true)` self-retry: the
|
|
26
|
+
* entry still records a genuine start-to-failure attempt, but is excluded
|
|
27
|
+
* from {@link countFailedAttempts} so it never consumes the automatic
|
|
28
|
+
* `control.retries` budget. */
|
|
29
|
+
selfRetry?: boolean;
|
|
30
|
+
/** Derived check evidence, when this attempt belongs to a `check` node that
|
|
31
|
+
* actually produced a verdict (pass or fail). Omit for every other node
|
|
32
|
+
* kind and for a check's infrastructure failure, which produced no verdict
|
|
33
|
+
* to attach. */
|
|
34
|
+
check?: CheckEvidence;
|
|
35
|
+
}
|
|
36
|
+
/**
|
|
37
|
+
* Appends one terminal attempt to `history`, numbered `max(attempt) + 1`.
|
|
38
|
+
* Never mutates `history` — returns a fresh array so callers can assign it
|
|
39
|
+
* straight onto a cloned `NodeExecution`.
|
|
40
|
+
*
|
|
41
|
+
* @param history - Existing attempt history, oldest first (or `undefined`).
|
|
42
|
+
* @param result - True outcome of this attempt — independent of any
|
|
43
|
+
* compatibility status degrade the caller applies separately (e.g. an
|
|
44
|
+
* optional node's failed execution still records `'failed'` here even
|
|
45
|
+
* though its `NodeExecution.status` becomes `'skipped'`).
|
|
46
|
+
* @param startedAtIso - This attempt's actual start time.
|
|
47
|
+
* @param completedAtIso - This attempt's terminal outcome time.
|
|
48
|
+
* @param options - See {@link AppendAttemptOptions}. Both fields default to absent.
|
|
49
|
+
* @docLink packages/flow-engine/concepts#append-attempt
|
|
50
|
+
*/
|
|
51
|
+
export declare function appendAttempt(history: NodeExecutionAttempt[] | undefined, result: NodeExecutionAttempt["result"], startedAtIso: string, completedAtIso: string, output: NodeOutput | undefined, error: NodeError | undefined, options?: AppendAttemptOptions): NodeExecutionAttempt[];
|
|
52
|
+
/**
|
|
53
|
+
* Count of attempts in `history` whose true outcome was `'failed'`,
|
|
54
|
+
* excluding self-retry entries (see {@link appendAttempt}) — this feeds only
|
|
55
|
+
* the automatic-retry budget, which self-retry sits outside of.
|
|
56
|
+
*/
|
|
57
|
+
export declare function countFailedAttempts(history: NodeExecutionAttempt[] | undefined): number;
|
|
58
|
+
/**
|
|
59
|
+
* Whether an automatic retry remains, given how many attempts have already
|
|
60
|
+
* failed and the authored `control.retries` budget. `retries: N` allows the
|
|
61
|
+
* first attempt plus N automatic retries — so a retry remains available
|
|
62
|
+
* while `priorFailedAttempts < N`. No `retries` (or `0`) means no automatic
|
|
63
|
+
* retry ever.
|
|
64
|
+
*
|
|
65
|
+
* @docLink packages/flow-engine/concepts#has-automatic-retry-budget
|
|
66
|
+
*/
|
|
67
|
+
export declare function hasAutomaticRetryBudget(priorFailedAttempts: number, retries: number | undefined): boolean;
|
|
68
|
+
//# sourceMappingURL=node-attempts.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"node-attempts.d.ts","sourceRoot":"","sources":["../../../../../factory-assets/connectors/flow/engine/node-attempts.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;;;;;GAkBG;AAEH,OAAO,KAAK,EACV,aAAa,EACb,SAAS,EACT,oBAAoB,EACpB,UAAU,EACX,MAAM,0BAA0B,CAAC;AAElC,uEAAuE;AACvE,wBAAgB,iBAAiB,CAAC,OAAO,EAAE,oBAAoB,EAAE,GAAG,SAAS,GAAG,MAAM,CAGrF;AAED,4DAA4D;AAC5D,MAAM,WAAW,oBAAoB;IACnC;;;mCAG+B;IAC/B,SAAS,CAAC,EAAE,OAAO,CAAC;IACpB;;;oBAGgB;IAChB,KAAK,CAAC,EAAE,aAAa,CAAC;CACvB;AAED;;;;;;;;;;;;;;GAcG;AACH,wBAAgB,aAAa,CAC3B,OAAO,EAAE,oBAAoB,EAAE,GAAG,SAAS,EAC3C,MAAM,EAAE,oBAAoB,CAAC,QAAQ,CAAC,EACtC,YAAY,EAAE,MAAM,EACpB,cAAc,EAAE,MAAM,EACtB,MAAM,EAAE,UAAU,GAAG,SAAS,EAC9B,KAAK,EAAE,SAAS,GAAG,SAAS,EAC5B,OAAO,GAAE,oBAAyB,GACjC,oBAAoB,EAAE,CAYxB;AAED;;;;GAIG;AACH,wBAAgB,mBAAmB,CAAC,OAAO,EAAE,oBAAoB,EAAE,GAAG,SAAS,GAAG,MAAM,CAGvF;AAED;;;;;;;;GAQG;AACH,wBAAgB,uBAAuB,CACrC,mBAAmB,EAAE,MAAM,EAC3B,OAAO,EAAE,MAAM,GAAG,SAAS,GAC1B,OAAO,CAGT"}
|
|
@@ -0,0 +1,44 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Pure derived-deadline arithmetic for `control.timeoutSec`.
|
|
3
|
+
*
|
|
4
|
+
* "Active execution only" is the scope every node-timeout ruling shares: the
|
|
5
|
+
* clock runs from `startedAt` but stops counting while the node was parked
|
|
6
|
+
* for a human decision. Rather than persist a separate "paused" duration,
|
|
7
|
+
* this module recomputes the deadline on demand from `startedAt` plus the
|
|
8
|
+
* already-durable `approvalHistory` / `inputHistory` — so it is correct
|
|
9
|
+
* immediately after `hydrate()` or a reconnect with no extra wiring, and a
|
|
10
|
+
* live timer is never the source of truth.
|
|
11
|
+
*
|
|
12
|
+
* @docLink packages/flow-engine/concepts#node-deadline
|
|
13
|
+
*/
|
|
14
|
+
import type { NodeExecution } from "@skaile/workspaces/types";
|
|
15
|
+
/**
|
|
16
|
+
* Milliseconds remaining before `execution`'s active-execution deadline, given
|
|
17
|
+
* `timeoutSec`. Negative once the deadline has passed. `undefined` when no
|
|
18
|
+
* timeout applies — `timeoutSec` is unset, or the node has no `startedAt` to
|
|
19
|
+
* measure from (e.g. it hasn't actually started).
|
|
20
|
+
*
|
|
21
|
+
* Active time is wall-clock since `startedAt` minus every *resolved*
|
|
22
|
+
* approval/input interval recorded at or after that `startedAt` (an
|
|
23
|
+
* interval opened before a retry's fresh `startedAt` never counts against
|
|
24
|
+
* the new attempt; a still-open interval never counts because the node
|
|
25
|
+
* would not be `running` while parked).
|
|
26
|
+
*
|
|
27
|
+
* @param execution - Current node snapshot. Only `startedAt`, `approvalHistory`,
|
|
28
|
+
* and `inputHistory` are read.
|
|
29
|
+
* @param timeoutSec - Authored `control.timeoutSec`, or `undefined` for no timeout.
|
|
30
|
+
* @param nowMs - Caller-supplied wall clock (`Date.now()` in production, injectable
|
|
31
|
+
* for tests).
|
|
32
|
+
* @docLink packages/flow-engine/concepts#remaining-active-execution-ms
|
|
33
|
+
*/
|
|
34
|
+
export declare function remainingActiveExecutionMs(execution: NodeExecution, timeoutSec: number | undefined, nowMs: number): number | undefined;
|
|
35
|
+
/**
|
|
36
|
+
* Whether `execution` has exceeded its derived active-execution deadline.
|
|
37
|
+
* `false` when no timeout applies. Convenience wrapper over
|
|
38
|
+
* {@link remainingActiveExecutionMs} for call sites that only need the
|
|
39
|
+
* boolean.
|
|
40
|
+
*
|
|
41
|
+
* @docLink packages/flow-engine/concepts#is-active-execution-expired
|
|
42
|
+
*/
|
|
43
|
+
export declare function isActiveExecutionExpired(execution: NodeExecution, timeoutSec: number | undefined, nowMs: number): boolean;
|
|
44
|
+
//# sourceMappingURL=node-deadline.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"node-deadline.d.ts","sourceRoot":"","sources":["../../../../../factory-assets/connectors/flow/engine/node-deadline.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;GAYG;AAEH,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,0BAA0B,CAAC;AAsB9D;;;;;;;;;;;;;;;;;;GAkBG;AACH,wBAAgB,0BAA0B,CACxC,SAAS,EAAE,aAAa,EACxB,UAAU,EAAE,MAAM,GAAG,SAAS,EAC9B,KAAK,EAAE,MAAM,GACZ,MAAM,GAAG,SAAS,CAOpB;AAED;;;;;;;GAOG;AACH,wBAAgB,wBAAwB,CACtC,SAAS,EAAE,aAAa,EACxB,UAAU,EAAE,MAAM,GAAG,SAAS,EAC9B,KAAK,EAAE,MAAM,GACZ,OAAO,CAGT"}
|
|
@@ -7,6 +7,14 @@ export declare function isFunctionNode(node: FlowNode): node is FlowNode & {
|
|
|
7
7
|
kind: "function";
|
|
8
8
|
}>;
|
|
9
9
|
};
|
|
10
|
+
/** Returns whether a node is a deterministic pass/fail verdict evaluated by the runtime. */
|
|
11
|
+
export declare function isCheckNode(node: FlowNode): node is FlowNode & {
|
|
12
|
+
run: Extract<NonNullable<FlowNode["run"]>, {
|
|
13
|
+
kind: "check";
|
|
14
|
+
}>;
|
|
15
|
+
};
|
|
16
|
+
/** Capitalized label for error/summary text — shared by every deterministic-node message site. */
|
|
17
|
+
export declare function deterministicNodeKindLabel(kind: "function" | "check"): string;
|
|
10
18
|
/** Returns whether a node is a runtime-owned human decision point. */
|
|
11
19
|
export declare function isGateNode(node: FlowNode): node is FlowNode & {
|
|
12
20
|
run: Extract<NonNullable<FlowNode["run"]>, {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"node-shape.d.ts","sourceRoot":"","sources":["../../../../../factory-assets/connectors/flow/engine/node-shape.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,cAAc,EAAE,QAAQ,EAAE,MAAM,YAAY,CAAC;AAE3D,uFAAuF;AACvF,wBAAgB,WAAW,CAAC,IAAI,EAAE,QAAQ,GAAG,OAAO,CAEnD;AAED,8EAA8E;AAC9E,wBAAgB,cAAc,CAC5B,IAAI,EAAE,QAAQ,GACb,IAAI,IAAI,QAAQ,GAAG;IAAE,GAAG,EAAE,OAAO,CAAC,WAAW,CAAC,QAAQ,CAAC,KAAK,CAAC,CAAC,EAAE;QAAE,IAAI,EAAE,UAAU,CAAA;KAAE,CAAC,CAAA;CAAE,CAEzF;AAED,sEAAsE;AACtE,wBAAgB,UAAU,CACxB,IAAI,EAAE,QAAQ,GACb,IAAI,IAAI,QAAQ,GAAG;IAAE,GAAG,EAAE,OAAO,CAAC,WAAW,CAAC,QAAQ,CAAC,KAAK,CAAC,CAAC,EAAE;QAAE,IAAI,EAAE,MAAM,CAAA;KAAE,CAAC,CAAA;CAAE,CAErF;AAED,0FAA0F;AAC1F,wBAAgB,YAAY,CAC1B,IAAI,EAAE,QAAQ,GACb,IAAI,IAAI,QAAQ,GAAG;IAAE,GAAG,EAAE,OAAO,CAAC,WAAW,CAAC,QAAQ,CAAC,KAAK,CAAC,CAAC,EAAE;QAAE,IAAI,EAAE,QAAQ,CAAA;KAAE,CAAC,CAAA;CAAE,CAEvF;AAED,qEAAqE;AACrE,wBAAgB,aAAa,CAC3B,IAAI,EAAE,QAAQ,GACb,IAAI,IAAI,QAAQ,GAAG;IAAE,GAAG,EAAE,OAAO,CAAC,WAAW,CAAC,QAAQ,CAAC,KAAK,CAAC,CAAC,EAAE;QAAE,IAAI,EAAE,UAAU,CAAA;KAAE,CAAC,CAAA;CAAE,CAEzF;AAED,2EAA2E;AAC3E,wBAAgB,mBAAmB,CAAC,IAAI,EAAE,QAAQ,GAAG,OAAO,
|
|
1
|
+
{"version":3,"file":"node-shape.d.ts","sourceRoot":"","sources":["../../../../../factory-assets/connectors/flow/engine/node-shape.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,cAAc,EAAE,QAAQ,EAAE,MAAM,YAAY,CAAC;AAE3D,uFAAuF;AACvF,wBAAgB,WAAW,CAAC,IAAI,EAAE,QAAQ,GAAG,OAAO,CAEnD;AAED,8EAA8E;AAC9E,wBAAgB,cAAc,CAC5B,IAAI,EAAE,QAAQ,GACb,IAAI,IAAI,QAAQ,GAAG;IAAE,GAAG,EAAE,OAAO,CAAC,WAAW,CAAC,QAAQ,CAAC,KAAK,CAAC,CAAC,EAAE;QAAE,IAAI,EAAE,UAAU,CAAA;KAAE,CAAC,CAAA;CAAE,CAEzF;AAED,4FAA4F;AAC5F,wBAAgB,WAAW,CACzB,IAAI,EAAE,QAAQ,GACb,IAAI,IAAI,QAAQ,GAAG;IAAE,GAAG,EAAE,OAAO,CAAC,WAAW,CAAC,QAAQ,CAAC,KAAK,CAAC,CAAC,EAAE;QAAE,IAAI,EAAE,OAAO,CAAA;KAAE,CAAC,CAAA;CAAE,CAEtF;AAED,kGAAkG;AAClG,wBAAgB,0BAA0B,CAAC,IAAI,EAAE,UAAU,GAAG,OAAO,GAAG,MAAM,CAE7E;AAED,sEAAsE;AACtE,wBAAgB,UAAU,CACxB,IAAI,EAAE,QAAQ,GACb,IAAI,IAAI,QAAQ,GAAG;IAAE,GAAG,EAAE,OAAO,CAAC,WAAW,CAAC,QAAQ,CAAC,KAAK,CAAC,CAAC,EAAE;QAAE,IAAI,EAAE,MAAM,CAAA;KAAE,CAAC,CAAA;CAAE,CAErF;AAED,0FAA0F;AAC1F,wBAAgB,YAAY,CAC1B,IAAI,EAAE,QAAQ,GACb,IAAI,IAAI,QAAQ,GAAG;IAAE,GAAG,EAAE,OAAO,CAAC,WAAW,CAAC,QAAQ,CAAC,KAAK,CAAC,CAAC,EAAE;QAAE,IAAI,EAAE,QAAQ,CAAA;KAAE,CAAC,CAAA;CAAE,CAEvF;AAED,qEAAqE;AACrE,wBAAgB,aAAa,CAC3B,IAAI,EAAE,QAAQ,GACb,IAAI,IAAI,QAAQ,GAAG;IAAE,GAAG,EAAE,OAAO,CAAC,WAAW,CAAC,QAAQ,CAAC,KAAK,CAAC,CAAC,EAAE;QAAE,IAAI,EAAE,UAAU,CAAA;KAAE,CAAC,CAAA;CAAE,CAEzF;AAED,2EAA2E;AAC3E,wBAAgB,mBAAmB,CAAC,IAAI,EAAE,QAAQ,GAAG,OAAO,CAS3D;AAED,8FAA8F;AAC9F,eAAO,MAAM,gBAAgB,4BAAsB,CAAC;AAEpD,kFAAkF;AAClF,wBAAgB,cAAc,CAAC,IAAI,EAAE,QAAQ,GAAG,OAAO,CAEtD;AAED,4FAA4F;AAC5F,wBAAgB,oBAAoB,CAAC,IAAI,EAAE,QAAQ,GAAG,OAAO,CAE5D;AAED,wFAAwF;AACxF,wBAAgB,WAAW,CAAC,IAAI,EAAE,QAAQ,GAAG,MAAM,CAIlD;AAED,kFAAkF;AAClF,wBAAgB,SAAS,CAAC,IAAI,EAAE,QAAQ,GAAG,MAAM,CAEhD;AAED,0EAA0E;AAC1E,wBAAgB,UAAU,CAAC,IAAI,EAAE,QAAQ,GAAG,MAAM,EAAE,CAOnD;AAED,wEAAwE;AACxE,wBAAgB,YAAY,CAAC,IAAI,EAAE,QAAQ,GAAG,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,CAGpE;AAED,sEAAsE;AACtE,wBAAgB,eAAe,CAAC,IAAI,EAAE,QAAQ,GAAG,MAAM,GAAG,SAAS,CAElE;AAED,2EAA2E;AAC3E,wBAAgB,YAAY,CAAC,IAAI,EAAE,cAAc,GAAG,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,CAE1E"}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import type { Approval, InputRequest, NodeError, NodeOutput, NodePreconditionFailure, NodeStatus } from "@skaile/workspaces/types";
|
|
2
2
|
import type { FlowDefinition as AuthoredFlowDefinition, FlowNodeContract, FlowNodeControl, FlowNodeRun } from "../contract/schema.js";
|
|
3
|
-
export type { Approval, ArtifactRef, FlowExecution, FlowExecutionStatus, FormField, InputChoice, InputRequest, InputSchema, NodeError, NodeExecution, NodeExecutionSnapshot, NodeOutput, NodePreconditionFailure, NodeStatus, } from "@skaile/workspaces/types";
|
|
3
|
+
export type { Approval, ArtifactRef, BindingOrigin, CheckComparedValue, CheckEvidence, CheckInputCurrency, CheckProvenance, FlowExecution, FlowExecutionStatus, FormField, InputChoice, InputRequest, InputSchema, NodeError, NodeExecution, NodeExecutionAttempt, NodeExecutionSnapshot, NodeOutput, NodePreconditionFailure, NodeStatus, } from "@skaile/workspaces/types";
|
|
4
4
|
/**
|
|
5
5
|
* Discriminates the three edge semantics used by the flow engine:
|
|
6
6
|
* - `'flow'` — hard dependency: target cannot start until source is complete or skipped.
|
|
@@ -17,14 +17,15 @@ export type EdgeType = "flow" | "parallel" | "optional";
|
|
|
17
17
|
*
|
|
18
18
|
* Runtime-compatible node shape for strict v2 and legacy definitions.
|
|
19
19
|
*
|
|
20
|
-
* Strict v2 nodes enter runtime state when `run.kind` is `'agent'`, `'function'`, `'
|
|
21
|
-
* `'router'`, or `'sub-flow'`. Agents use the session conversation, functions
|
|
22
|
-
* `NodeExecutor
|
|
23
|
-
*
|
|
24
|
-
*
|
|
25
|
-
*
|
|
26
|
-
*
|
|
27
|
-
*
|
|
20
|
+
* Strict v2 nodes enter runtime state when `run.kind` is `'agent'`, `'function'`, `'check'`,
|
|
21
|
+
* `'gate'`, `'router'`, or `'sub-flow'`. Agents use the session conversation, functions and
|
|
22
|
+
* checks use `NodeExecutor` (a check's exit status is a pass/fail verdict, not a plain
|
|
23
|
+
* success/failure), gates park around a human decision, routers select one branch in the
|
|
24
|
+
* engine, and sub-flows delegate once to an inline child run. Exact legacy sub-flow nodes
|
|
25
|
+
* normalize to the strict active shape before runtime. Of the shapes that remain legacy, only
|
|
26
|
+
* `type: 'skill'` is executable; absent, unknown, group, and router kinds normalize to
|
|
27
|
+
* false-precondition router placeholders that remain blocked. The remaining authored v2 kinds
|
|
28
|
+
* (`subprompt`) are accepted but stay inert until their dedicated runtime implementations ship.
|
|
28
29
|
*
|
|
29
30
|
* Legacy node kinds:
|
|
30
31
|
* - `'skill'` — executed through the same agent-turn path as a strict v2 agent node.
|
|
@@ -34,9 +35,9 @@ export type EdgeType = "flow" | "parallel" | "optional";
|
|
|
34
35
|
* router placeholder rather than interpreting legacy `data.routes`.
|
|
35
36
|
* - `'group'` — visual only: a canvas container used by the flow editor.
|
|
36
37
|
*
|
|
37
|
-
* The engine tracks strict v2 agent/function/gate/router/sub-flow nodes and explicit
|
|
38
|
-
* nodes. False-precondition legacy placeholders remain `not_started`, so hard
|
|
39
|
-
* from them stay blocking and preserve legacy behavior.
|
|
38
|
+
* The engine tracks strict v2 agent/function/check/gate/router/sub-flow nodes and explicit
|
|
39
|
+
* legacy skill nodes. False-precondition legacy placeholders remain `not_started`, so hard
|
|
40
|
+
* `flow` edges sourced from them stay blocking and preserve legacy behavior.
|
|
40
41
|
*
|
|
41
42
|
* `node.id` remains the execution identity. Skills are reusable requirements and may be
|
|
42
43
|
* shared by several nodes without changing those node IDs.
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../../../factory-assets/connectors/flow/engine/types.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EACV,QAAQ,EACR,YAAY,EACZ,SAAS,EACT,UAAU,EACV,uBAAuB,EACvB,UAAU,EACX,MAAM,0BAA0B,CAAC;AAClC,OAAO,KAAK,EACV,cAAc,IAAI,sBAAsB,EACxC,gBAAgB,EAChB,eAAe,EACf,WAAW,EACZ,MAAM,uBAAuB,CAAC;AAK/B,YAAY,EACV,QAAQ,EACR,WAAW,EACX,aAAa,EACb,mBAAmB,EACnB,SAAS,EACT,WAAW,EACX,YAAY,EACZ,WAAW,EACX,SAAS,EACT,aAAa,EACb,qBAAqB,EACrB,UAAU,EACV,uBAAuB,EACvB,UAAU,GACX,MAAM,0BAA0B,CAAC;AAMlC;;;;;;;;;GASG;AACH,MAAM,MAAM,QAAQ,GAAG,MAAM,GAAG,UAAU,GAAG,UAAU,CAAC;AAExD
|
|
1
|
+
{"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../../../factory-assets/connectors/flow/engine/types.ts"],"names":[],"mappings":"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"}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
export { FlowManifestSchema, buildFlowExpressionContext, computeFlowState, computeFlowStateFromSnapshots, computeSkippable, flowKindProvider, getConsumedOutputSchema, interpolateNodeInstruction, isBlocking, loadAllFlows, loadFlow, loadFlowsFromDir, resolveAvailableRouter, resolveNextNodes, resolveNodeBindings, validateConsumedNodeOutput, validateFlow } from '../../../chunk-
|
|
2
|
-
import '../../../chunk-
|
|
3
|
-
import '../../../chunk-
|
|
1
|
+
export { FlowManifestSchema, appendAttempt, buildFlowExpressionContext, computeFlowState, computeFlowStateFromSnapshots, computeSkippable, countFailedAttempts, deriveCheckEvidence, flowKindProvider, getConsumedOutputSchema, hasAutomaticRetryBudget, interpolateNodeInstruction, isActiveExecutionExpired, isBlocking, loadAllFlows, loadFlow, loadFlowsFromDir, nextAttemptNumber, remainingActiveExecutionMs, resolveAvailableRouter, resolveNextNodes, resolveNodeBindings, validateConsumedNodeOutput, validateFlow } from '../../../chunk-UAIR3K6X.js';
|
|
2
|
+
import '../../../chunk-INHE5U74.js';
|
|
3
|
+
import '../../../chunk-AGFAOSCZ.js';
|
|
4
4
|
import '../../../chunk-P43HBWKK.js';
|
|
5
5
|
import '../../../chunk-F3HNW354.js';
|
|
6
6
|
import '../../../chunk-K5GBV4SA.js';
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
export type { FlowAdapterConnectOptions, FlowAdapterState, FlowAdapterStimulusBus, } from "./adapter.js";
|
|
2
2
|
export { createConnector, FlowAdapter } from "./adapter.js";
|
|
3
3
|
export { type InlineSubFlowAgentTurn, SessionInlineSubFlowRunner, type SessionInlineSubFlowRunnerOptions, } from "./inline-sub-flow-host.js";
|
|
4
|
-
export { SessionNodeExecutor, type FunctionFlowNode, type NodeExecutor, type NodeExecutorRequest, type NodeExecutorResult, type SessionNodeExecutorOptions, } from "./node-executor.js";
|
|
4
|
+
export { SessionNodeExecutor, type DeterministicFlowNode, type FunctionFlowNode, type NodeExecutor, type NodeExecutorRequest, type NodeExecutorResult, type SessionNodeExecutorOptions, } from "./node-executor.js";
|
|
5
5
|
export type { InlineSubFlowOperationTarget, InlineSubFlowProjection, InlineSubFlowRequest, InlineSubFlowResult, InlineSubFlowRunner, SubFlowFlowNode, } from "./sub-flow-runner.js";
|
|
6
6
|
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../factory-assets/connectors/flow/index.ts"],"names":[],"mappings":"AAAA,YAAY,EACV,yBAAyB,EACzB,gBAAgB,EAChB,sBAAsB,GACvB,MAAM,cAAc,CAAC;AACtB,OAAO,EAAE,eAAe,EAAE,WAAW,EAAE,MAAM,cAAc,CAAC;AAC5D,OAAO,EACL,KAAK,sBAAsB,EAC3B,0BAA0B,EAC1B,KAAK,iCAAiC,GACvC,MAAM,2BAA2B,CAAC;AACnC,OAAO,EACL,mBAAmB,EACnB,KAAK,gBAAgB,EACrB,KAAK,YAAY,EACjB,KAAK,mBAAmB,EACxB,KAAK,kBAAkB,EACvB,KAAK,0BAA0B,GAChC,MAAM,oBAAoB,CAAC;AAC5B,YAAY,EACV,4BAA4B,EAC5B,uBAAuB,EACvB,oBAAoB,EACpB,mBAAmB,EACnB,mBAAmB,EACnB,eAAe,GAChB,MAAM,sBAAsB,CAAC"}
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../factory-assets/connectors/flow/index.ts"],"names":[],"mappings":"AAAA,YAAY,EACV,yBAAyB,EACzB,gBAAgB,EAChB,sBAAsB,GACvB,MAAM,cAAc,CAAC;AACtB,OAAO,EAAE,eAAe,EAAE,WAAW,EAAE,MAAM,cAAc,CAAC;AAC5D,OAAO,EACL,KAAK,sBAAsB,EAC3B,0BAA0B,EAC1B,KAAK,iCAAiC,GACvC,MAAM,2BAA2B,CAAC;AACnC,OAAO,EACL,mBAAmB,EACnB,KAAK,qBAAqB,EAC1B,KAAK,gBAAgB,EACrB,KAAK,YAAY,EACjB,KAAK,mBAAmB,EACxB,KAAK,kBAAkB,EACvB,KAAK,0BAA0B,GAChC,MAAM,oBAAoB,CAAC;AAC5B,YAAY,EACV,4BAA4B,EAC5B,uBAAuB,EACvB,oBAAoB,EACpB,mBAAmB,EACnB,mBAAmB,EACnB,eAAe,GAChB,MAAM,sBAAsB,CAAC"}
|
|
@@ -1,15 +1,21 @@
|
|
|
1
1
|
import type { BindingOrigin } from "./contract/expression.js";
|
|
2
2
|
import type { FlowNode } from "./engine/types.js";
|
|
3
|
-
/**
|
|
3
|
+
/** @deprecated Use {@link DeterministicFlowNode}; `NodeExecutorRequest.node` widened to include `check`. */
|
|
4
4
|
export type FunctionFlowNode = FlowNode & {
|
|
5
5
|
run: Extract<NonNullable<FlowNode["run"]>, {
|
|
6
6
|
kind: "function";
|
|
7
7
|
}>;
|
|
8
8
|
};
|
|
9
|
+
/** Strict v2 function or check node — the two kinds NodeExecutor runs outside an agent turn. */
|
|
10
|
+
export type DeterministicFlowNode = FlowNode & {
|
|
11
|
+
run: Extract<NonNullable<FlowNode["run"]>, {
|
|
12
|
+
kind: "function" | "check";
|
|
13
|
+
}>;
|
|
14
|
+
};
|
|
9
15
|
/** Resolved execution request handed across the flow engine's only I/O seam. */
|
|
10
16
|
export interface NodeExecutorRequest {
|
|
11
|
-
/** Available strict v2 function node selected by the pure engine. */
|
|
12
|
-
node:
|
|
17
|
+
/** Available strict v2 function or check node selected by the pure engine. */
|
|
18
|
+
node: DeterministicFlowNode;
|
|
13
19
|
/** Binding values already resolved at the node boundary. */
|
|
14
20
|
inputs: Record<string, unknown>;
|
|
15
21
|
/** Provenance retained separately from the values serialized for execution. */
|
|
@@ -39,7 +45,7 @@ export declare class SessionNodeExecutor implements NodeExecutor {
|
|
|
39
45
|
private readonly workspaceDir;
|
|
40
46
|
/** Creates an executor scoped to one already-materialized session workspace. */
|
|
41
47
|
constructor(options: SessionNodeExecutorOptions);
|
|
42
|
-
/** Runs one function node process with session environment and binding overrides. */
|
|
48
|
+
/** Runs one function or check node process with session environment and binding overrides. */
|
|
43
49
|
execute(request: NodeExecutorRequest): Promise<NodeExecutorResult>;
|
|
44
50
|
}
|
|
45
51
|
//# sourceMappingURL=node-executor.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"node-executor.d.ts","sourceRoot":"","sources":["../../../../factory-assets/connectors/flow/node-executor.ts"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,0BAA0B,CAAC;
|
|
1
|
+
{"version":3,"file":"node-executor.d.ts","sourceRoot":"","sources":["../../../../factory-assets/connectors/flow/node-executor.ts"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,0BAA0B,CAAC;AAE9D,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,mBAAmB,CAAC;AAElD,4GAA4G;AAC5G,MAAM,MAAM,gBAAgB,GAAG,QAAQ,GAAG;IACxC,GAAG,EAAE,OAAO,CAAC,WAAW,CAAC,QAAQ,CAAC,KAAK,CAAC,CAAC,EAAE;QAAE,IAAI,EAAE,UAAU,CAAA;KAAE,CAAC,CAAC;CAClE,CAAC;AAEF,gGAAgG;AAChG,MAAM,MAAM,qBAAqB,GAAG,QAAQ,GAAG;IAC7C,GAAG,EAAE,OAAO,CAAC,WAAW,CAAC,QAAQ,CAAC,KAAK,CAAC,CAAC,EAAE;QAAE,IAAI,EAAE,UAAU,GAAG,OAAO,CAAA;KAAE,CAAC,CAAC;CAC5E,CAAC;AAEF,gFAAgF;AAChF,MAAM,WAAW,mBAAmB;IAClC,8EAA8E;IAC9E,IAAI,EAAE,qBAAqB,CAAC;IAC5B,4DAA4D;IAC5D,MAAM,EAAE,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,CAAC;IAChC,+EAA+E;IAC/E,YAAY,EAAE,MAAM,CAAC,MAAM,EAAE,aAAa,EAAE,CAAC,CAAC;CAC/C;AAED,yDAAyD;AACzD,MAAM,WAAW,kBAAkB;IACjC,oFAAoF;IACpF,UAAU,EAAE,MAAM,CAAC;IACnB,uDAAuD;IACvD,MAAM,EAAE,MAAM,CAAC;IACf,sDAAsD;IACtD,MAAM,EAAE,MAAM,CAAC;CAChB;AAED,sEAAsE;AACtE,MAAM,WAAW,YAAY;IAC3B,8EAA8E;IAC9E,OAAO,CAAC,OAAO,EAAE,mBAAmB,GAAG,OAAO,CAAC,kBAAkB,CAAC,CAAC;CACpE;AAED,wFAAwF;AACxF,MAAM,WAAW,0BAA0B;IACzC,0DAA0D;IAC1D,YAAY,EAAE,MAAM,CAAC;CACtB;AAmCD,sFAAsF;AACtF,qBAAa,mBAAoB,YAAW,YAAY;IACtD,OAAO,CAAC,QAAQ,CAAC,YAAY,CAAS;IAEtC,gFAAgF;gBACpE,OAAO,EAAE,0BAA0B;IAI/C,8FAA8F;IACxF,OAAO,CAAC,OAAO,EAAE,mBAAmB,GAAG,OAAO,CAAC,kBAAkB,CAAC;CA6BzE"}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
export { buildOrchestratorPrompt, describeStimulus, renderStimulusPrompt } from '../../../chunk-
|
|
2
|
-
import '../../../chunk-
|
|
1
|
+
export { buildOrchestratorPrompt, describeStimulus, renderStimulusPrompt } from '../../../chunk-OHLKWUO3.js';
|
|
2
|
+
import '../../../chunk-AGFAOSCZ.js';
|
|
3
3
|
import '../../../chunk-NSBPE2FW.js';
|
|
4
4
|
//# sourceMappingURL=prompt-fragments.js.map
|
|
5
5
|
//# sourceMappingURL=prompt-fragments.js.map
|
|
@@ -1,14 +1,14 @@
|
|
|
1
|
-
export { resolveFlowPath, resumeFlow, runFlow } from '../../../chunk-
|
|
1
|
+
export { resolveFlowPath, resumeFlow, runFlow } from '../../../chunk-XHSS3YHV.js';
|
|
2
2
|
import '../../../chunk-4R6DROGN.js';
|
|
3
3
|
import '../../../chunk-CZZRDYT4.js';
|
|
4
|
-
import '../../../chunk-
|
|
4
|
+
import '../../../chunk-E5VGAW4E.js';
|
|
5
5
|
import '../../../chunk-ZNIHTT22.js';
|
|
6
6
|
import '../../../chunk-6E6PKKAD.js';
|
|
7
7
|
import '../../../chunk-IFGTRL2I.js';
|
|
8
|
-
import '../../../chunk-
|
|
9
|
-
import '../../../chunk-
|
|
10
|
-
import '../../../chunk-
|
|
11
|
-
import '../../../chunk-
|
|
8
|
+
import '../../../chunk-UAIR3K6X.js';
|
|
9
|
+
import '../../../chunk-INHE5U74.js';
|
|
10
|
+
import '../../../chunk-OHLKWUO3.js';
|
|
11
|
+
import '../../../chunk-AGFAOSCZ.js';
|
|
12
12
|
import '../../../chunk-P43HBWKK.js';
|
|
13
13
|
import '../../../chunk-F3HNW354.js';
|
|
14
14
|
import '../../../chunk-K5GBV4SA.js';
|
|
@@ -1,11 +1,11 @@
|
|
|
1
|
-
export { FlowAdapter, SessionInlineSubFlowRunner, SessionNodeExecutor, createConnector } from '../../chunk-
|
|
1
|
+
export { FlowAdapter, SessionInlineSubFlowRunner, SessionNodeExecutor, createConnector } from '../../chunk-E5VGAW4E.js';
|
|
2
2
|
import '../../chunk-ZNIHTT22.js';
|
|
3
3
|
import '../../chunk-6E6PKKAD.js';
|
|
4
4
|
import '../../chunk-IFGTRL2I.js';
|
|
5
|
-
import '../../chunk-
|
|
6
|
-
import '../../chunk-
|
|
7
|
-
import '../../chunk-
|
|
8
|
-
import '../../chunk-
|
|
5
|
+
import '../../chunk-UAIR3K6X.js';
|
|
6
|
+
import '../../chunk-INHE5U74.js';
|
|
7
|
+
import '../../chunk-OHLKWUO3.js';
|
|
8
|
+
import '../../chunk-AGFAOSCZ.js';
|
|
9
9
|
import '../../chunk-P43HBWKK.js';
|
|
10
10
|
import '../../chunk-F3HNW354.js';
|
|
11
11
|
import '../../chunk-K5GBV4SA.js';
|
|
@@ -1,11 +1,11 @@
|
|
|
1
|
-
export { GitConnector, __test, createConnector5 as createConnector, readGitSyncStatus } from '../../chunk-
|
|
1
|
+
export { GitConnector, __test, createConnector5 as createConnector, readGitSyncStatus } from '../../chunk-E5VGAW4E.js';
|
|
2
2
|
import '../../chunk-ZNIHTT22.js';
|
|
3
3
|
import '../../chunk-6E6PKKAD.js';
|
|
4
4
|
import '../../chunk-IFGTRL2I.js';
|
|
5
|
-
import '../../chunk-
|
|
6
|
-
import '../../chunk-
|
|
7
|
-
import '../../chunk-
|
|
8
|
-
import '../../chunk-
|
|
5
|
+
import '../../chunk-UAIR3K6X.js';
|
|
6
|
+
import '../../chunk-INHE5U74.js';
|
|
7
|
+
import '../../chunk-OHLKWUO3.js';
|
|
8
|
+
import '../../chunk-AGFAOSCZ.js';
|
|
9
9
|
import '../../chunk-P43HBWKK.js';
|
|
10
10
|
import '../../chunk-F3HNW354.js';
|
|
11
11
|
import '../../chunk-K5GBV4SA.js';
|
|
@@ -1,11 +1,11 @@
|
|
|
1
|
-
export { GmailConnector, createConnector6 as createConnector } from '../../chunk-
|
|
1
|
+
export { GmailConnector, createConnector6 as createConnector } from '../../chunk-E5VGAW4E.js';
|
|
2
2
|
import '../../chunk-ZNIHTT22.js';
|
|
3
3
|
import '../../chunk-6E6PKKAD.js';
|
|
4
4
|
import '../../chunk-IFGTRL2I.js';
|
|
5
|
-
import '../../chunk-
|
|
6
|
-
import '../../chunk-
|
|
7
|
-
import '../../chunk-
|
|
8
|
-
import '../../chunk-
|
|
5
|
+
import '../../chunk-UAIR3K6X.js';
|
|
6
|
+
import '../../chunk-INHE5U74.js';
|
|
7
|
+
import '../../chunk-OHLKWUO3.js';
|
|
8
|
+
import '../../chunk-AGFAOSCZ.js';
|
|
9
9
|
import '../../chunk-P43HBWKK.js';
|
|
10
10
|
import '../../chunk-F3HNW354.js';
|
|
11
11
|
import '../../chunk-K5GBV4SA.js';
|
|
@@ -1,11 +1,11 @@
|
|
|
1
|
-
export { GoogleDriveConnector, createConnector7 as createConnector } from '../../chunk-
|
|
1
|
+
export { GoogleDriveConnector, createConnector7 as createConnector } from '../../chunk-E5VGAW4E.js';
|
|
2
2
|
import '../../chunk-ZNIHTT22.js';
|
|
3
3
|
import '../../chunk-6E6PKKAD.js';
|
|
4
4
|
import '../../chunk-IFGTRL2I.js';
|
|
5
|
-
import '../../chunk-
|
|
6
|
-
import '../../chunk-
|
|
7
|
-
import '../../chunk-
|
|
8
|
-
import '../../chunk-
|
|
5
|
+
import '../../chunk-UAIR3K6X.js';
|
|
6
|
+
import '../../chunk-INHE5U74.js';
|
|
7
|
+
import '../../chunk-OHLKWUO3.js';
|
|
8
|
+
import '../../chunk-AGFAOSCZ.js';
|
|
9
9
|
import '../../chunk-P43HBWKK.js';
|
|
10
10
|
import '../../chunk-F3HNW354.js';
|
|
11
11
|
import '../../chunk-K5GBV4SA.js';
|
|
@@ -1,11 +1,11 @@
|
|
|
1
|
-
export { LocalConnector, createConnector8 as createConnector } from '../../chunk-
|
|
1
|
+
export { LocalConnector, createConnector8 as createConnector } from '../../chunk-E5VGAW4E.js';
|
|
2
2
|
import '../../chunk-ZNIHTT22.js';
|
|
3
3
|
import '../../chunk-6E6PKKAD.js';
|
|
4
4
|
import '../../chunk-IFGTRL2I.js';
|
|
5
|
-
import '../../chunk-
|
|
6
|
-
import '../../chunk-
|
|
7
|
-
import '../../chunk-
|
|
8
|
-
import '../../chunk-
|
|
5
|
+
import '../../chunk-UAIR3K6X.js';
|
|
6
|
+
import '../../chunk-INHE5U74.js';
|
|
7
|
+
import '../../chunk-OHLKWUO3.js';
|
|
8
|
+
import '../../chunk-AGFAOSCZ.js';
|
|
9
9
|
import '../../chunk-P43HBWKK.js';
|
|
10
10
|
import '../../chunk-F3HNW354.js';
|
|
11
11
|
import '../../chunk-K5GBV4SA.js';
|
|
@@ -1,11 +1,11 @@
|
|
|
1
|
-
export { MattermostConnector, createConnector9 as createConnector } from '../../chunk-
|
|
1
|
+
export { MattermostConnector, createConnector9 as createConnector } from '../../chunk-E5VGAW4E.js';
|
|
2
2
|
import '../../chunk-ZNIHTT22.js';
|
|
3
3
|
import '../../chunk-6E6PKKAD.js';
|
|
4
4
|
import '../../chunk-IFGTRL2I.js';
|
|
5
|
-
import '../../chunk-
|
|
6
|
-
import '../../chunk-
|
|
7
|
-
import '../../chunk-
|
|
8
|
-
import '../../chunk-
|
|
5
|
+
import '../../chunk-UAIR3K6X.js';
|
|
6
|
+
import '../../chunk-INHE5U74.js';
|
|
7
|
+
import '../../chunk-OHLKWUO3.js';
|
|
8
|
+
import '../../chunk-AGFAOSCZ.js';
|
|
9
9
|
import '../../chunk-P43HBWKK.js';
|
|
10
10
|
import '../../chunk-F3HNW354.js';
|
|
11
11
|
import '../../chunk-K5GBV4SA.js';
|
|
@@ -1,11 +1,11 @@
|
|
|
1
|
-
export { MemoryConnector, createConnector10 as createConnector } from '../../chunk-
|
|
1
|
+
export { MemoryConnector, createConnector10 as createConnector } from '../../chunk-E5VGAW4E.js';
|
|
2
2
|
import '../../chunk-ZNIHTT22.js';
|
|
3
3
|
import '../../chunk-6E6PKKAD.js';
|
|
4
4
|
import '../../chunk-IFGTRL2I.js';
|
|
5
|
-
import '../../chunk-
|
|
6
|
-
import '../../chunk-
|
|
7
|
-
import '../../chunk-
|
|
8
|
-
import '../../chunk-
|
|
5
|
+
import '../../chunk-UAIR3K6X.js';
|
|
6
|
+
import '../../chunk-INHE5U74.js';
|
|
7
|
+
import '../../chunk-OHLKWUO3.js';
|
|
8
|
+
import '../../chunk-AGFAOSCZ.js';
|
|
9
9
|
import '../../chunk-P43HBWKK.js';
|
|
10
10
|
import '../../chunk-F3HNW354.js';
|
|
11
11
|
import '../../chunk-K5GBV4SA.js';
|
|
@@ -1,11 +1,11 @@
|
|
|
1
|
-
export { MinIOConnector, createConnector11 as createConnector } from '../../chunk-
|
|
1
|
+
export { MinIOConnector, createConnector11 as createConnector } from '../../chunk-E5VGAW4E.js';
|
|
2
2
|
import '../../chunk-ZNIHTT22.js';
|
|
3
3
|
import '../../chunk-6E6PKKAD.js';
|
|
4
4
|
import '../../chunk-IFGTRL2I.js';
|
|
5
|
-
import '../../chunk-
|
|
6
|
-
import '../../chunk-
|
|
7
|
-
import '../../chunk-
|
|
8
|
-
import '../../chunk-
|
|
5
|
+
import '../../chunk-UAIR3K6X.js';
|
|
6
|
+
import '../../chunk-INHE5U74.js';
|
|
7
|
+
import '../../chunk-OHLKWUO3.js';
|
|
8
|
+
import '../../chunk-AGFAOSCZ.js';
|
|
9
9
|
import '../../chunk-P43HBWKK.js';
|
|
10
10
|
import '../../chunk-F3HNW354.js';
|
|
11
11
|
import '../../chunk-K5GBV4SA.js';
|
|
@@ -1,11 +1,11 @@
|
|
|
1
|
-
export { PostgresConnector, createConnector12 as createConnector } from '../../chunk-
|
|
1
|
+
export { PostgresConnector, createConnector12 as createConnector } from '../../chunk-E5VGAW4E.js';
|
|
2
2
|
import '../../chunk-ZNIHTT22.js';
|
|
3
3
|
import '../../chunk-6E6PKKAD.js';
|
|
4
4
|
import '../../chunk-IFGTRL2I.js';
|
|
5
|
-
import '../../chunk-
|
|
6
|
-
import '../../chunk-
|
|
7
|
-
import '../../chunk-
|
|
8
|
-
import '../../chunk-
|
|
5
|
+
import '../../chunk-UAIR3K6X.js';
|
|
6
|
+
import '../../chunk-INHE5U74.js';
|
|
7
|
+
import '../../chunk-OHLKWUO3.js';
|
|
8
|
+
import '../../chunk-AGFAOSCZ.js';
|
|
9
9
|
import '../../chunk-P43HBWKK.js';
|
|
10
10
|
import '../../chunk-F3HNW354.js';
|
|
11
11
|
import '../../chunk-K5GBV4SA.js';
|
|
@@ -1,11 +1,11 @@
|
|
|
1
|
-
export { S3Connector, createConnector13 as createConnector } from '../../chunk-
|
|
1
|
+
export { S3Connector, createConnector13 as createConnector } from '../../chunk-E5VGAW4E.js';
|
|
2
2
|
import '../../chunk-ZNIHTT22.js';
|
|
3
3
|
import '../../chunk-6E6PKKAD.js';
|
|
4
4
|
import '../../chunk-IFGTRL2I.js';
|
|
5
|
-
import '../../chunk-
|
|
6
|
-
import '../../chunk-
|
|
7
|
-
import '../../chunk-
|
|
8
|
-
import '../../chunk-
|
|
5
|
+
import '../../chunk-UAIR3K6X.js';
|
|
6
|
+
import '../../chunk-INHE5U74.js';
|
|
7
|
+
import '../../chunk-OHLKWUO3.js';
|
|
8
|
+
import '../../chunk-AGFAOSCZ.js';
|
|
9
9
|
import '../../chunk-P43HBWKK.js';
|
|
10
10
|
import '../../chunk-F3HNW354.js';
|
|
11
11
|
import '../../chunk-K5GBV4SA.js';
|