yaml-flow 8.2.5 → 8.4.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/browser/asset-integrity.json +3 -3
- package/browser/board-livecards-client.js +1 -1
- package/browser/board-livecards-localstorage.js +6 -4
- package/browser/live-cards.js +19 -25
- package/cli/{board-live-cards-lib-Iq_XAC09.d.ts → board-live-cards-lib-tjYsPt5U.d.ts} +1 -1
- package/cli/browser-api/board-live-cards-browser-adapter.d.ts +3 -3
- package/cli/browser-api/board-live-cards-browser-adapter.js +3 -2
- package/cli/browser-api/card-store-browser-api.d.ts +1 -1
- package/cli/browser-api/card-store-browser-api.js +1 -1
- package/cli/{execution-interface-ftO1W7Po.d.ts → execution-interface-DCFBy4L8.d.ts} +151 -2
- package/cli/node/artifacts-store-cli.js +5 -5
- package/cli/node/batch-runner-cli.d.ts +3 -0
- package/cli/node/batch-runner-cli.js +2 -1
- package/cli/node/board-live-cards-cli.js +14 -8
- package/cli/node/card-store-cli.js +6 -6
- package/cli/node/chat-store-cli.d.ts +23 -0
- package/cli/node/chat-store-cli.js +8 -0
- package/cli/node/execution-adapter.d.ts +4 -2
- package/cli/node/execution-adapter.js +2 -2
- package/cli/node/fs-board-adapter.d.ts +75 -75
- package/cli/node/fs-board-adapter.js +14 -10
- package/cli/node/source-cli-task-executor.js +4 -4
- package/cli/node/step-machine-cli.js +3 -3
- package/cli/{types--rXGWbSR.d.ts → types-Dc2VRMUw.d.ts} +27 -124
- package/examples/board/demo-shell-with-server.html +3 -196
- package/examples/board/doc.html +465 -0
- package/examples/board/server/board-server.js +30 -82
- package/examples/board/server/board-worker/source_def_flows.json +2 -2
- package/examples/board/server/chat-flow/copilot-chat/assistant.js +44 -185
- package/examples/board/server/chat-flow/copilot-chat/copilot_wrapper.bat +157 -0
- package/examples/board/server/chat-flow/copilot-chat/copilot_wrapper_helper.ps1 +190 -0
- package/examples/board/server/chat-flow/flow-steps.json +122 -56
- package/examples/board/test/server-http-test.js +252 -220
- package/examples/board-local/demo-shell-localstorage.html +3 -3
- package/lib/{artifacts-store-lib-public-GD4H-fFp.d.ts → artifacts-store-lib-454TAuov.d.ts} +2 -32
- package/lib/{artifacts-store-lib-public-C5UL5tyG.d.cts → artifacts-store-lib-zsGFbBV8.d.cts} +2 -32
- package/lib/artifacts-store-public.d.cts +34 -3
- package/lib/artifacts-store-public.d.ts +34 -3
- package/lib/board-live-cards-node.cjs +14 -10
- package/lib/board-live-cards-node.d.cts +42 -21
- package/lib/board-live-cards-node.d.ts +42 -21
- package/lib/board-live-cards-node.js +14 -10
- package/lib/{board-live-cards-public-BLXbcBNk.d.cts → board-live-cards-public-BM6jCEIa.d.cts} +25 -5
- package/lib/{board-live-cards-public-BZaNb2mi.d.ts → board-live-cards-public-Bz07XKRK.d.ts} +25 -5
- package/lib/board-live-cards-public.cjs +2 -2
- package/lib/board-live-cards-public.d.cts +2 -2
- package/lib/board-live-cards-public.d.ts +2 -2
- package/lib/board-live-cards-public.js +2 -2
- package/lib/board-live-cards-server-runtime.cjs +4 -4
- package/lib/board-live-cards-server-runtime.d.cts +5 -3
- package/lib/board-live-cards-server-runtime.d.ts +5 -3
- package/lib/board-live-cards-server-runtime.js +4 -4
- package/lib/board-worker-adapter.cjs +2 -2
- package/lib/board-worker-adapter.js +2 -2
- package/lib/card-store-public.d.cts +2 -2
- package/lib/card-store-public.d.ts +2 -2
- package/lib/chat-storage-lib-DGaKrjVe.d.ts +53 -0
- package/lib/chat-storage-lib-OX0Q_Ttf.d.cts +53 -0
- package/lib/chat-store-public.cjs +2 -0
- package/lib/chat-store-public.d.cts +128 -0
- package/lib/chat-store-public.d.ts +128 -0
- package/lib/chat-store-public.js +2 -0
- package/lib/execution-refs.cjs +1 -1
- package/lib/execution-refs.d.cts +10 -1
- package/lib/execution-refs.d.ts +10 -1
- package/lib/execution-refs.js +1 -1
- package/lib/index.d.cts +1 -1
- package/lib/index.d.ts +1 -1
- package/lib/server-runtime/index.cjs +4 -4
- package/lib/server-runtime/index.d.cts +6 -4
- package/lib/server-runtime/index.d.ts +6 -4
- package/lib/server-runtime/index.js +4 -4
- package/lib/step-machine-public/index.cjs +3 -3
- package/lib/step-machine-public/index.d.cts +1 -1
- package/lib/step-machine-public/index.d.ts +1 -1
- package/lib/step-machine-public/index.js +3 -3
- package/lib/{storage-interface-B6ecOulj.d.ts → storage-interface-B-7pDHwD.d.cts} +36 -1
- package/lib/{storage-interface-B6ecOulj.d.cts → storage-interface-B-7pDHwD.d.ts} +36 -1
- package/lib/stores/index.d.cts +1 -1
- package/lib/stores/index.d.ts +1 -1
- package/lib/stores/kv.d.cts +1 -1
- package/lib/stores/kv.d.ts +1 -1
- package/lib/{types-D-xVWPdY.d.ts → types-Cn0b8G-i.d.ts} +16 -65
- package/lib/{types-Bztd1KoK.d.cts → types-Dszjwfud.d.cts} +16 -65
- package/package.json +8 -2
- package/examples/board/.board-ws/cards/store/_index.json +0 -17
- package/examples/board/.board-ws/cards/store/card-market-prices.json +0 -80
- package/examples/board/.board-ws/cards/store/card-portfolio-value.json +0 -90
- package/examples/board/.board-ws/cards/store/card-portfolio.json +0 -78
- package/examples/board/server/chat-flow/chat-clear-processing.js +0 -41
- package/examples/board/server/chat-flow/chat-open-turn.js +0 -144
- package/examples/board/server/chat-flow/chat-write-assistant.js +0 -44
- package/examples/board/server/chat-flow/echo-probe/assistant.js +0 -28
package/lib/{artifacts-store-lib-public-C5UL5tyG.d.cts → artifacts-store-lib-zsGFbBV8.d.cts}
RENAMED
|
@@ -1,5 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { B as BlobStorage } from './storage-interface-B6ecOulj.cjs';
|
|
1
|
+
import { B as BlobStorage } from './storage-interface-B-7pDHwD.cjs';
|
|
3
2
|
|
|
4
3
|
/**
|
|
5
4
|
* artifacts-store-lib.ts
|
|
@@ -59,33 +58,4 @@ declare function createArtifactsStore(blob: BlobStorage): ArtifactsStore;
|
|
|
59
58
|
declare function createFileArtifactsStore(store: ArtifactsStore): FileArtifactsStore;
|
|
60
59
|
declare function createCardFileMetadataStore(): CardFileMetadataStore;
|
|
61
60
|
|
|
62
|
-
|
|
63
|
-
* artifacts-store-lib-public.ts
|
|
64
|
-
*
|
|
65
|
-
* Public API wrapper for ArtifactsStore, following CommandInput/CommandResult.
|
|
66
|
-
*/
|
|
67
|
-
|
|
68
|
-
interface ArtifactsStorePublic {
|
|
69
|
-
list(input: CommandInput): CommandResult<{
|
|
70
|
-
artifacts: ArtifactInfo[];
|
|
71
|
-
}>;
|
|
72
|
-
head(input: CommandInput): CommandResult<{
|
|
73
|
-
artifact: ArtifactInfo | null;
|
|
74
|
-
}>;
|
|
75
|
-
put(input: CommandInput): CommandResult<{
|
|
76
|
-
artifact: ArtifactInfo;
|
|
77
|
-
}>;
|
|
78
|
-
get(input: CommandInput): CommandResult<{
|
|
79
|
-
key: string;
|
|
80
|
-
contentType?: string;
|
|
81
|
-
size?: number;
|
|
82
|
-
text?: string;
|
|
83
|
-
bytes?: number[];
|
|
84
|
-
}>;
|
|
85
|
-
del(input: CommandInput): CommandResult<{
|
|
86
|
-
ok: true;
|
|
87
|
-
}>;
|
|
88
|
-
}
|
|
89
|
-
declare function createArtifactsStorePublic(store: ArtifactsStore): ArtifactsStorePublic;
|
|
90
|
-
|
|
91
|
-
export { type ArtifactsStorePublic as A, createArtifactsStorePublic as a, createCardFileMetadataStore as b, createArtifactsStore as c, createFileArtifactsStore as d };
|
|
61
|
+
export { type ArtifactInfo as A, type ArtifactsStore as a, createCardFileMetadataStore as b, createArtifactsStore as c, createFileArtifactsStore as d };
|
|
@@ -1,5 +1,36 @@
|
|
|
1
|
-
import './board-live-cards-public-
|
|
2
|
-
|
|
3
|
-
import './storage-interface-
|
|
1
|
+
import { C as CommandInput, a as CommandResult } from './board-live-cards-public-BM6jCEIa.cjs';
|
|
2
|
+
import { A as ArtifactInfo, a as ArtifactsStore } from './artifacts-store-lib-zsGFbBV8.cjs';
|
|
3
|
+
import './storage-interface-B-7pDHwD.cjs';
|
|
4
4
|
import './execution-refs.cjs';
|
|
5
5
|
import './types-BBhqYGhE.cjs';
|
|
6
|
+
|
|
7
|
+
/**
|
|
8
|
+
* artifacts-store-lib-public.ts
|
|
9
|
+
*
|
|
10
|
+
* Public API wrapper for ArtifactsStore, following CommandInput/CommandResult.
|
|
11
|
+
*/
|
|
12
|
+
|
|
13
|
+
interface ArtifactsStorePublic {
|
|
14
|
+
list(input: CommandInput): CommandResult<{
|
|
15
|
+
artifacts: ArtifactInfo[];
|
|
16
|
+
}>;
|
|
17
|
+
head(input: CommandInput): CommandResult<{
|
|
18
|
+
artifact: ArtifactInfo | null;
|
|
19
|
+
}>;
|
|
20
|
+
put(input: CommandInput): CommandResult<{
|
|
21
|
+
artifact: ArtifactInfo;
|
|
22
|
+
}>;
|
|
23
|
+
get(input: CommandInput): CommandResult<{
|
|
24
|
+
key: string;
|
|
25
|
+
contentType?: string;
|
|
26
|
+
size?: number;
|
|
27
|
+
text?: string;
|
|
28
|
+
bytes?: number[];
|
|
29
|
+
}>;
|
|
30
|
+
del(input: CommandInput): CommandResult<{
|
|
31
|
+
ok: true;
|
|
32
|
+
}>;
|
|
33
|
+
}
|
|
34
|
+
declare function createArtifactsStorePublic(store: ArtifactsStore): ArtifactsStorePublic;
|
|
35
|
+
|
|
36
|
+
export { type ArtifactsStorePublic, createArtifactsStorePublic };
|
|
@@ -1,5 +1,36 @@
|
|
|
1
|
-
import './board-live-cards-public-
|
|
2
|
-
|
|
3
|
-
import './storage-interface-
|
|
1
|
+
import { C as CommandInput, a as CommandResult } from './board-live-cards-public-Bz07XKRK.js';
|
|
2
|
+
import { A as ArtifactInfo, a as ArtifactsStore } from './artifacts-store-lib-454TAuov.js';
|
|
3
|
+
import './storage-interface-B-7pDHwD.js';
|
|
4
4
|
import './execution-refs.js';
|
|
5
5
|
import './types-BBhqYGhE.js';
|
|
6
|
+
|
|
7
|
+
/**
|
|
8
|
+
* artifacts-store-lib-public.ts
|
|
9
|
+
*
|
|
10
|
+
* Public API wrapper for ArtifactsStore, following CommandInput/CommandResult.
|
|
11
|
+
*/
|
|
12
|
+
|
|
13
|
+
interface ArtifactsStorePublic {
|
|
14
|
+
list(input: CommandInput): CommandResult<{
|
|
15
|
+
artifacts: ArtifactInfo[];
|
|
16
|
+
}>;
|
|
17
|
+
head(input: CommandInput): CommandResult<{
|
|
18
|
+
artifact: ArtifactInfo | null;
|
|
19
|
+
}>;
|
|
20
|
+
put(input: CommandInput): CommandResult<{
|
|
21
|
+
artifact: ArtifactInfo;
|
|
22
|
+
}>;
|
|
23
|
+
get(input: CommandInput): CommandResult<{
|
|
24
|
+
key: string;
|
|
25
|
+
contentType?: string;
|
|
26
|
+
size?: number;
|
|
27
|
+
text?: string;
|
|
28
|
+
bytes?: number[];
|
|
29
|
+
}>;
|
|
30
|
+
del(input: CommandInput): CommandResult<{
|
|
31
|
+
ok: true;
|
|
32
|
+
}>;
|
|
33
|
+
}
|
|
34
|
+
declare function createArtifactsStorePublic(store: ArtifactsStore): ArtifactsStorePublic;
|
|
35
|
+
|
|
36
|
+
export { type ArtifactsStorePublic, createArtifactsStorePublic };
|