@agenticmail/enterprise 0.5.517 → 0.5.519
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-5ZIQCJR2.js +14677 -0
- package/dist/chunk-25OCLUUZ.js +1728 -0
- package/dist/chunk-4CUK5HGE.js +1671 -0
- package/dist/chunk-FQJM7KTU.js +5941 -0
- package/dist/chunk-GPBHBLDM.js +7812 -0
- package/dist/chunk-JJ35EU2Z.js +2281 -0
- package/dist/chunk-OUO2AFEC.js +5703 -0
- package/dist/chunk-TSF3ORQ6.js +7846 -0
- package/dist/chunk-VIIGG4S2.js +1728 -0
- package/dist/cli-agent-ROT2N26X.js +2858 -0
- package/dist/cli-serve-65COF3EI.js +322 -0
- package/dist/cli-serve-ECURJUE2.js +322 -0
- package/dist/cli.js +3 -3
- package/dist/index.js +6 -6
- package/dist/polymarket-YYHHMYEK.js +17 -0
- package/dist/polymarket-runtime-JXFG4EIQ.js +110 -0
- package/dist/polymarket-watcher-PEGBMLPY.js +23 -0
- package/dist/runtime-JJQEC7NK.js +50 -0
- package/dist/server-3S5ZCZKQ.js +36 -0
- package/dist/server-B7F4TSJH.js +36 -0
- package/dist/setup-5WOQTXBO.js +20 -0
- package/dist/setup-UN2SX5IN.js +20 -0
- package/logs/cloudflared-error.log +24 -0
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -7,7 +7,7 @@ import {
|
|
|
7
7
|
import {
|
|
8
8
|
provision,
|
|
9
9
|
runSetupWizard
|
|
10
|
-
} from "./chunk-
|
|
10
|
+
} from "./chunk-25OCLUUZ.js";
|
|
11
11
|
import {
|
|
12
12
|
AgenticMailManager,
|
|
13
13
|
GoogleEmailProvider,
|
|
@@ -28,7 +28,7 @@ import {
|
|
|
28
28
|
executeTool,
|
|
29
29
|
runAgentLoop,
|
|
30
30
|
toolsToDefinitions
|
|
31
|
-
} from "./chunk-
|
|
31
|
+
} from "./chunk-OUO2AFEC.js";
|
|
32
32
|
import "./chunk-UBXXLAND.js";
|
|
33
33
|
import {
|
|
34
34
|
ValidationError,
|
|
@@ -43,7 +43,7 @@ import {
|
|
|
43
43
|
requireRole,
|
|
44
44
|
securityHeaders,
|
|
45
45
|
validate
|
|
46
|
-
} from "./chunk-
|
|
46
|
+
} from "./chunk-TSF3ORQ6.js";
|
|
47
47
|
import "./chunk-DJBCRQTD.js";
|
|
48
48
|
import {
|
|
49
49
|
PROVIDER_REGISTRY,
|
|
@@ -117,10 +117,10 @@ import {
|
|
|
117
117
|
init_agent_config,
|
|
118
118
|
init_deployer
|
|
119
119
|
} from "./chunk-PSZU6FMQ.js";
|
|
120
|
-
import "./chunk-
|
|
120
|
+
import "./chunk-FQJM7KTU.js";
|
|
121
121
|
import "./chunk-X5IZUXDC.js";
|
|
122
122
|
import "./chunk-I5IGHBXW.js";
|
|
123
|
-
import "./chunk-
|
|
123
|
+
import "./chunk-4CUK5HGE.js";
|
|
124
124
|
import {
|
|
125
125
|
SecureVault,
|
|
126
126
|
init_vault
|
|
@@ -128,7 +128,7 @@ import {
|
|
|
128
128
|
import "./chunk-2CDGYMJK.js";
|
|
129
129
|
import "./chunk-V3LPIDTL.js";
|
|
130
130
|
import "./chunk-A4CX3XQS.js";
|
|
131
|
-
import "./chunk-
|
|
131
|
+
import "./chunk-JJ35EU2Z.js";
|
|
132
132
|
import {
|
|
133
133
|
CircuitBreaker,
|
|
134
134
|
CircuitOpenError,
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import {
|
|
2
|
+
createPolymarketTools,
|
|
3
|
+
executeOrder
|
|
4
|
+
} from "./chunk-FQJM7KTU.js";
|
|
5
|
+
import "./chunk-X5IZUXDC.js";
|
|
6
|
+
import "./chunk-I5IGHBXW.js";
|
|
7
|
+
import "./chunk-4CUK5HGE.js";
|
|
8
|
+
import "./chunk-WUAWWKTN.js";
|
|
9
|
+
import "./chunk-2CDGYMJK.js";
|
|
10
|
+
import "./chunk-V3LPIDTL.js";
|
|
11
|
+
import "./chunk-A4CX3XQS.js";
|
|
12
|
+
import "./chunk-JJ35EU2Z.js";
|
|
13
|
+
import "./chunk-KFQGP6VL.js";
|
|
14
|
+
export {
|
|
15
|
+
createPolymarketTools,
|
|
16
|
+
executeOrder
|
|
17
|
+
};
|
|
@@ -0,0 +1,110 @@
|
|
|
1
|
+
import {
|
|
2
|
+
autoConnectProxy,
|
|
3
|
+
cancelBracketSibling,
|
|
4
|
+
checkAlerts,
|
|
5
|
+
createBracketAlerts,
|
|
6
|
+
deleteAlert,
|
|
7
|
+
deleteAllAlerts,
|
|
8
|
+
deleteAutoApproveRule,
|
|
9
|
+
deployProxyToVPS,
|
|
10
|
+
ensureSDK,
|
|
11
|
+
flushClobClient,
|
|
12
|
+
generateWallet,
|
|
13
|
+
getAlerts,
|
|
14
|
+
getAutoApproveRules,
|
|
15
|
+
getBracketConfig,
|
|
16
|
+
getCalibration,
|
|
17
|
+
getClobClient,
|
|
18
|
+
getClobUrl,
|
|
19
|
+
getDailyCounter,
|
|
20
|
+
getPaperPositions,
|
|
21
|
+
getPendingTrades,
|
|
22
|
+
getProxyState,
|
|
23
|
+
getResolvedPredictions,
|
|
24
|
+
getSocksAgent,
|
|
25
|
+
getStrategyPerformance,
|
|
26
|
+
getUnresolvedPredictions,
|
|
27
|
+
importSDK,
|
|
28
|
+
incrementDailyCounter,
|
|
29
|
+
initLearningDB,
|
|
30
|
+
initPolymarketDB,
|
|
31
|
+
isPostgresDB,
|
|
32
|
+
isProxyEnabled,
|
|
33
|
+
loadConfig,
|
|
34
|
+
loadProxyConfig,
|
|
35
|
+
loadWalletCredentials,
|
|
36
|
+
logTrade,
|
|
37
|
+
markLessonsExtracted,
|
|
38
|
+
pauseTrading,
|
|
39
|
+
recallLessons,
|
|
40
|
+
recordPrediction,
|
|
41
|
+
resolvePendingTrade,
|
|
42
|
+
resolvePrediction,
|
|
43
|
+
resumeTrading,
|
|
44
|
+
saveAlert,
|
|
45
|
+
saveAutoApproveRule,
|
|
46
|
+
saveConfig,
|
|
47
|
+
savePaperPosition,
|
|
48
|
+
savePendingTrade,
|
|
49
|
+
saveProxyConfig,
|
|
50
|
+
saveWalletCredentials,
|
|
51
|
+
startProxy,
|
|
52
|
+
stopProxy,
|
|
53
|
+
storeLesson
|
|
54
|
+
} from "./chunk-4CUK5HGE.js";
|
|
55
|
+
import "./chunk-WUAWWKTN.js";
|
|
56
|
+
import "./chunk-KFQGP6VL.js";
|
|
57
|
+
export {
|
|
58
|
+
autoConnectProxy,
|
|
59
|
+
cancelBracketSibling,
|
|
60
|
+
checkAlerts,
|
|
61
|
+
createBracketAlerts,
|
|
62
|
+
deleteAlert,
|
|
63
|
+
deleteAllAlerts,
|
|
64
|
+
deleteAutoApproveRule,
|
|
65
|
+
deployProxyToVPS,
|
|
66
|
+
ensureSDK,
|
|
67
|
+
flushClobClient,
|
|
68
|
+
generateWallet,
|
|
69
|
+
getAlerts,
|
|
70
|
+
getAutoApproveRules,
|
|
71
|
+
getBracketConfig,
|
|
72
|
+
getCalibration,
|
|
73
|
+
getClobClient,
|
|
74
|
+
getClobUrl,
|
|
75
|
+
getDailyCounter,
|
|
76
|
+
getPaperPositions,
|
|
77
|
+
getPendingTrades,
|
|
78
|
+
getProxyState,
|
|
79
|
+
getResolvedPredictions,
|
|
80
|
+
getSocksAgent,
|
|
81
|
+
getStrategyPerformance,
|
|
82
|
+
getUnresolvedPredictions,
|
|
83
|
+
importSDK,
|
|
84
|
+
incrementDailyCounter,
|
|
85
|
+
initLearningDB,
|
|
86
|
+
initPolymarketDB,
|
|
87
|
+
isPostgresDB,
|
|
88
|
+
isProxyEnabled,
|
|
89
|
+
loadConfig,
|
|
90
|
+
loadProxyConfig,
|
|
91
|
+
loadWalletCredentials,
|
|
92
|
+
logTrade,
|
|
93
|
+
markLessonsExtracted,
|
|
94
|
+
pauseTrading,
|
|
95
|
+
recallLessons,
|
|
96
|
+
recordPrediction,
|
|
97
|
+
resolvePendingTrade,
|
|
98
|
+
resolvePrediction,
|
|
99
|
+
resumeTrading,
|
|
100
|
+
saveAlert,
|
|
101
|
+
saveAutoApproveRule,
|
|
102
|
+
saveConfig,
|
|
103
|
+
savePaperPosition,
|
|
104
|
+
savePendingTrade,
|
|
105
|
+
saveProxyConfig,
|
|
106
|
+
saveWalletCredentials,
|
|
107
|
+
startProxy,
|
|
108
|
+
stopProxy,
|
|
109
|
+
storeLesson
|
|
110
|
+
};
|
|
@@ -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-JJ35EU2Z.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,50 @@
|
|
|
1
|
+
import {
|
|
2
|
+
AgentRuntime,
|
|
3
|
+
EmailChannel,
|
|
4
|
+
FollowUpScheduler,
|
|
5
|
+
SessionManager,
|
|
6
|
+
SubAgentManager,
|
|
7
|
+
ToolRegistry,
|
|
8
|
+
ageStaleMessages,
|
|
9
|
+
callLLM,
|
|
10
|
+
createAgentRuntime,
|
|
11
|
+
createNoopHooks,
|
|
12
|
+
createRuntimeHooks,
|
|
13
|
+
estimateMessageTokens,
|
|
14
|
+
estimateTokens,
|
|
15
|
+
executeTool,
|
|
16
|
+
runAgentLoop,
|
|
17
|
+
toolsToDefinitions,
|
|
18
|
+
truncateToolResults
|
|
19
|
+
} from "./chunk-OUO2AFEC.js";
|
|
20
|
+
import "./chunk-UBXXLAND.js";
|
|
21
|
+
import {
|
|
22
|
+
PROVIDER_REGISTRY,
|
|
23
|
+
listAllProviders,
|
|
24
|
+
resolveApiKeyForProvider,
|
|
25
|
+
resolveProvider
|
|
26
|
+
} from "./chunk-UF3ZJMJO.js";
|
|
27
|
+
import "./chunk-KFQGP6VL.js";
|
|
28
|
+
export {
|
|
29
|
+
AgentRuntime,
|
|
30
|
+
EmailChannel,
|
|
31
|
+
FollowUpScheduler,
|
|
32
|
+
PROVIDER_REGISTRY,
|
|
33
|
+
SessionManager,
|
|
34
|
+
SubAgentManager,
|
|
35
|
+
ToolRegistry,
|
|
36
|
+
ageStaleMessages,
|
|
37
|
+
callLLM,
|
|
38
|
+
createAgentRuntime,
|
|
39
|
+
createNoopHooks,
|
|
40
|
+
createRuntimeHooks,
|
|
41
|
+
estimateMessageTokens,
|
|
42
|
+
estimateTokens,
|
|
43
|
+
executeTool,
|
|
44
|
+
listAllProviders,
|
|
45
|
+
resolveApiKeyForProvider,
|
|
46
|
+
resolveProvider,
|
|
47
|
+
runAgentLoop,
|
|
48
|
+
toolsToDefinitions,
|
|
49
|
+
truncateToolResults
|
|
50
|
+
};
|
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
import {
|
|
2
|
+
createServer
|
|
3
|
+
} from "./chunk-TSF3ORQ6.js";
|
|
4
|
+
import "./chunk-DJBCRQTD.js";
|
|
5
|
+
import "./chunk-UF3ZJMJO.js";
|
|
6
|
+
import "./chunk-UEUOUZOD.js";
|
|
7
|
+
import "./chunk-TK55CSBH.js";
|
|
8
|
+
import "./chunk-Z7NVD3OQ.js";
|
|
9
|
+
import "./chunk-VSBC4SWO.js";
|
|
10
|
+
import "./chunk-AF3WSNVX.js";
|
|
11
|
+
import "./chunk-74ZCQKYU.js";
|
|
12
|
+
import "./chunk-ET6WZFPS.js";
|
|
13
|
+
import "./chunk-FQWJMPKW.js";
|
|
14
|
+
import "./chunk-ZW7JLXWZ.js";
|
|
15
|
+
import "./chunk-NCODRQSS.js";
|
|
16
|
+
import "./chunk-PSZU6FMQ.js";
|
|
17
|
+
import "./chunk-FQJM7KTU.js";
|
|
18
|
+
import "./chunk-X5IZUXDC.js";
|
|
19
|
+
import "./chunk-I5IGHBXW.js";
|
|
20
|
+
import "./chunk-4CUK5HGE.js";
|
|
21
|
+
import "./chunk-WUAWWKTN.js";
|
|
22
|
+
import "./chunk-2CDGYMJK.js";
|
|
23
|
+
import "./chunk-V3LPIDTL.js";
|
|
24
|
+
import "./chunk-A4CX3XQS.js";
|
|
25
|
+
import "./chunk-JJ35EU2Z.js";
|
|
26
|
+
import "./chunk-YDD5TC5Q.js";
|
|
27
|
+
import "./chunk-37ABTUFU.js";
|
|
28
|
+
import "./chunk-NU657BBQ.js";
|
|
29
|
+
import "./chunk-PGAU3W3M.js";
|
|
30
|
+
import "./chunk-FLQ5FLHW.js";
|
|
31
|
+
import "./chunk-TOGMCQSJ.js";
|
|
32
|
+
import "./chunk-22U7TZPN.js";
|
|
33
|
+
import "./chunk-KFQGP6VL.js";
|
|
34
|
+
export {
|
|
35
|
+
createServer
|
|
36
|
+
};
|
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
import {
|
|
2
|
+
createServer
|
|
3
|
+
} from "./chunk-GPBHBLDM.js";
|
|
4
|
+
import "./chunk-DJBCRQTD.js";
|
|
5
|
+
import "./chunk-UF3ZJMJO.js";
|
|
6
|
+
import "./chunk-UEUOUZOD.js";
|
|
7
|
+
import "./chunk-TK55CSBH.js";
|
|
8
|
+
import "./chunk-Z7NVD3OQ.js";
|
|
9
|
+
import "./chunk-VSBC4SWO.js";
|
|
10
|
+
import "./chunk-AF3WSNVX.js";
|
|
11
|
+
import "./chunk-74ZCQKYU.js";
|
|
12
|
+
import "./chunk-ET6WZFPS.js";
|
|
13
|
+
import "./chunk-FQWJMPKW.js";
|
|
14
|
+
import "./chunk-ZW7JLXWZ.js";
|
|
15
|
+
import "./chunk-NCODRQSS.js";
|
|
16
|
+
import "./chunk-PSZU6FMQ.js";
|
|
17
|
+
import "./chunk-PV334IXV.js";
|
|
18
|
+
import "./chunk-X5IZUXDC.js";
|
|
19
|
+
import "./chunk-I5IGHBXW.js";
|
|
20
|
+
import "./chunk-3OB247K5.js";
|
|
21
|
+
import "./chunk-WUAWWKTN.js";
|
|
22
|
+
import "./chunk-2CDGYMJK.js";
|
|
23
|
+
import "./chunk-V3LPIDTL.js";
|
|
24
|
+
import "./chunk-A4CX3XQS.js";
|
|
25
|
+
import "./chunk-BUJVI44B.js";
|
|
26
|
+
import "./chunk-YDD5TC5Q.js";
|
|
27
|
+
import "./chunk-37ABTUFU.js";
|
|
28
|
+
import "./chunk-NU657BBQ.js";
|
|
29
|
+
import "./chunk-PGAU3W3M.js";
|
|
30
|
+
import "./chunk-FLQ5FLHW.js";
|
|
31
|
+
import "./chunk-TOGMCQSJ.js";
|
|
32
|
+
import "./chunk-22U7TZPN.js";
|
|
33
|
+
import "./chunk-KFQGP6VL.js";
|
|
34
|
+
export {
|
|
35
|
+
createServer
|
|
36
|
+
};
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
import {
|
|
2
|
+
promptCompanyInfo,
|
|
3
|
+
promptDatabase,
|
|
4
|
+
promptDeployment,
|
|
5
|
+
promptDomain,
|
|
6
|
+
promptRegistration,
|
|
7
|
+
provision,
|
|
8
|
+
runSetupWizard
|
|
9
|
+
} from "./chunk-25OCLUUZ.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,20 @@
|
|
|
1
|
+
import {
|
|
2
|
+
promptCompanyInfo,
|
|
3
|
+
promptDatabase,
|
|
4
|
+
promptDeployment,
|
|
5
|
+
promptDomain,
|
|
6
|
+
promptRegistration,
|
|
7
|
+
provision,
|
|
8
|
+
runSetupWizard
|
|
9
|
+
} from "./chunk-VIIGG4S2.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
|
+
};
|
|
@@ -58,3 +58,27 @@
|
|
|
58
58
|
2026-03-15 01:36:08: 2026-03-15T00:36: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
|
|
59
59
|
2026-03-15 01:36:08: 2026-03-15T00:36:08Z ERR error="unexpected EOF" connIndex=3 event=1 ingressRule=0 originService=http://localhost:3100
|
|
60
60
|
2026-03-15 01:36:08: 2026-03-15T00:36: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
|
|
61
|
+
2026-03-15 01:41:54: 2026-03-15T00:41:54Z ERR error="stream 5493 canceled by remote with error code 0" connIndex=3 event=1 ingressRule=0 originService=http://localhost:3100
|
|
62
|
+
2026-03-15 01:41:54: 2026-03-15T00:41:54Z ERR Request failed error="stream 5493 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
|
|
63
|
+
2026-03-15 01:42:00: 2026-03-15T00:42:00Z ERR error="stream 917 canceled by remote with error code 0" connIndex=0 event=1 ingressRule=0 originService=http://localhost:3100
|
|
64
|
+
2026-03-15 01:42:00: 2026-03-15T00:42:00Z ERR Request failed error="stream 917 canceled by remote with error code 0" connIndex=0 dest=https://enterprise.agenticmail.io/api/polymarket/stream?agentId=67ba24f1-c8af-40b4-9df5-c05b81fc1e7a event=0 ip=198.41.192.37 type=http
|
|
65
|
+
2026-03-15 01:44:58: 2026-03-15T00:44:58Z ERR error="stream 7357 canceled by remote with error code 0" connIndex=3 event=1 ingressRule=0 originService=http://localhost:3100
|
|
66
|
+
2026-03-15 01:44:58: 2026-03-15T00:44:58Z ERR Request failed error="stream 7357 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
|
|
67
|
+
2026-03-15 01:45:03: 2026-03-15T00:45:03Z ERR error="stream 7353 canceled by remote with error code 0" connIndex=3 event=1 ingressRule=0 originService=http://localhost:3100
|
|
68
|
+
2026-03-15 01:45:03: 2026-03-15T00:45:03Z ERR Request failed error="stream 7353 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
|
|
69
|
+
2026-03-15 01:45:36: 2026-03-15T00:45:36Z 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
|
|
70
|
+
2026-03-15 01:45:36: 2026-03-15T00:45:36Z 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
|
|
71
|
+
2026-03-15 01:45:36: 2026-03-15T00:45:36Z 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
|
|
72
|
+
2026-03-15 01:45:36: 2026-03-15T00:45:36Z 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
|
|
73
|
+
2026-03-15 01:45:38: 2026-03-15T00:45:38Z ERR error="unexpected EOF" connIndex=3 event=1 ingressRule=0 originService=http://localhost:3100
|
|
74
|
+
2026-03-15 01:45:38: 2026-03-15T00:45:38Z ERR error="unexpected EOF" connIndex=3 event=1 ingressRule=0 originService=http://localhost:3100
|
|
75
|
+
2026-03-15 01:45:38: 2026-03-15T00:45:38Z 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
|
|
76
|
+
2026-03-15 01:45:38: 2026-03-15T00:45:38Z 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
|
|
77
|
+
2026-03-15 01:45:38: 2026-03-15T00:45:38Z ERR error="unexpected EOF" connIndex=3 event=1 ingressRule=0 originService=http://localhost:3100
|
|
78
|
+
2026-03-15 01:45:38: 2026-03-15T00:45:38Z 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
|
|
79
|
+
2026-03-15 01:45:38: 2026-03-15T00:45:38Z ERR error="unexpected EOF" connIndex=3 event=1 ingressRule=0 originService=http://localhost:3100
|
|
80
|
+
2026-03-15 01:45:38: 2026-03-15T00:45:38Z 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
|
|
81
|
+
2026-03-15 01:46:09: 2026-03-15T00:46:09Z ERR error="stream 8165 canceled by remote with error code 0" connIndex=3 event=1 ingressRule=0 originService=http://localhost:3100
|
|
82
|
+
2026-03-15 01:46:09: 2026-03-15T00:46:09Z ERR Request failed error="stream 8165 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
|
|
83
|
+
2026-03-15 01:46:15: 2026-03-15T00:46:15Z ERR error="stream 405 canceled by remote with error code 0" connIndex=2 event=1 ingressRule=0 originService=http://localhost:3100
|
|
84
|
+
2026-03-15 01:46:15: 2026-03-15T00:46:15Z ERR Request failed error="stream 405 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
|