@agenticmail/enterprise 0.5.475 → 0.5.477
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-tools-RJB2SV42.js +14677 -0
- package/dist/browser-tool-R7WDY3TI.js +1434 -0
- package/dist/chunk-4U77GQRU.js +5555 -0
- package/dist/chunk-67TC5JOS.js +7669 -0
- package/dist/chunk-6MLEOPNF.js +5670 -0
- package/dist/chunk-722P53KA.js +398 -0
- package/dist/chunk-CTF2NLZK.js +1657 -0
- package/dist/chunk-J7UP2OA5.js +1728 -0
- package/dist/chunk-MXYW4RQ7.js +5562 -0
- package/dist/chunk-NP4PBHMG.js +615 -0
- package/dist/chunk-PENTSXYU.js +242 -0
- package/dist/chunk-PLIE3LOT.js +208 -0
- package/dist/chunk-POKAN44M.js +1728 -0
- package/dist/chunk-PP37VRLO.js +1728 -0
- package/dist/chunk-QBEYCUNN.js +359 -0
- package/dist/chunk-QM4H2GJM.js +7669 -0
- package/dist/chunk-TMCTJWUB.js +2282 -0
- package/dist/chunk-TZDUALWO.js +7669 -0
- package/dist/chunk-UM3UOOPY.js +2583 -0
- package/dist/chunk-XBFT7H32.js +1950 -0
- package/dist/chunk-XZIERFHK.js +5562 -0
- package/dist/chunk-YWK66HN4.js +2641 -0
- package/dist/chunk-ZDJ254GY.js +2245 -0
- package/dist/cli-agent-M7REF5OE.js +2804 -0
- package/dist/cli-agent-P2U4ZUD3.js +2804 -0
- package/dist/cli-agent-USML6W7I.js +2804 -0
- package/dist/cli-serve-HDZAJG2F.js +322 -0
- package/dist/cli-serve-ODFHW3S2.js +322 -0
- package/dist/cli-serve-ZSDGJTHH.js +322 -0
- package/dist/cli.js +3 -3
- package/dist/dashboard/pages/settings.js +89 -4
- package/dist/index.js +9 -9
- package/dist/integrations-Z4OZ273A.js +43830 -0
- package/dist/mcp-server-tools-ZKDEIXHX.js +61 -0
- package/dist/meetings-4GFVH2GP.js +12 -0
- package/dist/microsoft-RDBD62YR.js +4159 -0
- package/dist/pipeline-SM62YB6A.js +15 -0
- package/dist/polymarket-IABF2P2W.js +17 -0
- package/dist/polymarket-runtime-LTSW26FX.js +108 -0
- package/dist/polymarket-watcher-Z37AND7B.js +23 -0
- package/dist/pw-ai-N5BXPQCC.js +2325 -0
- package/dist/routes-LYYVXQAF.js +10 -0
- package/dist/runtime-5AITYSX3.js +50 -0
- package/dist/runtime-HQYHUPJR.js +50 -0
- package/dist/runtime-PNFAVDWW.js +50 -0
- package/dist/screener-TATCEETD.js +26 -0
- package/dist/server-EXSJY5UT.js +36 -0
- package/dist/server-QEZAMZEU.js +36 -0
- package/dist/server-ZYEGUITS.js +36 -0
- package/dist/server-context-Y7TAVBIC.js +12 -0
- package/dist/server-middleware-H5UE6XVF.js +153 -0
- package/dist/setup-2VCHQGNM.js +20 -0
- package/dist/setup-AT3INBWV.js +20 -0
- package/dist/setup-XWWT4X3T.js +20 -0
- package/logs/cloudflared-error.log +22 -0
- package/package.json +1 -1
|
@@ -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-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,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,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
|
+
};
|