@agenticmail/enterprise 0.5.476 → 0.5.478

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 (73) hide show
  1. package/dist/agent-tools-6TK72QLA.js +14677 -0
  2. package/dist/agent-tools-RJB2SV42.js +14677 -0
  3. package/dist/agent-tools-T5TU2TL2.js +14677 -0
  4. package/dist/browser-tool-R7WDY3TI.js +1434 -0
  5. package/dist/chunk-3W5NAKFC.js +2641 -0
  6. package/dist/chunk-67TC5JOS.js +7669 -0
  7. package/dist/chunk-6MLEOPNF.js +5670 -0
  8. package/dist/chunk-722P53KA.js +398 -0
  9. package/dist/chunk-CTF2NLZK.js +1657 -0
  10. package/dist/chunk-DGZEZB7B.js +2282 -0
  11. package/dist/chunk-FHKJDQKA.js +7669 -0
  12. package/dist/chunk-JSBE7BUR.js +1728 -0
  13. package/dist/chunk-LMEGAXDR.js +409 -0
  14. package/dist/chunk-NP4PBHMG.js +615 -0
  15. package/dist/chunk-NREH22VS.js +5672 -0
  16. package/dist/chunk-OHJMYCYP.js +5691 -0
  17. package/dist/chunk-PENTSXYU.js +242 -0
  18. package/dist/chunk-PLIE3LOT.js +208 -0
  19. package/dist/chunk-PP37VRLO.js +1728 -0
  20. package/dist/chunk-QBEYCUNN.js +359 -0
  21. package/dist/chunk-S63YKL7B.js +7669 -0
  22. package/dist/chunk-TMCTJWUB.js +2282 -0
  23. package/dist/chunk-TQWFWPVQ.js +5562 -0
  24. package/dist/chunk-TULB2JND.js +1657 -0
  25. package/dist/chunk-UK7ACQHN.js +2282 -0
  26. package/dist/chunk-UM3UOOPY.js +2583 -0
  27. package/dist/chunk-VQBIYBHF.js +5562 -0
  28. package/dist/chunk-WWXDTKY2.js +1657 -0
  29. package/dist/chunk-XBFT7H32.js +1950 -0
  30. package/dist/chunk-XCY6EZPH.js +1728 -0
  31. package/dist/chunk-XZIERFHK.js +5562 -0
  32. package/dist/chunk-YWK66HN4.js +2641 -0
  33. package/dist/chunk-ZDJ254GY.js +2245 -0
  34. package/dist/cli-agent-7SXTISQH.js +2804 -0
  35. package/dist/cli-agent-P2U4ZUD3.js +2804 -0
  36. package/dist/cli-agent-ZQ3VYFW2.js +2804 -0
  37. package/dist/cli-serve-CKPTIMEZ.js +322 -0
  38. package/dist/cli-serve-HDZAJG2F.js +322 -0
  39. package/dist/cli-serve-VQDZBQOV.js +322 -0
  40. package/dist/cli.js +3 -3
  41. package/dist/index.js +9 -9
  42. package/dist/integrations-Z4OZ273A.js +43830 -0
  43. package/dist/mcp-server-tools-ZKDEIXHX.js +61 -0
  44. package/dist/meetings-4GFVH2GP.js +12 -0
  45. package/dist/microsoft-RDBD62YR.js +4159 -0
  46. package/dist/pipeline-PQOXEXY3.js +15 -0
  47. package/dist/pipeline-SM62YB6A.js +15 -0
  48. package/dist/polymarket-5QRBUONH.js +17 -0
  49. package/dist/polymarket-IABF2P2W.js +17 -0
  50. package/dist/polymarket-TJJO4SUQ.js +17 -0
  51. package/dist/polymarket-runtime-257R5AW7.js +108 -0
  52. package/dist/polymarket-runtime-LTSW26FX.js +108 -0
  53. package/dist/polymarket-runtime-WFMGG2QH.js +108 -0
  54. package/dist/polymarket-watcher-32IVC2ZO.js +23 -0
  55. package/dist/polymarket-watcher-QXWNPRBL.js +23 -0
  56. package/dist/polymarket-watcher-Z37AND7B.js +23 -0
  57. package/dist/pw-ai-N5BXPQCC.js +2325 -0
  58. package/dist/routes-LYYVXQAF.js +10 -0
  59. package/dist/runtime-4O6MHMZQ.js +50 -0
  60. package/dist/runtime-D2AQF4AQ.js +50 -0
  61. package/dist/runtime-HQYHUPJR.js +50 -0
  62. package/dist/screener-AR2UI3ZD.js +26 -0
  63. package/dist/screener-TATCEETD.js +26 -0
  64. package/dist/server-OSW2JAFC.js +36 -0
  65. package/dist/server-YGABCLLZ.js +36 -0
  66. package/dist/server-ZYEGUITS.js +36 -0
  67. package/dist/server-context-Y7TAVBIC.js +12 -0
  68. package/dist/server-middleware-H5UE6XVF.js +153 -0
  69. package/dist/setup-2VCHQGNM.js +20 -0
  70. package/dist/setup-BPC2427B.js +20 -0
  71. package/dist/setup-KYFORPV4.js +20 -0
  72. package/logs/cloudflared-error.log +48 -0
  73. package/package.json +1 -1
