@agenticmail/enterprise 0.5.539 → 0.5.541

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 (37) hide show
  1. package/dist/agent-heartbeat-SACKLJCM.js +518 -0
  2. package/dist/agent-tools-UMZRD7LS.js +14677 -0
  3. package/dist/chunk-2SUAZNZA.js +5703 -0
  4. package/dist/chunk-35VK7UMD.js +1728 -0
  5. package/dist/chunk-66Z6N3J3.js +6180 -0
  6. package/dist/chunk-CWOGPNKG.js +7962 -0
  7. package/dist/chunk-GDY6QWI6.js +5955 -0
  8. package/dist/chunk-JAUQO3LK.js +26396 -0
  9. package/dist/chunk-KWSVGUN5.js +623 -0
  10. package/dist/chunk-L2EKC35V.js +1266 -0
  11. package/dist/chunk-NH3ZA3HP.js +7962 -0
  12. package/dist/chunk-QJYJLQEP.js +5704 -0
  13. package/dist/chunk-QZ2EV2DF.js +2309 -0
  14. package/dist/chunk-RQC74VTL.js +1728 -0
  15. package/dist/chunk-ZEVIYXZL.js +1687 -0
  16. package/dist/cli-agent-6AMGD7RV.js +2882 -0
  17. package/dist/cli-agent-BXVZKFM3.js +2882 -0
  18. package/dist/cli-serve-4XRCAIYZ.js +322 -0
  19. package/dist/cli-serve-ROLPRYLX.js +322 -0
  20. package/dist/cli-validate-GUSGSEEJ.js +150 -0
  21. package/dist/cli.js +4 -4
  22. package/dist/index.js +10 -10
  23. package/dist/polymarket-ECOWNQLW.js +17 -0
  24. package/dist/polymarket-HEFN3Q4D.js +7 -0
  25. package/dist/polymarket-runtime-QYDF6A4Q.js +108 -0
  26. package/dist/polymarket-watcher-RDEECSLJ.js +23 -0
  27. package/dist/routes-O2IOPRJ3.js +94 -0
  28. package/dist/runtime-PUWSHHZ7.js +50 -0
  29. package/dist/runtime-RXK6WCEP.js +50 -0
  30. package/dist/server-6Y3NKZZA.js +36 -0
  31. package/dist/server-CS6O7EAY.js +36 -0
  32. package/dist/setup-3BMKYWRR.js +20 -0
  33. package/dist/setup-MXUTTWXE.js +20 -0
  34. package/dist/skills-V6DYGANA.js +16 -0
  35. package/dist/system-prompts-VHME34UB.js +69 -0
  36. package/logs/cloudflared-error.log +38 -0
  37. package/package.json +1 -1
