@particle-academy/fancy-flow 0.27.1 → 0.29.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/README.md +102 -15
- package/dist/{capabilities-85Mjn4uW.d.ts → capabilities-BH7zmSQQ.d.ts} +1 -1
- package/dist/{capabilities-exVeADXz.d.cts → capabilities-BLOeLACV.d.cts} +1 -1
- package/dist/{chunk-HHFOHHAQ.js → chunk-EBE3FEAJ.js} +2 -2
- package/dist/{chunk-HHFOHHAQ.js.map → chunk-EBE3FEAJ.js.map} +1 -1
- package/dist/chunk-FKOXQP76.js +50 -0
- package/dist/chunk-FKOXQP76.js.map +1 -0
- package/dist/engine.cjs +46 -0
- package/dist/engine.cjs.map +1 -1
- package/dist/engine.d.cts +1 -1
- package/dist/engine.d.ts +1 -1
- package/dist/engine.js +1 -0
- package/dist/engine.js.map +1 -1
- package/dist/index.cjs +46 -0
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +2 -2
- package/dist/index.d.ts +2 -2
- package/dist/index.js +3 -2
- package/dist/index.js.map +1 -1
- package/dist/llm/prism.cjs +72 -0
- package/dist/llm/prism.cjs.map +1 -0
- package/dist/llm/prism.d.cts +68 -0
- package/dist/llm/prism.d.ts +68 -0
- package/dist/llm/prism.js +65 -0
- package/dist/llm/prism.js.map +1 -0
- package/dist/llm/vercel-ai.d.cts +1 -1
- package/dist/llm/vercel-ai.d.ts +1 -1
- package/dist/registry/index.d.cts +2 -2
- package/dist/registry/index.d.ts +2 -2
- package/dist/run-cohort-CV7EcwGG.d.ts +111 -0
- package/dist/run-cohort-DitsaYgS.d.cts +111 -0
- package/dist/runtime/index.d.cts +2 -2
- package/dist/runtime/index.d.ts +2 -2
- package/dist/runtime.cjs +46 -0
- package/dist/runtime.cjs.map +1 -1
- package/dist/runtime.js +2 -1
- package/package.json +11 -1
- package/dist/run-flow-9U-gaYVF.d.ts +0 -35
- package/dist/run-flow-AXzOR-Wq.d.cts +0 -35
package/dist/index.d.cts
CHANGED
|
@@ -13,9 +13,9 @@ import { N as NodeCategory, a as NodeKindDefinition, C as ConfigField } from './
|
|
|
13
13
|
export { D as DocumentConfigField, K as KeyValueConfigField, P as PortSpec, R as RenderBodyContext, d as RepeaterConfigField, e as RepeaterRowField } from './types-B_pxRqfw.cjs';
|
|
14
14
|
import { FlowRunFeedEntry } from './runtime/index.cjs';
|
|
15
15
|
export { HistoryController, UseFlowHistoryReturn, UseFlowRunOptions, UseFlowRunReturn, UseFlowStateReturn, applyOutputsToNodes, applyStatusesToNodes, createHistory, useFlowHistory, useFlowRun, useFlowState } from './runtime/index.cjs';
|
|
16
|
-
export { R as RunOptions,
|
|
16
|
+
export { C as CohortGuard, a as CohortOptions, b as CohortPolicy, c as CohortResult, R as RunOptions, d as RunResult, r as runCohort, e as runFlow } from './run-cohort-DitsaYgS.cjs';
|
|
17
17
|
export { L as LEGACY_PAUSE_PREFIXES, a as PAUSE_PREFIX, P as PauseAwaiting, b as PauseSignal, d as decodePause, e as encodePause, i as isPause, p as pauseForHuman } from './pause-9iT4tCEV.cjs';
|
|
18
|
-
import './capabilities-
|
|
18
|
+
import './capabilities-BLOeLACV.cjs';
|
|
19
19
|
|
|
20
20
|
type FlowCanvasProps = Omit<ReactFlowProps<FlowNode, Edge>, "nodes" | "edges" | "height"> & {
|
|
21
21
|
nodes: FlowNode[];
|
package/dist/index.d.ts
CHANGED
|
@@ -13,9 +13,9 @@ import { N as NodeCategory, a as NodeKindDefinition, C as ConfigField } from './
|
|
|
13
13
|
export { D as DocumentConfigField, K as KeyValueConfigField, P as PortSpec, R as RenderBodyContext, d as RepeaterConfigField, e as RepeaterRowField } from './types-BGtR3k9J.js';
|
|
14
14
|
import { FlowRunFeedEntry } from './runtime/index.js';
|
|
15
15
|
export { HistoryController, UseFlowHistoryReturn, UseFlowRunOptions, UseFlowRunReturn, UseFlowStateReturn, applyOutputsToNodes, applyStatusesToNodes, createHistory, useFlowHistory, useFlowRun, useFlowState } from './runtime/index.js';
|
|
16
|
-
export { R as RunOptions,
|
|
16
|
+
export { C as CohortGuard, a as CohortOptions, b as CohortPolicy, c as CohortResult, R as RunOptions, d as RunResult, r as runCohort, e as runFlow } from './run-cohort-CV7EcwGG.js';
|
|
17
17
|
export { L as LEGACY_PAUSE_PREFIXES, a as PAUSE_PREFIX, P as PauseAwaiting, b as PauseSignal, d as decodePause, e as encodePause, i as isPause, p as pauseForHuman } from './pause-9iT4tCEV.js';
|
|
18
|
-
import './capabilities-
|
|
18
|
+
import './capabilities-BH7zmSQQ.js';
|
|
19
19
|
|
|
20
20
|
type FlowCanvasProps = Omit<ReactFlowProps<FlowNode, Edge>, "nodes" | "edges" | "height"> & {
|
|
21
21
|
nodes: FlowNode[];
|
package/dist/index.js
CHANGED
|
@@ -1,5 +1,6 @@
|
|
|
1
|
-
import { useFlowState, useFlowRun, useFlowHistory, applyOutputsToNodes, applyStatusesToNodes } from './chunk-
|
|
2
|
-
export { applyOutputsToNodes, applyStatusesToNodes, createHistory, useFlowHistory, useFlowRun, useFlowState } from './chunk-
|
|
1
|
+
import { useFlowState, useFlowRun, useFlowHistory, applyOutputsToNodes, applyStatusesToNodes } from './chunk-EBE3FEAJ.js';
|
|
2
|
+
export { applyOutputsToNodes, applyStatusesToNodes, createHistory, useFlowHistory, useFlowRun, useFlowState } from './chunk-EBE3FEAJ.js';
|
|
3
|
+
export { runCohort } from './chunk-FKOXQP76.js';
|
|
3
4
|
import { buildNodeTypes, FlowEditorProvider, registerBuiltinKinds, NoteNode, createConnectionValidator } from './chunk-THU5LW22.js';
|
|
4
5
|
export { ANY_PORT_TYPE, BUILTIN_KINDS, LaneNode, NoteNode, RegistryNode, buildNodeTypes, createConnectionValidator, defaultPortCompatibility, registerBuiltinKinds, useFlowEditor, useFlowEditorOptional } from './chunk-THU5LW22.js';
|
|
5
6
|
import { ReactFlowProvider, useReactFlow, addEdge, applyEdgeChanges, applyNodeChanges, Position, Handle, reconnectEdge, index, BackgroundVariant, Background, Controls, MiniMap, ViewportPortal } from './chunk-OWENS2H5.js';
|