@burtson-labs/bandit-engine 2.0.93 → 2.0.95
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-GQHA7AIS.mjs → chunk-AVKPFP2F.mjs} +14 -14
- package/dist/chunk-AVKPFP2F.mjs.map +1 -0
- package/dist/index.js +13 -13
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +1 -1
- package/dist/management/management.js +13 -13
- package/dist/management/management.js.map +1 -1
- package/dist/management/management.mjs +1 -1
- package/package.json +1 -1
- package/dist/chunk-GQHA7AIS.mjs.map +0 -1
package/dist/index.js
CHANGED
|
@@ -35683,7 +35683,7 @@ var PersonalitiesTab = ({
|
|
|
35683
35683
|
)) })
|
|
35684
35684
|
] }),
|
|
35685
35685
|
/* @__PURE__ */ (0, import_jsx_runtime40.jsxs)(import_material40.Box, { sx: { mb: sectionGap }, children: [
|
|
35686
|
-
/* @__PURE__ */ (0, import_jsx_runtime40.jsx)(import_material40.Typography, { variant: "body1", sx: { mb: 2, fontWeight: 600, color: "text.primary" }, children: "
|
|
35686
|
+
/* @__PURE__ */ (0, import_jsx_runtime40.jsx)(import_material40.Typography, { variant: "body1", sx: { mb: 2, fontWeight: 600, color: "text.primary" }, children: "Formatting Tips" }),
|
|
35687
35687
|
/* @__PURE__ */ (0, import_jsx_runtime40.jsx)(import_material40.Typography, { variant: "body2", sx: { mb: 2, color: "text.secondary" }, children: "Click any tip to add professional formatting to your system prompt:" }),
|
|
35688
35688
|
/* @__PURE__ */ (0, import_jsx_runtime40.jsx)(import_material40.Box, { sx: { display: "flex", flexWrap: "wrap", gap: 1, mb: 2 }, children: [
|
|
35689
35689
|
{ label: "Be Specific", text: "Always be specific and detailed in your responses.", color: "#2196F3" },
|
|
@@ -35851,7 +35851,7 @@ var PersonalitiesTab = ({
|
|
|
35851
35851
|
/* @__PURE__ */ (0, import_jsx_runtime40.jsxs)(import_material40.Box, { sx: { mb: 4 }, children: [
|
|
35852
35852
|
/* @__PURE__ */ (0, import_jsx_runtime40.jsx)(import_material40.Typography, { variant: "body1", sx: { mb: 2, fontWeight: 600, color: "text.primary" }, children: "Select an Avatar" }),
|
|
35853
35853
|
/* @__PURE__ */ (0, import_jsx_runtime40.jsx)(import_material40.Typography, { variant: "body2", sx: { mb: 2, color: "text.secondary" }, children: "Choose from our curated collection of avatars to give your AI personality a face:" }),
|
|
35854
|
-
/* @__PURE__ */ (0, import_jsx_runtime40.jsx)(import_material40.Typography, { variant: "caption", sx: { mb: 1, color: "primary.main", fontWeight: 600, display: "block" }, children: "
|
|
35854
|
+
/* @__PURE__ */ (0, import_jsx_runtime40.jsx)(import_material40.Typography, { variant: "caption", sx: { mb: 1, color: "primary.main", fontWeight: 600, display: "block" }, children: "Robotic Collection" }),
|
|
35855
35855
|
/* @__PURE__ */ (0, import_jsx_runtime40.jsx)(import_material40.Box, { sx: { display: "flex", gap: 2, mb: 3, flexWrap: "wrap" }, children: [
|
|
35856
35856
|
{ label: "Fembot", src: "https://cdn.burtson.ai/avatars/fembot.png" },
|
|
35857
35857
|
{ label: "Dudebot", src: "https://cdn.burtson.ai/avatars/dudebot.png" },
|
|
@@ -35928,7 +35928,7 @@ var PersonalitiesTab = ({
|
|
|
35928
35928
|
overflow: "hidden"
|
|
35929
35929
|
}, children: role })
|
|
35930
35930
|
] }, label)) }),
|
|
35931
|
-
/* @__PURE__ */ (0, import_jsx_runtime40.jsx)(import_material40.Typography, { variant: "caption", sx: { mb: 1, color: "warning.main", fontWeight: 600, display: "block" }, children: "
|
|
35931
|
+
/* @__PURE__ */ (0, import_jsx_runtime40.jsx)(import_material40.Typography, { variant: "caption", sx: { mb: 1, color: "warning.main", fontWeight: 600, display: "block" }, children: "Custom Upload" }),
|
|
35932
35932
|
/* @__PURE__ */ (0, import_jsx_runtime40.jsxs)(
|
|
35933
35933
|
import_material40.Button,
|
|
35934
35934
|
{
|
|
@@ -35950,7 +35950,7 @@ var PersonalitiesTab = ({
|
|
|
35950
35950
|
width: { xs: "100%", sm: "auto" }
|
|
35951
35951
|
},
|
|
35952
35952
|
children: [
|
|
35953
|
-
"
|
|
35953
|
+
"Upload & Crop Custom Avatar",
|
|
35954
35954
|
/* @__PURE__ */ (0, import_jsx_runtime40.jsx)(
|
|
35955
35955
|
"input",
|
|
35956
35956
|
{
|
|
@@ -35980,7 +35980,7 @@ var PersonalitiesTab = ({
|
|
|
35980
35980
|
}
|
|
35981
35981
|
),
|
|
35982
35982
|
/* @__PURE__ */ (0, import_jsx_runtime40.jsxs)(import_material40.Box, { children: [
|
|
35983
|
-
/* @__PURE__ */ (0, import_jsx_runtime40.jsx)(import_material40.Typography, { variant: "body2", sx: { fontWeight: 600, color: "success.main" }, children: "
|
|
35983
|
+
/* @__PURE__ */ (0, import_jsx_runtime40.jsx)(import_material40.Typography, { variant: "body2", sx: { fontWeight: 600, color: "success.main" }, children: "Avatar Ready" }),
|
|
35984
35984
|
/* @__PURE__ */ (0, import_jsx_runtime40.jsx)(import_material40.Typography, { variant: "caption", color: "text.secondary", children: customAvatarBase64 ? "Custom uploaded image" : "Professional avatar selected" })
|
|
35985
35985
|
] })
|
|
35986
35986
|
] }),
|
|
@@ -36064,7 +36064,7 @@ var PersonalitiesTab = ({
|
|
|
36064
36064
|
variant: "h5",
|
|
36065
36065
|
sx: { fontWeight: 600, color: "primary.main", fontSize: { xs: "1.45rem", md: "1.65rem" } },
|
|
36066
36066
|
children: [
|
|
36067
|
-
"
|
|
36067
|
+
"Manage Personalities (",
|
|
36068
36068
|
availableModels.length,
|
|
36069
36069
|
")"
|
|
36070
36070
|
]
|
|
@@ -36119,7 +36119,7 @@ var PersonalitiesTab = ({
|
|
|
36119
36119
|
}
|
|
36120
36120
|
),
|
|
36121
36121
|
availableModels.length === 0 ? /* @__PURE__ */ (0, import_jsx_runtime40.jsx)(import_material40.Card, { sx: { textAlign: "center", py: 8, border: "2px dashed", borderColor: "divider" }, children: /* @__PURE__ */ (0, import_jsx_runtime40.jsxs)(import_material40.CardContent, { children: [
|
|
36122
|
-
/* @__PURE__ */ (0, import_jsx_runtime40.jsx)(import_material40.Typography, { variant: "body1", sx: { fontWeight: 600, color: "text.primary" }, gutterBottom: true, children: "
|
|
36122
|
+
/* @__PURE__ */ (0, import_jsx_runtime40.jsx)(import_material40.Typography, { variant: "body1", sx: { fontWeight: 600, color: "text.primary" }, gutterBottom: true, children: "No Personalities Yet" }),
|
|
36123
36123
|
/* @__PURE__ */ (0, import_jsx_runtime40.jsx)(import_material40.Typography, { variant: "body2", color: "text.secondary", paragraph: true, children: "Get started by creating your first custom AI personality or choosing from our templates." }),
|
|
36124
36124
|
/* @__PURE__ */ (0, import_jsx_runtime40.jsxs)(import_material40.Box, { sx: { display: "flex", gap: 2, justifyContent: "center", flexWrap: "wrap", mt: 3 }, children: [
|
|
36125
36125
|
/* @__PURE__ */ (0, import_jsx_runtime40.jsx)(
|
|
@@ -36139,7 +36139,7 @@ var PersonalitiesTab = ({
|
|
|
36139
36139
|
setPersonalityTabIndex(1);
|
|
36140
36140
|
},
|
|
36141
36141
|
sx: { px: { xs: 2.4, md: 3 }, py: { xs: 0.95, md: 1 }, width: { xs: "100%", sm: "auto" } },
|
|
36142
|
-
children: "
|
|
36142
|
+
children: "Create From Scratch"
|
|
36143
36143
|
}
|
|
36144
36144
|
),
|
|
36145
36145
|
/* @__PURE__ */ (0, import_jsx_runtime40.jsx)(
|
|
@@ -36149,7 +36149,7 @@ var PersonalitiesTab = ({
|
|
|
36149
36149
|
color: "primary",
|
|
36150
36150
|
onClick: () => setPersonalityTabIndex(0),
|
|
36151
36151
|
sx: { px: { xs: 2.4, md: 3 }, py: { xs: 0.95, md: 1 }, width: { xs: "100%", sm: "auto" } },
|
|
36152
|
-
children: "
|
|
36152
|
+
children: "Browse Templates"
|
|
36153
36153
|
}
|
|
36154
36154
|
)
|
|
36155
36155
|
] })
|
|
@@ -38140,8 +38140,8 @@ var BrandingTab = ({
|
|
|
38140
38140
|
}
|
|
38141
38141
|
}
|
|
38142
38142
|
),
|
|
38143
|
-
/* @__PURE__ */ (0, import_jsx_runtime43.jsx)(import_material43.Typography, { variant: "body2", color: logoBase64 ? "success.main" : "info.main", sx: { fontWeight: 600, fontSize: "0.85rem" }, children: logoBase64 ? "
|
|
38144
|
-
!logoBase64 && /* @__PURE__ */ (0, import_jsx_runtime43.jsx)(import_material43.Typography, { variant: "caption", color: "text.secondary", sx: { fontSize: "0.75rem", textAlign: "center" }, children: "
|
|
38143
|
+
/* @__PURE__ */ (0, import_jsx_runtime43.jsx)(import_material43.Typography, { variant: "body2", color: logoBase64 ? "success.main" : "info.main", sx: { fontWeight: 600, fontSize: "0.85rem" }, children: logoBase64 ? "Custom Logo" : "Default Logo" }),
|
|
38144
|
+
!logoBase64 && /* @__PURE__ */ (0, import_jsx_runtime43.jsx)(import_material43.Typography, { variant: "caption", color: "text.secondary", sx: { fontSize: "0.75rem", textAlign: "center" }, children: "Click to upload & crop your logo" })
|
|
38145
38145
|
] }) }) : /* @__PURE__ */ (0, import_jsx_runtime43.jsxs)(import_material43.Box, { sx: { display: "flex", flexDirection: "column", alignItems: "center", gap: 1 }, children: [
|
|
38146
38146
|
/* @__PURE__ */ (0, import_jsx_runtime43.jsx)(
|
|
38147
38147
|
UploadIcon,
|
|
@@ -38154,7 +38154,7 @@ var BrandingTab = ({
|
|
|
38154
38154
|
}
|
|
38155
38155
|
}
|
|
38156
38156
|
),
|
|
38157
|
-
/* @__PURE__ */ (0, import_jsx_runtime43.jsx)(import_material43.Typography, { variant: "body2", color: "text.primary", sx: { fontSize: "1rem" }, children: dragOver ? "Drop here" : "
|
|
38157
|
+
/* @__PURE__ */ (0, import_jsx_runtime43.jsx)(import_material43.Typography, { variant: "body2", color: "text.primary", sx: { fontSize: "1rem" }, children: dragOver ? "Drop here" : "Upload & Crop Logo" }),
|
|
38158
38158
|
/* @__PURE__ */ (0, import_jsx_runtime43.jsx)(import_material43.Typography, { variant: "caption", color: "text.secondary", sx: { fontSize: "0.82rem", textAlign: "center" }, children: "JPG/PNG \u2022 Drag & drop or tap to upload \u2022 Built-in cropper" })
|
|
38159
38159
|
] }),
|
|
38160
38160
|
/* @__PURE__ */ (0, import_jsx_runtime43.jsx)(
|
|
@@ -43449,7 +43449,7 @@ var ProviderTab = () => {
|
|
|
43449
43449
|
] })
|
|
43450
43450
|
] }),
|
|
43451
43451
|
/* @__PURE__ */ (0, import_jsx_runtime49.jsxs)(import_material49.Paper, { sx: { p: 3, bgcolor: "info.main", color: "info.contrastText", borderRadius: 2 }, children: [
|
|
43452
|
-
/* @__PURE__ */ (0, import_jsx_runtime49.jsx)(import_material49.Typography, { variant: "h6", sx: { mb: 1, fontWeight: 600, color: "text.primary" }, children: "
|
|
43452
|
+
/* @__PURE__ */ (0, import_jsx_runtime49.jsx)(import_material49.Typography, { variant: "h6", sx: { mb: 1, fontWeight: 600, color: "text.primary" }, children: "Gateway Provider Recommended" }),
|
|
43453
43453
|
/* @__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." })
|
|
43454
43454
|
] })
|
|
43455
43455
|
] }),
|