@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
|
@@ -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-5BXBIL7C.js";
|
|
39
|
+
import "./chunk-3UAFHUEC.js";
|
|
40
|
+
import "./chunk-Z7NVD3OQ.js";
|
|
41
|
+
import "./chunk-VSBC4SWO.js";
|
|
42
|
+
import "./chunk-AF3WSNVX.js";
|
|
43
|
+
import "./chunk-74ZCQKYU.js";
|
|
44
|
+
import "./chunk-Z6K5FKAB.js";
|
|
45
|
+
import "./chunk-C6JP5NR6.js";
|
|
46
|
+
import "./chunk-WYDVMFGJ.js";
|
|
47
|
+
import "./chunk-TCDRCMJJ.js";
|
|
48
|
+
import "./chunk-FT5MAYTU.js";
|
|
49
|
+
import "./chunk-YDD5TC5Q.js";
|
|
50
|
+
import "./chunk-FLQ5FLHW.js";
|
|
51
|
+
import "./chunk-WUAWWKTN.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-LEACSX6C.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,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-MUH6AHIS.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-OZW6NYWD.js";
|
|
4
|
+
import "./chunk-DJBCRQTD.js";
|
|
5
|
+
import "./chunk-UF3ZJMJO.js";
|
|
6
|
+
import "./chunk-5BXBIL7C.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-Z6K5FKAB.js";
|
|
13
|
+
import "./chunk-C6JP5NR6.js";
|
|
14
|
+
import "./chunk-WYDVMFGJ.js";
|
|
15
|
+
import "./chunk-TCDRCMJJ.js";
|
|
16
|
+
import "./chunk-FT5MAYTU.js";
|
|
17
|
+
import "./chunk-YDD5TC5Q.js";
|
|
18
|
+
import "./chunk-37ABTUFU.js";
|
|
19
|
+
import "./chunk-NU657BBQ.js";
|
|
20
|
+
import "./chunk-PGAU3W3M.js";
|
|
21
|
+
import "./chunk-FLQ5FLHW.js";
|
|
22
|
+
import "./chunk-WUAWWKTN.js";
|
|
23
|
+
import "./chunk-A2XPEZ7L.js";
|
|
24
|
+
import "./chunk-22U7TZPN.js";
|
|
25
|
+
import "./chunk-KFQGP6VL.js";
|
|
26
|
+
export {
|
|
27
|
+
createServer
|
|
28
|
+
};
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
import {
|
|
2
|
+
createServer
|
|
3
|
+
} from "./chunk-JNNZKFBP.js";
|
|
4
|
+
import "./chunk-DJBCRQTD.js";
|
|
5
|
+
import "./chunk-UF3ZJMJO.js";
|
|
6
|
+
import "./chunk-YB5BWHQU.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-Z6K5FKAB.js";
|
|
13
|
+
import "./chunk-C6JP5NR6.js";
|
|
14
|
+
import "./chunk-WYDVMFGJ.js";
|
|
15
|
+
import "./chunk-HIQY73V2.js";
|
|
16
|
+
import "./chunk-FT5MAYTU.js";
|
|
17
|
+
import "./chunk-YDD5TC5Q.js";
|
|
18
|
+
import "./chunk-37ABTUFU.js";
|
|
19
|
+
import "./chunk-NU657BBQ.js";
|
|
20
|
+
import "./chunk-PGAU3W3M.js";
|
|
21
|
+
import "./chunk-FLQ5FLHW.js";
|
|
22
|
+
import "./chunk-WUAWWKTN.js";
|
|
23
|
+
import "./chunk-5WDYN4UV.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-4MFGMCJO.js";
|
|
10
|
+
import "./chunk-Z3I6GNTS.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-QHBOQ2IG.js";
|
|
10
|
+
import "./chunk-Z3I6GNTS.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,16 @@
|
|
|
1
|
+
import {
|
|
2
|
+
BUILTIN_SKILLS,
|
|
3
|
+
PRESET_PROFILES,
|
|
4
|
+
PermissionEngine,
|
|
5
|
+
SKILL_SUITES,
|
|
6
|
+
init_skills
|
|
7
|
+
} from "./chunk-TCDRCMJJ.js";
|
|
8
|
+
import "./chunk-A2XPEZ7L.js";
|
|
9
|
+
import "./chunk-KFQGP6VL.js";
|
|
10
|
+
init_skills();
|
|
11
|
+
export {
|
|
12
|
+
BUILTIN_SKILLS,
|
|
13
|
+
PRESET_PROFILES,
|
|
14
|
+
PermissionEngine,
|
|
15
|
+
SKILL_SUITES
|
|
16
|
+
};
|
package/logs/fola-error.log
CHANGED
package/logs/john-error.log
CHANGED
|
@@ -7,3 +7,4 @@
|
|
|
7
7
|
2026-03-05 06:30:59: ERROR: DATABASE_URL is required
|
|
8
8
|
2026-03-05 06:31:11: Fatal error: current transaction is aborted, commands ignored until end of transaction block
|
|
9
9
|
2026-03-05 21:05:33: [TaskPoller] spawnForTask error: No API key configured for provider: undefined
|
|
10
|
+
2026-03-05 21:23:33: [TaskPoller] spawnForTask error: No API key configured for provider: undefined
|