@particle-academy/fancy-flow 0.54.0 → 0.55.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.
Files changed (50) hide show
  1. package/dist/{chunk-CIBW5ATA.js → chunk-22OJOD4X.js} +7 -3
  2. package/dist/chunk-22OJOD4X.js.map +1 -0
  3. package/dist/{chunk-VWANLNL5.js → chunk-E3AGYTHP.js} +3 -3
  4. package/dist/{chunk-VWANLNL5.js.map → chunk-E3AGYTHP.js.map} +1 -1
  5. package/dist/{chunk-FTGVVKWX.js → chunk-HMEI2LFU.js} +4 -4
  6. package/dist/{chunk-FTGVVKWX.js.map → chunk-HMEI2LFU.js.map} +1 -1
  7. package/dist/{chunk-WCFRKXH5.js → chunk-KP4TBF3A.js} +3 -3
  8. package/dist/{chunk-WCFRKXH5.js.map → chunk-KP4TBF3A.js.map} +1 -1
  9. package/dist/{chunk-FG3C7LIG.js → chunk-L4QAAGLV.js} +3 -3
  10. package/dist/{chunk-FG3C7LIG.js.map → chunk-L4QAAGLV.js.map} +1 -1
  11. package/dist/{chunk-FH6MWLKD.js → chunk-YVLOLS25.js} +3 -3
  12. package/dist/{chunk-FH6MWLKD.js.map → chunk-YVLOLS25.js.map} +1 -1
  13. package/dist/durable/index.d.cts +1 -1
  14. package/dist/durable/index.d.ts +1 -1
  15. package/dist/durable.cjs +5 -1
  16. package/dist/durable.cjs.map +1 -1
  17. package/dist/durable.js +1 -1
  18. package/dist/engine.cjs +5 -1
  19. package/dist/engine.cjs.map +1 -1
  20. package/dist/engine.d.cts +2 -2
  21. package/dist/engine.d.ts +2 -2
  22. package/dist/engine.js +3 -3
  23. package/dist/index.cjs +5 -1
  24. package/dist/index.cjs.map +1 -1
  25. package/dist/index.d.cts +2 -2
  26. package/dist/index.d.ts +2 -2
  27. package/dist/index.js +11 -11
  28. package/dist/registry.cjs +5 -1
  29. package/dist/registry.cjs.map +1 -1
  30. package/dist/registry.js +2 -2
  31. package/dist/{run-cohort-BPIOpE8A.d.ts → run-cohort-C1nRh_mi.d.ts} +1 -1
  32. package/dist/{run-cohort-r-L8dMED.d.cts → run-cohort-CBRAUj-z.d.cts} +1 -1
  33. package/dist/{run-flow-COdAOFg2.d.cts → run-flow-2XsHBwpd.d.cts} +31 -0
  34. package/dist/{run-flow-DJ7KYT6E.d.ts → run-flow-D7AOCcfE.d.ts} +31 -0
  35. package/dist/runtime/index.d.cts +3 -3
  36. package/dist/runtime/index.d.ts +3 -3
  37. package/dist/runtime.cjs +5 -1
  38. package/dist/runtime.cjs.map +1 -1
  39. package/dist/runtime.js +3 -3
  40. package/dist/schema.cjs +5 -1
  41. package/dist/schema.cjs.map +1 -1
  42. package/dist/schema.js +2 -2
  43. package/dist/screens.cjs +5 -1
  44. package/dist/screens.cjs.map +1 -1
  45. package/dist/screens.js +4 -4
  46. package/dist/ux.cjs +5 -1
  47. package/dist/ux.cjs.map +1 -1
  48. package/dist/ux.js +1 -1
  49. package/package.json +2 -2
  50. package/dist/chunk-CIBW5ATA.js.map +0 -1
package/dist/engine.d.cts CHANGED
@@ -1,7 +1,7 @@
1
- export { R as RunOptions, a as RunResult, r as runFlow } from './run-flow-COdAOFg2.cjs';
1
+ export { R as RunOptions, a as RunResult, r as runFlow } from './run-flow-2XsHBwpd.cjs';
2
2
  import { F as FlowGraph, R as RunEvent, N as NodeExecutor } from './types-JFYjPJAG.cjs';
3
3
  export { A as ActionNodeData, B as BaseNodeData, D as DecisionNodeData, E as ExecutorRegistry, d as FlowEdge, a as FlowNode, e as FlowNodeData, f as FlowNodeKind, g as NodeRunStatus, h as NoteNodeData, O as OutputNodeData, P as PortDescriptor, b as RunIdentity, c as RunIdentityJson, S as SubgraphNodeData, T as TriggerNodeData, i as escapeSegment } from './types-JFYjPJAG.cjs';
4
- export { C as CohortGuard, a as CohortOptions, b as CohortPolicy, c as CohortResult, r as runCohort } from './run-cohort-r-L8dMED.cjs';
4
+ export { C as CohortGuard, a as CohortOptions, b as CohortPolicy, c as CohortResult, r as runCohort } from './run-cohort-CBRAUj-z.cjs';
5
5
  export { d as defaultConfigFor, g as getNodeKind, k as kindIds, l as listNodeKinds, r as registerNodeKind, a as resolveKindId, v as validateConfig } from './registry-C6TMfiD_.cjs';
