@burtson-labs/bandit-engine 2.0.52 → 2.0.53
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/{aiProviderStore-3N3VE6D4.mjs → aiProviderStore-337QNQB3.mjs} +2 -2
- package/dist/{chat-YWYLVKXX.mjs → chat-U4SE4JQK.mjs} +6 -6
- package/dist/chat-provider.js +17 -9
- package/dist/chat-provider.js.map +1 -1
- package/dist/chat-provider.mjs +4 -4
- package/dist/{chunk-RSSJADDD.mjs → chunk-2BGORTWS.mjs} +4 -4
- package/dist/{chunk-QX6CO7TJ.mjs → chunk-557E5VZ2.mjs} +3 -3
- package/dist/{chunk-MH7WFWCP.mjs → chunk-AVV7HDGR.mjs} +3 -3
- package/dist/{chunk-YZ2HJFPQ.mjs → chunk-EULV5CHD.mjs} +2 -2
- package/dist/{chunk-TSQCNHOX.mjs → chunk-GNE4TTSI.mjs} +48 -15
- package/dist/chunk-GNE4TTSI.mjs.map +1 -0
- package/dist/{chunk-BENL3EF2.mjs → chunk-H3BYFEIE.mjs} +18 -10
- package/dist/chunk-H3BYFEIE.mjs.map +1 -0
- package/dist/{chunk-M3BEAMCC.mjs → chunk-NZKLKZJT.mjs} +3 -3
- package/dist/{chunk-Y5N3NSTU.mjs → chunk-O54PTFJM.mjs} +8 -8
- package/dist/{chunk-37PEP5JK.mjs → chunk-UFSEYVRS.mjs} +3 -3
- package/dist/cli.js +1 -1
- package/dist/cli.js.map +1 -1
- package/dist/{gateway-oScD5tvE.d.mts → gateway-C5T5FfCy.d.mts} +32 -0
- package/dist/{gateway-oScD5tvE.d.ts → gateway-C5T5FfCy.d.ts} +32 -0
- package/dist/index.d.mts +2 -2
- package/dist/index.d.ts +2 -2
- package/dist/index.js +60 -19
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +9 -9
- package/dist/management/management.js +60 -19
- package/dist/management/management.js.map +1 -1
- package/dist/management/management.mjs +7 -7
- package/dist/modals/chat-modal/chat-modal.js +17 -9
- package/dist/modals/chat-modal/chat-modal.js.map +1 -1
- package/dist/modals/chat-modal/chat-modal.mjs +4 -4
- package/dist/public-types.d.mts +1 -1
- package/dist/public-types.d.ts +1 -1
- package/package.json +1 -1
- package/dist/chunk-BENL3EF2.mjs.map +0 -1
- package/dist/chunk-TSQCNHOX.mjs.map +0 -1
- /package/dist/{aiProviderStore-3N3VE6D4.mjs.map → aiProviderStore-337QNQB3.mjs.map} +0 -0
- /package/dist/{chat-YWYLVKXX.mjs.map → chat-U4SE4JQK.mjs.map} +0 -0
- /package/dist/{chunk-RSSJADDD.mjs.map → chunk-2BGORTWS.mjs.map} +0 -0
- /package/dist/{chunk-QX6CO7TJ.mjs.map → chunk-557E5VZ2.mjs.map} +0 -0
- /package/dist/{chunk-MH7WFWCP.mjs.map → chunk-AVV7HDGR.mjs.map} +0 -0
- /package/dist/{chunk-YZ2HJFPQ.mjs.map → chunk-EULV5CHD.mjs.map} +0 -0
- /package/dist/{chunk-M3BEAMCC.mjs.map → chunk-NZKLKZJT.mjs.map} +0 -0
- /package/dist/{chunk-Y5N3NSTU.mjs.map → chunk-O54PTFJM.mjs.map} +0 -0
- /package/dist/{chunk-37PEP5JK.mjs.map → chunk-UFSEYVRS.mjs.map} +0 -0
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
import {
|
|
2
2
|
StreamingMarkdown_default
|
|
3
|
-
} from "./chunk-
|
|
3
|
+
} from "./chunk-EULV5CHD.mjs";
|
|
4
4
|
import {
|
|
5
5
|
aiProviderInitService
|
|
6
|
-
} from "./chunk-
|
|
6
|
+
} from "./chunk-UFSEYVRS.mjs";
|
|
7
7
|
import {
|
|
8
8
|
useMCPToolsStore
|
|
9
9
|
} from "./chunk-EHNWQ4T3.mjs";
|
|
10
10
|
import {
|
|
11
11
|
chat_modal_default
|
|
12
|
-
} from "./chunk-
|
|
12
|
+
} from "./chunk-2BGORTWS.mjs";
|
|
13
13
|
import {
|
|
14
14
|
DocumentCard_default,
|
|
15
15
|
banditDarkTheme,
|
|
@@ -17,7 +17,7 @@ import {
|
|
|
17
17
|
predefinedThemes,
|
|
18
18
|
useNotificationService,
|
|
19
19
|
useVoiceStore
|
|
20
|
-
} from "./chunk-
|
|
20
|
+
} from "./chunk-NZKLKZJT.mjs";
|
|
21
21
|
import {
|
|
22
22
|
authenticationService,
|
|
23
23
|
brandingService_default,
|
|
@@ -30,7 +30,7 @@ import {
|
|
|
30
30
|
useFeatures,
|
|
31
31
|
useKnowledgeStore2 as useKnowledgeStore,
|
|
32
32
|
useVectorStore
|
|
33
|
-
} from "./chunk-
|
|
33
|
+
} from "./chunk-557E5VZ2.mjs";
|
|
34
34
|
import {
|
|
35
35
|
indexedDBService_default,
|
|
36
36
|
models,
|
|
@@ -42,7 +42,7 @@ import {
|
|
|
42
42
|
AIProviderFactory,
|
|
43
43
|
GatewayService,
|
|
44
44
|
useAIProviderStore
|
|
45
|
-
} from "./chunk-
|
|
45
|
+
} from "./chunk-H3BYFEIE.mjs";
|
|
46
46
|
import {
|
|
47
47
|
debugLogger
|
|
48
48
|
} from "./chunk-KCI46M23.mjs";
|
|
@@ -9495,7 +9495,7 @@ var MCPToolsTabV2_default = MCPToolsTabV2;
|
|
|
9495
9495
|
|
|
9496
9496
|
// src/management/management.tsx
|
|
9497
9497
|
import { jsx as jsx13, jsxs as jsxs13 } from "react/jsx-runtime";
|
|
9498
|
-
var preloadChatPage = () => import("./chat-
|
|
9498
|
+
var preloadChatPage = () => import("./chat-U4SE4JQK.mjs");
|
|
9499
9499
|
var buildCapabilitiesUrl = (gatewayApiUrl) => {
|
|
9500
9500
|
const trimmed = gatewayApiUrl.replace(/\/$/, "");
|
|
9501
9501
|
if (trimmed.endsWith("/api")) {
|
|
@@ -10840,4 +10840,4 @@ export {
|
|
|
10840
10840
|
useGatewayMemory,
|
|
10841
10841
|
management_default
|
|
10842
10842
|
};
|
|
10843
|
-
//# sourceMappingURL=chunk-
|
|
10843
|
+
//# sourceMappingURL=chunk-O54PTFJM.mjs.map
|
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
import {
|
|
2
2
|
authenticationService
|
|
3
|
-
} from "./chunk-
|
|
3
|
+
} from "./chunk-557E5VZ2.mjs";
|
|
4
4
|
import {
|
|
5
5
|
indexedDBService_default,
|
|
6
6
|
usePackageSettingsStore
|
|
7
7
|
} from "./chunk-7ZDS33S2.mjs";
|
|
8
8
|
import {
|
|
9
9
|
useAIProviderStore
|
|
10
|
-
} from "./chunk-
|
|
10
|
+
} from "./chunk-H3BYFEIE.mjs";
|
|
11
11
|
import {
|
|
12
12
|
debugLogger
|
|
13
13
|
} from "./chunk-KCI46M23.mjs";
|
|
@@ -287,4 +287,4 @@ var aiProviderInitService = AIProviderInitService.getInstance();
|
|
|
287
287
|
export {
|
|
288
288
|
aiProviderInitService
|
|
289
289
|
};
|
|
290
|
-
//# sourceMappingURL=chunk-
|
|
290
|
+
//# sourceMappingURL=chunk-UFSEYVRS.mjs.map
|
package/dist/cli.js
CHANGED