@particle-academy/fancy-flow 0.56.0 → 0.57.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/dist/{chunk-KP4TBF3A.js → chunk-45SSUYW7.js} +3 -3
- package/dist/{chunk-KP4TBF3A.js.map → chunk-45SSUYW7.js.map} +1 -1
- package/dist/{chunk-L4QAAGLV.js → chunk-4X3DPRVD.js} +3 -3
- package/dist/{chunk-L4QAAGLV.js.map → chunk-4X3DPRVD.js.map} +1 -1
- package/dist/{chunk-GB4A7DFM.js → chunk-E3XNFOLI.js} +3 -3
- package/dist/{chunk-GB4A7DFM.js.map → chunk-E3XNFOLI.js.map} +1 -1
- package/dist/{chunk-22OJOD4X.js → chunk-LTUOAFQA.js} +27 -2
- package/dist/chunk-LTUOAFQA.js.map +1 -0
- package/dist/{chunk-E3AGYTHP.js → chunk-LUXQXJ4R.js} +3 -3
- package/dist/{chunk-E3AGYTHP.js.map → chunk-LUXQXJ4R.js.map} +1 -1
- package/dist/{chunk-HMEI2LFU.js → chunk-UBXRIK5R.js} +4 -4
- package/dist/{chunk-HMEI2LFU.js.map → chunk-UBXRIK5R.js.map} +1 -1
- package/dist/durable.cjs +25 -0
- package/dist/durable.cjs.map +1 -1
- package/dist/durable.js +1 -1
- package/dist/engine.cjs +25 -0
- package/dist/engine.cjs.map +1 -1
- package/dist/engine.js +3 -3
- package/dist/index.cjs +25 -0
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +11 -11
- package/dist/registry.cjs +25 -0
- package/dist/registry.cjs.map +1 -1
- package/dist/registry.js +2 -2
- package/dist/runtime.cjs +25 -0
- package/dist/runtime.cjs.map +1 -1
- package/dist/runtime.js +3 -3
- package/dist/schema.cjs +25 -0
- package/dist/schema.cjs.map +1 -1
- package/dist/schema.js +2 -2
- package/dist/screens.cjs +25 -0
- package/dist/screens.cjs.map +1 -1
- package/dist/screens.js +4 -4
- package/dist/ux.cjs +25 -0
- package/dist/ux.cjs.map +1 -1
- package/dist/ux.js +1 -1
- package/package.json +1 -1
- package/dist/chunk-22OJOD4X.js.map +0 -1
package/dist/index.js
CHANGED
|
@@ -1,16 +1,16 @@
|
|
|
1
|
-
import { removeNodes, removeEdges, cloneSubgraph, alignNodes, distributeNodes, reconnectEdge, assignToLane, removeFromLane, duplicateNode, setEdgeLabel, FlowCanvas } from './chunk-
|
|
2
|
-
export { ActionNode, DecisionNode, FlowCanvas, FlowViewer, NodeShell, OutputNode, SubgraphNode, TriggerNode, alignNodes, cloneSubgraph, defaultNodeTypes, distributeNodes, reconnectEdge } from './chunk-
|
|
3
|
-
import { useFlowState, useFlowRun, useFlowHistory, applyOutputsToNodes, applyStatusesToNodes } from './chunk-
|
|
4
|
-
export { applyOutputsToNodes, applyStatusesToNodes, createHistory, useFlowHistory, useFlowRun, useFlowState } from './chunk-
|
|
5
|
-
export { runCohort } from './chunk-
|
|
1
|
+
import { removeNodes, removeEdges, cloneSubgraph, alignNodes, distributeNodes, reconnectEdge, assignToLane, removeFromLane, duplicateNode, setEdgeLabel, FlowCanvas } from './chunk-UBXRIK5R.js';
|
|
2
|
+
export { ActionNode, DecisionNode, FlowCanvas, FlowViewer, NodeShell, OutputNode, SubgraphNode, TriggerNode, alignNodes, cloneSubgraph, defaultNodeTypes, distributeNodes, reconnectEdge } from './chunk-UBXRIK5R.js';
|
|
3
|
+
import { useFlowState, useFlowRun, useFlowHistory, applyOutputsToNodes, applyStatusesToNodes } from './chunk-4X3DPRVD.js';
|
|
4
|
+
export { applyOutputsToNodes, applyStatusesToNodes, createHistory, useFlowHistory, useFlowRun, useFlowState } from './chunk-4X3DPRVD.js';
|
|
5
|
+
export { runCohort } from './chunk-45SSUYW7.js';
|
|
6
6
|
export { evaluateConfig, evaluateExpression, resolvePath, text, truthy } from './chunk-BHM5HGXH.js';
|
|
7
|
-
import { buildNodeTypes } from './chunk-
|
|
8
|
-
export { ANY_PORT_TYPE, RegistryNode, buildNodeTypes, createConnectionValidator, defaultPortCompatibility } from './chunk-
|
|
7
|
+
import { buildNodeTypes } from './chunk-LUXQXJ4R.js';
|
|
8
|
+
export { ANY_PORT_TYPE, RegistryNode, buildNodeTypes, createConnectionValidator, defaultPortCompatibility } from './chunk-LUXQXJ4R.js';
|
|
9
9
|
export { LEGACY_PAUSE_PREFIXES, PAUSE_PREFIX, decodePause, encodePause, isPause, pauseForHuman } from './chunk-UEOE6B52.js';
|
|
10
|
-
import { workflowToBlob, importWorkflow, exportWorkflow } from './chunk-
|
|
11
|
-
export { WORKFLOW_SCHEMA_URL, WORKFLOW_SCHEMA_VERSION, exportWorkflow, importWorkflow, migrateSchema, workflowToBlob } from './chunk-
|
|
12
|
-
import { ReactFlowProvider, useReactFlow, humanInputFields, onNodeKindsChanged, listNodeKinds, getNodeKind, defaultConfigFor, FlowEditorProvider, addEdge, applyEdgeChanges, applyNodeChanges, Position, ensureBuiltinKinds, validateConfig, categoryAccent, Handle } from './chunk-
|
|
13
|
-
export { BUILTIN_KINDS, LaneNode, NoteNode, categoryAccent, clearNodeKindOverrides, defaultConfigFor, ensureBuiltinKinds, getNodeKind, listNodeKinds, onNodeKindsChanged, overrideNodeKind, registerBuiltinKinds, registerNodeKind, resolveNodePorts, resolvePortSpec, runFlow, useFlowEditor, useFlowEditorOptional, validateConfig } from './chunk-
|
|
10
|
+
import { workflowToBlob, importWorkflow, exportWorkflow } from './chunk-E3XNFOLI.js';
|
|
11
|
+
export { WORKFLOW_SCHEMA_URL, WORKFLOW_SCHEMA_VERSION, exportWorkflow, importWorkflow, migrateSchema, workflowToBlob } from './chunk-E3XNFOLI.js';
|
|
12
|
+
import { ReactFlowProvider, useReactFlow, humanInputFields, onNodeKindsChanged, listNodeKinds, getNodeKind, defaultConfigFor, FlowEditorProvider, addEdge, applyEdgeChanges, applyNodeChanges, Position, ensureBuiltinKinds, validateConfig, categoryAccent, Handle } from './chunk-LTUOAFQA.js';
|
|
13
|
+
export { BUILTIN_KINDS, LaneNode, NoteNode, categoryAccent, clearNodeKindOverrides, defaultConfigFor, ensureBuiltinKinds, getNodeKind, listNodeKinds, onNodeKindsChanged, overrideNodeKind, registerBuiltinKinds, registerNodeKind, resolveNodePorts, resolvePortSpec, runFlow, useFlowEditor, useFlowEditorOptional, validateConfig } from './chunk-LTUOAFQA.js';
|
|
14
14
|
import { getRichInputAdapter } from './chunk-F5RPRB7A.js';
|
|
15
15
|
export { RichInputPreview, getRichInputAdapter, isRichInputEnabled, onRichInputAdapterChanged, registerRichInputAdapter } from './chunk-F5RPRB7A.js';
|
|
16
16
|
import './chunk-USL4FMFU.js';
|
package/dist/registry.cjs
CHANGED
|
@@ -10178,6 +10178,11 @@ var KINDS = [
|
|
|
10178
10178
|
},
|
|
10179
10179
|
{
|
|
10180
10180
|
name: "@particle-academy/wait",
|
|
10181
|
+
outputShape: [
|
|
10182
|
+
{ path: "waited", type: "string", description: "Which wait mode ran." },
|
|
10183
|
+
{ path: "duration", type: "number", description: "How long it waited." },
|
|
10184
|
+
{ path: "input", type: "unknown", description: "The value that arrived, carried forward." }
|
|
10185
|
+
],
|
|
10181
10186
|
aliases: ["wait", "@fancy/wait"],
|
|
10182
10187
|
category: "logic",
|
|
10183
10188
|
label: "Wait",
|
|
@@ -10375,6 +10380,11 @@ var KINDS = [
|
|
|
10375
10380
|
},
|
|
10376
10381
|
{
|
|
10377
10382
|
name: "@particle-academy/llm_router",
|
|
10383
|
+
outputShape: [
|
|
10384
|
+
{ path: "route", type: "string", description: "The port the model chose." },
|
|
10385
|
+
{ path: "reason", type: "string", description: "Why the model chose it." },
|
|
10386
|
+
{ path: "input", type: "unknown", description: "The value that arrived, carried forward." }
|
|
10387
|
+
],
|
|
10378
10388
|
// Every id this node has ever shipped under keeps resolving — MOIC's saved
|
|
10379
10389
|
// flows carry the bare `llm_branch`.
|
|
10380
10390
|
aliases: ["llm_router", "llm_branch", "@fancy/llm_branch", "@fancy/llm_router"],
|
|
@@ -10513,6 +10523,11 @@ var KINDS = [
|
|
|
10513
10523
|
},
|
|
10514
10524
|
{
|
|
10515
10525
|
name: "@particle-academy/webhook_out",
|
|
10526
|
+
outputShape: [
|
|
10527
|
+
{ path: "sent", type: "boolean", description: "True once the request was made." },
|
|
10528
|
+
{ path: "status", type: "number", description: "HTTP status, when the transport reported one." },
|
|
10529
|
+
{ path: "response", type: "unknown", description: "The response body, when there was one." }
|
|
10530
|
+
],
|
|
10516
10531
|
aliases: ["webhook_out", "@fancy/webhook_out"],
|
|
10517
10532
|
category: "io",
|
|
10518
10533
|
label: "Send Webhook",
|
|
@@ -10550,6 +10565,12 @@ var KINDS = [
|
|
|
10550
10565
|
},
|
|
10551
10566
|
{
|
|
10552
10567
|
name: "@particle-academy/notify",
|
|
10568
|
+
outputShape: [
|
|
10569
|
+
{ path: "sent", type: "boolean", description: "True once the message was handed to the channel." },
|
|
10570
|
+
{ path: "channel", type: "string", description: "The channel it went to." },
|
|
10571
|
+
{ path: "to", type: "string", description: "The recipient." },
|
|
10572
|
+
{ path: "message", type: "string", description: "The rendered message." }
|
|
10573
|
+
],
|
|
10553
10574
|
aliases: ["notify", "@fancy/notify"],
|
|
10554
10575
|
category: "human",
|
|
10555
10576
|
label: "Notify",
|
|
@@ -10585,6 +10606,10 @@ var KINDS = [
|
|
|
10585
10606
|
},
|
|
10586
10607
|
{
|
|
10587
10608
|
name: "@particle-academy/log",
|
|
10609
|
+
outputShape: [
|
|
10610
|
+
{ path: "logged", type: "string", description: "The message that was written." },
|
|
10611
|
+
{ path: "level", type: "string", description: "The level it was written at." }
|
|
10612
|
+
],
|
|
10588
10613
|
aliases: ["log", "@fancy/log"],
|
|
10589
10614
|
category: "output",
|
|
10590
10615
|
label: "Log",
|