@agenticmail/enterprise 0.5.454 → 0.5.456
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-GYWPCR3N.js +518 -0
- package/dist/chunk-4Z2EHH32.js +7574 -0
- package/dist/chunk-6HL574H3.js +1728 -0
- package/dist/chunk-GZ6W4LOK.js +1728 -0
- package/dist/chunk-HXBXNBDN.js +26343 -0
- package/dist/chunk-IB43EZTK.js +7574 -0
- package/dist/chunk-KI5MQM3P.js +5422 -0
- package/dist/chunk-MSHLZND3.js +5427 -0
- package/dist/chunk-SWARX2JK.js +1728 -0
- package/dist/chunk-TTKRFPYU.js +5394 -0
- package/dist/chunk-VOR5PMA3.js +7574 -0
- package/dist/cli-agent-GO356CAW.js +2761 -0
- package/dist/cli-agent-RBJZ7EHP.js +2761 -0
- package/dist/cli-agent-URDHINSH.js +2761 -0
- package/dist/cli-serve-3RLFG7NR.js +322 -0
- package/dist/cli-serve-AYQJVUH4.js +322 -0
- package/dist/cli-serve-UWEDLJXU.js +322 -0
- package/dist/cli.js +3 -3
- package/dist/index.js +4 -4
- package/dist/routes-4HXEEA34.js +94 -0
- package/dist/runtime-3EQ7ZUPR.js +50 -0
- package/dist/runtime-OMQ7MRE5.js +50 -0
- package/dist/runtime-ZPMYZLJZ.js +50 -0
- package/dist/server-BXJS5LUU.js +36 -0
- package/dist/server-LSRSEFCF.js +36 -0
- package/dist/server-ZDDCHXIW.js +36 -0
- package/dist/setup-44EVTXDD.js +20 -0
- package/dist/setup-VYFW7BC7.js +20 -0
- package/dist/setup-ZEEIAMCR.js +20 -0
- package/logs/cloudflared-error.log +46 -0
- package/package.json +1 -1
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
import {
|
|
2
|
+
createServer
|
|
3
|
+
} from "./chunk-VOR5PMA3.js";
|
|
4
|
+
import "./chunk-DJBCRQTD.js";
|
|
5
|
+
import "./chunk-UF3ZJMJO.js";
|
|
6
|
+
import "./chunk-HXBXNBDN.js";
|
|
7
|
+
import "./chunk-3UAFHUEC.js";
|
|
8
|
+
import "./chunk-Z7NVD3OQ.js";
|
|
9
|
+
import "./chunk-VSBC4SWO.js";
|
|
10
|
+
import "./chunk-AF3WSNVX.js";
|
|
11
|
+
import "./chunk-74ZCQKYU.js";
|
|
12
|
+
import "./chunk-ZNLABJCS.js";
|
|
13
|
+
import "./chunk-FQWJMPKW.js";
|
|
14
|
+
import "./chunk-WYDVMFGJ.js";
|
|
15
|
+
import "./chunk-IHPLR7EK.js";
|
|
16
|
+
import "./chunk-PSZU6FMQ.js";
|
|
17
|
+
import "./chunk-YXSIPPBW.js";
|
|
18
|
+
import "./chunk-ZB3VC2MR.js";
|
|
19
|
+
import "./chunk-N5C3PJZC.js";
|
|
20
|
+
import "./chunk-XTRFUWIR.js";
|
|
21
|
+
import "./chunk-WUAWWKTN.js";
|
|
22
|
+
import "./chunk-IN7VIORK.js";
|
|
23
|
+
import "./chunk-ZMKVEJKR.js";
|
|
24
|
+
import "./chunk-CVFIM72Q.js";
|
|
25
|
+
import "./chunk-46UEEFMW.js";
|
|
26
|
+
import "./chunk-YDD5TC5Q.js";
|
|
27
|
+
import "./chunk-37ABTUFU.js";
|
|
28
|
+
import "./chunk-NU657BBQ.js";
|
|
29
|
+
import "./chunk-PGAU3W3M.js";
|
|
30
|
+
import "./chunk-FLQ5FLHW.js";
|
|
31
|
+
import "./chunk-YJ6RNSFH.js";
|
|
32
|
+
import "./chunk-22U7TZPN.js";
|
|
33
|
+
import "./chunk-KFQGP6VL.js";
|
|
34
|
+
export {
|
|
35
|
+
createServer
|
|
36
|
+
};
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
import {
|
|
2
|
+
promptCompanyInfo,
|
|
3
|
+
promptDatabase,
|
|
4
|
+
promptDeployment,
|
|
5
|
+
promptDomain,
|
|
6
|
+
promptRegistration,
|
|
7
|
+
provision,
|
|
8
|
+
runSetupWizard
|
|
9
|
+
} from "./chunk-6HL574H3.js";
|
|
10
|
+
import "./chunk-HPIK224M.js";
|
|
11
|
+
import "./chunk-KFQGP6VL.js";
|
|
12
|
+
export {
|
|
13
|
+
promptCompanyInfo,
|
|
14
|
+
promptDatabase,
|
|
15
|
+
promptDeployment,
|
|
16
|
+
promptDomain,
|
|
17
|
+
promptRegistration,
|
|
18
|
+
provision,
|
|
19
|
+
runSetupWizard
|
|
20
|
+
};
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
import {
|
|
2
|
+
promptCompanyInfo,
|
|
3
|
+
promptDatabase,
|
|
4
|
+
promptDeployment,
|
|
5
|
+
promptDomain,
|
|
6
|
+
promptRegistration,
|
|
7
|
+
provision,
|
|
8
|
+
runSetupWizard
|
|
9
|
+
} from "./chunk-SWARX2JK.js";
|
|
10
|
+
import "./chunk-HPIK224M.js";
|
|
11
|
+
import "./chunk-KFQGP6VL.js";
|
|
12
|
+
export {
|
|
13
|
+
promptCompanyInfo,
|
|
14
|
+
promptDatabase,
|
|
15
|
+
promptDeployment,
|
|
16
|
+
promptDomain,
|
|
17
|
+
promptRegistration,
|
|
18
|
+
provision,
|
|
19
|
+
runSetupWizard
|
|
20
|
+
};
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
import {
|
|
2
|
+
promptCompanyInfo,
|
|
3
|
+
promptDatabase,
|
|
4
|
+
promptDeployment,
|
|
5
|
+
promptDomain,
|
|
6
|
+
promptRegistration,
|
|
7
|
+
provision,
|
|
8
|
+
runSetupWizard
|
|
9
|
+
} from "./chunk-GZ6W4LOK.js";
|
|
10
|
+
import "./chunk-HPIK224M.js";
|
|
11
|
+
import "./chunk-KFQGP6VL.js";
|
|
12
|
+
export {
|
|
13
|
+
promptCompanyInfo,
|
|
14
|
+
promptDatabase,
|
|
15
|
+
promptDeployment,
|
|
16
|
+
promptDomain,
|
|
17
|
+
promptRegistration,
|
|
18
|
+
provision,
|
|
19
|
+
runSetupWizard
|
|
20
|
+
};
|
|
@@ -91,3 +91,49 @@
|
|
|
91
91
|
2026-03-13 19:16:17: 2026-03-13T18:16:17Z ERR Request failed error="stream 47609 canceled by remote with error code 0" connIndex=1 dest=https://enterprise.agenticmail.io/api/polymarket/stream?agentId=67ba24f1-c8af-40b4-9df5-c05b81fc1e7a event=0 ip=198.41.200.33 type=http
|
|
92
92
|
2026-03-13 19:16:40: 2026-03-13T18:16:40Z ERR error="stream 47781 canceled by remote with error code 0" connIndex=1 event=1 ingressRule=0 originService=http://localhost:3100
|
|
93
93
|
2026-03-13 19:16:40: 2026-03-13T18:16:40Z ERR Request failed error="stream 47781 canceled by remote with error code 0" connIndex=1 dest=https://enterprise.agenticmail.io/api/engine/agent-status-stream event=0 ip=198.41.200.33 type=http
|
|
94
|
+
2026-03-13 19:32:07: 2026-03-13T18:32:07Z ERR error="unexpected EOF" connIndex=1 event=1 ingressRule=0 originService=http://localhost:3100
|
|
95
|
+
2026-03-13 19:32:07: 2026-03-13T18:32:07Z ERR Request failed error="unexpected EOF" connIndex=1 dest=https://enterprise.agenticmail.io/api/engine/agent-status-stream?agentId=67ba24f1-c8af-40b4-9df5-c05b81fc1e7a event=0 ip=198.41.200.33 type=http
|
|
96
|
+
2026-03-13 19:32:07: 2026-03-13T18:32:07Z ERR error="unexpected EOF" connIndex=1 event=1 ingressRule=0 originService=http://localhost:3100
|
|
97
|
+
2026-03-13 19:32:07: 2026-03-13T18:32:07Z ERR Request failed error="unexpected EOF" connIndex=1 dest=https://enterprise.agenticmail.io/api/engine/agent-status-stream?agentId=67ba24f1-c8af-40b4-9df5-c05b81fc1e7a event=0 ip=198.41.200.33 type=http
|
|
98
|
+
2026-03-13 19:32:07: 2026-03-13T18:32:07Z ERR error="unexpected EOF" connIndex=3 event=1 ingressRule=0 originService=http://localhost:3100
|
|
99
|
+
2026-03-13 19:32:07: 2026-03-13T18:32:07Z ERR Request failed error="unexpected EOF" connIndex=3 dest=https://enterprise.agenticmail.io/api/polymarket/67ba24f1-c8af-40b4-9df5-c05b81fc1e7a/price-stream event=0 ip=198.41.200.23 type=http
|
|
100
|
+
2026-03-13 19:32:07: 2026-03-13T18:32:07Z ERR error="unexpected EOF" connIndex=1 event=1 ingressRule=0 originService=http://localhost:3100
|
|
101
|
+
2026-03-13 19:32:07: 2026-03-13T18:32:07Z ERR Request failed error="unexpected EOF" connIndex=1 dest=https://enterprise.agenticmail.io/api/polymarket/stream?agentId=67ba24f1-c8af-40b4-9df5-c05b81fc1e7a event=0 ip=198.41.200.33 type=http
|
|
102
|
+
2026-03-13 19:34:55: 2026-03-13T18:34:55Z ERR error="stream 48021 canceled by remote with error code 0" connIndex=1 event=1 ingressRule=0 originService=http://localhost:3100
|
|
103
|
+
2026-03-13 19:34:55: 2026-03-13T18:34:55Z ERR Request failed error="stream 48021 canceled by remote with error code 0" connIndex=1 dest=https://enterprise.agenticmail.io/api/engine/agent-status-stream?agentId=67ba24f1-c8af-40b4-9df5-c05b81fc1e7a event=0 ip=198.41.200.33 type=http
|
|
104
|
+
2026-03-13 19:34:55: 2026-03-13T18:34:55Z ERR error="stream 55681 canceled by remote with error code 0" connIndex=3 event=1 ingressRule=0 originService=http://localhost:3100
|
|
105
|
+
2026-03-13 19:34:55: 2026-03-13T18:34:55Z ERR Request failed error="stream 55681 canceled by remote with error code 0" connIndex=3 dest=https://enterprise.agenticmail.io/api/engine/agent-status-stream?agentId=67ba24f1-c8af-40b4-9df5-c05b81fc1e7a event=0 ip=198.41.200.23 type=http
|
|
106
|
+
2026-03-13 20:31:46: 2026-03-13T19:31:46Z ERR error="stream 48429 canceled by remote with error code 0" connIndex=1 event=1 ingressRule=0 originService=http://localhost:3100
|
|
107
|
+
2026-03-13 20:31:46: 2026-03-13T19:31:46Z ERR Request failed error="stream 48429 canceled by remote with error code 0" connIndex=1 dest=https://enterprise.agenticmail.io/api/engine/agent-status-stream?agentId=67ba24f1-c8af-40b4-9df5-c05b81fc1e7a event=0 ip=198.41.200.33 type=http
|
|
108
|
+
2026-03-13 20:31:46: 2026-03-13T19:31:46Z ERR error="stream 48461 canceled by remote with error code 0" connIndex=1 event=1 ingressRule=0 originService=http://localhost:3100
|
|
109
|
+
2026-03-13 20:31:46: 2026-03-13T19:31:46Z ERR Request failed error="stream 48461 canceled by remote with error code 0" connIndex=1 dest=https://enterprise.agenticmail.io/api/engine/agent-status-stream?agentId=67ba24f1-c8af-40b4-9df5-c05b81fc1e7a event=0 ip=198.41.200.33 type=http
|
|
110
|
+
2026-03-13 20:46:01: 2026-03-13T19:46:01Z ERR error="stream 48025 canceled by remote with error code 0" connIndex=1 event=1 ingressRule=0 originService=http://localhost:3100
|
|
111
|
+
2026-03-13 20:46:01: 2026-03-13T19:46:01Z ERR Request failed error="stream 48025 canceled by remote with error code 0" connIndex=1 dest=https://enterprise.agenticmail.io/api/polymarket/67ba24f1-c8af-40b4-9df5-c05b81fc1e7a/price-stream event=0 ip=198.41.200.33 type=http
|
|
112
|
+
2026-03-13 20:47:02: 2026-03-13T19:47:02Z ERR error="stream 8225 canceled by remote with error code 0" connIndex=2 event=1 ingressRule=0 originService=http://localhost:3100
|
|
113
|
+
2026-03-13 20:47:02: 2026-03-13T19:47:02Z ERR Request failed error="stream 8225 canceled by remote with error code 0" connIndex=2 dest=https://enterprise.agenticmail.io/api/engine/agent-status-stream?agentId=67ba24f1-c8af-40b4-9df5-c05b81fc1e7a event=0 ip=198.41.192.167 type=http
|
|
114
|
+
2026-03-13 20:47:02: 2026-03-13T19:47:02Z ERR error="stream 8189 canceled by remote with error code 0" connIndex=2 event=1 ingressRule=0 originService=http://localhost:3100
|
|
115
|
+
2026-03-13 20:47:02: 2026-03-13T19:47:02Z ERR Request failed error="stream 8189 canceled by remote with error code 0" connIndex=2 dest=https://enterprise.agenticmail.io/api/engine/agent-status-stream?agentId=67ba24f1-c8af-40b4-9df5-c05b81fc1e7a event=0 ip=198.41.192.167 type=http
|
|
116
|
+
2026-03-13 20:55:36: 2026-03-13T19:55:36Z ERR error="stream 7641 canceled by remote with error code 0" connIndex=2 event=1 ingressRule=0 originService=http://localhost:3100
|
|
117
|
+
2026-03-13 20:55:36: 2026-03-13T19:55:36Z ERR Request failed error="stream 7641 canceled by remote with error code 0" connIndex=2 dest=https://enterprise.agenticmail.io/api/polymarket/stream?agentId=67ba24f1-c8af-40b4-9df5-c05b81fc1e7a event=0 ip=198.41.192.167 type=http
|
|
118
|
+
2026-03-13 20:57:20: 2026-03-13T19:57:20Z ERR error="stream 8373 canceled by remote with error code 0" connIndex=2 event=1 ingressRule=0 originService=http://localhost:3100
|
|
119
|
+
2026-03-13 20:57:20: 2026-03-13T19:57:20Z ERR Request failed error="stream 8373 canceled by remote with error code 0" connIndex=2 dest=https://enterprise.agenticmail.io/api/engine/agent-status-stream?agentId=67ba24f1-c8af-40b4-9df5-c05b81fc1e7a event=0 ip=198.41.192.167 type=http
|
|
120
|
+
2026-03-13 20:57:20: 2026-03-13T19:57:20Z ERR error="stream 8377 canceled by remote with error code 0" connIndex=2 event=1 ingressRule=0 originService=http://localhost:3100
|
|
121
|
+
2026-03-13 20:57:20: 2026-03-13T19:57:20Z ERR Request failed error="stream 8377 canceled by remote with error code 0" connIndex=2 dest=https://enterprise.agenticmail.io/api/engine/agent-status-stream?agentId=67ba24f1-c8af-40b4-9df5-c05b81fc1e7a event=0 ip=198.41.192.167 type=http
|
|
122
|
+
2026-03-13 20:57:28: 2026-03-13T19:57:28Z ERR error="stream 8853 canceled by remote with error code 0" connIndex=2 event=1 ingressRule=0 originService=http://localhost:3100
|
|
123
|
+
2026-03-13 20:57:28: 2026-03-13T19:57:28Z ERR Request failed error="stream 8853 canceled by remote with error code 0" connIndex=2 dest=https://enterprise.agenticmail.io/api/engine/agent-status-stream?agentId=67ba24f1-c8af-40b4-9df5-c05b81fc1e7a event=0 ip=198.41.192.167 type=http
|
|
124
|
+
2026-03-13 20:57:29: 2026-03-13T19:57:29Z ERR error="stream 8881 canceled by remote with error code 0" connIndex=2 event=1 ingressRule=0 originService=http://localhost:3100
|
|
125
|
+
2026-03-13 20:57:29: 2026-03-13T19:57:29Z ERR Request failed error="stream 8881 canceled by remote with error code 0" connIndex=2 dest=https://enterprise.agenticmail.io/api/engine/agent-status-stream?agentId=67ba24f1-c8af-40b4-9df5-c05b81fc1e7a event=0 ip=198.41.192.167 type=http
|
|
126
|
+
2026-03-13 20:57:55: 2026-03-13T19:57:55Z ERR error="stream 8973 canceled by remote with error code 0" connIndex=2 event=1 ingressRule=0 originService=http://localhost:3100
|
|
127
|
+
2026-03-13 20:57:55: 2026-03-13T19:57:55Z ERR Request failed error="stream 8973 canceled by remote with error code 0" connIndex=2 dest=https://enterprise.agenticmail.io/api/engine/agent-status-stream event=0 ip=198.41.192.167 type=http
|
|
128
|
+
2026-03-13 20:58:42: 2026-03-13T19:58:42Z ERR error="stream 8985 canceled by remote with error code 0" connIndex=2 event=1 ingressRule=0 originService=http://localhost:3100
|
|
129
|
+
2026-03-13 20:58:42: 2026-03-13T19:58:42Z ERR Request failed error="stream 8985 canceled by remote with error code 0" connIndex=2 dest=https://enterprise.agenticmail.io/api/engine/agent-status-stream?agentId=67ba24f1-c8af-40b4-9df5-c05b81fc1e7a event=0 ip=198.41.192.167 type=http
|
|
130
|
+
2026-03-13 20:58:42: 2026-03-13T19:58:42Z ERR error="stream 9009 canceled by remote with error code 0" connIndex=2 event=1 ingressRule=0 originService=http://localhost:3100
|
|
131
|
+
2026-03-13 20:58:42: 2026-03-13T19:58:42Z ERR Request failed error="stream 9009 canceled by remote with error code 0" connIndex=2 dest=https://enterprise.agenticmail.io/api/engine/agent-status-stream?agentId=67ba24f1-c8af-40b4-9df5-c05b81fc1e7a event=0 ip=198.41.192.167 type=http
|
|
132
|
+
2026-03-13 21:06:45: 2026-03-13T20:06:45Z ERR error="stream 9333 canceled by remote with error code 0" connIndex=2 event=1 ingressRule=0 originService=http://localhost:3100
|
|
133
|
+
2026-03-13 21:06:45: 2026-03-13T20:06:45Z ERR Request failed error="stream 9333 canceled by remote with error code 0" connIndex=2 dest=https://enterprise.agenticmail.io/api/engine/agent-status-stream?agentId=67ba24f1-c8af-40b4-9df5-c05b81fc1e7a event=0 ip=198.41.192.167 type=http
|
|
134
|
+
2026-03-13 21:12:52: 2026-03-13T20:12:52Z ERR error="unexpected EOF" connIndex=2 event=1 ingressRule=0 originService=http://localhost:3100
|
|
135
|
+
2026-03-13 21:12:52: 2026-03-13T20:12:52Z ERR Request failed error="unexpected EOF" connIndex=2 dest=https://enterprise.agenticmail.io/api/engine/agent-status-stream?agentId=67ba24f1-c8af-40b4-9df5-c05b81fc1e7a event=0 ip=198.41.192.167 type=http
|
|
136
|
+
2026-03-13 21:12:52: 2026-03-13T20:12:52Z ERR error="unexpected EOF" connIndex=2 event=1 ingressRule=0 originService=http://localhost:3100
|
|
137
|
+
2026-03-13 21:12:52: 2026-03-13T20:12:52Z ERR Request failed error="unexpected EOF" connIndex=2 dest=https://enterprise.agenticmail.io/api/polymarket/stream?agentId=67ba24f1-c8af-40b4-9df5-c05b81fc1e7a event=0 ip=198.41.192.167 type=http
|
|
138
|
+
2026-03-13 21:12:52: 2026-03-13T20:12:52Z ERR error="unexpected EOF" connIndex=2 event=1 ingressRule=0 originService=http://localhost:3100
|
|
139
|
+
2026-03-13 21:12:52: 2026-03-13T20:12:52Z ERR Request failed error="unexpected EOF" connIndex=2 dest=https://enterprise.agenticmail.io/api/polymarket/67ba24f1-c8af-40b4-9df5-c05b81fc1e7a/price-stream event=0 ip=198.41.192.167 type=http
|