@agenticmail/enterprise 0.5.415 → 0.5.416
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-GQSJFIUL.js +518 -0
- package/dist/cli-agent-CXAI34PH.js +2715 -0
- package/dist/cli.js +1 -1
- package/logs/cloudflared-error.log +4 -0
- package/package.json +1 -1
package/dist/cli.js
CHANGED
|
@@ -68,7 +68,7 @@ Skill Development:
|
|
|
68
68
|
import("./cli-serve-X4XJJ6UO.js").then((m) => m.runServe(args.slice(1))).catch(fatal);
|
|
69
69
|
break;
|
|
70
70
|
case "agent":
|
|
71
|
-
import("./cli-agent-
|
|
71
|
+
import("./cli-agent-CXAI34PH.js").then((m) => m.runAgent(args.slice(1))).catch(fatal);
|
|
72
72
|
break;
|
|
73
73
|
case "setup":
|
|
74
74
|
default:
|
|
@@ -305,3 +305,7 @@
|
|
|
305
305
|
2026-03-06 21:11:37: 2026-03-06T20:11:37Z ERR error="unexpected EOF" connIndex=2 event=1 ingressRule=0 originService=http://localhost:3100
|
|
306
306
|
2026-03-06 21:11:37: 2026-03-06T20:11:37Z ERR Request failed error="unexpected EOF" connIndex=2 dest=https://enterprise.agenticmail.io/api/engine/agent-status-stream?agentId=3eecd57d-03ae-440d-8945-5b35f43a8d90 event=0 ip=198.41.192.47 type=http
|
|
307
307
|
2026-03-06 21:11:37: 2026-03-06T20:11:37Z ERR Request failed error="unexpected EOF" connIndex=2 dest=https://enterprise.agenticmail.io/api/engine/agent-status-stream?agentId=3eecd57d-03ae-440d-8945-5b35f43a8d90 event=0 ip=198.41.192.47 type=http
|
|
308
|
+
2026-03-06 21:19:15: 2026-03-06T20:19:15Z ERR error="unexpected EOF" connIndex=0 event=1 ingressRule=0 originService=http://localhost:3100
|
|
309
|
+
2026-03-06 21:19:15: 2026-03-06T20:19:15Z ERR error="unexpected EOF" connIndex=0 event=1 ingressRule=0 originService=http://localhost:3100
|
|
310
|
+
2026-03-06 21:19:15: 2026-03-06T20:19:15Z ERR Request failed error="unexpected EOF" 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
|
|
311
|
+
2026-03-06 21:19:15: 2026-03-06T20:19:15Z ERR Request failed error="unexpected EOF" 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
|