@burtson-labs/bandit-engine 2.0.109 → 2.0.110
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-Q6QQZXRR.mjs → chunk-Y54VH63F.mjs} +10 -28
- package/dist/chunk-Y54VH63F.mjs.map +1 -0
- package/dist/index.js +9 -27
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +1 -1
- package/dist/management/management.js +9 -27
- package/dist/management/management.js.map +1 -1
- package/dist/management/management.mjs +1 -1
- package/package.json +1 -1
- package/dist/chunk-Q6QQZXRR.mjs.map +0 -1
package/dist/index.mjs
CHANGED
|
@@ -36043,16 +36043,7 @@ var PreferencesTab = ({
|
|
|
36043
36043
|
children: "Preferences"
|
|
36044
36044
|
}
|
|
36045
36045
|
),
|
|
36046
|
-
/* @__PURE__ */ (0, import_jsx_runtime19.jsx)(
|
|
36047
|
-
import_material20.Typography,
|
|
36048
|
-
{
|
|
36049
|
-
variant: "body1",
|
|
36050
|
-
color: "text.secondary",
|
|
36051
|
-
paragraph: true,
|
|
36052
|
-
sx: { opacity: 0.9, fontSize: { xs: "0.95rem", sm: "1rem" }, lineHeight: 1.5 },
|
|
36053
|
-
children: "Control which AI features are enabled to optimize performance for your device. Disabling features can help reduce resource usage on machines with limited capabilities."
|
|
36054
|
-
}
|
|
36055
|
-
),
|
|
36046
|
+
/* @__PURE__ */ (0, import_jsx_runtime19.jsx)(import_material20.Typography, { variant: "body2", color: "text.secondary", sx: { mb: 1.5 }, children: "Turn features on or off to tune performance for your device." }),
|
|
36056
36047
|
/* @__PURE__ */ (0, import_jsx_runtime19.jsxs)(import_material20.Paper, { sx: { p: { xs: 1.5, sm: 1.75 }, mb: { xs: 1.5, md: 1.75 }, border: "1px solid", borderColor: "divider", borderRadius: 2 }, children: [
|
|
36057
36048
|
/* @__PURE__ */ (0, import_jsx_runtime19.jsxs)(import_material20.Box, { children: [
|
|
36058
36049
|
/* @__PURE__ */ (0, import_jsx_runtime19.jsx)(import_material20.Typography, { variant: "h6", sx: { fontWeight: 600, color: "text.primary" }, children: "Conversation Starters" }),
|
|
@@ -42554,7 +42545,7 @@ var ProviderTab = () => {
|
|
|
42554
42545
|
}
|
|
42555
42546
|
};
|
|
42556
42547
|
return /* @__PURE__ */ (0, import_jsx_runtime28.jsxs)(import_material29.Box, { sx: { p: { xs: 1.5, sm: 2.5, md: 3 } }, children: [
|
|
42557
|
-
/* @__PURE__ */ (0, import_jsx_runtime28.jsxs)(import_material29.Box, { sx: { mb: { xs:
|
|
42548
|
+
/* @__PURE__ */ (0, import_jsx_runtime28.jsxs)(import_material29.Box, { sx: { mb: { xs: 1.5, md: 2 } }, children: [
|
|
42558
42549
|
/* @__PURE__ */ (0, import_jsx_runtime28.jsx)(
|
|
42559
42550
|
import_material29.Typography,
|
|
42560
42551
|
{
|
|
@@ -42563,18 +42554,9 @@ var ProviderTab = () => {
|
|
|
42563
42554
|
children: "AI Provider Configuration"
|
|
42564
42555
|
}
|
|
42565
42556
|
),
|
|
42566
|
-
/* @__PURE__ */ (0, import_jsx_runtime28.jsx)(
|
|
42567
|
-
import_material29.Typography,
|
|
42568
|
-
{
|
|
42569
|
-
variant: "body1",
|
|
42570
|
-
color: "text.secondary",
|
|
42571
|
-
paragraph: true,
|
|
42572
|
-
sx: { opacity: 0.9, fontSize: { xs: "0.95rem", sm: "1rem" }, lineHeight: 1.5 },
|
|
42573
|
-
children: "Configure your AI provider for chat, generation, and model services. This determines which backend service powers your AI interactions."
|
|
42574
|
-
}
|
|
42575
|
-
),
|
|
42557
|
+
/* @__PURE__ */ (0, import_jsx_runtime28.jsx)(import_material29.Typography, { variant: "body2", color: "text.secondary", sx: { mb: 1.5 }, children: "Choose the backend that powers your AI." }),
|
|
42576
42558
|
/* @__PURE__ */ (0, import_jsx_runtime28.jsxs)(import_material29.Paper, { sx: { p: { xs: 1.5, sm: 1.75 }, mb: { xs: 1.5, md: 1.75 }, bgcolor: "background.paper", border: "1px solid", borderColor: "divider", borderRadius: 2 }, children: [
|
|
42577
|
-
/* @__PURE__ */ (0, import_jsx_runtime28.jsx)(import_material29.Typography, { variant: "
|
|
42559
|
+
/* @__PURE__ */ (0, import_jsx_runtime28.jsx)(import_material29.Typography, { variant: "overline", sx: { fontWeight: 700, color: "text.secondary", letterSpacing: 0.6, display: "block", mb: 1 }, children: "Current Provider" }),
|
|
42578
42560
|
currentProvider ? /* @__PURE__ */ (0, import_jsx_runtime28.jsxs)(import_material29.Box, { sx: { display: "flex", alignItems: "center", gap: 2 }, children: [
|
|
42579
42561
|
/* @__PURE__ */ (0, import_jsx_runtime28.jsx)(
|
|
42580
42562
|
import_material29.Chip,
|
|
@@ -42597,7 +42579,7 @@ var ProviderTab = () => {
|
|
|
42597
42579
|
alignItems: { xs: "flex-start", sm: "center" },
|
|
42598
42580
|
justifyContent: "space-between",
|
|
42599
42581
|
gap: { xs: 1, sm: 2 },
|
|
42600
|
-
mb:
|
|
42582
|
+
mb: 2
|
|
42601
42583
|
},
|
|
42602
42584
|
children: [
|
|
42603
42585
|
/* @__PURE__ */ (0, import_jsx_runtime28.jsx)(import_material29.Typography, { variant: "h6", sx: { fontWeight: 600, color: "text.primary" }, children: "Provider Configuration" }),
|
|
@@ -42886,10 +42868,7 @@ var ProviderTab = () => {
|
|
|
42886
42868
|
] })
|
|
42887
42869
|
] })
|
|
42888
42870
|
] }),
|
|
42889
|
-
/* @__PURE__ */ (0, import_jsx_runtime28.
|
|
42890
|
-
/* @__PURE__ */ (0, import_jsx_runtime28.jsx)(import_material29.Typography, { variant: "h6", sx: { mb: 1, fontWeight: 600, color: "text.primary" }, children: "Gateway Provider Recommended" }),
|
|
42891
|
-
/* @__PURE__ */ (0, import_jsx_runtime28.jsx)(import_material29.Typography, { variant: "body2", children: "For production deployments, we recommend using the Gateway provider which routes requests through your secure backend API. This approach keeps API keys secure, enables rate limiting, and provides better monitoring capabilities." })
|
|
42892
|
-
] })
|
|
42871
|
+
/* @__PURE__ */ (0, import_jsx_runtime28.jsx)(import_material29.Typography, { variant: "caption", color: "text.secondary", sx: { display: "block", mt: 0.5, lineHeight: 1.5 }, children: "Gateway is recommended for production \u2014 it routes through your secure backend, keeps API keys server-side, and enables rate limiting + monitoring." })
|
|
42893
42872
|
] }),
|
|
42894
42873
|
/* @__PURE__ */ (0, import_jsx_runtime28.jsx)(
|
|
42895
42874
|
import_material29.Snackbar,
|
|
@@ -44357,6 +44336,9 @@ var Management = () => {
|
|
|
44357
44336
|
styleOverrides: {
|
|
44358
44337
|
root: { borderRadius: 12 }
|
|
44359
44338
|
}
|
|
44339
|
+
},
|
|
44340
|
+
MuiTextField: {
|
|
44341
|
+
defaultProps: { size: "small" }
|
|
44360
44342
|
}
|
|
44361
44343
|
}
|
|
44362
44344
|
});
|