@datatechsolutions/ui 2.11.38 → 2.11.40

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.
Files changed (47) hide show
  1. package/dist/anthropic-2KBFBWYV.svg +1 -0
  2. package/dist/astrlabe/index.js +172 -158
  3. package/dist/astrlabe/index.js.map +1 -1
  4. package/dist/astrlabe/index.mjs +35 -21
  5. package/dist/astrlabe/index.mjs.map +1 -1
  6. package/dist/astrlabe/workflow-canvas.js +4 -4
  7. package/dist/astrlabe/workflow-canvas.mjs +3 -3
  8. package/dist/aws-UCNBZKSZ.svg +8 -0
  9. package/dist/bigquery-NJ6CXI6A.svg +3 -0
  10. package/dist/{chunk-4RCCAZMR.mjs → chunk-26YD2PZA.mjs} +51 -5
  11. package/dist/chunk-26YD2PZA.mjs.map +1 -0
  12. package/dist/{chunk-TE4XMF4F.js → chunk-DKJEMRZF.js} +105 -50
  13. package/dist/chunk-DKJEMRZF.js.map +1 -0
  14. package/dist/{chunk-MDD6H63O.mjs → chunk-DNGI4ASL.mjs} +3 -3
  15. package/dist/{chunk-MDD6H63O.mjs.map → chunk-DNGI4ASL.mjs.map} +1 -1
  16. package/dist/{chunk-2IOPJ5BM.js → chunk-KEUOCEOO.js} +3 -3
  17. package/dist/{chunk-2IOPJ5BM.js.map → chunk-KEUOCEOO.js.map} +1 -1
  18. package/dist/clickhouse-AX7XHQBT.svg +1 -0
  19. package/dist/duckdb-CXAYI3ZI.svg +1 -0
  20. package/dist/elasticsearch-OU7F6BUJ.svg +3 -0
  21. package/dist/google-gemini-CVCHE4E2.svg +1 -0
  22. package/dist/index.js +718 -718
  23. package/dist/index.mjs +2 -2
  24. package/dist/meta-EQ5RQLUY.svg +1 -0
  25. package/dist/mongodb-URDFTXPT.svg +2 -0
  26. package/dist/mysql-FVY4Z77S.svg +2 -0
  27. package/dist/openai-GLI5I2PL.svg +2 -0
  28. package/dist/postgres-HNTH3LSP.svg +16 -0
  29. package/dist/redis-ROJIVLPW.svg +28 -0
  30. package/dist/snowflake-VKC5HXDS.svg +3 -0
  31. package/package.json +1 -1
  32. package/src/brand/logos/datasources/bigquery.svg +3 -0
  33. package/src/brand/logos/datasources/clickhouse.svg +1 -0
  34. package/src/brand/logos/datasources/duckdb.svg +1 -0
  35. package/src/brand/logos/datasources/elasticsearch.svg +3 -0
  36. package/src/brand/logos/datasources/mongodb.svg +2 -0
  37. package/src/brand/logos/datasources/mysql.svg +2 -0
  38. package/src/brand/logos/datasources/postgres.svg +16 -0
  39. package/src/brand/logos/datasources/redis.svg +28 -0
  40. package/src/brand/logos/datasources/snowflake.svg +3 -0
  41. package/src/brand/logos/providers/anthropic.svg +1 -0
  42. package/src/brand/logos/providers/aws.svg +8 -0
  43. package/src/brand/logos/providers/google-gemini.svg +1 -0
  44. package/src/brand/logos/providers/meta.svg +1 -0
  45. package/src/brand/logos/providers/openai.svg +2 -0
  46. package/dist/chunk-4RCCAZMR.mjs.map +0 -1
  47. package/dist/chunk-TE4XMF4F.js.map +0 -1
@@ -1,14 +1,14 @@
1
1
  "use client";
2
2
  'use strict';
3
3
 
4
- var chunkTE4XMF4F_js = require('../chunk-TE4XMF4F.js');
5
- var chunk2IOPJ5BM_js = require('../chunk-2IOPJ5BM.js');
6
- require('../chunk-UZ3CMNUJ.js');
4
+ require('../chunk-55H6WZQP.js');
5
+ var chunk3GE3MBUZ_js = require('../chunk-3GE3MBUZ.js');
6
+ var chunkDKJEMRZF_js = require('../chunk-DKJEMRZF.js');
7
+ var chunkKEUOCEOO_js = require('../chunk-KEUOCEOO.js');
7
8
  var chunkYXN2K77G_js = require('../chunk-YXN2K77G.js');
8
9
  require('../chunk-S7KHTUHA.js');
9
- require('../chunk-55H6WZQP.js');
10
+ require('../chunk-UZ3CMNUJ.js');
10
11
  var chunkP4YYEM4B_js = require('../chunk-P4YYEM4B.js');
11
- var chunk3GE3MBUZ_js = require('../chunk-3GE3MBUZ.js');
12
12
  var chunkPWBWP5FJ_js = require('../chunk-PWBWP5FJ.js');
13
13
  var react = require('react');
14
14
  var outline = require('@heroicons/react/24/outline');
