@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.
@@ -1383,7 +1383,7 @@ var PersonalitiesTab = ({
1383
1383
  )) })
1384
1384
  ] }),
1385
1385
  /* @__PURE__ */ jsxs2(Box2, { sx: { mb: sectionGap }, children: [
1386
- /* @__PURE__ */ jsx2(Typography2, { variant: "body1", sx: { mb: 2, fontWeight: 600, color: "text.primary" }, children: "\u2728 Formatting Tips" }),
1386
+ /* @__PURE__ */ jsx2(Typography2, { variant: "body1", sx: { mb: 2, fontWeight: 600, color: "text.primary" }, children: "Formatting Tips" }),
1387
1387
  /* @__PURE__ */ jsx2(Typography2, { variant: "body2", sx: { mb: 2, color: "text.secondary" }, children: "Click any tip to add professional formatting to your system prompt:" }),
1388
1388
  /* @__PURE__ */ jsx2(Box2, { sx: { display: "flex", flexWrap: "wrap", gap: 1, mb: 2 }, children: [
1389
1389
  { label: "Be Specific", text: "Always be specific and detailed in your responses.", color: "#2196F3" },
@@ -1551,7 +1551,7 @@ var PersonalitiesTab = ({
1551
1551
  /* @__PURE__ */ jsxs2(Box2, { sx: { mb: 4 }, children: [
1552
1552
  /* @__PURE__ */ jsx2(Typography2, { variant: "body1", sx: { mb: 2, fontWeight: 600, color: "text.primary" }, children: "Select an Avatar" }),
1553
1553
  /* @__PURE__ */ jsx2(Typography2, { variant: "body2", sx: { mb: 2, color: "text.secondary" }, children: "Choose from our curated collection of avatars to give your AI personality a face:" }),
1554
- /* @__PURE__ */ jsx2(Typography2, { variant: "caption", sx: { mb: 1, color: "primary.main", fontWeight: 600, display: "block" }, children: "\u{1F916} Robotic Collection" }),
1554
+ /* @__PURE__ */ jsx2(Typography2, { variant: "caption", sx: { mb: 1, color: "primary.main", fontWeight: 600, display: "block" }, children: "Robotic Collection" }),
1555
1555
  /* @__PURE__ */ jsx2(Box2, { sx: { display: "flex", gap: 2, mb: 3, flexWrap: "wrap" }, children: [
1556
1556
  { label: "Fembot", src: "https://cdn.burtson.ai/avatars/fembot.png" },
1557
1557
  { label: "Dudebot", src: "https://cdn.burtson.ai/avatars/dudebot.png" },
@@ -1628,7 +1628,7 @@ var PersonalitiesTab = ({
1628
1628
  overflow: "hidden"
1629
1629
  }, children: role })
1630
1630
  ] }, label)) }),
1631
- /* @__PURE__ */ jsx2(Typography2, { variant: "caption", sx: { mb: 1, color: "warning.main", fontWeight: 600, display: "block" }, children: "\u{1F4F8} Custom Upload" }),
1631
+ /* @__PURE__ */ jsx2(Typography2, { variant: "caption", sx: { mb: 1, color: "warning.main", fontWeight: 600, display: "block" }, children: "Custom Upload" }),
1632
1632
  /* @__PURE__ */ jsxs2(
1633
1633
  Button2,
1634
1634
  {
@@ -1650,7 +1650,7 @@ var PersonalitiesTab = ({
1650
1650
  width: { xs: "100%", sm: "auto" }
1651
1651
  },
1652
1652
  children: [
1653
- "\u{1F3AF} Upload & Crop Custom Avatar",
1653
+ "Upload & Crop Custom Avatar",
1654
1654
  /* @__PURE__ */ jsx2(
1655
1655
  "input",
1656
1656
  {
@@ -1680,7 +1680,7 @@ var PersonalitiesTab = ({
1680
1680
  }
1681
1681
  ),
1682
1682
  /* @__PURE__ */ jsxs2(Box2, { children: [
1683
- /* @__PURE__ */ jsx2(Typography2, { variant: "body2", sx: { fontWeight: 600, color: "success.main" }, children: "\u2705 Avatar Ready" }),
1683
+ /* @__PURE__ */ jsx2(Typography2, { variant: "body2", sx: { fontWeight: 600, color: "success.main" }, children: "Avatar Ready" }),
1684
1684
  /* @__PURE__ */ jsx2(Typography2, { variant: "caption", color: "text.secondary", children: customAvatarBase64 ? "Custom uploaded image" : "Professional avatar selected" })
1685
1685
  ] })
1686
1686
  ] }),
@@ -1764,7 +1764,7 @@ var PersonalitiesTab = ({
1764
1764
  variant: "h5",
1765
1765
  sx: { fontWeight: 600, color: "primary.main", fontSize: { xs: "1.45rem", md: "1.65rem" } },
1766
1766
  children: [
1767
- "\u{1F4CB} Manage Personalities (",
1767
+ "Manage Personalities (",
1768
1768
  availableModels.length,
1769
1769
  ")"
1770
1770
  ]
@@ -1819,7 +1819,7 @@ var PersonalitiesTab = ({
1819
1819
  }
1820
1820
  ),
1821
1821
  availableModels.length === 0 ? /* @__PURE__ */ jsx2(Card, { sx: { textAlign: "center", py: 8, border: "2px dashed", borderColor: "divider" }, children: /* @__PURE__ */ jsxs2(CardContent, { children: [
1822
- /* @__PURE__ */ jsx2(Typography2, { variant: "body1", sx: { fontWeight: 600, color: "text.primary" }, gutterBottom: true, children: "\u{1F916} No Personalities Yet" }),
1822
+ /* @__PURE__ */ jsx2(Typography2, { variant: "body1", sx: { fontWeight: 600, color: "text.primary" }, gutterBottom: true, children: "No Personalities Yet" }),
1823
1823
  /* @__PURE__ */ jsx2(Typography2, { variant: "body2", color: "text.secondary", paragraph: true, children: "Get started by creating your first custom AI personality or choosing from our templates." }),
1824
1824
  /* @__PURE__ */ jsxs2(Box2, { sx: { display: "flex", gap: 2, justifyContent: "center", flexWrap: "wrap", mt: 3 }, children: [
1825
1825
  /* @__PURE__ */ jsx2(
@@ -1839,7 +1839,7 @@ var PersonalitiesTab = ({
1839
1839
  setPersonalityTabIndex(1);
1840
1840
  },
1841
1841
  sx: { px: { xs: 2.4, md: 3 }, py: { xs: 0.95, md: 1 }, width: { xs: "100%", sm: "auto" } },
1842
- children: "\u2728 Create From Scratch"
1842
+ children: "Create From Scratch"
1843
1843
  }
1844
1844
  ),
1845
1845
  /* @__PURE__ */ jsx2(
@@ -1849,7 +1849,7 @@ var PersonalitiesTab = ({
1849
1849
  color: "primary",
1850
1850
  onClick: () => setPersonalityTabIndex(0),
1851
1851
  sx: { px: { xs: 2.4, md: 3 }, py: { xs: 0.95, md: 1 }, width: { xs: "100%", sm: "auto" } },
1852
- children: "\u{1F3AD} Browse Templates"
1852
+ children: "Browse Templates"
1853
1853
  }
1854
1854
  )
1855
1855
  ] })
@@ -3873,8 +3873,8 @@ var BrandingTab = ({
3873
3873
  }
3874
3874
  }
3875
3875
  ),
3876
- /* @__PURE__ */ jsx5(Typography5, { variant: "body2", color: logoBase64 ? "success.main" : "info.main", sx: { fontWeight: 600, fontSize: "0.85rem" }, children: logoBase64 ? "\u2713 Custom Logo" : "Default Logo" }),
3877
- !logoBase64 && /* @__PURE__ */ jsx5(Typography5, { variant: "caption", color: "text.secondary", sx: { fontSize: "0.75rem", textAlign: "center" }, children: "\u{1F3AF} Click to upload & crop your logo" })
3876
+ /* @__PURE__ */ jsx5(Typography5, { variant: "body2", color: logoBase64 ? "success.main" : "info.main", sx: { fontWeight: 600, fontSize: "0.85rem" }, children: logoBase64 ? "Custom Logo" : "Default Logo" }),
3877
+ !logoBase64 && /* @__PURE__ */ jsx5(Typography5, { variant: "caption", color: "text.secondary", sx: { fontSize: "0.75rem", textAlign: "center" }, children: "Click to upload & crop your logo" })
3878
3878
  ] }) }) : /* @__PURE__ */ jsxs5(Box5, { sx: { display: "flex", flexDirection: "column", alignItems: "center", gap: 1 }, children: [
3879
3879
  /* @__PURE__ */ jsx5(
3880
3880
  UploadIcon,
@@ -3887,7 +3887,7 @@ var BrandingTab = ({
3887
3887
  }
3888
3888
  }
3889
3889
  ),
3890
- /* @__PURE__ */ jsx5(Typography5, { variant: "body2", color: "text.primary", sx: { fontSize: "1rem" }, children: dragOver ? "Drop here" : "\u{1F3AF} Upload & Crop Logo" }),
3890
+ /* @__PURE__ */ jsx5(Typography5, { variant: "body2", color: "text.primary", sx: { fontSize: "1rem" }, children: dragOver ? "Drop here" : "Upload & Crop Logo" }),
3891
3891
  /* @__PURE__ */ jsx5(Typography5, { 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" })
3892
3892
  ] }),
3893
3893
  /* @__PURE__ */ jsx5(
@@ -9249,7 +9249,7 @@ var ProviderTab = () => {
9249
9249
  ] })
9250
9250
  ] }),
9251
9251
  /* @__PURE__ */ jsxs11(Paper5, { sx: { p: 3, bgcolor: "info.main", color: "info.contrastText", borderRadius: 2 }, children: [
9252
- /* @__PURE__ */ jsx11(Typography10, { variant: "h6", sx: { mb: 1, fontWeight: 600, color: "text.primary" }, children: "\u{1F680} Gateway Provider Recommended" }),
9252
+ /* @__PURE__ */ jsx11(Typography10, { variant: "h6", sx: { mb: 1, fontWeight: 600, color: "text.primary" }, children: "Gateway Provider Recommended" }),
9253
9253
  /* @__PURE__ */ jsx11(Typography10, { 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." })
9254
9254
  ] })
9255
9255
  ] }),
@@ -11107,4 +11107,4 @@ export {
11107
11107
  useGatewayMemory,
11108
11108
  management_default
11109
11109
  };
11110
- //# sourceMappingURL=chunk-GQHA7AIS.mjs.map
11110
+ //# sourceMappingURL=chunk-AVKPFP2F.mjs.map