@agenticmail/enterprise 0.5.401 → 0.5.403

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.
@@ -94,7 +94,7 @@ async function runServe(_args) {
94
94
  process.exit(1);
95
95
  }
96
96
  const { createAdapter, smartDbConfig } = await import("./factory-XRYYBBCW.js");
97
- const { createServer } = await import("./server-S4564LJA.js");
97
+ const { createServer } = await import("./server-2V62CIPS.js");
98
98
  const db = await createAdapter(smartDbConfig(DATABASE_URL));
99
99
  await db.migrate();
100
100
  const server = createServer({
package/dist/cli.js CHANGED
@@ -8,7 +8,7 @@ switch (command) {
8
8
  import("./cli-validate-3PO5OZGB.js").then((m) => m.runValidate(args.slice(1))).catch(fatal);
9
9
  break;
10
10
  case "build-skill":
11
- import("./cli-build-skill-2IOE7MYP.js").then((m) => m.runBuildSkill(args.slice(1))).catch(fatal);
11
+ import("./cli-build-skill-ZTT3TXNU.js").then((m) => m.runBuildSkill(args.slice(1))).catch(fatal);
12
12
  break;
13
13
  case "submit-skill":
14
14
  import("./cli-submit-skill-SNGAHVB7.js").then((m) => m.runSubmitSkill(args.slice(1))).catch(fatal);
@@ -65,14 +65,14 @@ Skill Development:
65
65
  break;
66
66
  case "serve":
67
67
  case "start":
68
- import("./cli-serve-SZ5FUFGN.js").then((m) => m.runServe(args.slice(1))).catch(fatal);
68
+ import("./cli-serve-2ZI3K57V.js").then((m) => m.runServe(args.slice(1))).catch(fatal);
69
69
  break;
70
70
  case "agent":
71
- import("./cli-agent-M2E24J3V.js").then((m) => m.runAgent(args.slice(1))).catch(fatal);
71
+ import("./cli-agent-FKL5HTLS.js").then((m) => m.runAgent(args.slice(1))).catch(fatal);
72
72
  break;
73
73
  case "setup":
74
74
  default:
75
- import("./setup-6SPPY2QZ.js").then((m) => m.runSetupWizard()).catch(fatal);
75
+ import("./setup-XUQEEZJV.js").then((m) => m.runSetupWizard()).catch(fatal);
76
76
  break;
77
77
  }
78
78
  function fatal(err) {
package/dist/index.js CHANGED
@@ -1,7 +1,7 @@
1
1
  import {
2
2
  provision,
3
3
  runSetupWizard
4
- } from "./chunk-3TFN5A7B.js";
4
+ } from "./chunk-RK5UYRKG.js";
5
5
  import {
6
6
  AgenticMailManager,
7
7
  GoogleEmailProvider,
@@ -28,7 +28,7 @@ import {
28
28
  executeTool,
29
29
  runAgentLoop,
30
30
  toolsToDefinitions
31
- } from "./chunk-VXX6CTZ2.js";
31
+ } from "./chunk-LO5LOW2A.js";
32
32
  import "./chunk-WPM52NBU.js";
33
33
  import {
34
34
  ValidationError,
@@ -43,7 +43,7 @@ import {
43
43
  requireRole,
44
44
  securityHeaders,
45
45
  validate
46
- } from "./chunk-VWEYO2YP.js";
46
+ } from "./chunk-3JIZOJPH.js";
47
47
  import "./chunk-DJBCRQTD.js";
48
48
  import {
49
49
  PROVIDER_REGISTRY,
@@ -83,7 +83,7 @@ import {
83
83
  init_storage_manager,
84
84
  init_tenant,
85
85
  init_workforce
86
- } from "./chunk-IIAY4DXV.js";
86
+ } from "./chunk-ZZQWXIAX.js";
87
87
  import "./chunk-WYDVMFGJ.js";
88
88
  import "./chunk-3UAFHUEC.js";
89
89
  import {
@@ -109,7 +109,7 @@ import {
109
109
  } from "./chunk-VSBC4SWO.js";
110
110
  import "./chunk-AF3WSNVX.js";
111
111
  import "./chunk-74ZCQKYU.js";
112
- import "./chunk-Z6K5FKAB.js";
112
+ import "./chunk-ZNLABJCS.js";
113
113
  import "./chunk-C6JP5NR6.js";
114
114
  import {
115
115
  SecureVault,
@@ -35,7 +35,7 @@ import {
35
35
  tenants,
36
36
  vault,
37
37
  workforce
38
- } from "./chunk-IIAY4DXV.js";
38
+ } from "./chunk-ZZQWXIAX.js";
39
39
  import "./chunk-WYDVMFGJ.js";
40
40
  import "./chunk-3UAFHUEC.js";
41
41
  import "./chunk-E6B4W3WG.js";
@@ -43,7 +43,7 @@ import "./chunk-Z7NVD3OQ.js";
43
43
  import "./chunk-VSBC4SWO.js";
44
44
  import "./chunk-AF3WSNVX.js";
45
45
  import "./chunk-74ZCQKYU.js";
46
- import "./chunk-Z6K5FKAB.js";
46
+ import "./chunk-ZNLABJCS.js";
47
47
  import "./chunk-C6JP5NR6.js";
48
48
  import "./chunk-WUAWWKTN.js";
49
49
  import "./chunk-E5QPDR3O.js";
@@ -14,7 +14,7 @@ import {
14
14
  executeTool,
15
15
  runAgentLoop,
16
16
  toolsToDefinitions
17
- } from "./chunk-VXX6CTZ2.js";
17
+ } from "./chunk-LO5LOW2A.js";
18
18
  import "./chunk-WPM52NBU.js";
19
19
  import {
20
20
  PROVIDER_REGISTRY,
@@ -1,9 +1,9 @@
1
1
  import {
2
2
  createServer
3
- } from "./chunk-VWEYO2YP.js";
3
+ } from "./chunk-3JIZOJPH.js";
4
4
  import "./chunk-DJBCRQTD.js";
5
5
  import "./chunk-UF3ZJMJO.js";
6
- import "./chunk-IIAY4DXV.js";
6
+ import "./chunk-ZZQWXIAX.js";
7
7
  import "./chunk-WYDVMFGJ.js";
8
8
  import "./chunk-3UAFHUEC.js";
9
9
  import "./chunk-E6B4W3WG.js";
@@ -11,7 +11,7 @@ import "./chunk-Z7NVD3OQ.js";
11
11
  import "./chunk-VSBC4SWO.js";
12
12
  import "./chunk-AF3WSNVX.js";
13
13
  import "./chunk-74ZCQKYU.js";
14
- import "./chunk-Z6K5FKAB.js";
14
+ import "./chunk-ZNLABJCS.js";
15
15
  import "./chunk-C6JP5NR6.js";
16
16
  import "./chunk-WUAWWKTN.js";
17
17
  import "./chunk-E5QPDR3O.js";
@@ -6,7 +6,7 @@ import {
6
6
  promptRegistration,
7
7
  provision,
8
8
  runSetupWizard
9
- } from "./chunk-3TFN5A7B.js";
9
+ } from "./chunk-RK5UYRKG.js";
10
10
  import "./chunk-P6W565WH.js";
11
11
  import "./chunk-KFQGP6VL.js";
12
12
  export {
@@ -1,7 +1,7 @@
1
1
  import {
2
2
  TaskQueueManager,
3
3
  init_task_queue
4
- } from "./chunk-Z6K5FKAB.js";
4
+ } from "./chunk-ZNLABJCS.js";
5
5
  import "./chunk-KFQGP6VL.js";
6
6
  init_task_queue();
7
7
  export {
@@ -259,3 +259,17 @@
259
259
  2026-03-06 03:37:30: 2026-03-06T02:37:30Z ERR Request failed error="stream 593 canceled by remote with error code 0" connIndex=0 dest=https://enterprise.agenticmail.io/api/engine/agent-status-stream?agentId=3eecd57d-03ae-440d-8945-5b35f43a8d90 event=0 ip=198.41.200.43 type=http
260
260
  2026-03-06 03:40:19: 2026-03-06T02:40:19Z ERR error="stream 673 canceled by remote with error code 0" connIndex=0 event=1 ingressRule=0 originService=http://localhost:3100
261
261
  2026-03-06 03:40:19: 2026-03-06T02:40:19Z ERR Request failed error="stream 673 canceled by remote with error code 0" connIndex=0 dest=https://enterprise.agenticmail.io/api/engine/agent-status-stream event=0 ip=198.41.200.43 type=http
262
+ 2026-03-06 03:51:06: 2026-03-06T02:51:06Z ERR error="stream 2357 canceled by remote with error code 0" connIndex=0 event=1 ingressRule=0 originService=http://localhost:3100
263
+ 2026-03-06 03:51:06: 2026-03-06T02:51:06Z ERR Request failed error="stream 2357 canceled by remote with error code 0" connIndex=0 dest=https://enterprise.agenticmail.io/api/engine/task-pipeline/stream event=0 ip=198.41.200.43 type=http
264
+ 2026-03-06 05:35:47: 2026-03-06T04:35:47Z ERR error="stream 421 canceled by remote with error code 0" connIndex=1 event=1 ingressRule=0 originService=http://localhost:3100
265
+ 2026-03-06 05:35:47: 2026-03-06T04:35:47Z ERR Request failed error="stream 421 canceled by remote with error code 0" connIndex=1 dest=https://enterprise.agenticmail.io/api/engine/agent-status-stream event=0 ip=198.41.192.37 type=http
266
+ 2026-03-06 05:36:45: 2026-03-06T04:36:45Z ERR error="stream 633 canceled by remote with error code 0" connIndex=1 event=1 ingressRule=0 originService=http://localhost:3100
267
+ 2026-03-06 05:36:45: 2026-03-06T04:36:45Z ERR Request failed error="stream 633 canceled by remote with error code 0" connIndex=1 dest=https://enterprise.agenticmail.io/api/engine/agent-status-stream event=0 ip=198.41.192.37 type=http
268
+ 2026-03-06 05:36:47: 2026-03-06T04:36:47Z ERR error="stream 673 canceled by remote with error code 0" connIndex=1 event=1 ingressRule=0 originService=http://localhost:3100
269
+ 2026-03-06 05:36:47: 2026-03-06T04:36:47Z ERR Request failed error="stream 673 canceled by remote with error code 0" connIndex=1 dest=https://enterprise.agenticmail.io/api/engine/agent-status-stream?agentId=3eecd57d-03ae-440d-8945-5b35f43a8d90 event=0 ip=198.41.192.37 type=http
270
+ 2026-03-06 06:35:47: 2026-03-06T05:35:47Z ERR error="stream 773 canceled by remote with error code 0" connIndex=1 event=1 ingressRule=0 originService=http://localhost:3100
271
+ 2026-03-06 06:35:47: 2026-03-06T05:35:47Z ERR Request failed error="stream 773 canceled by remote with error code 0" connIndex=1 dest=https://enterprise.agenticmail.io/api/engine/agent-status-stream?agentId=3eecd57d-03ae-440d-8945-5b35f43a8d90 event=0 ip=198.41.192.37 type=http
272
+ 2026-03-06 06:36:47: 2026-03-06T05:36:47Z ERR error="stream 3129 canceled by remote with error code 0" connIndex=0 event=1 ingressRule=0 originService=http://localhost:3100
273
+ 2026-03-06 06:36:47: 2026-03-06T05:36:47Z ERR Request failed error="stream 3129 canceled by remote with error code 0" connIndex=0 dest=https://enterprise.agenticmail.io/api/engine/agent-status-stream?agentId=3eecd57d-03ae-440d-8945-5b35f43a8d90 event=0 ip=198.41.200.43 type=http
274
+ 2026-03-06 06:40:49: 2026-03-06T05:40:49Z ERR error="stream 649 canceled by remote with error code 0" connIndex=1 event=1 ingressRule=0 originService=http://localhost:3100
275
+ 2026-03-06 06:40:49: 2026-03-06T05:40:49Z ERR Request failed error="stream 649 canceled by remote with error code 0" connIndex=1 dest=https://enterprise.agenticmail.io/api/engine/agent-status-stream?agentId=3eecd57d-03ae-440d-8945-5b35f43a8d90 event=0 ip=198.41.192.37 type=http
@@ -11,3 +11,4 @@
11
11
  2026-03-06 03:30:50: [TaskPoller] spawnForTask error: No API key configured for provider: undefined
12
12
  2026-03-06 03:39:47: [runtime] Marked stale session: JcWAi0Zj5k3i6A697xteM
13
13
  2026-03-06 03:39:47: [runtime] Marked stale session: i-KTYjRjZVj_FH-jZPf27
14
+ 2026-03-06 03:46:50: [TaskPoller] spawnForTask error: No API key configured for provider: undefined
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@agenticmail/enterprise",
3
- "version": "0.5.401",
3
+ "version": "0.5.403",
4
4
  "description": "AgenticMail Enterprise — cloud-hosted AI agent identity, email, auth & compliance for organizations",
5
5
  "type": "module",
6
6
  "bin": {