@burtson-labs/bandit-engine 2.0.77 → 2.0.78

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.
@@ -24,7 +24,7 @@ import {
24
24
  useNotificationService,
25
25
  useTTS,
26
26
  useVoiceStore
27
- } from "./chunk-6DY7W4NK.mjs";
27
+ } from "./chunk-57L7TXB6.mjs";
28
28
  import {
29
29
  brandingService_default,
30
30
  toTitleCase,
@@ -2803,4 +2803,4 @@ export {
2803
2803
  MAX_WINDOWED_HEIGHT,
2804
2804
  chat_modal_default
2805
2805
  };
2806
- //# sourceMappingURL=chunk-JURUEF52.mjs.map
2806
+ //# sourceMappingURL=chunk-5DSDARPR.mjs.map
@@ -1,6 +1,6 @@
1
1
  import {
2
2
  StreamingMarkdown_default
3
- } from "./chunk-U633CJBV.mjs";
3
+ } from "./chunk-YYYEMVBV.mjs";
4
4
  import {
5
5
  aiProviderInitService
6
6
  } from "./chunk-6ITUH375.mjs";
@@ -14,7 +14,7 @@ import {
14
14
  } from "./chunk-3LT77723.mjs";
15
15
  import {
16
16
  chat_modal_default
17
- } from "./chunk-JURUEF52.mjs";
17
+ } from "./chunk-5DSDARPR.mjs";
18
18
  import {
19
19
  AddIcon,
20
20
  ArchiveIcon,
@@ -82,10 +82,11 @@ import {
82
82
  ZoomOutIcon,
83
83
  banditDarkTheme,
84
84
  knowledge_file_modal_default,
85
+ memory_modal_default,
85
86
  predefinedThemes,
86
87
  useNotificationService,
87
88
  useVoiceStore
88
- } from "./chunk-6DY7W4NK.mjs";
89
+ } from "./chunk-57L7TXB6.mjs";
89
90
  import {
90
91
  TOPICS,
91
92
  authenticationService,
@@ -2230,6 +2231,7 @@ var PreferencesTab = ({
2230
2231
  const [syncToggleLoading, setSyncToggleLoading] = useState3(false);
2231
2232
  const [manualSyncLoading, setManualSyncLoading] = useState3(false);
2232
2233
  const [advancedVectorToggleLoading, setAdvancedVectorToggleLoading] = useState3(false);
2234
+ const [memoryModalOpen, setMemoryModalOpen] = useState3(false);
2233
2235
  const timeoutRef = useRef2(null);
2234
2236
  const fileInputRef = useRef2(null);
2235
2237
  const { exportPreferences, importPreferences, resetToDefaults } = usePreferencesStore();
@@ -2789,6 +2791,10 @@ var PreferencesTab = ({
2789
2791
  ] })
2790
2792
  }
2791
2793
  ),
2794
+ preferences.memoryEnabled && /* @__PURE__ */ jsxs3(Box3, { sx: { pl: { xs: 0, sm: 6 }, mt: -0.5, mb: 0.5 }, children: [
2795
+ /* @__PURE__ */ jsx3(Button3, { size: "small", variant: "outlined", onClick: () => setMemoryModalOpen(true), children: "Manage memories" }),
2796
+ /* @__PURE__ */ jsx3(memory_modal_default, { open: memoryModalOpen, onClose: () => setMemoryModalOpen(false) })
2797
+ ] }),
2792
2798
  /* @__PURE__ */ jsx3(
2793
2799
  FormControlLabel,
2794
2800
  {
@@ -9735,7 +9741,7 @@ var MCPToolsTabV2_default = MCPToolsTabV2;
9735
9741
 
9736
9742
  // src/management/management.tsx
9737
9743
  import { jsx as jsx14, jsxs as jsxs14 } from "react/jsx-runtime";
9738
- var preloadChatPage = () => import("./chat-ZIHCX6ES.mjs");
9744
+ var preloadChatPage = () => import("./chat-C2C5VSLI.mjs");
9739
9745
  var buildCapabilitiesUrl = (gatewayApiUrl) => {
9740
9746
  const trimmed = gatewayApiUrl.replace(/\/$/, "");
9741
9747
  if (trimmed.endsWith("/api")) {
@@ -11101,4 +11107,4 @@ export {
11101
11107
  useGatewayMemory,
11102
11108
  management_default
11103
11109
  };
11104
- //# sourceMappingURL=chunk-V6HSZK5B.mjs.map
11110
+ //# sourceMappingURL=chunk-UDSKWLDG.mjs.map