@agenticmail/enterprise 0.5.368 → 0.5.370

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.
@@ -34,7 +34,7 @@ import {
34
34
  PermissionEngine,
35
35
  SKILL_SUITES,
36
36
  init_skills as init_skills2
37
- } from "./chunk-HIQY73V2.js";
37
+ } from "./chunk-TCDRCMJJ.js";
38
38
  import {
39
39
  AgentConfigGenerator,
40
40
  DeploymentEngine,
@@ -62,7 +62,7 @@ import {
62
62
  FULL_SKILL_DEFINITIONS,
63
63
  init_emoji,
64
64
  init_skills
65
- } from "./chunk-5WDYN4UV.js";
65
+ } from "./chunk-A2XPEZ7L.js";
66
66
  import {
67
67
  VALID_CATEGORIES,
68
68
  init_skill_validator,
@@ -7075,7 +7075,7 @@ function createAgentRoutes(opts) {
7075
7075
  if (presetName || permissionsData) {
7076
7076
  let profile = { id: agentId, name: presetName || "Custom", createdAt: (/* @__PURE__ */ new Date()).toISOString(), updatedAt: (/* @__PURE__ */ new Date()).toISOString() };
7077
7077
  if (presetName) {
7078
- const { PRESET_PROFILES: PRESET_PROFILES2 } = await import("./skills-4MHEPJGC.js");
7078
+ const { PRESET_PROFILES: PRESET_PROFILES2 } = await import("./skills-SYCLOBYM.js");
7079
7079
  const preset = PRESET_PROFILES2.find((p) => p.name === presetName);
7080
7080
  if (preset) Object.assign(profile, preset);
7081
7081
  }
@@ -7103,7 +7103,7 @@ function createAgentRoutes(opts) {
7103
7103
  }
7104
7104
  const managedAgent = await lifecycle2.createAgent(orgId, config, actor);
7105
7105
  try {
7106
- const { knowledgeBase: kbEngine } = await import("./routes-OKGFOUUP.js");
7106
+ const { knowledgeBase: kbEngine } = await import("./routes-XTMY7IYO.js");
7107
7107
  const allKbs = kbEngine.getAllKnowledgeBases();
7108
7108
  const clientOrgId = managedAgent?.clientOrgId || config?.clientOrgId || null;
7109
7109
  let kbAssigned = 0;