@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.
- package/dist/agent-heartbeat-VU7RMEIG.js +510 -0
- package/dist/agent-tools-22C6IARS.js +14007 -0
- package/dist/agent-tools-YZF26YMY.js +14007 -0
- package/dist/chunk-4MFGMCJO.js +1727 -0
- package/dist/{chunk-YB5BWHQU.js → chunk-5BXBIL7C.js} +4 -4
- package/dist/chunk-A2XPEZ7L.js +3337 -0
- package/dist/chunk-JNNZKFBP.js +5101 -0
- package/dist/chunk-LEACSX6C.js +4945 -0
- package/dist/chunk-LICMHA7V.js +2583 -0
- package/dist/chunk-MUH6AHIS.js +4945 -0
- package/dist/chunk-OZW6NYWD.js +5101 -0
- package/dist/chunk-QHBOQ2IG.js +1727 -0
- package/dist/chunk-TCDRCMJJ.js +467 -0
- package/dist/cli-agent-45NEZY7H.js +2483 -0
- package/dist/cli-agent-ZZGZ5KDE.js +2483 -0
- package/dist/cli-serve-5KMU2NHN.js +281 -0
- package/dist/cli-serve-MGKI4Z5G.js +281 -0
- package/dist/cli-validate-M5OAL2WX.js +150 -0
- package/dist/cli.js +4 -4
- package/dist/index.js +6 -6
- package/dist/local-QQ2V7CYC.js +1190 -0
- package/dist/meetings-TL77WLKW.js +12 -0
- package/dist/routes-XTMY7IYO.js +92 -0
- package/dist/runtime-HNPFFKQL.js +45 -0
- package/dist/runtime-NST6HJUG.js +45 -0
- package/dist/server-CQPAITXK.js +28 -0
- package/dist/server-EGWD64TG.js +28 -0
- package/dist/setup-QKWRY6L3.js +20 -0
- package/dist/setup-WO337O3I.js +20 -0
- package/dist/skills-SYCLOBYM.js +16 -0
- package/logs/fola-error.log +1 -0
- package/logs/john-error.log +1 -0
- package/package.json +1 -1
|
@@ -34,7 +34,7 @@ import {
|
|
|
34
34
|
PermissionEngine,
|
|
35
35
|
SKILL_SUITES,
|
|
36
36
|
init_skills as init_skills2
|
|
37
|
-
} from "./chunk-
|
|
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-
|
|
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-
|
|
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-
|
|
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;
|