@@ -83,7 +83,7 @@ function OutputCard({ label, value }) {
83
83
  function AgentProfileHeader({ agent, models, t, selectedModelId, setSelectedModelId, selectedFramework, temperature, setTemperature, elo, setElo, onChanged }) {
84
84
  const modelName = models.find((model) => model.id === selectedModelId)?.name ?? selectedModelId ?? "\u2014";
85
85
  const avatarUrl = agent.avatar;
86
- const frameworkMeta = chunkTE4XMF4F_js.getFrameworkMeta(selectedFramework);
86
+ const frameworkMeta = chunkDKJEMRZF_js.getFrameworkMeta(selectedFramework);
87
87
  const tierInfo = getEloTier(elo);
88
88
  const difficultyConfig = {
89
89
  beginner: { color: "bg-cyan-100 text-cyan-700 dark:bg-cyan-900/30 dark:text-cyan-400", labelKey: "agentDrawer.tierBeginner" },
@@ -359,13 +359,13 @@ function AgentCapabilityCard({ elo, setElo, models, selectedModelId, setSelected
359
359
  ] });
360
360
  }
361
361
  function ConfigTab({ models, t, selectedModelId, setSelectedModelId, selectedFramework, setSelectedFramework, markDirty, connectedProviderTypes }) {
362
- const frameworkKeys = Object.keys(chunkTE4XMF4F_js.FRAMEWORK_META);
362
+ const frameworkKeys = Object.keys(chunkDKJEMRZF_js.FRAMEWORK_META);
363
363
  const hasProviderConstraints = connectedProviderTypes.length > 0;
364
- const compatibleModels = chunkTE4XMF4F_js.getCompatibleModels(models, selectedFramework);
364
+ const compatibleModels = chunkDKJEMRZF_js.getCompatibleModels(models, selectedFramework);
365
365
  const handleFrameworkChange = react.useCallback((newFramework) => {
366
366
  setSelectedFramework(newFramework);
367
- if (!chunkTE4XMF4F_js.isModelCompatibleWithFramework(selectedModelId, newFramework)) {
368
- const compatible = chunkTE4XMF4F_js.getCompatibleModels(models, newFramework);
367
+ if (!chunkDKJEMRZF_js.isModelCompatibleWithFramework(selectedModelId, newFramework)) {
368
+ const compatible = chunkDKJEMRZF_js.getCompatibleModels(models, newFramework);
369
369
  if (compatible.length > 0) {
370
370
  setSelectedModelId(compatible[0].id);
371
371
  }
@@ -376,10 +376,10 @@ function ConfigTab({ models, t, selectedModelId, setSelectedModelId, selectedFra
376
376
  /* @__PURE__ */ jsxRuntime.jsxs("div", { children: [
377
377
  /* @__PURE__ */ jsxRuntime.jsx("label", { className: "mb-2 block text-xs font-medium text-gray-500 dark:text-gray-400", children: t("agentDrawer.framework") }),
378
378
  /* @__PURE__ */ jsxRuntime.jsx("div", { className: "flex flex-wrap gap-1.5", children: frameworkKeys.map((key) => {
379
- const meta = chunkTE4XMF4F_js.FRAMEWORK_META[key];
379
+ const meta = chunkDKJEMRZF_js.FRAMEWORK_META[key];
380
380
  const isSelected = key === selectedFramework;
381
- const compatCount = chunkTE4XMF4F_js.getCompatibleModels(models, key).length;
382
- const isCompatibleWithProviders = !hasProviderConstraints || chunkTE4XMF4F_js.isFrameworkCompatibleWithProviders(key, connectedProviderTypes);
381
+ const compatCount = chunkDKJEMRZF_js.getCompatibleModels(models, key).length;
382
+ const isCompatibleWithProviders = !hasProviderConstraints || chunkDKJEMRZF_js.isFrameworkCompatibleWithProviders(key, connectedProviderTypes);
383
383
  return /* @__PURE__ */ jsxRuntime.jsxs(
384
384
  "button",
385
385
  {
@@ -411,7 +411,7 @@ function ConfigTab({ models, t, selectedModelId, setSelectedModelId, selectedFra
411
411
  ] }),
412
412
  /* @__PURE__ */ jsxRuntime.jsx("div", { className: "grid grid-cols-2 gap-2", children: models.map((model) => {
413
413
  const isSelected = model.id === selectedModelId;
414
- const isCompatible = chunkTE4XMF4F_js.isModelCompatibleWithFramework(model.id, selectedFramework);
414
+ const isCompatible = chunkDKJEMRZF_js.isModelCompatibleWithFramework(model.id, selectedFramework);
415
415
  const { IconComponent, color, providerLabel } = getModelIcon(model.id);
416
416
  return /* @__PURE__ */ jsxRuntime.jsxs(
417
417
  "button",
@@ -510,7 +510,7 @@ function PromptTab({ agent, temperature, setTemperature, markDirty, t }) {
510
510
  ] });
511
511
  }
512
512
  function ResultsTab({ agentId, t }) {
513
- const nodeResults = chunkTE4XMF4F_js.useWorkflowStore((state) => state.nodeResults);
513
+ const nodeResults = chunkDKJEMRZF_js.useWorkflowStore((state) => state.nodeResults);
514
514
  const agentResult = react.useMemo(() => {
515
515
  return nodeResults[agentId] ?? null;
516
516
  }, [nodeResults, agentId]);
@@ -600,10 +600,10 @@ function ModelsTab({ modelProviders, selectedProviderId, onSelectProvider, model
600
600
  const providerModels = modelsByProvider.find((p) => p.provider.id === selectedProviderId);
601
601
  if (!providerModels || providerModels.models.length === 0) return /* @__PURE__ */ jsxRuntime.jsx("p", { className: "text-xs text-gray-400 dark:text-gray-500", children: t("agentDrawer.noModelsForProvider") });
602
602
  const compatibleModels = providerModels.models.filter(
603
- (m) => chunkTE4XMF4F_js.isModelCompatibleWithFramework(m.id, agentFramework)
603
+ (m) => chunkDKJEMRZF_js.isModelCompatibleWithFramework(m.id, agentFramework)
604
604
  );
605
605
  const incompatibleModels = providerModels.models.filter(
606
- (m) => !chunkTE4XMF4F_js.isModelCompatibleWithFramework(m.id, agentFramework)
606
+ (m) => !chunkDKJEMRZF_js.isModelCompatibleWithFramework(m.id, agentFramework)
607
607
  );
608
608
  return /* @__PURE__ */ jsxRuntime.jsxs("div", { children: [
609
609
  /* @__PURE__ */ jsxRuntime.jsx("label", { className: "mb-2 block text-xs font-medium text-gray-500 dark:text-gray-400", children: t("agentDrawer.selectModel") }),
@@ -676,7 +676,7 @@ function ToolsTab({ agentTools, enabledToolIds, onToggle, agentFramework, t }) {
676
676
  ] }),
677
677
  tool.description && /* @__PURE__ */ jsxRuntime.jsx("p", { className: "truncate text-[10px] text-gray-400 dark:text-gray-500", children: tool.description }),
678
678
  tool.compatibleFrameworks && tool.compatibleFrameworks.length > 0 && /* @__PURE__ */ jsxRuntime.jsx("div", { className: "mt-1 flex flex-wrap gap-0.5", children: tool.compatibleFrameworks.map((framework) => {
679
- const meta = chunkTE4XMF4F_js.getFrameworkMeta(framework);
679
+ const meta = chunkDKJEMRZF_js.getFrameworkMeta(framework);
680
680
  const isCurrentFw = framework === agentFramework;
681
681
  return /* @__PURE__ */ jsxRuntime.jsxs("span", { className: `inline-flex items-center gap-0.5 rounded px-1.5 py-0.5 text-[8px] font-medium ${isCurrentFw ? meta.badgeColor : "bg-gray-100 text-gray-500 dark:bg-white/5 dark:text-gray-400"}`, children: [
682
682
  /* @__PURE__ */ jsxRuntime.jsx(meta.IconComponent, { className: "h-2.5 w-2.5" }),
@@ -693,7 +693,7 @@ function ToolsTab({ agentTools, enabledToolIds, onToggle, agentFramework, t }) {
693
693
  event.stopPropagation();
694
694
  },
695
695
  children: /* @__PURE__ */ jsxRuntime.jsx(
696
- chunk2IOPJ5BM_js.ToggleSwitch,
696
+ chunkKEUOCEOO_js.ToggleSwitch,
697
697
  {
698
698
  checked: isEnabled,
699
699
  onChange: () => onToggle(tool.agentToolId),
@@ -714,9 +714,9 @@ function ToolsTab({ agentTools, enabledToolIds, onToggle, agentFramework, t }) {
714
714
  }
715
715
  function AgentModal({ onSaved }) {
716
716
  const t = chunkYXN2K77G_js.useTranslations("agents.workflow");
717
- const activeModal = chunkTE4XMF4F_js.useModalStore((s) => s.activeModal);
718
- const agentData = chunkTE4XMF4F_js.useModalStore((s) => s.agentData);
719
- const closeModal = chunkTE4XMF4F_js.useModalStore((s) => s.closeModal);
717
+ const activeModal = chunkDKJEMRZF_js.useModalStore((s) => s.activeModal);
718
+ const agentData = chunkDKJEMRZF_js.useModalStore((s) => s.agentData);
719
+ const closeModal = chunkDKJEMRZF_js.useModalStore((s) => s.closeModal);
720
720
  const open = activeModal === "agent";
721
721
  const agent = agentData?.agent ?? null;
722
722
  const models = agentData?.models ?? [];
@@ -791,7 +791,7 @@ function AgentModal({ onSaved }) {
791
791
  )
792
792
  ] });
793
793
  return /* @__PURE__ */ jsxRuntime.jsxs(
794
- chunk2IOPJ5BM_js.GlassModal,
794
+ chunkKEUOCEOO_js.GlassModal,
795
795
  {
796
796
  open,
797
797
  onClose: handleClose,
@@ -943,7 +943,7 @@ function SubworkflowModal({ onSaved, onMaximize }) {
943
943
  const markDirty = useSubworkflowStore((s) => s.markDirty);
944
944
  const markSaved = useSubworkflowStore((s) => s.markSaved);
945
945
  const closeModal = useSubworkflowStore((s) => s.closeModal);
946
- const agentBehind = chunkTE4XMF4F_js.useModalStore((s) => s.activeModal === "agent" ? s.agentData?.agent?.name : null);
946
+ const agentBehind = chunkDKJEMRZF_js.useModalStore((s) => s.activeModal === "agent" ? s.agentData?.agent?.name : null);
947
947
  const isCreateMode = !tool?.toolId;
948
948
  const initialGraph = react.useMemo(() => {
949
949
  const config = tool?.config;
@@ -972,9 +972,9 @@ function SubworkflowModal({ onSaved, onMaximize }) {
972
972
  }, [tool, onSaved, name, category, description, timeoutMs, latestGraphRef, markSaved]);
973
973
  if (!tool) return null;
974
974
  const categoryKey = category ?? "external";
975
- const gradient = tool.color ?? chunkTE4XMF4F_js.CATEGORY_COLORS[categoryKey] ?? chunkTE4XMF4F_js.CATEGORY_COLORS.external;
976
- const categoryPill = chunkTE4XMF4F_js.CATEGORY_PILL_COLORS[categoryKey] ?? chunkTE4XMF4F_js.CATEGORY_PILL_COLORS.external;
977
- const IconComponent = chunkTE4XMF4F_js.ICON_MAP[tool.icon ?? ""] ?? outline.ArrowPathRoundedSquareIcon;
975
+ const gradient = tool.color ?? chunkDKJEMRZF_js.CATEGORY_COLORS[categoryKey] ?? chunkDKJEMRZF_js.CATEGORY_COLORS.external;
976
+ const categoryPill = chunkDKJEMRZF_js.CATEGORY_PILL_COLORS[categoryKey] ?? chunkDKJEMRZF_js.CATEGORY_PILL_COLORS.external;
977
+ const IconComponent = chunkDKJEMRZF_js.ICON_MAP[tool.icon ?? ""] ?? outline.ArrowPathRoundedSquareIcon;
978
978
  const graph = latestGraphRef.current;
979
979
  const startNode = graph.nodes.find((n) => n.type === "start");
980
980
  const endNode = graph.nodes.find((n) => n.type === "end");
@@ -1007,7 +1007,7 @@ function SubworkflowModal({ onSaved, onMaximize }) {
1007
1007
  ] })
1008
1008
  ] });
1009
1009
  return /* @__PURE__ */ jsxRuntime.jsx(
1010
- chunk2IOPJ5BM_js.GlassModal,
1010
+ chunkKEUOCEOO_js.GlassModal,
1011
1011
  {
1012
1012
  open,
1013
1013
  onClose: closeModal,
@@ -1039,7 +1039,7 @@ function SubworkflowModal({ onSaved, onMaximize }) {
1039
1039
  {
1040
1040
  type: "button",
1041
1041
  onClick: () => setCategory(cat),
1042
- className: `rounded-full px-2 py-1 text-[9px] font-semibold transition-all ${cat === category ? `${chunkTE4XMF4F_js.CATEGORY_PILL_COLORS[cat] ?? chunkTE4XMF4F_js.CATEGORY_PILL_COLORS.external} ring-1 ring-current/20` : "bg-white/30 text-gray-500 hover:bg-white/50 dark:bg-white/5 dark:text-gray-400"}`,
1042
+ className: `rounded-full px-2 py-1 text-[9px] font-semibold transition-all ${cat === category ? `${chunkDKJEMRZF_js.CATEGORY_PILL_COLORS[cat] ?? chunkDKJEMRZF_js.CATEGORY_PILL_COLORS.external} ring-1 ring-current/20` : "bg-white/30 text-gray-500 hover:bg-white/50 dark:bg-white/5 dark:text-gray-400"}`,
1043
1043
  children: cat
1044
1044
  },
1045
1045
  cat
@@ -1126,7 +1126,7 @@ function SubworkflowModal({ onSaved, onMaximize }) {
1126
1126
  /* @__PURE__ */ jsxRuntime.jsx("div", { className: "mt-auto" })
1127
1127
  ] }),
1128
1128
  /* @__PURE__ */ jsxRuntime.jsx("div", { className: "flex-1", children: /* @__PURE__ */ jsxRuntime.jsx(
1129
- chunkTE4XMF4F_js.WorkflowCanvas,
1129
+ chunkDKJEMRZF_js.WorkflowCanvas,
1130
1130
  {
1131
1131
  initialGraph,
1132
1132
  agents: [],
@@ -1163,7 +1163,7 @@ function WorkspaceModal({
1163
1163
  }) {
1164
1164
  const resolvedSize = LEGACY_WIDTH_MAP[maxWidth] ?? maxWidth;
1165
1165
  return /* @__PURE__ */ jsxRuntime.jsxs(
1166
- chunk2IOPJ5BM_js.GlassModal,
1166
+ chunkKEUOCEOO_js.GlassModal,
1167
1167
  {
1168
1168
  open,
1169
1169
  onClose,
@@ -1184,9 +1184,9 @@ function WorkspaceModal({
1184
1184
  }
1185
1185
  function PipelineSettingsModal({ onSave }) {
1186
1186
  const t = chunkYXN2K77G_js.useTranslations("agents.workflow");
1187
- const activeModal = chunkTE4XMF4F_js.useModalStore((s) => s.activeModal);
1188
- const data = chunkTE4XMF4F_js.useModalStore((s) => s.pipelineSettingsData);
1189
- const closeModal = chunkTE4XMF4F_js.useModalStore((s) => s.closeModal);
1187
+ const activeModal = chunkDKJEMRZF_js.useModalStore((s) => s.activeModal);
1188
+ const data = chunkDKJEMRZF_js.useModalStore((s) => s.pipelineSettingsData);
1189
+ const closeModal = chunkDKJEMRZF_js.useModalStore((s) => s.closeModal);
1190
1190
  const open = activeModal === "pipeline-settings";
1191
1191
  const [nameValue, setNameValue] = react.useState("");
1192
1192
  const [descriptionValue, setDescriptionValue] = react.useState("");
@@ -1221,7 +1221,7 @@ function PipelineSettingsModal({ onSave }) {
1221
1221
  }
1222
1222
  ),
1223
1223
  /* @__PURE__ */ jsxRuntime.jsxs(
1224
- chunk2IOPJ5BM_js.Button,
1224
+ chunkKEUOCEOO_js.Button,
1225
1225
  {
1226
1226
  type: "submit",
1227
1227
  form: "pipeline-settings-form",
@@ -1236,7 +1236,7 @@ function PipelineSettingsModal({ onSave }) {
1236
1236
  )
1237
1237
  ] });
1238
1238
  return /* @__PURE__ */ jsxRuntime.jsx(
1239
- chunk2IOPJ5BM_js.GlassModal,
1239
+ chunkKEUOCEOO_js.GlassModal,
1240
1240
  {
1241
1241
  open,
1242
1242
  onClose: closeModal,
@@ -1250,7 +1250,7 @@ function PipelineSettingsModal({ onSave }) {
1250
1250
  onSubmit: handleSubmit,
1251
1251
  children: /* @__PURE__ */ jsxRuntime.jsxs("form", { id: "pipeline-settings-form", onSubmit: handleSubmit, className: "space-y-6", children: [
1252
1252
  /* @__PURE__ */ jsxRuntime.jsx(
1253
- chunk2IOPJ5BM_js.FormInput,
1253
+ chunkKEUOCEOO_js.FormInput,
1254
1254
  {
1255
1255
  label: t("pipelineName"),
1256
1256
  value: nameValue,
@@ -1260,7 +1260,7 @@ function PipelineSettingsModal({ onSave }) {
1260
1260
  }
1261
1261
  ),
1262
1262
  /* @__PURE__ */ jsxRuntime.jsx(
1263
- chunk2IOPJ5BM_js.FormTextarea,
1263
+ chunkKEUOCEOO_js.FormTextarea,
1264
1264
  {
1265
1265
  label: t("pipelineDescription"),
1266
1266
  value: descriptionValue,
@@ -1273,17 +1273,31 @@ function PipelineSettingsModal({ onSave }) {
1273
1273
  }
1274
1274
  );
1275
1275
  }
1276
- var SI2 = (slug, color) => `https://cdn.simpleicons.org/${slug}/${color}`;
1276
+
1277
+ // src/brand/logos/providers/anthropic.svg
1278
+ var anthropic_default = "../anthropic-2KBFBWYV.svg";
1279
+
1280
+ // src/brand/logos/providers/aws.svg
1281
+ var aws_default = "../aws-UCNBZKSZ.svg";
1282
+
1283
+ // src/brand/logos/providers/google-gemini.svg
1284
+ var google_gemini_default = "../google-gemini-CVCHE4E2.svg";
1285
+
1286
+ // src/brand/logos/providers/openai.svg
1287
+ var openai_default = "../openai-GLI5I2PL.svg";
1288
+
1289
+ // src/brand/logos/providers/meta.svg
1290
+ var meta_default = "../meta-EQ5RQLUY.svg";
1277
1291
  var DATASOURCE_LOGOS = {
1278
- bigquery: "https://www.svgrepo.com/show/375546/bigquery.svg",
1279
- postgres: "https://www.svgrepo.com/show/354200/postgresql.svg",
1280
- snowflake: "https://www.svgrepo.com/show/354381/snowflake-icon.svg",
1281
- mongodb: "https://www.svgrepo.com/show/373845/mongo.svg",
1282
- redis: "https://www.svgrepo.com/show/354272/redis.svg",
1283
- mysql: "https://www.svgrepo.com/show/373848/mysql.svg",
1284
- clickhouse: SI2("clickhouse", "FFCC01"),
1285
- elasticsearch: "https://www.svgrepo.com/show/353735/elasticsearch.svg",
1286
- duckdb: SI2("duckdb", "FFF000")
1292
+ bigquery: chunkDKJEMRZF_js.bigquery_default,
1293
+ postgres: chunkDKJEMRZF_js.postgres_default,
1294
+ snowflake: chunkDKJEMRZF_js.snowflake_default,
1295
+ mongodb: chunkDKJEMRZF_js.mongodb_default,
1296
+ redis: chunkDKJEMRZF_js.redis_default,
1297
+ mysql: chunkDKJEMRZF_js.mysql_default,
1298
+ clickhouse: chunkDKJEMRZF_js.clickhouse_default,
1299
+ elasticsearch: chunkDKJEMRZF_js.elasticsearch_default,
1300
+ duckdb: chunkDKJEMRZF_js.duckdb_default
1287
1301
  };
1288
1302
  function getDatasourceLogo(entityId) {
1289
1303
  const lower = entityId.toLowerCase();
@@ -1293,11 +1307,11 @@ function getDatasourceLogo(entityId) {
1293
1307
  return null;
1294
1308
  }
1295
1309
  var PROVIDER_LOGOS2 = {
1296
- anthropic: SI2("anthropic", "D4A27F"),
1297
- amazon: "https://www.svgrepo.com/show/448266/aws.svg",
1298
- google: SI2("googlegemini", "8E75B2"),
1299
- openai: "https://www.svgrepo.com/show/306500/openai.svg",
1300
- meta: SI2("meta", "0668E1")
1310
+ anthropic: anthropic_default,
1311
+ amazon: aws_default,
1312
+ google: google_gemini_default,
1313
+ openai: openai_default,
1314
+ meta: meta_default
1301
1315
  };
1302
1316
  function onDragStart(event, nodeType, entityId, label, config) {
1303
1317
  event.dataTransfer.setData("nodeType", nodeType);
@@ -1395,8 +1409,8 @@ function CollapsibleSection({ title, icon, colorClass, defaultOpen = true, count
1395
1409
  ] });
1396
1410
  }
1397
1411
  function LogicNodeItemCard({ item, translationFunction }) {
1398
- const IconComponent = chunkTE4XMF4F_js.LOGIC_ICON_MAP[item.nodeType];
1399
- const gradient = chunkTE4XMF4F_js.LOGIC_NODE_GRADIENTS[item.nodeType] ?? "from-gray-400 to-gray-500";
1412
+ const IconComponent = chunkDKJEMRZF_js.LOGIC_ICON_MAP[item.nodeType];
1413
+ const gradient = chunkDKJEMRZF_js.LOGIC_NODE_GRADIENTS[item.nodeType] ?? "from-gray-400 to-gray-500";
1400
1414
  const defaultConfig = chunkPWBWP5FJ_js.createDefaultLogicNodeConfig(item.nodeType);
1401
1415
  const configJson = defaultConfig ? JSON.stringify(defaultConfig) : void 0;
1402
1416
  return /* @__PURE__ */ jsxRuntime.jsxs(
@@ -1562,7 +1576,7 @@ function NodePalette({ agents, tools, agentTools = [], rules, entities = [], mod
1562
1576
  /* @__PURE__ */ jsxRuntime.jsx("p", { className: "truncate text-[10px] text-gray-400 dark:text-gray-500", children: tool.category })
1563
1577
  ] }),
1564
1578
  /* @__PURE__ */ jsxRuntime.jsx(
1565
- chunk2IOPJ5BM_js.ToggleSwitch,
1579
+ chunkKEUOCEOO_js.ToggleSwitch,
1566
1580
  {
1567
1581
  checked: Boolean(tool.enabled),
1568
1582
  onChange: () => {
@@ -1603,7 +1617,7 @@ function NodePalette({ agents, tools, agentTools = [], rules, entities = [], mod
1603
1617
  ] })
1604
1618
  ] }),
1605
1619
  /* @__PURE__ */ jsxRuntime.jsx(
1606
- chunk2IOPJ5BM_js.ToggleSwitch,
1620
+ chunkKEUOCEOO_js.ToggleSwitch,
1607
1621
  {
1608
1622
  checked: Boolean(rule.enabled),
1609
1623
  onChange: () => {
@@ -1639,8 +1653,8 @@ function NodePalette({ agents, tools, agentTools = [], rules, entities = [], mod
1639
1653
  limit: entity.defaultLimit
1640
1654
  });
1641
1655
  const dsLogo = getDatasourceLogo(entity.id);
1642
- const EntityIcon = chunkTE4XMF4F_js.getEntityIcon(entity.id);
1643
- const entityGradient = chunkTE4XMF4F_js.getEntityGradient(entity.id);
1656
+ const EntityIcon = chunkDKJEMRZF_js.getEntityIcon(entity.id);
1657
+ const entityGradient = chunkDKJEMRZF_js.getEntityGradient(entity.id);
1644
1658
  return /* @__PURE__ */ jsxRuntime.jsxs(
1645
1659
  "div",
1646
1660
  {
@@ -1660,7 +1674,7 @@ function NodePalette({ agents, tools, agentTools = [], rules, entities = [], mod
1660
1674
  /* @__PURE__ */ jsxRuntime.jsxs("div", { className: "flex items-center gap-2", children: [
1661
1675
  /* @__PURE__ */ jsxRuntime.jsx("span", { className: "rounded-full bg-slate-100 px-1.5 py-0.5 text-[9px] font-medium text-slate-600 dark:bg-white/10 dark:text-slate-300", children: "Read only" }),
1662
1676
  /* @__PURE__ */ jsxRuntime.jsx(
1663
- chunk2IOPJ5BM_js.ToggleSwitch,
1677
+ chunkKEUOCEOO_js.ToggleSwitch,
1664
1678
  {
1665
1679
  checked: true,
1666
1680
  onChange: () => {
@@ -2037,9 +2051,9 @@ function formatDuration2(durationMs) {
2037
2051
  }
2038
2052
  function RunPanel({ open, onClose, onRun, onStop }) {
2039
2053
  const translations = chunkYXN2K77G_js.useTranslations("agents.workflow.runPanel");
2040
- const nodes = chunkTE4XMF4F_js.useWorkflowStore((state) => state.nodes);
2041
- const isRunning = chunkTE4XMF4F_js.useWorkflowStore((state) => state.isRunning);
2042
- const nodeResults = chunkTE4XMF4F_js.useWorkflowStore((state) => state.nodeResults);
2054
+ const nodes = chunkDKJEMRZF_js.useWorkflowStore((state) => state.nodes);
2055
+ const isRunning = chunkDKJEMRZF_js.useWorkflowStore((state) => state.isRunning);
2056
+ const nodeResults = chunkDKJEMRZF_js.useWorkflowStore((state) => state.nodeResults);
2043
2057
  const startNode = nodes.find((node) => node.type === "start");
2044
2058
  const hasEndNode = nodes.some((node) => node.type === "end");
2045
2059
  const hasValidStartConfig = Boolean(
@@ -2324,8 +2338,8 @@ function inferVariables(config, nodeType) {
2324
2338
  }
2325
2339
  function VariableInspector({ open, onClose }) {
2326
2340
  const translations = chunkYXN2K77G_js.useTranslations("agents.workflow.variableInspector");
2327
- const nodes = chunkTE4XMF4F_js.useWorkflowStore((state) => state.nodes);
2328
- const edges = chunkTE4XMF4F_js.useWorkflowStore((state) => state.edges);
2341
+ const nodes = chunkDKJEMRZF_js.useWorkflowStore((state) => state.nodes);
2342
+ const edges = chunkDKJEMRZF_js.useWorkflowStore((state) => state.edges);
2329
2343
  const [expandedNodes, setExpandedNodes] = react.useState(/* @__PURE__ */ new Set());
2330
2344
  const toggleNodeExpansion = react.useCallback((nodeId) => {
2331
2345
  setExpandedNodes((current) => {
@@ -2387,8 +2401,8 @@ function VariableInspector({ open, onClose }) {
2387
2401
  /* @__PURE__ */ jsxRuntime.jsx("p", { className: "mt-2 text-sm text-gray-500 dark:text-gray-400", children: translations("noNodes") })
2388
2402
  ] }) : /* @__PURE__ */ jsxRuntime.jsx("div", { className: "divide-y divide-gray-100 dark:divide-gray-800", children: nodeVariableEntries.map((entry) => {
2389
2403
  const isExpanded = expandedNodes.has(entry.nodeId);
2390
- const IconComponent = chunkTE4XMF4F_js.LOGIC_ICON_MAP[entry.nodeType];
2391
- const gradient = chunkTE4XMF4F_js.LOGIC_NODE_GRADIENTS[entry.nodeType] ?? "from-gray-400 to-gray-500";
2404
+ const IconComponent = chunkDKJEMRZF_js.LOGIC_ICON_MAP[entry.nodeType];
2405
+ const gradient = chunkDKJEMRZF_js.LOGIC_NODE_GRADIENTS[entry.nodeType] ?? "from-gray-400 to-gray-500";
2392
2406
  const inputVariables = entry.variables.filter((variable) => variable.direction === "input");
2393
2407
  const outputVariables = entry.variables.filter((variable) => variable.direction === "output");
2394
2408
  return /* @__PURE__ */ jsxRuntime.jsxs("div", { "data-testid": `variable-node-${entry.nodeId}`, children: [
@@ -2454,7 +2468,7 @@ function RunInputDialog({
2454
2468
  onRun
2455
2469
  }) {
2456
2470
  const t = chunkYXN2K77G_js.useTranslations("agents.workflow.runInputDialog");
2457
- const nodes = chunkTE4XMF4F_js.useWorkflowStore((state) => state.nodes);
2471
+ const nodes = chunkDKJEMRZF_js.useWorkflowStore((state) => state.nodes);
2458
2472
  const [values, setValues] = react.useState({});
2459
2473
  const inputVariableNames = react.useMemo(() => {
2460
2474
  const storeStartNode = nodes.find((node) => node.type === "start");
@@ -2481,7 +2495,7 @@ function RunInputDialog({
2481
2495
  }, [onClose]);
2482
2496
  if (!open) return null;
2483
2497
  return /* @__PURE__ */ jsxRuntime.jsxs(
2484
- chunk2IOPJ5BM_js.GlassModal,
2498
+ chunkKEUOCEOO_js.GlassModal,
2485
2499
  {
2486
2500
  open,
2487
2501
  onClose: handleClose,
@@ -2492,7 +2506,7 @@ function RunInputDialog({
2492
2506
  /* @__PURE__ */ jsxRuntime.jsx("div", { className: "space-y-3", children: inputVariableNames.length === 0 ? /* @__PURE__ */ jsxRuntime.jsx("p", { className: "text-center text-sm text-gray-500 dark:text-gray-400", children: t("noInputs") }) : inputVariableNames.map((variableName) => /* @__PURE__ */ jsxRuntime.jsxs("div", { children: [
2493
2507
  /* @__PURE__ */ jsxRuntime.jsx("label", { className: "mb-1 block text-xs font-medium text-gray-700 dark:text-gray-300", children: variableName }),
2494
2508
  /* @__PURE__ */ jsxRuntime.jsx(
2495
- chunk2IOPJ5BM_js.Input,
2509
+ chunkKEUOCEOO_js.Input,
2496
2510
  {
2497
2511
  value: values[variableName] ?? "",
2498
2512
  onChange: (event) => handleValueChange(variableName, event.target.value),
@@ -2501,8 +2515,8 @@ function RunInputDialog({
2501
2515
  )
2502
2516
  ] }, variableName)) }),
2503
2517
  /* @__PURE__ */ jsxRuntime.jsxs("div", { className: "mt-4 flex items-center justify-end gap-2", children: [
2504
- /* @__PURE__ */ jsxRuntime.jsx(chunk2IOPJ5BM_js.Button, { size: "sm", plain: true, onClick: handleClose, children: t("cancel") }),
2505
- /* @__PURE__ */ jsxRuntime.jsxs(chunk2IOPJ5BM_js.Button, { size: "sm", gradient: true, onClick: handleSubmit, children: [
2518
+ /* @__PURE__ */ jsxRuntime.jsx(chunkKEUOCEOO_js.Button, { size: "sm", plain: true, onClick: handleClose, children: t("cancel") }),
2519
+ /* @__PURE__ */ jsxRuntime.jsxs(chunkKEUOCEOO_js.Button, { size: "sm", gradient: true, onClick: handleSubmit, children: [
2506
2520
  /* @__PURE__ */ jsxRuntime.jsx(outline.PlayIcon, { className: "h-3.5 w-3.5", "data-slot": "icon" }),
2507
2521
  t("run")
2508
2522
  ] })
@@ -2535,8 +2549,8 @@ function PreviewPanel({ open, onClose, workflowId, loadRuns }) {
2535
2549
  const [isLoadingRuns, setIsLoadingRuns] = react.useState(false);
2536
2550
  const [selectedRun, setSelectedRun] = react.useState(null);
2537
2551
  const [selectedNode, setSelectedNode] = react.useState(null);
2538
- const isRunning = chunkTE4XMF4F_js.useWorkflowStore((state) => state.isRunning);
2539
- const nodeResults = chunkTE4XMF4F_js.useWorkflowStore((state) => state.nodeResults);
2552
+ const isRunning = chunkDKJEMRZF_js.useWorkflowStore((state) => state.isRunning);
2553
+ const nodeResults = chunkDKJEMRZF_js.useWorkflowStore((state) => state.nodeResults);
2540
2554
  const refreshRuns = react.useCallback(async () => {
2541
2555
  setIsLoadingRuns(true);
2542
2556
  try {
@@ -2692,7 +2706,7 @@ var AutoSaveWorkspace = react.memo(function AutoSaveWorkspace2({
2692
2706
  onAutoSaveGraph(graph);
2693
2707
  }, [onAutoSaveGraph, onGraphSnapshot]);
2694
2708
  return /* @__PURE__ */ jsxRuntime.jsx(
2695
- chunkTE4XMF4F_js.Workspace,
2709
+ chunkDKJEMRZF_js.Workspace,
2696
2710
  {
2697
2711
  ...workspaceProps,
2698
2712
  onGraphChange: handleGraphChange
@@ -2700,7 +2714,7 @@ var AutoSaveWorkspace = react.memo(function AutoSaveWorkspace2({
2700
2714
  );
2701
2715
  });
2702
2716
  function DynamicIslandConfirm2(props) {
2703
- return /* @__PURE__ */ jsxRuntime.jsx(chunk2IOPJ5BM_js.DynamicIslandConfirm, { ...props });
2717
+ return /* @__PURE__ */ jsxRuntime.jsx(chunkKEUOCEOO_js.DynamicIslandConfirm, { ...props });
2704
2718
  }
2705
2719
  var JSON_PREVIEW_LINE_LIMIT = 50;
2706
2720
  function DslExportModal({ open, onClose, workflow, graph }) {
@@ -2754,7 +2768,7 @@ function DslExportModal({ open, onClose, workflow, graph }) {
2754
2768
  }, [jsonString, workflow.name, workflow.version]);
2755
2769
  if (!open) return null;
2756
2770
  return /* @__PURE__ */ jsxRuntime.jsx(
2757
- chunk2IOPJ5BM_js.GlassModal,
2771
+ chunkKEUOCEOO_js.GlassModal,
2758
2772
  {
2759
2773
  open,
2760
2774
  onClose,
@@ -2796,7 +2810,7 @@ function DslExportModal({ open, onClose, workflow, graph }) {
2796
2810
  ] }),
2797
2811
  /* @__PURE__ */ jsxRuntime.jsxs("div", { className: "flex items-center justify-end gap-3 border-t border-gray-200 px-1 py-4 dark:border-gray-700", children: [
2798
2812
  /* @__PURE__ */ jsxRuntime.jsx(
2799
- chunk2IOPJ5BM_js.Button,
2813
+ chunkKEUOCEOO_js.Button,
2800
2814
  {
2801
2815
  type: "button",
2802
2816
  onClick: handleCopyToClipboard,
@@ -2813,7 +2827,7 @@ function DslExportModal({ open, onClose, workflow, graph }) {
2813
2827
  }
2814
2828
  ),
2815
2829
  /* @__PURE__ */ jsxRuntime.jsxs(
2816
- chunk2IOPJ5BM_js.Button,
2830
+ chunkKEUOCEOO_js.Button,
2817
2831
  {
2818
2832
  type: "button",
2819
2833
  onClick: handleDownloadJson,
@@ -2972,7 +2986,7 @@ function DslImportModal({ open, onClose, onImport }) {
2972
2986
  }, []);
2973
2987
  if (!open) return null;
2974
2988
  return /* @__PURE__ */ jsxRuntime.jsx(
2975
- chunk2IOPJ5BM_js.GlassModal,
2989
+ chunkKEUOCEOO_js.GlassModal,
2976
2990
  {
2977
2991
  open,
2978
2992
  onClose,
@@ -3012,7 +3026,7 @@ function DslImportModal({ open, onClose, onImport }) {
3012
3026
  ) : /* @__PURE__ */ jsxRuntime.jsxs("div", { "data-testid": "import-validation-result", children: [
3013
3027
  /* @__PURE__ */ jsxRuntime.jsxs("div", { className: "mb-4 flex items-center justify-between", children: [
3014
3028
  /* @__PURE__ */ jsxRuntime.jsx("span", { className: "text-sm font-medium text-gray-700 dark:text-gray-300", children: fileName }),
3015
- /* @__PURE__ */ jsxRuntime.jsx(chunk2IOPJ5BM_js.Button, { type: "button", plain: true, size: "sm", onClick: handleReset, children: translations("chooseAnother") })
3029
+ /* @__PURE__ */ jsxRuntime.jsx(chunkKEUOCEOO_js.Button, { type: "button", plain: true, size: "sm", onClick: handleReset, children: translations("chooseAnother") })
3016
3030
  ] }),
3017
3031
  validationResult.isValid ? /* @__PURE__ */ jsxRuntime.jsxs("div", { className: "rounded-lg border border-green-200 bg-green-50 p-4 dark:border-green-800 dark:bg-green-900/20", children: [
3018
3032
  /* @__PURE__ */ jsxRuntime.jsxs("div", { className: "flex items-center gap-2", children: [
@@ -3040,9 +3054,9 @@ function DslImportModal({ open, onClose, onImport }) {
3040
3054
  ] })
3041
3055
  ] }) }),
3042
3056
  /* @__PURE__ */ jsxRuntime.jsxs("div", { className: "flex items-center justify-end gap-3 border-t border-gray-200 px-1 py-4 dark:border-gray-700", children: [
3043
- /* @__PURE__ */ jsxRuntime.jsx(chunk2IOPJ5BM_js.Button, { type: "button", onClick: onClose, outline: true, size: "sm", "data-testid": "import-cancel-button", children: translations("cancel") }),
3057
+ /* @__PURE__ */ jsxRuntime.jsx(chunkKEUOCEOO_js.Button, { type: "button", onClick: onClose, outline: true, size: "sm", "data-testid": "import-cancel-button", children: translations("cancel") }),
3044
3058
  /* @__PURE__ */ jsxRuntime.jsxs(
3045
- chunk2IOPJ5BM_js.Button,
3059
+ chunkKEUOCEOO_js.Button,
3046
3060
  {
3047
3061
  type: "button",
3048
3062
  onClick: handleImport,
@@ -3063,14 +3077,14 @@ function DslImportModal({ open, onClose, onImport }) {
3063
3077
  }
3064
3078
 
3065
3079
  // src/astrlabe/store/selectors.ts
3066
- var useCanUndo = () => chunkTE4XMF4F_js.useWorkflowStore((state) => state.past.length > 0);
3067
- var useCanRedo = () => chunkTE4XMF4F_js.useWorkflowStore((state) => state.future.length > 0);
3068
- var useHasCopied = () => chunkTE4XMF4F_js.useWorkflowStore((state) => state.clipboard !== null);
3069
- var useContextMenu = () => chunkTE4XMF4F_js.useWorkflowStore((state) => state.contextMenu);
3070
- var useEditingNodeId = () => chunkTE4XMF4F_js.useWorkflowStore((state) => state.editingNodeId);
3071
- var useSelectedNodeCount = () => chunkTE4XMF4F_js.useWorkflowStore((state) => state.nodes.filter((node) => node.selected).length);
3072
- var useIsRunning = () => chunkTE4XMF4F_js.useWorkflowStore((state) => state.isRunning);
3073
- var useNodeResults = () => chunkTE4XMF4F_js.useWorkflowStore((state) => state.nodeResults);
3080
+ var useCanUndo = () => chunkDKJEMRZF_js.useWorkflowStore((state) => state.past.length > 0);
3081
+ var useCanRedo = () => chunkDKJEMRZF_js.useWorkflowStore((state) => state.future.length > 0);
3082
+ var useHasCopied = () => chunkDKJEMRZF_js.useWorkflowStore((state) => state.clipboard !== null);
3083
+ var useContextMenu = () => chunkDKJEMRZF_js.useWorkflowStore((state) => state.contextMenu);
3084
+ var useEditingNodeId = () => chunkDKJEMRZF_js.useWorkflowStore((state) => state.editingNodeId);
3085
+ var useSelectedNodeCount = () => chunkDKJEMRZF_js.useWorkflowStore((state) => state.nodes.filter((node) => node.selected).length);
3086
+ var useIsRunning = () => chunkDKJEMRZF_js.useWorkflowStore((state) => state.isRunning);
3087
+ var useNodeResults = () => chunkDKJEMRZF_js.useWorkflowStore((state) => state.nodeResults);
3074
3088
  var DEFAULT_MAX_HISTORY = 50;
3075
3089
  function useUndoRedo(nodes, edges, setNodes, setEdges, maxHistory = DEFAULT_MAX_HISTORY) {
3076
3090
  const pastRef = react.useRef([]);
@@ -3348,241 +3362,249 @@ function useHelpLines() {
3348
3362
  };
3349
3363
  }
3350
3364
 
3365
+ Object.defineProperty(exports, "topologicalSortAgents", {
3366
+ enumerable: true,
3367
+ get: function () { return chunk3GE3MBUZ_js.topologicalSortAgents; }
3368
+ });
3369
+ Object.defineProperty(exports, "validateWorkflowGraph", {
3370
+ enumerable: true,
3371
+ get: function () { return chunk3GE3MBUZ_js.validateWorkflowGraph; }
3372
+ });
3351
3373
  Object.defineProperty(exports, "AgentFlowNode", {
3352
3374
  enumerable: true,
3353
- get: function () { return chunkTE4XMF4F_js.AgentFlowNode; }
3375
+ get: function () { return chunkDKJEMRZF_js.AgentFlowNode; }
3354
3376
  });
3355
3377
  Object.defineProperty(exports, "AgentToolFlowNode", {
3356
3378
  enumerable: true,
3357
- get: function () { return chunkTE4XMF4F_js.AgentToolFlowNode; }
3379
+ get: function () { return chunkDKJEMRZF_js.AgentToolFlowNode; }
3358
3380
  });
3359
3381
  Object.defineProperty(exports, "AnswerFlowNode", {
3360
3382
  enumerable: true,
3361
- get: function () { return chunkTE4XMF4F_js.AnswerFlowNode; }
3383
+ get: function () { return chunkDKJEMRZF_js.AnswerFlowNode; }
3362
3384
  });
3363
3385
  Object.defineProperty(exports, "AnthropicIcon", {
3364
3386
  enumerable: true,
3365
- get: function () { return chunkTE4XMF4F_js.AnthropicIcon; }
3387
+ get: function () { return chunkDKJEMRZF_js.AnthropicIcon; }
3366
3388
  });
3367
3389
  Object.defineProperty(exports, "CodeFlowNode", {
3368
3390
  enumerable: true,
3369
- get: function () { return chunkTE4XMF4F_js.CodeFlowNode; }
3391
+ get: function () { return chunkDKJEMRZF_js.CodeFlowNode; }
3370
3392
  });
3371
3393
  Object.defineProperty(exports, "CrewAIIcon", {
3372
3394
  enumerable: true,
3373
- get: function () { return chunkTE4XMF4F_js.CrewAIIcon; }
3395
+ get: function () { return chunkDKJEMRZF_js.CrewAIIcon; }
3374
3396
  });
3375
3397
  Object.defineProperty(exports, "DocumentExtractorFlowNode", {
3376
3398
  enumerable: true,
3377
- get: function () { return chunkTE4XMF4F_js.DocumentExtractorFlowNode; }
3399
+ get: function () { return chunkDKJEMRZF_js.DocumentExtractorFlowNode; }
3378
3400
  });
3379
3401
  Object.defineProperty(exports, "EndFlowNode", {
3380
3402
  enumerable: true,
3381
- get: function () { return chunkTE4XMF4F_js.EndFlowNode; }
3403
+ get: function () { return chunkDKJEMRZF_js.EndFlowNode; }
3382
3404
  });
3383
3405
  Object.defineProperty(exports, "EntityFlowNode", {
3384
3406
  enumerable: true,
3385
- get: function () { return chunkTE4XMF4F_js.EntityFlowNode; }
3407
+ get: function () { return chunkDKJEMRZF_js.EntityFlowNode; }
3386
3408
  });
3387
3409
  Object.defineProperty(exports, "FRAMEWORK_META", {
3388
3410
  enumerable: true,
3389
- get: function () { return chunkTE4XMF4F_js.FRAMEWORK_META; }
3411
+ get: function () { return chunkDKJEMRZF_js.FRAMEWORK_META; }
3390
3412
  });
3391
3413
  Object.defineProperty(exports, "GoogleADKIcon", {
3392
3414
  enumerable: true,
3393
- get: function () { return chunkTE4XMF4F_js.GoogleADKIcon; }
3415
+ get: function () { return chunkDKJEMRZF_js.GoogleADKIcon; }
3394
3416
  });
3395
3417
  Object.defineProperty(exports, "GroupFlowNode", {
3396
3418
  enumerable: true,
3397
- get: function () { return chunkTE4XMF4F_js.GroupFlowNode; }
3419
+ get: function () { return chunkDKJEMRZF_js.GroupFlowNode; }
3398
3420
  });
3399
3421
  Object.defineProperty(exports, "HttpRequestFlowNode", {
3400
3422
  enumerable: true,
3401
- get: function () { return chunkTE4XMF4F_js.HttpRequestFlowNode; }
3423
+ get: function () { return chunkDKJEMRZF_js.HttpRequestFlowNode; }
3402
3424
  });
3403
3425
  Object.defineProperty(exports, "IfElseFlowNode", {
3404
3426
  enumerable: true,
3405
- get: function () { return chunkTE4XMF4F_js.IfElseFlowNode; }
3427
+ get: function () { return chunkDKJEMRZF_js.IfElseFlowNode; }
3406
3428
  });
3407
3429
  Object.defineProperty(exports, "IterationFlowNode", {
3408
3430
  enumerable: true,
3409
- get: function () { return chunkTE4XMF4F_js.IterationFlowNode; }
3431
+ get: function () { return chunkDKJEMRZF_js.IterationFlowNode; }
3410
3432
  });
3411
3433
  Object.defineProperty(exports, "IterationStartFlowNode", {
3412
3434
  enumerable: true,
3413
- get: function () { return chunkTE4XMF4F_js.IterationStartFlowNode; }
3435
+ get: function () { return chunkDKJEMRZF_js.IterationStartFlowNode; }
3414
3436
  });
3415
3437
  Object.defineProperty(exports, "KnowledgeBaseFlowNode", {
3416
3438
  enumerable: true,
3417
- get: function () { return chunkTE4XMF4F_js.KnowledgeBaseFlowNode; }
3439
+ get: function () { return chunkDKJEMRZF_js.KnowledgeBaseFlowNode; }
3418
3440
  });
3419
3441
  Object.defineProperty(exports, "LOGIC_ICON_MAP", {
3420
3442
  enumerable: true,
3421
- get: function () { return chunkTE4XMF4F_js.LOGIC_ICON_MAP; }
3443
+ get: function () { return chunkDKJEMRZF_js.LOGIC_ICON_MAP; }
3422
3444
  });
3423
3445
  Object.defineProperty(exports, "LOGIC_NODE_BADGE_COLORS", {
3424
3446
  enumerable: true,
3425
- get: function () { return chunkTE4XMF4F_js.LOGIC_NODE_BADGE_COLORS; }
3447
+ get: function () { return chunkDKJEMRZF_js.LOGIC_NODE_BADGE_COLORS; }
3426
3448
  });
3427
3449
  Object.defineProperty(exports, "LOGIC_NODE_GRADIENTS", {
3428
3450
  enumerable: true,
3429
- get: function () { return chunkTE4XMF4F_js.LOGIC_NODE_GRADIENTS; }
3451
+ get: function () { return chunkDKJEMRZF_js.LOGIC_NODE_GRADIENTS; }
3430
3452
  });
3431
3453
  Object.defineProperty(exports, "LOGIC_NODE_HANDLE_COLORS", {
3432
3454
  enumerable: true,
3433
- get: function () { return chunkTE4XMF4F_js.LOGIC_NODE_HANDLE_COLORS; }
3455
+ get: function () { return chunkDKJEMRZF_js.LOGIC_NODE_HANDLE_COLORS; }
3434
3456
  });
3435
3457
  Object.defineProperty(exports, "LangChainIcon", {
3436
3458
  enumerable: true,
3437
- get: function () { return chunkTE4XMF4F_js.LangChainIcon; }
3459
+ get: function () { return chunkDKJEMRZF_js.LangChainIcon; }
3438
3460
  });
3439
3461
  Object.defineProperty(exports, "ListOperatorFlowNode", {
3440
3462
  enumerable: true,
3441
- get: function () { return chunkTE4XMF4F_js.ListOperatorFlowNode; }
3463
+ get: function () { return chunkDKJEMRZF_js.ListOperatorFlowNode; }
3442
3464
  });
3443
3465
  Object.defineProperty(exports, "LogicNodeModal", {
3444
3466
  enumerable: true,
3445
- get: function () { return chunkTE4XMF4F_js.LogicNodeModal; }
3467
+ get: function () { return chunkDKJEMRZF_js.LogicNodeModal; }
3446
3468
  });
3447
3469
  Object.defineProperty(exports, "MINIMAP_NODE_COLORS", {
3448
3470
  enumerable: true,
3449
- get: function () { return chunkTE4XMF4F_js.MINIMAP_NODE_COLORS; }
3471
+ get: function () { return chunkDKJEMRZF_js.MINIMAP_NODE_COLORS; }
3450
3472
  });
3451
3473
  Object.defineProperty(exports, "ModelProviderFlowNode", {
3452
3474
  enumerable: true,
3453
- get: function () { return chunkTE4XMF4F_js.ModelProviderFlowNode; }
3475
+ get: function () { return chunkDKJEMRZF_js.ModelProviderFlowNode; }
3454
3476
  });
3455
3477
  Object.defineProperty(exports, "NODE_EXECUTION_ACCENT_COLORS", {
3456
3478
  enumerable: true,
3457
- get: function () { return chunkTE4XMF4F_js.NODE_EXECUTION_ACCENT_COLORS; }
3479
+ get: function () { return chunkDKJEMRZF_js.NODE_EXECUTION_ACCENT_COLORS; }
3458
3480
  });
3459
3481
  Object.defineProperty(exports, "NodeCard", {
3460
3482
  enumerable: true,
3461
- get: function () { return chunkTE4XMF4F_js.NodeCard; }
3483
+ get: function () { return chunkDKJEMRZF_js.NodeCard; }
3462
3484
  });
3463
3485
  Object.defineProperty(exports, "NodeContextMenu", {
3464
3486
  enumerable: true,
3465
- get: function () { return chunkTE4XMF4F_js.NodeContextMenu; }
3487
+ get: function () { return chunkDKJEMRZF_js.NodeContextMenu; }
3466
3488
  });
3467
3489
  Object.defineProperty(exports, "NoteFlowNode", {
3468
3490
  enumerable: true,
3469
- get: function () { return chunkTE4XMF4F_js.NoteFlowNode; }
3491
+ get: function () { return chunkDKJEMRZF_js.NoteFlowNode; }
3470
3492
  });
3471
3493
  Object.defineProperty(exports, "OpenAIIcon", {
3472
3494
  enumerable: true,
3473
- get: function () { return chunkTE4XMF4F_js.OpenAIIcon; }
3495
+ get: function () { return chunkDKJEMRZF_js.OpenAIIcon; }
3474
3496
  });
3475
3497
  Object.defineProperty(exports, "PanelContextMenu", {
3476
3498
  enumerable: true,
3477
- get: function () { return chunkTE4XMF4F_js.PanelContextMenu; }
3499
+ get: function () { return chunkDKJEMRZF_js.PanelContextMenu; }
3478
3500
  });
3479
3501
  Object.defineProperty(exports, "ParameterExtractorFlowNode", {
3480
3502
  enumerable: true,
3481
- get: function () { return chunkTE4XMF4F_js.ParameterExtractorFlowNode; }
3503
+ get: function () { return chunkDKJEMRZF_js.ParameterExtractorFlowNode; }
3482
3504
  });
3483
3505
  Object.defineProperty(exports, "QuestionClassifierFlowNode", {
3484
3506
  enumerable: true,
3485
- get: function () { return chunkTE4XMF4F_js.QuestionClassifierFlowNode; }
3507
+ get: function () { return chunkDKJEMRZF_js.QuestionClassifierFlowNode; }
3486
3508
  });
3487
3509
  Object.defineProperty(exports, "RuleFlowNode", {
3488
3510
  enumerable: true,
3489
- get: function () { return chunkTE4XMF4F_js.RuleFlowNode; }
3511
+ get: function () { return chunkDKJEMRZF_js.RuleFlowNode; }
3490
3512
  });
3491
3513
  Object.defineProperty(exports, "SelectionContextMenu", {
3492
3514
  enumerable: true,
3493
- get: function () { return chunkTE4XMF4F_js.SelectionContextMenu; }
3515
+ get: function () { return chunkDKJEMRZF_js.SelectionContextMenu; }
3494
3516
  });
3495
3517
  Object.defineProperty(exports, "StartFlowNode", {
3496
3518
  enumerable: true,
3497
- get: function () { return chunkTE4XMF4F_js.StartFlowNode; }
3519
+ get: function () { return chunkDKJEMRZF_js.StartFlowNode; }
3498
3520
  });
3499
3521
  Object.defineProperty(exports, "StrandsIcon", {
3500
3522
  enumerable: true,
3501
- get: function () { return chunkTE4XMF4F_js.StrandsIcon; }
3523
+ get: function () { return chunkDKJEMRZF_js.StrandsIcon; }
3502
3524
  });
3503
3525
  Object.defineProperty(exports, "TemplateTransformFlowNode", {
3504
3526
  enumerable: true,
3505
- get: function () { return chunkTE4XMF4F_js.TemplateTransformFlowNode; }
3527
+ get: function () { return chunkDKJEMRZF_js.TemplateTransformFlowNode; }
3506
3528
  });
3507
3529
  Object.defineProperty(exports, "ToolFlowNode", {
3508
3530
  enumerable: true,
3509
- get: function () { return chunkTE4XMF4F_js.ToolFlowNode; }
3531
+ get: function () { return chunkDKJEMRZF_js.ToolFlowNode; }
3510
3532
  });
3511
3533
  Object.defineProperty(exports, "VariableAggregatorFlowNode", {
3512
3534
  enumerable: true,
3513
- get: function () { return chunkTE4XMF4F_js.VariableAggregatorFlowNode; }
3535
+ get: function () { return chunkDKJEMRZF_js.VariableAggregatorFlowNode; }
3514
3536
  });
3515
3537
  Object.defineProperty(exports, "VariableAssignerFlowNode", {
3516
3538
  enumerable: true,
3517
- get: function () { return chunkTE4XMF4F_js.VariableAssignerFlowNode; }
3539
+ get: function () { return chunkDKJEMRZF_js.VariableAssignerFlowNode; }
3518
3540
  });
3519
3541
  Object.defineProperty(exports, "WorkflowBuilderProvider", {
3520
3542
  enumerable: true,
3521
- get: function () { return chunkTE4XMF4F_js.WorkflowBuilderProvider; }
3543
+ get: function () { return chunkDKJEMRZF_js.WorkflowBuilderProvider; }
3522
3544
  });
3523
3545
  Object.defineProperty(exports, "Workspace", {
3524
3546
  enumerable: true,
3525
- get: function () { return chunkTE4XMF4F_js.Workspace; }
3547
+ get: function () { return chunkDKJEMRZF_js.Workspace; }
3526
3548
  });
3527
3549
  Object.defineProperty(exports, "getCompatibleModels", {
3528
3550
  enumerable: true,
3529
- get: function () { return chunkTE4XMF4F_js.getCompatibleModels; }
3551
+ get: function () { return chunkDKJEMRZF_js.getCompatibleModels; }
3530
3552
  });
3531
3553
  Object.defineProperty(exports, "getDefaultFrameworkForModel", {
3532
3554
  enumerable: true,
3533
- get: function () { return chunkTE4XMF4F_js.getDefaultFrameworkForModel; }
3555
+ get: function () { return chunkDKJEMRZF_js.getDefaultFrameworkForModel; }
3534
3556
  });
3535
3557
  Object.defineProperty(exports, "getEntityBadgeColor", {
3536
3558
  enumerable: true,
3537
- get: function () { return chunkTE4XMF4F_js.getEntityBadgeColor; }
3559
+ get: function () { return chunkDKJEMRZF_js.getEntityBadgeColor; }
3538
3560
  });
3539
3561
  Object.defineProperty(exports, "getEntityGradient", {
3540
3562
  enumerable: true,
3541
- get: function () { return chunkTE4XMF4F_js.getEntityGradient; }
3563
+ get: function () { return chunkDKJEMRZF_js.getEntityGradient; }
3542
3564
  });
3543
3565
  Object.defineProperty(exports, "getEntityHandleColor", {
3544
3566
  enumerable: true,
3545
- get: function () { return chunkTE4XMF4F_js.getEntityHandleColor; }
3567
+ get: function () { return chunkDKJEMRZF_js.getEntityHandleColor; }
3546
3568
  });
3547
3569
  Object.defineProperty(exports, "getEntityIcon", {
3548
3570
  enumerable: true,
3549
- get: function () { return chunkTE4XMF4F_js.getEntityIcon; }
3571
+ get: function () { return chunkDKJEMRZF_js.getEntityIcon; }
3550
3572
  });
3551
3573
  Object.defineProperty(exports, "getEntityMinimapColor", {
3552
3574
  enumerable: true,
3553
- get: function () { return chunkTE4XMF4F_js.getEntityMinimapColor; }
3575
+ get: function () { return chunkDKJEMRZF_js.getEntityMinimapColor; }
3554
3576
  });
3555
3577
  Object.defineProperty(exports, "getFrameworkMeta", {
3556
3578
  enumerable: true,
3557
- get: function () { return chunkTE4XMF4F_js.getFrameworkMeta; }
3579
+ get: function () { return chunkDKJEMRZF_js.getFrameworkMeta; }
3558
3580
  });
3559
3581
  Object.defineProperty(exports, "getNodeExecutionAccent", {
3560
3582
  enumerable: true,
3561
- get: function () { return chunkTE4XMF4F_js.getNodeExecutionAccent; }
3583
+ get: function () { return chunkDKJEMRZF_js.getNodeExecutionAccent; }
3562
3584
  });
3563
3585
  Object.defineProperty(exports, "getNodeExecutionAccentRgb", {
3564
3586
  enumerable: true,
3565
- get: function () { return chunkTE4XMF4F_js.getNodeExecutionAccentRgb; }
3587
+ get: function () { return chunkDKJEMRZF_js.getNodeExecutionAccentRgb; }
3566
3588
  });
3567
3589
  Object.defineProperty(exports, "isModelCompatibleWithFramework", {
3568
3590
  enumerable: true,
3569
- get: function () { return chunkTE4XMF4F_js.isModelCompatibleWithFramework; }
3591
+ get: function () { return chunkDKJEMRZF_js.isModelCompatibleWithFramework; }
3570
3592
  });
3571
3593
  Object.defineProperty(exports, "useModalStore", {
3572
3594
  enumerable: true,
3573
- get: function () { return chunkTE4XMF4F_js.useModalStore; }
3595
+ get: function () { return chunkDKJEMRZF_js.useModalStore; }
3574
3596
  });
3575
3597
  Object.defineProperty(exports, "useWorkflowBuilderClient", {
3576
3598
  enumerable: true,
3577
- get: function () { return chunkTE4XMF4F_js.useWorkflowBuilderClient; }
3599
+ get: function () { return chunkDKJEMRZF_js.useWorkflowBuilderClient; }
3578
3600
  });
3579
3601
  Object.defineProperty(exports, "useWorkflowBuilderClientOptional", {
3580
3602
  enumerable: true,
3581
- get: function () { return chunkTE4XMF4F_js.useWorkflowBuilderClientOptional; }
3603
+ get: function () { return chunkDKJEMRZF_js.useWorkflowBuilderClientOptional; }
3582
3604
  });
3583
3605
  Object.defineProperty(exports, "useWorkflowStore", {
3584
3606
  enumerable: true,
3585
- get: function () { return chunkTE4XMF4F_js.useWorkflowStore; }
3607
+ get: function () { return chunkDKJEMRZF_js.useWorkflowStore; }
3586
3608
  });
3587
3609
  Object.defineProperty(exports, "GraphNodeBadge", {
3588
3610
  enumerable: true,
@@ -3600,14 +3622,6 @@ Object.defineProperty(exports, "GraphNodeMeta", {
3600
3622
  enumerable: true,
3601
3623
  get: function () { return chunkP4YYEM4B_js.GraphNodeMeta; }
3602
3624
  });
3603
- Object.defineProperty(exports, "topologicalSortAgents", {
3604
- enumerable: true,
3605
- get: function () { return chunk3GE3MBUZ_js.topologicalSortAgents; }
3606
- });
3607
- Object.defineProperty(exports, "validateWorkflowGraph", {
3608
- enumerable: true,
3609
- get: function () { return chunk3GE3MBUZ_js.validateWorkflowGraph; }
3610
- });
3611
3625
  Object.defineProperty(exports, "applyDagreLayout", {
3612
3626
  enumerable: true,
3613
3627
  get: function () { return chunkPWBWP5FJ_js.applyDagreLayout; }