@@ -0,0 +1,20 @@
1
+ import {
2
+ promptCompanyInfo,
3
+ promptDatabase,
4
+ promptDeployment,
5
+ promptDomain,
6
+ promptRegistration,
7
+ provision,
8
+ runSetupWizard
9
+ } from "./chunk-35VK7UMD.js";
10
+ import "./chunk-5KB5MAZK.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-KWSVGUN5.js";
8
+ import "./chunk-GDY6QWI6.js";
9
+ import "./chunk-KFQGP6VL.js";
10
+ init_skills();
11
+ export {
12
+ BUILTIN_SKILLS,
13
+ PRESET_PROFILES,
14
+ PermissionEngine,
15
+ SKILL_SUITES
16
+ };
@@ -0,0 +1,69 @@
1
+ import {
2
+ BROWSER_RULES,
3
+ buildCalendarEventPrompt,
4
+ buildCatchupPrompt,
5
+ buildContactsPrompt,
6
+ buildDocsTaskPrompt,
7
+ buildDriveTaskPrompt,
8
+ buildExcelPrompt,
9
+ buildFormsPrompt,
10
+ buildGmailPrompt,
11
+ buildGoogleChatPrompt,
12
+ buildGoogleTasksPrompt,
13
+ buildMSContactsPrompt,
14
+ buildMeetJoinFromChatPrompt,
15
+ buildMeetJoinPrompt,
16
+ buildOneDrivePrompt,
17
+ buildOneNotePrompt,
18
+ buildOutlookCalendarPrompt,
19
+ buildOutlookMailPrompt,
20
+ buildPlannerPrompt,
21
+ buildPolymarketPrompt,
22
+ buildPowerBIPrompt,
23
+ buildPowerPointPrompt,
24
+ buildRemotonPrompt,
25
+ buildScheduleBlock,
26
+ buildScheduleInfo,
27
+ buildSharePointPrompt,
28
+ buildSheetsTaskPrompt,
29
+ buildSlidesPrompt,
30
+ buildTaskPrompt,
31
+ buildTeamsPrompt,
32
+ buildTodoPrompt,
33
+ buildTriagePrompt
34
+ } from "./chunk-L2EKC35V.js";
35
+ import "./chunk-KFQGP6VL.js";
36
+ export {
37
+ BROWSER_RULES,
38
+ buildCalendarEventPrompt,
39
+ buildCatchupPrompt,
40
+ buildContactsPrompt,
41
+ buildDocsTaskPrompt,
42
+ buildDriveTaskPrompt,
43
+ buildExcelPrompt,
44
+ buildFormsPrompt,
45
+ buildGmailPrompt,
46
+ buildGoogleChatPrompt,
47
+ buildGoogleTasksPrompt,
48
+ buildMSContactsPrompt,
49
+ buildMeetJoinFromChatPrompt,
50
+ buildMeetJoinPrompt,
51
+ buildOneDrivePrompt,
52
+ buildOneNotePrompt,
53
+ buildOutlookCalendarPrompt,
54
+ buildOutlookMailPrompt,
55
+ buildPlannerPrompt,
56
+ buildPolymarketPrompt,
57
+ buildPowerBIPrompt,
58
+ buildPowerPointPrompt,
59
+ buildRemotonPrompt,
60
+ buildScheduleBlock,
61
+ buildScheduleInfo,
62
+ buildSharePointPrompt,
63
+ buildSheetsTaskPrompt,
64
+ buildSlidesPrompt,
65
+ buildTaskPrompt,
66
+ buildTeamsPrompt,
67
+ buildTodoPrompt,
68
+ buildTriagePrompt
69
+ };
@@ -646,3 +646,41 @@
646
646
  2026-03-15 21:51:46: 2026-03-15T20:51:46Z ERR Request failed error="stream 1161 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.113 type=http
647
647
  2026-03-15 21:51:52: 2026-03-15T20:51:52Z ERR error="stream 1165 canceled by remote with error code 0" connIndex=1 event=1 ingressRule=0 originService=http://localhost:3100
648
648
  2026-03-15 21:51:52: 2026-03-15T20:51:52Z ERR Request failed error="stream 1165 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.113 type=http
