@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.js
CHANGED
|
@@ -36980,16 +36980,7 @@ var PreferencesTab = ({
|
|
|
36980
36980
|
children: "Preferences"
|
|
36981
36981
|
}
|
|
36982
36982
|
),
|
|
36983
|
-
/* @__PURE__ */ (0, import_jsx_runtime41.jsx)(
|
|
36984
|
-
import_material41.Typography,
|
|
36985
|
-
{
|
|
36986
|
-
variant: "body1",
|
|
36987
|
-
color: "text.secondary",
|
|
36988
|
-
paragraph: true,
|
|
36989
|
-
sx: { opacity: 0.9, fontSize: { xs: "0.95rem", sm: "1rem" }, lineHeight: 1.5 },
|
|
36990
|
-
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."
|
|
36991
|
-
}
|
|
36992
|
-
),
|
|
36983
|
+
/* @__PURE__ */ (0, import_jsx_runtime41.jsx)(import_material41.Typography, { variant: "body2", color: "text.secondary", sx: { mb: 1.5 }, children: "Turn features on or off to tune performance for your device." }),
|
|
36993
36984
|
/* @__PURE__ */ (0, import_jsx_runtime41.jsxs)(import_material41.Paper, { sx: { p: { xs: 1.5, sm: 1.75 }, mb: { xs: 1.5, md: 1.75 }, border: "1px solid", borderColor: "divider", borderRadius: 2 }, children: [
|
|
36994
36985
|
/* @__PURE__ */ (0, import_jsx_runtime41.jsxs)(import_material41.Box, { children: [
|
|
36995
36986
|
/* @__PURE__ */ (0, import_jsx_runtime41.jsx)(import_material41.Typography, { variant: "h6", sx: { fontWeight: 600, color: "text.primary" }, children: "Conversation Starters" }),
|
|
@@ -43214,7 +43205,7 @@ var ProviderTab = () => {
|
|
|
43214
43205
|
}
|
|
43215
43206
|
};
|
|
43216
43207
|
return /* @__PURE__ */ (0, import_jsx_runtime49.jsxs)(import_material49.Box, { sx: { p: { xs: 1.5, sm: 2.5, md: 3 } }, children: [
|
|
43217
|
-
/* @__PURE__ */ (0, import_jsx_runtime49.jsxs)(import_material49.Box, { sx: { mb: { xs:
|
|
43208
|
+
/* @__PURE__ */ (0, import_jsx_runtime49.jsxs)(import_material49.Box, { sx: { mb: { xs: 1.5, md: 2 } }, children: [
|
|
43218
43209
|
/* @__PURE__ */ (0, import_jsx_runtime49.jsx)(
|
|
43219
43210
|
import_material49.Typography,
|
|
43220
43211
|
{
|
|
@@ -43223,18 +43214,9 @@ var ProviderTab = () => {
|
|
|
43223
43214
|
children: "AI Provider Configuration"
|
|
43224
43215
|
}
|
|
43225
43216
|
),
|
|
43226
|
-
/* @__PURE__ */ (0, import_jsx_runtime49.jsx)(
|
|
43227
|
-
import_material49.Typography,
|
|
43228
|
-
{
|
|
43229
|
-
variant: "body1",
|
|
43230
|
-
color: "text.secondary",
|
|
43231
|
-
paragraph: true,
|
|
43232
|
-
sx: { opacity: 0.9, fontSize: { xs: "0.95rem", sm: "1rem" }, lineHeight: 1.5 },
|
|
43233
|
-
children: "Configure your AI provider for chat, generation, and model services. This determines which backend service powers your AI interactions."
|
|
43234
|
-
}
|
|
43235
|
-
),
|
|
43217
|
+
/* @__PURE__ */ (0, import_jsx_runtime49.jsx)(import_material49.Typography, { variant: "body2", color: "text.secondary", sx: { mb: 1.5 }, children: "Choose the backend that powers your AI." }),
|
|
43236
43218
|
/* @__PURE__ */ (0, import_jsx_runtime49.jsxs)(import_material49.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: [
|
|
43237
|
-
/* @__PURE__ */ (0, import_jsx_runtime49.jsx)(import_material49.Typography, { variant: "
|
|
43219
|
+
/* @__PURE__ */ (0, import_jsx_runtime49.jsx)(import_material49.Typography, { variant: "overline", sx: { fontWeight: 700, color: "text.secondary", letterSpacing: 0.6, display: "block", mb: 1 }, children: "Current Provider" }),
|
|
43238
43220
|
currentProvider ? /* @__PURE__ */ (0, import_jsx_runtime49.jsxs)(import_material49.Box, { sx: { display: "flex", alignItems: "center", gap: 2 }, children: [
|
|
43239
43221
|
/* @__PURE__ */ (0, import_jsx_runtime49.jsx)(
|
|
43240
43222
|
import_material49.Chip,
|
|
@@ -43257,7 +43239,7 @@ var ProviderTab = () => {
|
|
|
43257
43239
|
alignItems: { xs: "flex-start", sm: "center" },
|
|
43258
43240
|
justifyContent: "space-between",
|
|
43259
43241
|
gap: { xs: 1, sm: 2 },
|
|
43260
|
-
mb:
|
|
43242
|
+
mb: 2
|
|
43261
43243
|
},
|
|
43262
43244
|
children: [
|
|
43263
43245
|
/* @__PURE__ */ (0, import_jsx_runtime49.jsx)(import_material49.Typography, { variant: "h6", sx: { fontWeight: 600, color: "text.primary" }, children: "Provider Configuration" }),
|
|
@@ -43546,10 +43528,7 @@ var ProviderTab = () => {
|
|
|
43546
43528
|
] })
|
|
43547
43529
|
] })
|
|
43548
43530
|
] }),
|
|
43549
|
-
/* @__PURE__ */ (0, import_jsx_runtime49.
|
|
43550
|
-
/* @__PURE__ */ (0, import_jsx_runtime49.jsx)(import_material49.Typography, { variant: "h6", sx: { mb: 1, fontWeight: 600, color: "text.primary" }, children: "Gateway Provider Recommended" }),
|
|
43551
|
-
/* @__PURE__ */ (0, import_jsx_runtime49.jsx)(import_material49.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." })
|
|
43552
|
-
] })
|
|
43531
|
+
/* @__PURE__ */ (0, import_jsx_runtime49.jsx)(import_material49.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." })
|
|
43553
43532
|
] }),
|
|
43554
43533
|
/* @__PURE__ */ (0, import_jsx_runtime49.jsx)(
|
|
43555
43534
|
import_material49.Snackbar,
|
|
@@ -45017,6 +44996,9 @@ var Management = () => {
|
|
|
45017
44996
|
styleOverrides: {
|
|
45018
44997
|
root: { borderRadius: 12 }
|
|
45019
44998
|
}
|
|
44999
|
+
},
|
|
45000
|
+
MuiTextField: {
|
|
45001
|
+
defaultProps: { size: "small" }
|
|
45020
45002
|
}
|
|
45021
45003
|
}
|
|
45022
45004
|
});
|