6
6
  export { b as CapabilityRequirement, C as ConfigField, M as ManifestProblem, c as ManifestValidation, d as NODE_MANIFEST_SCHEMA_VERSION, a as NodeCategory, N as NodeKindDefinition, e as NodePackageManifest, f as NodeRuntimeId, g as NodeRuntimeSpec, O as OutputField, h as OutputShape, P as PortSpec, S as SideEffects, i as checkCapabilities, j as checkRuntimeSupport, s as satisfiesRange, v as validateNodeManifest } from './types-3sPauVRT.cjs';
7
7
  import { P as PauseAwaiting } from './pause-9iT4tCEV.cjs';
package/dist/engine.d.ts CHANGED
@@ -1,7 +1,7 @@
1
- export { R as RunOptions, a as RunResult, r as runFlow } from './run-flow-DJ7KYT6E.js';
1
+ export { R as RunOptions, a as RunResult, r as runFlow } from './run-flow-D7AOCcfE.js';
2
2
  import { F as FlowGraph, R as RunEvent, N as NodeExecutor } from './types-JFYjPJAG.js';
3
3
  export { A as ActionNodeData, B as BaseNodeData, D as DecisionNodeData, E as ExecutorRegistry, d as FlowEdge, a as FlowNode, e as FlowNodeData, f as FlowNodeKind, g as NodeRunStatus, h as NoteNodeData, O as OutputNodeData, P as PortDescriptor, b as RunIdentity, c as RunIdentityJson, S as SubgraphNodeData, T as TriggerNodeData, i as escapeSegment } from './types-JFYjPJAG.js';
4
- export { C as CohortGuard, a as CohortOptions, b as CohortPolicy, c as CohortResult, r as runCohort } from './run-cohort-BPIOpE8A.js';
4
+ export { C as CohortGuard, a as CohortOptions, b as CohortPolicy, c as CohortResult, r as runCohort } from './run-cohort-C1nRh_mi.js';
5
5
  export { d as defaultConfigFor, g as getNodeKind, k as kindIds, l as listNodeKinds, r as registerNodeKind, a as resolveKindId, v as validateConfig } from './registry-3RkSYrMi.js';
6
6
  export { b as CapabilityRequirement, C as ConfigField, M as ManifestProblem, c as ManifestValidation, d as NODE_MANIFEST_SCHEMA_VERSION, a as NodeCategory, N as NodeKindDefinition, e as NodePackageManifest, f as NodeRuntimeId, g as NodeRuntimeSpec, O as OutputField, h as OutputShape, P as PortSpec, S as SideEffects, i as checkCapabilities, j as checkRuntimeSupport, s as satisfiesRange, v as validateNodeManifest } from './types-s643U1Hi.js';
7
7
  import { P as PauseAwaiting } from './pause-9iT4tCEV.js';
package/dist/engine.js CHANGED
@@ -1,8 +1,8 @@
1
- export { runCohort } from './chunk-WCFRKXH5.js';
1
+ export { runCohort } from './chunk-KP4TBF3A.js';
2
2
  import { decodePause } from './chunk-UEOE6B52.js';
3
3
  export { LEGACY_PAUSE_PREFIXES, PAUSE_PREFIX, decodePause, encodePause, isPause, pauseForHuman } from './chunk-UEOE6B52.js';
4
- import { runFlow, getNodeKind, resolveNodePorts } from './chunk-CIBW5ATA.js';
5
- export { RunIdentity, defaultConfigFor, escapeSegment, getNodeKind, kindIds, listNodeKinds, registerNodeKind, resolveKindId, runFlow, validateConfig } from './chunk-CIBW5ATA.js';
4
+ import { runFlow, getNodeKind, resolveNodePorts } from './chunk-22OJOD4X.js';
5
+ export { RunIdentity, defaultConfigFor, escapeSegment, getNodeKind, kindIds, listNodeKinds, registerNodeKind, resolveKindId, runFlow, validateConfig } from './chunk-22OJOD4X.js';
6
6
  import './chunk-F5RPRB7A.js';
7
7
  import { isResolutionFailure, registerLlmClient, registerWorkflowResolver } from './chunk-USL4FMFU.js';
8
8
 
package/dist/index.cjs CHANGED
@@ -11251,7 +11251,7 @@ function resolveWorkflowProps(declared, passed) {
11251
11251
  // src/runtime/run-flow.ts
11252
11252
  async function runFlow(graph, executors, onEvent = () => {
11253
11253
  }, options = {}) {
11254
- const { signal, initialInputs = {}, timeoutMs, depth = 0, resumeOutputs = {} } = options;
11254
+ const { signal, initialInputs = {}, timeoutMs, depth = 0, resumeOutputs = {}, entryNodes } = options;
11255
11255
  const run = options.run === void 0 ? void 0 : RunIdentity.from(options.run);
11256
11256
  const outputs = {};
11257
11257
  const portValues = /* @__PURE__ */ new Map();
@@ -11290,6 +11290,10 @@ async function runFlow(graph, executors, onEvent = () => {
11290
11290
  continue;
11291
11291
  }
11292
11292
  const incoming = incomingByNode.get(node.id) ?? [];
11293
+ if (incoming.length === 0 && entryNodes !== void 0 && !entryNodes.includes(node.id)) {
11294
+ onEvent({ type: "node-status", nodeId: node.id, status: "idle", text: "skipped" });
11295
+ continue;
11296
+ }
11293
11297
  if (incoming.length > 0) {
11294
11298
  const anyActive = incoming.some((e) => portValues.has(`${e.source}:${e.sourceHandle ?? "out"}`));
11295
11299
  if (!anyActive) {