649
+ 2026-03-15 22:23:26: 2026-03-15T21:23:26Z ERR error="stream 51629 canceled by remote with error code 0" connIndex=3 event=1 ingressRule=0 originService=http://localhost:3100
650
+ 2026-03-15 22:23:26: 2026-03-15T21:23:26Z ERR Request failed error="stream 51629 canceled by remote with error code 0" 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
651
+ 2026-03-15 22:24:07: 2026-03-15T21:24:07Z ERR error="Unable to reach the origin service. The service may be down or it may not be responding to traffic from cloudflared: read tcp [::1]:49293->[::1]:3100: read: connection reset by peer" connIndex=2 event=1 ingressRule=0 originService=http://localhost:3100
652
+ 2026-03-15 22:24:07: 2026-03-15T21:24:07Z ERR Request failed error="Unable to reach the origin service. The service may be down or it may not be responding to traffic from cloudflared: read tcp [::1]:49293->[::1]:3100: read: connection reset by peer" connIndex=2 dest=https://enterprise.agenticmail.io/api/polymarket/67ba24f1-c8af-40b4-9df5-c05b81fc1e7a/wallet/balance event=0 ip=198.41.192.167 type=http
653
+ 2026-03-15 22:24:07: 2026-03-15T21:24:07Z ERR error="Unable to reach the origin service. The service may be down or it may not be responding to traffic from cloudflared: read tcp [::1]:49291->[::1]:3100: read: connection reset by peer" connIndex=3 event=1 ingressRule=0 originService=http://localhost:3100
654
+ 2026-03-15 22:24:07: 2026-03-15T21:24:07Z ERR Request failed error="Unable to reach the origin service. The service may be down or it may not be responding to traffic from cloudflared: read tcp [::1]:49291->[::1]:3100: read: connection reset by peer" connIndex=3 dest=https://enterprise.agenticmail.io/api/polymarket/67ba24f1-c8af-40b4-9df5-c05b81fc1e7a/wallet/balance event=0 ip=198.41.200.23 type=http
655
+ 2026-03-15 22:24:07: 2026-03-15T21:24:07Z ERR error="Unable to reach the origin service. The service may be down or it may not be responding to traffic from cloudflared: dial tcp [::1]:3100: connect: connection refused" connIndex=2 event=1 ingressRule=0 originService=http://localhost:3100
656
+ 2026-03-15 22:24:07: 2026-03-15T21:24:07Z ERR Request failed error="Unable to reach the origin service. The service may be down or it may not be responding to traffic from cloudflared: dial tcp [::1]:3100: connect: connection refused" connIndex=2 dest=https://enterprise.agenticmail.io/api/polymarket/67ba24f1-c8af-40b4-9df5-c05b81fc1e7a/wallet/balance event=0 ip=198.41.192.167 type=http
657
+ 2026-03-15 22:24:08: 2026-03-15T21:24:08Z ERR error="stream 51621 canceled by remote with error code 0" connIndex=3 event=1 ingressRule=0 originService=http://localhost:3100
658
+ 2026-03-15 22:24:08: 2026-03-15T21:24:08Z ERR Request failed error="stream 51621 canceled by remote with error code 0" connIndex=3 dest=https://enterprise.agenticmail.io/api/polymarket/stream?agentId=67ba24f1-c8af-40b4-9df5-c05b81fc1e7a event=0 ip=198.41.200.23 type=http
659
+ 2026-03-15 22:24:08: 2026-03-15T21:24:08Z ERR error="Unable to reach the origin service. The service may be down or it may not be responding to traffic from cloudflared: dial tcp [::1]:3100: connect: connection refused" connIndex=3 event=1 ingressRule=0 originService=http://localhost:3100
660
+ 2026-03-15 22:24:08: 2026-03-15T21:24:08Z ERR Request failed error="Unable to reach the origin service. The service may be down or it may not be responding to traffic from cloudflared: dial tcp [::1]:3100: connect: connection refused" connIndex=3 dest=https://enterprise.agenticmail.io/api/polymarket/67ba24f1-c8af-40b4-9df5-c05b81fc1e7a/wallet/balance event=0 ip=198.41.200.23 type=http
661
+ 2026-03-15 22:24:08: 2026-03-15T21:24:08Z ERR error="Unable to reach the origin service. The service may be down or it may not be responding to traffic from cloudflared: dial tcp [::1]:3100: connect: connection refused" connIndex=3 event=1 ingressRule=0 originService=http://localhost:3100
662
+ 2026-03-15 22:24:08: 2026-03-15T21:24:08Z ERR Request failed error="Unable to reach the origin service. The service may be down or it may not be responding to traffic from cloudflared: dial tcp [::1]:3100: connect: connection refused" connIndex=3 dest=https://enterprise.agenticmail.io/api/polymarket/67ba24f1-c8af-40b4-9df5-c05b81fc1e7a/wallet/security-status event=0 ip=198.41.200.23 type=http
663
+ 2026-03-15 22:24:08: 2026-03-15T21:24:08Z ERR error="unexpected EOF" connIndex=3 event=1 ingressRule=0 originService=http://localhost:3100
664
+ 2026-03-15 22:24:08: 2026-03-15T21:24:08Z 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
665
+ 2026-03-15 22:24:08: 2026-03-15T21:24:08Z ERR error="unexpected EOF" connIndex=3 event=1 ingressRule=0 originService=http://localhost:3100
666
+ 2026-03-15 22:24:08: 2026-03-15T21:24:08Z ERR error="Unable to reach the origin service. The service may be down or it may not be responding to traffic from cloudflared: EOF" connIndex=3 event=1 ingressRule=0 originService=http://localhost:3100
667
+ 2026-03-15 22:24:08: 2026-03-15T21:24:08Z ERR Request failed error="unexpected EOF" connIndex=3 dest=https://enterprise.agenticmail.io/api/polymarket/stream?agentId=67ba24f1-c8af-40b4-9df5-c05b81fc1e7a event=0 ip=198.41.200.23 type=http
668
+ 2026-03-15 22:24:08: 2026-03-15T21:24:08Z ERR Request failed error="Unable to reach the origin service. The service may be down or it may not be responding to traffic from cloudflared: EOF" connIndex=3 dest=https://enterprise.agenticmail.io/api/polymarket/67ba24f1-c8af-40b4-9df5-c05b81fc1e7a/archive event=0 ip=198.41.200.23 type=http
669
+ 2026-03-15 22:24:08: 2026-03-15T21:24:08Z ERR error="Unable to reach the origin service. The service may be down or it may not be responding to traffic from cloudflared: dial tcp [::1]:3100: connect: connection refused" connIndex=3 event=1 ingressRule=0 originService=http://localhost:3100
670
+ 2026-03-15 22:24:08: 2026-03-15T21:24:08Z ERR Request failed error="Unable to reach the origin service. The service may be down or it may not be responding to traffic from cloudflared: dial tcp [::1]:3100: connect: connection refused" connIndex=3 dest=https://enterprise.agenticmail.io/api/polymarket/67ba24f1-c8af-40b4-9df5-c05b81fc1e7a/transfers event=0 ip=198.41.200.23 type=http
671
+ 2026-03-15 22:24:08: 2026-03-15T21:24:08Z ERR error="Unable to reach the origin service. The service may be down or it may not be responding to traffic from cloudflared: dial tcp [::1]:3100: connect: connection refused" connIndex=3 event=1 ingressRule=0 originService=http://localhost:3100
672
+ 2026-03-15 22:24:08: 2026-03-15T21:24:08Z ERR error="Unable to reach the origin service. The service may be down or it may not be responding to traffic from cloudflared: EOF" connIndex=3 event=1 ingressRule=0 originService=http://localhost:3100
673
+ 2026-03-15 22:24:08: 2026-03-15T21:24:08Z ERR Request failed error="Unable to reach the origin service. The service may be down or it may not be responding to traffic from cloudflared: EOF" connIndex=3 dest=https://enterprise.agenticmail.io/api/polymarket/67ba24f1-c8af-40b4-9df5-c05b81fc1e7a/wallet/balance event=0 ip=198.41.200.23 type=http
674
+ 2026-03-15 22:24:08: 2026-03-15T21:24:08Z ERR error="unexpected EOF" connIndex=1 event=1 ingressRule=0 originService=http://localhost:3100
675
+ 2026-03-15 22:24:08: 2026-03-15T21:24:08Z ERR error="unexpected EOF" connIndex=1 event=1 ingressRule=0 originService=http://localhost:3100
676
+ 2026-03-15 22:24:08: 2026-03-15T21:24:08Z 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.113 type=http
677
+ 2026-03-15 22:24:08: 2026-03-15T21:24:08Z ERR Request failed error="unexpected EOF" connIndex=1 dest=https://enterprise.agenticmail.io/api/polymarket/67ba24f1-c8af-40b4-9df5-c05b81fc1e7a/price-stream event=0 ip=198.41.200.113 type=http
678
+ 2026-03-15 22:24:08: 2026-03-15T21:24:08Z ERR error="unexpected EOF" connIndex=1 event=1 ingressRule=0 originService=http://localhost:3100
679
+ 2026-03-15 22:24:08: 2026-03-15T21:24:08Z ERR Request failed error="unexpected EOF" connIndex=1 dest=https://enterprise.agenticmail.io/api/polymarket/67ba24f1-c8af-40b4-9df5-c05b81fc1e7a/price-stream event=0 ip=198.41.200.113 type=http
680
+ 2026-03-15 22:24:08: 2026-03-15T21:24:08Z ERR error="unexpected EOF" connIndex=1 event=1 ingressRule=0 originService=http://localhost:3100
681
+ 2026-03-15 22:24:08: 2026-03-15T21:24:08Z 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.113 type=http
682
+ 2026-03-15 22:24:08: 2026-03-15T21:24:08Z ERR Request failed error="Unable to reach the origin service. The service may be down or it may not be responding to traffic from cloudflared: dial tcp [::1]:3100: connect: connection refused" connIndex=3 dest=https://enterprise.agenticmail.io/api/polymarket/67ba24f1-c8af-40b4-9df5-c05b81fc1e7a/wallet/whitelist event=0 ip=198.41.200.23 type=http
683
+ 2026-03-15 22:32:49: 2026-03-15T21:32:49Z ERR error="stream 10457 canceled by remote with error code 0" connIndex=2 event=1 ingressRule=0 originService=http://localhost:3100
684
+ 2026-03-15 22:32:49: 2026-03-15T21:32:49Z ERR Request failed error="stream 10457 canceled by remote with error code 0" 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
685
+ 2026-03-15 22:32:56: 2026-03-15T21:32:56Z ERR error="stream 10461 canceled by remote with error code 0" connIndex=2 event=1 ingressRule=0 originService=http://localhost:3100
686
+ 2026-03-15 22:32:56: 2026-03-15T21:32:56Z ERR Request failed error="stream 10461 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
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@agenticmail/enterprise",
3
- "version": "0.5.539",
3
+ "version": "0.5.541",
4
4
  "description": "AgenticMail Enterprise — cloud-hosted AI agent identity, email, auth & compliance for organizations",
5
5
  "type": "module",
6
6
  "bin": {