@agenticmail/enterprise 0.5.375 → 0.5.377
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/README.md +30 -0
- package/dist/agent-heartbeat-3JIAQFMW.js +510 -0
- package/dist/{agent-tools-CUJHKMUN.js → agent-tools-GJUIPPHV.js} +1 -1
- package/dist/browser-tool-HG5THI5H.js +4002 -0
- package/dist/{chunk-BBGCFJWI.js → chunk-BC4VT5GK.js} +19 -19
- package/dist/{chunk-6MR5ICED.js → chunk-MI4NMRKF.js} +39 -17
- package/dist/{chunk-WTYMDT72.js → chunk-OPPT7QRL.js} +2 -2
- package/dist/{chunk-LVKRN4IR.js → chunk-VPWGFA5K.js} +15 -15
- package/dist/cli-agent-HWRINZSE.js +2483 -0
- package/dist/cli-serve-IOSXZHIK.js +286 -0
- package/dist/cli-update-6ZZTT5UR.js +246 -0
- package/dist/cli.js +11 -3
- package/dist/dashboard/app.js +41 -1
- package/dist/index.js +18 -18
- package/dist/routes-NIQHEAV2.js +92 -0
- package/dist/runtime-SUDXHYMB.js +45 -0
- package/dist/server-Q52YXWZD.js +28 -0
- package/dist/setup-C22ILWUJ.js +20 -0
- package/logs/cloudflared-error.log +10 -0
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -1,3 +1,7 @@
|
|
|
1
|
+
import {
|
|
2
|
+
provision,
|
|
3
|
+
runSetupWizard
|
|
4
|
+
} from "./chunk-OPPT7QRL.js";
|
|
1
5
|
import {
|
|
2
6
|
AgenticMailManager,
|
|
3
7
|
GoogleEmailProvider,
|
|
@@ -10,10 +14,6 @@ import {
|
|
|
10
14
|
generateEnvFile,
|
|
11
15
|
generateFlyToml
|
|
12
16
|
} from "./chunk-EGEHCCZZ.js";
|
|
13
|
-
import {
|
|
14
|
-
provision,
|
|
15
|
-
runSetupWizard
|
|
16
|
-
} from "./chunk-WTYMDT72.js";
|
|
17
17
|
import {
|
|
18
18
|
AgentRuntime,
|
|
19
19
|
EmailChannel,
|
|
@@ -28,7 +28,7 @@ import {
|
|
|
28
28
|
executeTool,
|
|
29
29
|
runAgentLoop,
|
|
30
30
|
toolsToDefinitions
|
|
31
|
-
} from "./chunk-
|
|
31
|
+
} from "./chunk-BC4VT5GK.js";
|
|
32
32
|
import {
|
|
33
33
|
ValidationError,
|
|
34
34
|
auditLogger,
|
|
@@ -42,7 +42,7 @@ import {
|
|
|
42
42
|
requireRole,
|
|
43
43
|
securityHeaders,
|
|
44
44
|
validate
|
|
45
|
-
} from "./chunk-
|
|
45
|
+
} from "./chunk-MI4NMRKF.js";
|
|
46
46
|
import "./chunk-DJBCRQTD.js";
|
|
47
47
|
import {
|
|
48
48
|
PROVIDER_REGISTRY,
|
|
@@ -82,7 +82,8 @@ import {
|
|
|
82
82
|
init_storage_manager,
|
|
83
83
|
init_tenant,
|
|
84
84
|
init_workforce
|
|
85
|
-
} from "./chunk-
|
|
85
|
+
} from "./chunk-VPWGFA5K.js";
|
|
86
|
+
import "./chunk-WYDVMFGJ.js";
|
|
86
87
|
import "./chunk-3UAFHUEC.js";
|
|
87
88
|
import {
|
|
88
89
|
ENGINE_TABLES,
|
|
@@ -94,6 +95,12 @@ import {
|
|
|
94
95
|
sqliteToMySQL,
|
|
95
96
|
sqliteToPostgres
|
|
96
97
|
} from "./chunk-OWL3QVH7.js";
|
|
98
|
+
import {
|
|
99
|
+
AgentConfigGenerator,
|
|
100
|
+
DeploymentEngine,
|
|
101
|
+
init_agent_config,
|
|
102
|
+
init_deployer
|
|
103
|
+
} from "./chunk-FT5MAYTU.js";
|
|
97
104
|
import "./chunk-Z7NVD3OQ.js";
|
|
98
105
|
import {
|
|
99
106
|
AgentMemoryManager,
|
|
@@ -103,19 +110,16 @@ import "./chunk-AF3WSNVX.js";
|
|
|
103
110
|
import "./chunk-74ZCQKYU.js";
|
|
104
111
|
import "./chunk-Z6K5FKAB.js";
|
|
105
112
|
import "./chunk-C6JP5NR6.js";
|
|
106
|
-
import
|
|
113
|
+
import {
|
|
114
|
+
SecureVault,
|
|
115
|
+
init_vault
|
|
116
|
+
} from "./chunk-WUAWWKTN.js";
|
|
107
117
|
import {
|
|
108
118
|
BUILTIN_SKILLS,
|
|
109
119
|
PRESET_PROFILES,
|
|
110
120
|
PermissionEngine,
|
|
111
121
|
init_skills
|
|
112
122
|
} from "./chunk-TCDRCMJJ.js";
|
|
113
|
-
import {
|
|
114
|
-
AgentConfigGenerator,
|
|
115
|
-
DeploymentEngine,
|
|
116
|
-
init_agent_config,
|
|
117
|
-
init_deployer
|
|
118
|
-
} from "./chunk-FT5MAYTU.js";
|
|
119
123
|
import {
|
|
120
124
|
CircuitBreaker,
|
|
121
125
|
CircuitOpenError,
|
|
@@ -129,10 +133,6 @@ import "./chunk-37ABTUFU.js";
|
|
|
129
133
|
import "./chunk-NU657BBQ.js";
|
|
130
134
|
import "./chunk-PGAU3W3M.js";
|
|
131
135
|
import "./chunk-FLQ5FLHW.js";
|
|
132
|
-
import {
|
|
133
|
-
SecureVault,
|
|
134
|
-
init_vault
|
|
135
|
-
} from "./chunk-WUAWWKTN.js";
|
|
136
136
|
import {
|
|
137
137
|
DatabaseAdapter
|
|
138
138
|
} from "./chunk-FLRYMSKY.js";
|
|
@@ -0,0 +1,92 @@
|
|
|
1
|
+
import {
|
|
2
|
+
activity,
|
|
3
|
+
agentStatus,
|
|
4
|
+
approvals,
|
|
5
|
+
cluster,
|
|
6
|
+
commBus,
|
|
7
|
+
communityRegistry,
|
|
8
|
+
compliance,
|
|
9
|
+
configGen,
|
|
10
|
+
databaseManager,
|
|
11
|
+
deployer,
|
|
12
|
+
dlp,
|
|
13
|
+
engine,
|
|
14
|
+
getChatPoller,
|
|
15
|
+
getEmailPoller,
|
|
16
|
+
getMessagingPoller,
|
|
17
|
+
guardrails,
|
|
18
|
+
hierarchyManager,
|
|
19
|
+
init_routes,
|
|
20
|
+
journal,
|
|
21
|
+
knowledgeBase,
|
|
22
|
+
knowledgeContribution,
|
|
23
|
+
lifecycle,
|
|
24
|
+
memoryManager,
|
|
25
|
+
mountRuntimeApp,
|
|
26
|
+
onboarding,
|
|
27
|
+
orgIntegrations,
|
|
28
|
+
permissionEngine,
|
|
29
|
+
policyEngine,
|
|
30
|
+
policyImporter,
|
|
31
|
+
setEngineDb,
|
|
32
|
+
setRuntime,
|
|
33
|
+
skillUpdater,
|
|
34
|
+
storageManager,
|
|
35
|
+
tenants,
|
|
36
|
+
vault,
|
|
37
|
+
workforce
|
|
38
|
+
} from "./chunk-VPWGFA5K.js";
|
|
39
|
+
import "./chunk-WYDVMFGJ.js";
|
|
40
|
+
import "./chunk-3UAFHUEC.js";
|
|
41
|
+
import "./chunk-FT5MAYTU.js";
|
|
42
|
+
import "./chunk-Z7NVD3OQ.js";
|
|
43
|
+
import "./chunk-VSBC4SWO.js";
|
|
44
|
+
import "./chunk-AF3WSNVX.js";
|
|
45
|
+
import "./chunk-74ZCQKYU.js";
|
|
46
|
+
import "./chunk-Z6K5FKAB.js";
|
|
47
|
+
import "./chunk-C6JP5NR6.js";
|
|
48
|
+
import "./chunk-WUAWWKTN.js";
|
|
49
|
+
import "./chunk-TCDRCMJJ.js";
|
|
50
|
+
import "./chunk-YDD5TC5Q.js";
|
|
51
|
+
import "./chunk-FLQ5FLHW.js";
|
|
52
|
+
import "./chunk-A2XPEZ7L.js";
|
|
53
|
+
import "./chunk-22U7TZPN.js";
|
|
54
|
+
import "./chunk-KFQGP6VL.js";
|
|
55
|
+
init_routes();
|
|
56
|
+
export {
|
|
57
|
+
activity,
|
|
58
|
+
agentStatus,
|
|
59
|
+
approvals,
|
|
60
|
+
cluster,
|
|
61
|
+
commBus,
|
|
62
|
+
communityRegistry,
|
|
63
|
+
compliance,
|
|
64
|
+
configGen,
|
|
65
|
+
databaseManager,
|
|
66
|
+
deployer,
|
|
67
|
+
dlp,
|
|
68
|
+
engine as engineRoutes,
|
|
69
|
+
getChatPoller,
|
|
70
|
+
getEmailPoller,
|
|
71
|
+
getMessagingPoller,
|
|
72
|
+
guardrails,
|
|
73
|
+
hierarchyManager,
|
|
74
|
+
journal,
|
|
75
|
+
knowledgeBase,
|
|
76
|
+
knowledgeContribution,
|
|
77
|
+
lifecycle,
|
|
78
|
+
memoryManager,
|
|
79
|
+
mountRuntimeApp,
|
|
80
|
+
onboarding,
|
|
81
|
+
orgIntegrations,
|
|
82
|
+
permissionEngine,
|
|
83
|
+
policyEngine,
|
|
84
|
+
policyImporter,
|
|
85
|
+
setEngineDb,
|
|
86
|
+
setRuntime,
|
|
87
|
+
skillUpdater,
|
|
88
|
+
storageManager,
|
|
89
|
+
tenants,
|
|
90
|
+
vault,
|
|
91
|
+
workforce
|
|
92
|
+
};
|
|
@@ -0,0 +1,45 @@
|
|
|
1
|
+
import {
|
|
2
|
+
AgentRuntime,
|
|
3
|
+
EmailChannel,
|
|
4
|
+
FollowUpScheduler,
|
|
5
|
+
SessionManager,
|
|
6
|
+
SubAgentManager,
|
|
7
|
+
ToolRegistry,
|
|
8
|
+
callLLM,
|
|
9
|
+
createAgentRuntime,
|
|
10
|
+
createNoopHooks,
|
|
11
|
+
createRuntimeHooks,
|
|
12
|
+
estimateMessageTokens,
|
|
13
|
+
estimateTokens,
|
|
14
|
+
executeTool,
|
|
15
|
+
runAgentLoop,
|
|
16
|
+
toolsToDefinitions
|
|
17
|
+
} from "./chunk-BC4VT5GK.js";
|
|
18
|
+
import {
|
|
19
|
+
PROVIDER_REGISTRY,
|
|
20
|
+
listAllProviders,
|
|
21
|
+
resolveApiKeyForProvider,
|
|
22
|
+
resolveProvider
|
|
23
|
+
} from "./chunk-UF3ZJMJO.js";
|
|
24
|
+
import "./chunk-KFQGP6VL.js";
|
|
25
|
+
export {
|
|
26
|
+
AgentRuntime,
|
|
27
|
+
EmailChannel,
|
|
28
|
+
FollowUpScheduler,
|
|
29
|
+
PROVIDER_REGISTRY,
|
|
30
|
+
SessionManager,
|
|
31
|
+
SubAgentManager,
|
|
32
|
+
ToolRegistry,
|
|
33
|
+
callLLM,
|
|
34
|
+
createAgentRuntime,
|
|
35
|
+
createNoopHooks,
|
|
36
|
+
createRuntimeHooks,
|
|
37
|
+
estimateMessageTokens,
|
|
38
|
+
estimateTokens,
|
|
39
|
+
executeTool,
|
|
40
|
+
listAllProviders,
|
|
41
|
+
resolveApiKeyForProvider,
|
|
42
|
+
resolveProvider,
|
|
43
|
+
runAgentLoop,
|
|
44
|
+
toolsToDefinitions
|
|
45
|
+
};
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
import {
|
|
2
|
+
createServer
|
|
3
|
+
} from "./chunk-MI4NMRKF.js";
|
|
4
|
+
import "./chunk-DJBCRQTD.js";
|
|
5
|
+
import "./chunk-UF3ZJMJO.js";
|
|
6
|
+
import "./chunk-VPWGFA5K.js";
|
|
7
|
+
import "./chunk-WYDVMFGJ.js";
|
|
8
|
+
import "./chunk-3UAFHUEC.js";
|
|
9
|
+
import "./chunk-FT5MAYTU.js";
|
|
10
|
+
import "./chunk-Z7NVD3OQ.js";
|
|
11
|
+
import "./chunk-VSBC4SWO.js";
|
|
12
|
+
import "./chunk-AF3WSNVX.js";
|
|
13
|
+
import "./chunk-74ZCQKYU.js";
|
|
14
|
+
import "./chunk-Z6K5FKAB.js";
|
|
15
|
+
import "./chunk-C6JP5NR6.js";
|
|
16
|
+
import "./chunk-WUAWWKTN.js";
|
|
17
|
+
import "./chunk-TCDRCMJJ.js";
|
|
18
|
+
import "./chunk-YDD5TC5Q.js";
|
|
19
|
+
import "./chunk-37ABTUFU.js";
|
|
20
|
+
import "./chunk-NU657BBQ.js";
|
|
21
|
+
import "./chunk-PGAU3W3M.js";
|
|
22
|
+
import "./chunk-FLQ5FLHW.js";
|
|
23
|
+
import "./chunk-A2XPEZ7L.js";
|
|
24
|
+
import "./chunk-22U7TZPN.js";
|
|
25
|
+
import "./chunk-KFQGP6VL.js";
|
|
26
|
+
export {
|
|
27
|
+
createServer
|
|
28
|
+
};
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
import {
|
|
2
|
+
promptCompanyInfo,
|
|
3
|
+
promptDatabase,
|
|
4
|
+
promptDeployment,
|
|
5
|
+
promptDomain,
|
|
6
|
+
promptRegistration,
|
|
7
|
+
provision,
|
|
8
|
+
runSetupWizard
|
|
9
|
+
} from "./chunk-OPPT7QRL.js";
|
|
10
|
+
import "./chunk-P6W565WH.js";
|
|
11
|
+
import "./chunk-KFQGP6VL.js";
|
|
12
|
+
export {
|
|
13
|
+
promptCompanyInfo,
|
|
14
|
+
promptDatabase,
|
|
15
|
+
promptDeployment,
|
|
16
|
+
promptDomain,
|
|
17
|
+
promptRegistration,
|
|
18
|
+
provision,
|
|
19
|
+
runSetupWizard
|
|
20
|
+
};
|
|
@@ -231,3 +231,13 @@
|
|
|
231
231
|
2026-03-05 22:06:16: 2026-03-05T21:06:16Z 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.192.107 type=http
|
|
232
232
|
2026-03-05 22:06:35: 2026-03-05T21:06:35Z ERR error="unexpected EOF" connIndex=0 event=1 ingressRule=0 originService=http://localhost:3100
|
|
233
233
|
2026-03-05 22:06:35: 2026-03-05T21:06:35Z 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.192.107 type=http
|
|
234
|
+
2026-03-05 22:14:06: 2026-03-05T21:14:06Z ERR error="unexpected EOF" connIndex=0 event=1 ingressRule=0 originService=http://localhost:3100
|
|
235
|
+
2026-03-05 22:14:06: 2026-03-05T21:14:06Z 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.192.107 type=http
|
|
236
|
+
2026-03-05 22:20:35: 2026-03-05T21:20:35Z ERR error="unexpected EOF" connIndex=0 event=1 ingressRule=0 originService=http://localhost:3100
|
|
237
|
+
2026-03-05 22:20:35: 2026-03-05T21:20:35Z 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.192.107 type=http
|
|
238
|
+
2026-03-05 22:39:06: 2026-03-05T21:39:06Z ERR error="stream 2997 canceled by remote with error code 0" connIndex=0 event=1 ingressRule=0 originService=http://localhost:3100
|
|
239
|
+
2026-03-05 22:39:06: 2026-03-05T21:39:06Z ERR Request failed error="stream 2997 canceled by remote with error code 0" connIndex=0 dest=https://enterprise.agenticmail.io/api/engine/agent-status-stream event=0 ip=198.41.192.107 type=http
|
|
240
|
+
2026-03-05 22:39:08: 2026-03-05T21:39:08Z ERR error="stream 2981 canceled by remote with error code 0" connIndex=0 event=1 ingressRule=0 originService=http://localhost:3100
|
|
241
|
+
2026-03-05 22:39:08: 2026-03-05T21:39:08Z ERR Request failed error="stream 2981 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.192.107 type=http
|
|
242
|
+
2026-03-05 22:39:14: 2026-03-05T21:39:14Z ERR error="stream 3033 canceled by remote with error code 0" connIndex=0 event=1 ingressRule=0 originService=http://localhost:3100
|
|
243
|
+
2026-03-05 22:39:14: 2026-03-05T21:39:14Z ERR Request failed error="stream 3033 canceled by remote with error code 0" connIndex=0 dest=https://enterprise.agenticmail.io/api/engine/agent-status-stream?agentId=67ba24f1-c8af-40b4-9df5-c05b81fc1e7a event=0 ip=198.41.192.107 type=http
|