@agenticmail/enterprise 0.5.284 → 0.5.286

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.
Files changed (36) hide show
  1. package/dist/agent-heartbeat-GI6XINBR.js +510 -0
  2. package/dist/agent-heartbeat-NFFDMZFV.js +510 -0
  3. package/dist/agent-tools-AMOV3TMJ.js +7 -0
  4. package/dist/agent-tools-LM4ZHP26.js +13881 -0
  5. package/dist/chunk-3LCTQEDL.js +1224 -0
  6. package/dist/chunk-BYHI6J56.js +1224 -0
  7. package/dist/chunk-CB6QYN3G.js +1272 -0
  8. package/dist/chunk-NHLKS3CD.js +4739 -0
  9. package/dist/chunk-PABLWR7B.js +3780 -0
  10. package/dist/chunk-PGF7LVVJ.js +178 -0
  11. package/dist/chunk-VXXVAGG3.js +4739 -0
  12. package/dist/chunk-WPHIEGC2.js +1068 -0
  13. package/dist/chunk-Z3F5BTKX.js +3780 -0
  14. package/dist/cli-agent-CEKDOLMO.js +1778 -0
  15. package/dist/cli-agent-XTKC4A34.js +1778 -0
  16. package/dist/cli-serve-HYXJKPWV.js +114 -0
  17. package/dist/cli-serve-S5CDI7ZX.js +114 -0
  18. package/dist/cli.js +3 -3
  19. package/dist/connection-manager-6VUG3MFS.js +7 -0
  20. package/dist/connection-manager-7E26LH63.js +7 -0
  21. package/dist/dashboard/assets/brand-logos.js +1 -0
  22. package/dist/dashboard/pages/database-access.js +1 -0
  23. package/dist/index.js +3 -3
  24. package/dist/routes-IJRJL2SF.js +13695 -0
  25. package/dist/routes-NXCGQADV.js +13695 -0
  26. package/dist/runtime-DNW3ZDHQ.js +45 -0
  27. package/dist/runtime-RVVOICEF.js +45 -0
  28. package/dist/server-CVBX4DPS.js +15 -0
  29. package/dist/server-WH4AUQ5D.js +15 -0
  30. package/dist/setup-AAIQB5FA.js +20 -0
  31. package/dist/setup-FSEN2QRL.js +20 -0
  32. package/package.json +8 -1
  33. package/src/dashboard/assets/brand-logos.js +1 -0
  34. package/src/dashboard/pages/database-access.js +1 -0
  35. package/src/database-access/connection-manager.ts +372 -124
  36. package/src/database-access/types.ts +4 -2
@@ -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-VXXVAGG3.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-NHLKS3CD.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,15 @@
1
+ import {
2
+ createServer
3
+ } from "./chunk-PABLWR7B.js";
4
+ import "./chunk-OF4MUWWS.js";
5
+ import "./chunk-UF3ZJMJO.js";
6
+ import "./chunk-3OC6RH7W.js";
7
+ import "./chunk-2DDKGTD6.js";
8
+ import "./chunk-YVK6F5OD.js";
9
+ import "./chunk-MKRNEM5A.js";
10
+ import "./chunk-DRXMYYKN.js";
11
+ import "./chunk-6WSX7QXF.js";
12
+ import "./chunk-KFQGP6VL.js";
13
+ export {
14
+ createServer
15
+ };
@@ -0,0 +1,15 @@
1
+ import {
2
+ createServer
3
+ } from "./chunk-Z3F5BTKX.js";
4
+ import "./chunk-OF4MUWWS.js";
5
+ import "./chunk-UF3ZJMJO.js";
6
+ import "./chunk-3OC6RH7W.js";
7
+ import "./chunk-2DDKGTD6.js";
8
+ import "./chunk-YVK6F5OD.js";
9
+ import "./chunk-MKRNEM5A.js";
10
+ import "./chunk-DRXMYYKN.js";
11
+ import "./chunk-6WSX7QXF.js";
12
+ import "./chunk-KFQGP6VL.js";
13
+ export {
14
+ createServer
15
+ };
@@ -0,0 +1,20 @@
1
+ import {
2
+ promptCompanyInfo,
3
+ promptDatabase,
4
+ promptDeployment,
5
+ promptDomain,
6
+ promptRegistration,
7
+ provision,
8
+ runSetupWizard
9
+ } from "./chunk-BYHI6J56.js";
10
+ import "./chunk-ULRBF2T7.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-3LCTQEDL.js";
10
+ import "./chunk-ULRBF2T7.js";
11
+ import "./chunk-KFQGP6VL.js";
12
+ export {
13
+ promptCompanyInfo,
14
+ promptDatabase,
15
+ promptDeployment,
16
+ promptDomain,
17
+ promptRegistration,
18
+ provision,
19
+ runSetupWizard
20
+ };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@agenticmail/enterprise",
3
- "version": "0.5.284",
3
+ "version": "0.5.286",
4
4
  "description": "AgenticMail Enterprise — cloud-hosted AI agent identity, email, auth & compliance for organizations",
5
5
  "type": "module",
6
6
  "bin": {
@@ -83,5 +83,12 @@
83
83
  "ws": {
84
84
  "optional": true
85
85
  }
86
+ },
87
+ "optionalDependencies": {
88
+ "postgres": "^3.4.0",
89
+ "mysql2": "^3.9.0",
90
+ "better-sqlite3": "^11.0.0",
91
+ "@libsql/client": "^0.6.0",
92
+ "mongodb": "^6.3.0"
86
93
  }
87
94
  }
@@ -221,6 +221,7 @@ Object.assign(BrandLogo, {
221
221
  planetscale: function(s) { return _pill('#000', '#fff', 'PS', s); },
222
222
  cockroachdb: function(s) { return _pill('#6933FF', '#fff', 'CR', s); },
223
223
  turso: function(s) { return _pill('#4FF8D2', '#000', 'T', s); },
224
+ upstash: function(s) { return _pill('#00E9A3', '#000', 'UP', s); },
224
225
  dynamodb: function(s) { return _pill('#4053D6', '#fff', 'DDB', s); },
225
226
  paypal: function(s) { return _pill('#003087', '#fff', 'PP', s); },
226
227
  linkedin: function(s) { return _pill('#0A66C2', '#fff', 'in', s); },
@@ -23,6 +23,7 @@ var DATABASE_TYPES = [
23
23
  { section: 'NoSQL / Key-Value', items: [
24
24
  { value: 'mongodb', label: 'MongoDB' },
25
25
  { value: 'redis', label: 'Redis' },
26
+ { value: 'upstash', label: 'Upstash Redis' },
26
27
  { value: 'dynamodb', label: 'AWS DynamoDB' },
27
28
  ]},
28
29
  ];