@@ -0,0 +1,15 @@
1
+ import {
2
+ batchScreen,
3
+ fullAnalysis,
4
+ portfolioReview,
5
+ quickAnalysis
6
+ } from "./chunk-3W5NAKFC.js";
7
+ import "./chunk-LMEGAXDR.js";
8
+ import "./chunk-CVFIM72Q.js";
9
+ import "./chunk-KFQGP6VL.js";
10
+ export {
11
+ batchScreen,
12
+ fullAnalysis,
13
+ portfolioReview,
14
+ quickAnalysis
15
+ };
@@ -0,0 +1,15 @@
1
+ import {
2
+ batchScreen,
3
+ fullAnalysis,
4
+ portfolioReview,
5
+ quickAnalysis
6
+ } from "./chunk-YWK66HN4.js";
7
+ import "./chunk-722P53KA.js";
8
+ import "./chunk-CVFIM72Q.js";
9
+ import "./chunk-KFQGP6VL.js";
10
+ export {
11
+ batchScreen,
12
+ fullAnalysis,
13
+ portfolioReview,
14
+ quickAnalysis
15
+ };
@@ -0,0 +1,17 @@
1
+ import {
2
+ createPolymarketTools,
3
+ executeOrder
4
+ } from "./chunk-NREH22VS.js";
5
+ import "./chunk-PLIE3LOT.js";
6
+ import "./chunk-I5IGHBXW.js";
7
+ import "./chunk-WWXDTKY2.js";
8
+ import "./chunk-WUAWWKTN.js";
9
+ import "./chunk-YWK66HN4.js";
10
+ import "./chunk-722P53KA.js";
11
+ import "./chunk-CVFIM72Q.js";
12
+ import "./chunk-DGZEZB7B.js";
13
+ import "./chunk-KFQGP6VL.js";
14
+ export {
15
+ createPolymarketTools,
16
+ executeOrder
17
+ };
@@ -0,0 +1,17 @@
1
+ import {
2
+ createPolymarketTools,
3
+ executeOrder
4
+ } from "./chunk-6MLEOPNF.js";
5
+ import "./chunk-PLIE3LOT.js";
6
+ import "./chunk-I5IGHBXW.js";
7
+ import "./chunk-CTF2NLZK.js";
8
+ import "./chunk-WUAWWKTN.js";
9
+ import "./chunk-YWK66HN4.js";
10
+ import "./chunk-722P53KA.js";
11
+ import "./chunk-CVFIM72Q.js";
12
+ import "./chunk-TMCTJWUB.js";
13
+ import "./chunk-KFQGP6VL.js";
14
+ export {
15
+ createPolymarketTools,
16
+ executeOrder
17
+ };
@@ -0,0 +1,17 @@
1
+ import {
2
+ createPolymarketTools,
3
+ executeOrder
4
+ } from "./chunk-OHJMYCYP.js";
5
+ import "./chunk-PLIE3LOT.js";
6
+ import "./chunk-I5IGHBXW.js";
7
+ import "./chunk-TULB2JND.js";
8
+ import "./chunk-WUAWWKTN.js";
9
+ import "./chunk-3W5NAKFC.js";
10
+ import "./chunk-LMEGAXDR.js";
11
+ import "./chunk-CVFIM72Q.js";
12
+ import "./chunk-UK7ACQHN.js";
13
+ import "./chunk-KFQGP6VL.js";
14
+ export {
15
+ createPolymarketTools,
16
+ executeOrder
17
+ };
@@ -0,0 +1,108 @@
1
+ import {
2
+ autoConnectProxy,
3
+ cancelBracketSibling,
4
+ checkAlerts,
5
+ createBracketAlerts,
6
+ deleteAlert,
7
+ deleteAllAlerts,
8
+ deleteAutoApproveRule,
9
+ deployProxyToVPS,
10
+ ensureSDK,
11
+ generateWallet,
12
+ getAlerts,
13
+ getAutoApproveRules,
14
+ getBracketConfig,
15
+ getCalibration,
16
+ getClobClient,
17
+ getClobUrl,
18
+ getDailyCounter,
19
+ getPaperPositions,
20
+ getPendingTrades,
21
+ getProxyState,
22
+ getResolvedPredictions,
23
+ getSocksAgent,
24
+ getStrategyPerformance,
25
+ getUnresolvedPredictions,
26
+ importSDK,
27
+ incrementDailyCounter,
28
+ initLearningDB,
29
+ initPolymarketDB,
30
+ isPostgresDB,
31
+ isProxyEnabled,
32
+ loadConfig,
33
+ loadProxyConfig,
34
+ loadWalletCredentials,
35
+ logTrade,
36
+ markLessonsExtracted,
37
+ pauseTrading,
38
+ recallLessons,
39
+ recordPrediction,
40
+ resolvePendingTrade,
41
+ resolvePrediction,
42
+ resumeTrading,
43
+ saveAlert,
44
+ saveAutoApproveRule,
45
+ saveConfig,
46
+ savePaperPosition,
47
+ savePendingTrade,
48
+ saveProxyConfig,
49
+ saveWalletCredentials,
50
+ startProxy,
51
+ stopProxy,
52
+ storeLesson
53
+ } from "./chunk-WWXDTKY2.js";
54
+ import "./chunk-WUAWWKTN.js";
55
+ import "./chunk-KFQGP6VL.js";
56
+ export {
57
+ autoConnectProxy,
58
+ cancelBracketSibling,
59
+ checkAlerts,
60
+ createBracketAlerts,
61
+ deleteAlert,
62
+ deleteAllAlerts,
63
+ deleteAutoApproveRule,
64
+ deployProxyToVPS,
65
+ ensureSDK,
66
+ generateWallet,
67
+ getAlerts,
68
+ getAutoApproveRules,
69
+ getBracketConfig,
70
+ getCalibration,
71
+ getClobClient,
72
+ getClobUrl,
73
+ getDailyCounter,
74
+ getPaperPositions,
75
+ getPendingTrades,
76
+ getProxyState,
77
+ getResolvedPredictions,
78
+ getSocksAgent,
79
+ getStrategyPerformance,
80
+ getUnresolvedPredictions,
81
+ importSDK,
82
+ incrementDailyCounter,
83
+ initLearningDB,
84
+ initPolymarketDB,
85
+ isPostgresDB,
86
+ isProxyEnabled,
87
+ loadConfig,
88
+ loadProxyConfig,
89
+ loadWalletCredentials,
90
+ logTrade,
91
+ markLessonsExtracted,
92
+ pauseTrading,
93
+ recallLessons,
94
+ recordPrediction,
95
+ resolvePendingTrade,
96
+ resolvePrediction,
97
+ resumeTrading,
98
+ saveAlert,
99
+ saveAutoApproveRule,
100
+ saveConfig,
101
+ savePaperPosition,
102
+ savePendingTrade,
103
+ saveProxyConfig,
104
+ saveWalletCredentials,
105
+ startProxy,
106
+ stopProxy,
107
+ storeLesson
108
+ };
@@ -0,0 +1,108 @@
1
+ import {
2
+ autoConnectProxy,
3
+ cancelBracketSibling,
4
+ checkAlerts,
5
+ createBracketAlerts,
6
+ deleteAlert,
7
+ deleteAllAlerts,
8
+ deleteAutoApproveRule,
9
+ deployProxyToVPS,
10
+ ensureSDK,
11
+ generateWallet,
12
+ getAlerts,
13
+ getAutoApproveRules,
14
+ getBracketConfig,
15
+ getCalibration,
16
+ getClobClient,
17
+ getClobUrl,
18
+ getDailyCounter,
19
+ getPaperPositions,
20
+ getPendingTrades,
21
+ getProxyState,
22
+ getResolvedPredictions,
23
+ getSocksAgent,
24
+ getStrategyPerformance,
25
+ getUnresolvedPredictions,
26
+ importSDK,
27
+ incrementDailyCounter,
28
+ initLearningDB,
29
+ initPolymarketDB,
30
+ isPostgresDB,
31
+ isProxyEnabled,
32
+ loadConfig,
33
+ loadProxyConfig,
34
+ loadWalletCredentials,
35
+ logTrade,
36
+ markLessonsExtracted,
37
+ pauseTrading,
38
+ recallLessons,
39
+ recordPrediction,
40
+ resolvePendingTrade,
41
+ resolvePrediction,
42
+ resumeTrading,
43
+ saveAlert,
44
+ saveAutoApproveRule,
45
+ saveConfig,
46
+ savePaperPosition,
47
+ savePendingTrade,
48
+ saveProxyConfig,
49
+ saveWalletCredentials,
50
+ startProxy,
51
+ stopProxy,
52
+ storeLesson
53
+ } from "./chunk-CTF2NLZK.js";
54
+ import "./chunk-WUAWWKTN.js";
55
+ import "./chunk-KFQGP6VL.js";
56
+ export {
57
+ autoConnectProxy,
58
+ cancelBracketSibling,
59
+ checkAlerts,
60
+ createBracketAlerts,
61
+ deleteAlert,
62
+ deleteAllAlerts,
63
+ deleteAutoApproveRule,
64
+ deployProxyToVPS,
65
+ ensureSDK,
66
+ generateWallet,
67
+ getAlerts,
68
+ getAutoApproveRules,
69
+ getBracketConfig,
70
+ getCalibration,
71
+ getClobClient,
72
+ getClobUrl,
73
+ getDailyCounter,
74
+ getPaperPositions,
75
+ getPendingTrades,
76
+ getProxyState,
77
+ getResolvedPredictions,
78
+ getSocksAgent,
79
+ getStrategyPerformance,
80
+ getUnresolvedPredictions,
81
+ importSDK,
82
+ incrementDailyCounter,
83
+ initLearningDB,
84
+ initPolymarketDB,
85
+ isPostgresDB,
86
+ isProxyEnabled,
87
+ loadConfig,
88
+ loadProxyConfig,
89
+ loadWalletCredentials,
90
+ logTrade,
91
+ markLessonsExtracted,
92
+ pauseTrading,
93
+ recallLessons,
94
+ recordPrediction,
95
+ resolvePendingTrade,
96
+ resolvePrediction,
97
+ resumeTrading,
98
+ saveAlert,
99
+ saveAutoApproveRule,
100
+ saveConfig,
101
+ savePaperPosition,
102
+ savePendingTrade,
103
+ saveProxyConfig,
104
+ saveWalletCredentials,
105
+ startProxy,
106
+ stopProxy,
107
+ storeLesson
108
+ };
@@ -0,0 +1,108 @@
1
+ import {
2
+ autoConnectProxy,
3
+ cancelBracketSibling,
4
+ checkAlerts,
5
+ createBracketAlerts,
6
+ deleteAlert,
7
+ deleteAllAlerts,
8
+ deleteAutoApproveRule,
9
+ deployProxyToVPS,
10
+ ensureSDK,
11
+ generateWallet,
12
+ getAlerts,
13
+ getAutoApproveRules,
14
+ getBracketConfig,
15
+ getCalibration,
16
+ getClobClient,
17
+ getClobUrl,
18
+ getDailyCounter,
19
+ getPaperPositions,
20
+ getPendingTrades,
21
+ getProxyState,
22
+ getResolvedPredictions,
23
+ getSocksAgent,
24
+ getStrategyPerformance,
25
+ getUnresolvedPredictions,
26
+ importSDK,
27
+ incrementDailyCounter,
28
+ initLearningDB,
29
+ initPolymarketDB,
30
+ isPostgresDB,
31
+ isProxyEnabled,
32
+ loadConfig,
33
+ loadProxyConfig,
34
+ loadWalletCredentials,
35
+ logTrade,
36
+ markLessonsExtracted,
37
+ pauseTrading,
38
+ recallLessons,
39
+ recordPrediction,
40
+ resolvePendingTrade,
41
+ resolvePrediction,
42
+ resumeTrading,
43
+ saveAlert,
44
+ saveAutoApproveRule,
45
+ saveConfig,
46
+ savePaperPosition,
47
+ savePendingTrade,
48
+ saveProxyConfig,
49
+ saveWalletCredentials,
50
+ startProxy,
51
+ stopProxy,
52
+ storeLesson
53
+ } from "./chunk-TULB2JND.js";
54
+ import "./chunk-WUAWWKTN.js";
55
+ import "./chunk-KFQGP6VL.js";
56
+ export {
57
+ autoConnectProxy,
58
+ cancelBracketSibling,
59
+ checkAlerts,
60
+ createBracketAlerts,
61
+ deleteAlert,
62
+ deleteAllAlerts,
63
+ deleteAutoApproveRule,
64
+ deployProxyToVPS,
65
+ ensureSDK,
66
+ generateWallet,
67
+ getAlerts,
68
+ getAutoApproveRules,
69
+ getBracketConfig,
70
+ getCalibration,
71
+ getClobClient,
72
+ getClobUrl,
73
+ getDailyCounter,
74
+ getPaperPositions,
75
+ getPendingTrades,
76
+ getProxyState,
77
+ getResolvedPredictions,
78
+ getSocksAgent,
79
+ getStrategyPerformance,
80
+ getUnresolvedPredictions,
81
+ importSDK,
82
+ incrementDailyCounter,
83
+ initLearningDB,
84
+ initPolymarketDB,
85
+ isPostgresDB,
86
+ isProxyEnabled,
87
+ loadConfig,
88
+ loadProxyConfig,
89
+ loadWalletCredentials,
90
+ logTrade,
91
+ markLessonsExtracted,
92
+ pauseTrading,
93
+ recallLessons,
94
+ recordPrediction,
95
+ resolvePendingTrade,
96
+ resolvePrediction,
97
+ resumeTrading,
98
+ saveAlert,
99
+ saveAutoApproveRule,
100
+ saveConfig,
101
+ savePaperPosition,
102
+ savePendingTrade,
103
+ saveProxyConfig,
104
+ saveWalletCredentials,
105
+ startProxy,
106
+ stopProxy,
107
+ storeLesson
108
+ };
@@ -0,0 +1,23 @@
1
+ import {
2
+ analyzeWithAI,
3
+ controlWatcherEngine,
4
+ createWatcherTools,
5
+ getAIConfig,
6
+ getWatcherEngineStatus,
7
+ initWatcherTables,
8
+ setWatcherRuntime,
9
+ startWatcherEngine,
10
+ stopWatcherEngine
11
+ } from "./chunk-UK7ACQHN.js";
12
+ import "./chunk-KFQGP6VL.js";
13
+ export {
14
+ analyzeWithAI,
15
+ controlWatcherEngine,
16
+ createWatcherTools,
17
+ getAIConfig,
18
+ getWatcherEngineStatus,
19
+ initWatcherTables,
20
+ setWatcherRuntime,
21
+ startWatcherEngine,
22
+ stopWatcherEngine
23
+ };
@@ -0,0 +1,23 @@
1
+ import {
2
+ analyzeWithAI,
3
+ controlWatcherEngine,
4
+ createWatcherTools,
5
+ getAIConfig,
6
+ getWatcherEngineStatus,
7
+ initWatcherTables,
8
+ setWatcherRuntime,
9
+ startWatcherEngine,
10
+ stopWatcherEngine
11
+ } from "./chunk-DGZEZB7B.js";
12
+ import "./chunk-KFQGP6VL.js";
13
+ export {
14
+ analyzeWithAI,
15
+ controlWatcherEngine,
16
+ createWatcherTools,
17
+ getAIConfig,
18
+ getWatcherEngineStatus,
19
+ initWatcherTables,
20
+ setWatcherRuntime,
21
+ startWatcherEngine,
22
+ stopWatcherEngine
23
+ };
@@ -0,0 +1,23 @@
1
+ import {
2
+ analyzeWithAI,
3
+ controlWatcherEngine,
4
+ createWatcherTools,
5
+ getAIConfig,
6
+ getWatcherEngineStatus,
7
+ initWatcherTables,
8
+ setWatcherRuntime,
9
+ startWatcherEngine,
10
+ stopWatcherEngine
11
+ } from "./chunk-TMCTJWUB.js";
12
+ import "./chunk-KFQGP6VL.js";
13
+ export {
14
+ analyzeWithAI,
15
+ controlWatcherEngine,
16
+ createWatcherTools,
17
+ getAIConfig,
18
+ getWatcherEngineStatus,
19
+ initWatcherTables,
20
+ setWatcherRuntime,
21
+ startWatcherEngine,
22
+ stopWatcherEngine
23
+ };