@agenticmail/enterprise 0.5.484 → 0.5.485
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-heartbeat-7ZC3JQZF.js +518 -0
- package/dist/agent-tools-AMTJZ6DX.js +14677 -0
- package/dist/chunk-7LQISMIC.js +7754 -0
- package/dist/chunk-7PHW3GAU.js +5562 -0
- package/dist/chunk-DYLYEMAT.js +1657 -0
- package/dist/chunk-FDOK2L5M.js +409 -0
- package/dist/chunk-HWRM64VJ.js +2282 -0
- package/dist/chunk-OSH6KF4V.js +623 -0
- package/dist/chunk-PPSLXFMX.js +26381 -0
- package/dist/chunk-PYEHCZZH.js +5722 -0
- package/dist/chunk-PZDID3L4.js +1728 -0
- package/dist/chunk-TCVD36NA.js +5977 -0
- package/dist/chunk-TXZWO3T4.js +2641 -0
- package/dist/cli-agent-BEURSMRN.js +2804 -0
- package/dist/cli-serve-E45SJNHP.js +322 -0
- package/dist/cli-validate-HM4X2PNB.js +150 -0
- package/dist/cli.js +4 -4
- package/dist/index.js +11 -11
- package/dist/pipeline-J3O3UC2X.js +15 -0
- package/dist/polymarket-52W7AN3N.js +17 -0
- package/dist/polymarket-runtime-AAONNUDG.js +108 -0
- package/dist/polymarket-watcher-UHAEXPF3.js +23 -0
- package/dist/routes-OSTTX7K7.js +94 -0
- package/dist/runtime-W2GYHVKX.js +50 -0
- package/dist/screener-QCKU3QIJ.js +26 -0
- package/dist/server-UZ3PL6QJ.js +36 -0
- package/dist/setup-PBA5XGI3.js +20 -0
- package/dist/skills-7DYRO2AM.js +16 -0
- package/logs/cloudflared-error.log +124 -0
- package/package.json +1 -1
|
@@ -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-DYLYEMAT.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-HWRM64VJ.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,94 @@
|
|
|
1
|
+
import {
|
|
2
|
+
activity,
|
|
3
|
+
agentStatus,
|
|
4
|
+
approvals,
|
|
5
|
+
cluster,
|
|
6
|
+
commBus,
|
|
7
|
+
communityRegistry,
|
|
8
|
+
compliance,
|
|
9
|
+
configGen,
|
|
10
|
+
databaseManager,
|
|
11
|
+
deployer,
|
|
12
|
+
dlp,
|
|
13
|
+
engine,
|
|
14
|
+
getChatPoller,
|
|
15
|
+
getEmailPoller,
|
|
16
|
+
getMessagingPoller,
|
|
17
|
+
getRuntime,
|
|
18
|
+
guardrails,
|
|
19
|
+
hierarchyManager,
|
|
20
|
+
init_routes,
|
|
21
|
+
journal,
|
|
22
|
+
knowledgeBase,
|
|
23
|
+
knowledgeContribution,
|
|
24
|
+
lifecycle,
|
|
25
|
+
memoryManager,
|
|
26
|
+
mountRuntimeApp,
|
|
27
|
+
onboarding,
|
|
28
|
+
orgIntegrations,
|
|
29
|
+
permissionEngine,
|
|
30
|
+
policyEngine,
|
|
31
|
+
policyImporter,
|
|
32
|
+
setEngineDb,
|
|
33
|
+
setRuntime,
|
|
34
|
+
skillUpdater,
|
|
35
|
+
storageManager,
|
|
36
|
+
tenants,
|
|
37
|
+
vault,
|
|
38
|
+
workforce
|
|
39
|
+
} from "./chunk-PPSLXFMX.js";
|
|
40
|
+
import "./chunk-3UAFHUEC.js";
|
|
41
|
+
import "./chunk-Z7NVD3OQ.js";
|
|
42
|
+
import "./chunk-VSBC4SWO.js";
|
|
43
|
+
import "./chunk-AF3WSNVX.js";
|
|
44
|
+
import "./chunk-74ZCQKYU.js";
|
|
45
|
+
import "./chunk-ZNLABJCS.js";
|
|
46
|
+
import "./chunk-FQWJMPKW.js";
|
|
47
|
+
import "./chunk-WYDVMFGJ.js";
|
|
48
|
+
import "./chunk-OSH6KF4V.js";
|
|
49
|
+
import "./chunk-PSZU6FMQ.js";
|
|
50
|
+
import "./chunk-WUAWWKTN.js";
|
|
51
|
+
import "./chunk-YDD5TC5Q.js";
|
|
52
|
+
import "./chunk-FLQ5FLHW.js";
|
|
53
|
+
import "./chunk-TCVD36NA.js";
|
|
54
|
+
import "./chunk-22U7TZPN.js";
|
|
55
|
+
import "./chunk-KFQGP6VL.js";
|
|
56
|
+
init_routes();
|
|
57
|
+
export {
|
|
58
|
+
activity,
|
|
59
|
+
agentStatus,
|
|
60
|
+
approvals,
|
|
61
|
+
cluster,
|
|
62
|
+
commBus,
|
|
63
|
+
communityRegistry,
|
|
64
|
+
compliance,
|
|
65
|
+
configGen,
|
|
66
|
+
databaseManager,
|
|
67
|
+
deployer,
|
|
68
|
+
dlp,
|
|
69
|
+
engine as engineRoutes,
|
|
70
|
+
getChatPoller,
|
|
71
|
+
getEmailPoller,
|
|
72
|
+
getMessagingPoller,
|
|
73
|
+
getRuntime,
|
|
74
|
+
guardrails,
|
|
75
|
+
hierarchyManager,
|
|
76
|
+
journal,
|
|
77
|
+
knowledgeBase,
|
|
78
|
+
knowledgeContribution,
|
|
79
|
+
lifecycle,
|
|
80
|
+
memoryManager,
|
|
81
|
+
mountRuntimeApp,
|
|
82
|
+
onboarding,
|
|
83
|
+
orgIntegrations,
|
|
84
|
+
permissionEngine,
|
|
85
|
+
policyEngine,
|
|
86
|
+
policyImporter,
|
|
87
|
+
setEngineDb,
|
|
88
|
+
setRuntime,
|
|
89
|
+
skillUpdater,
|
|
90
|
+
storageManager,
|
|
91
|
+
tenants,
|
|
92
|
+
vault,
|
|
93
|
+
workforce
|
|
94
|
+
};
|
|
@@ -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-7PHW3GAU.js";
|
|
20
|
+
import "./chunk-CFR5OSMI.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,26 @@
|
|
|
1
|
+
import {
|
|
2
|
+
analyzeOrderbook,
|
|
3
|
+
generateRecommendation,
|
|
4
|
+
getPriceLevel,
|
|
5
|
+
scoreEdge,
|
|
6
|
+
scoreLiquidity,
|
|
7
|
+
scoreMomentum,
|
|
8
|
+
scoreSpread,
|
|
9
|
+
scoreTiming,
|
|
10
|
+
scoreVolume,
|
|
11
|
+
screenMarkets
|
|
12
|
+
} from "./chunk-FDOK2L5M.js";
|
|
13
|
+
import "./chunk-CVFIM72Q.js";
|
|
14
|
+
import "./chunk-KFQGP6VL.js";
|
|
15
|
+
export {
|
|
16
|
+
analyzeOrderbook,
|
|
17
|
+
generateRecommendation,
|
|
18
|
+
getPriceLevel,
|
|
19
|
+
scoreEdge,
|
|
20
|
+
scoreLiquidity,
|
|
21
|
+
scoreMomentum,
|
|
22
|
+
scoreSpread,
|
|
23
|
+
scoreTiming,
|
|
24
|
+
scoreVolume,
|
|
25
|
+
screenMarkets
|
|
26
|
+
};
|
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
import {
|
|
2
|
+
createServer
|
|
3
|
+
} from "./chunk-7LQISMIC.js";
|
|
4
|
+
import "./chunk-DJBCRQTD.js";
|
|
5
|
+
import "./chunk-UF3ZJMJO.js";
|
|
6
|
+
import "./chunk-PPSLXFMX.js";
|
|
7
|
+
import "./chunk-3UAFHUEC.js";
|
|
8
|
+
import "./chunk-Z7NVD3OQ.js";
|
|
9
|
+
import "./chunk-VSBC4SWO.js";
|
|
10
|
+
import "./chunk-AF3WSNVX.js";
|
|
11
|
+
import "./chunk-74ZCQKYU.js";
|
|
12
|
+
import "./chunk-ZNLABJCS.js";
|
|
13
|
+
import "./chunk-FQWJMPKW.js";
|
|
14
|
+
import "./chunk-WYDVMFGJ.js";
|
|
15
|
+
import "./chunk-OSH6KF4V.js";
|
|
16
|
+
import "./chunk-PSZU6FMQ.js";
|
|
17
|
+
import "./chunk-PYEHCZZH.js";
|
|
18
|
+
import "./chunk-X5IZUXDC.js";
|
|
19
|
+
import "./chunk-I5IGHBXW.js";
|
|
20
|
+
import "./chunk-DYLYEMAT.js";
|
|
21
|
+
import "./chunk-WUAWWKTN.js";
|
|
22
|
+
import "./chunk-TXZWO3T4.js";
|
|
23
|
+
import "./chunk-FDOK2L5M.js";
|
|
24
|
+
import "./chunk-CVFIM72Q.js";
|
|
25
|
+
import "./chunk-HWRM64VJ.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-TCVD36NA.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-PZDID3L4.js";
|
|
10
|
+
import "./chunk-HPIK224M.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-OSH6KF4V.js";
|
|
8
|
+
import "./chunk-TCVD36NA.js";
|
|
9
|
+
import "./chunk-KFQGP6VL.js";
|
|
10
|
+
init_skills();
|
|
11
|
+
export {
|
|
12
|
+
BUILTIN_SKILLS,
|
|
13
|
+
PRESET_PROFILES,
|
|
14
|
+
PermissionEngine,
|
|
15
|
+
SKILL_SUITES
|
|
16
|
+
};
|
|
@@ -238,3 +238,127 @@
|
|
|
238
238
|
2026-03-14 03:27:24: 2026-03-14T02:27:24Z 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=1 dest=https://enterprise.agenticmail.io/api/polymarket/67ba24f1-c8af-40b4-9df5-c05b81fc1e7a/wallet/balance event=0 ip=198.41.200.33 type=http
|
|
239
239
|
2026-03-14 03:27:26: 2026-03-14T02:27:26Z 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=0 event=1 ingressRule=0 originService=http://localhost:3100
|
|
240
240
|
2026-03-14 03:27:26: 2026-03-14T02:27:26Z 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=0 dest=https://enterprise.agenticmail.io/api/polymarket/67ba24f1-c8af-40b4-9df5-c05b81fc1e7a/wallet/balance event=0 ip=198.41.192.67 type=http
|
|
241
|
+
2026-03-14 03:45:00: 2026-03-14T02:45:00Z ERR failed to accept incoming stream requests error="failed to accept QUIC stream: timeout: no recent network activity" connIndex=1 event=0 ip=198.41.200.33
|
|
242
|
+
2026-03-14 03:45:00: 2026-03-14T02:45:00Z ERR failed to run the datagram handler error="timeout: no recent network activity" connIndex=1 event=0 ip=198.41.200.33
|
|
243
|
+
2026-03-14 03:45:00: 2026-03-14T02:45:00Z WRN failed to serve tunnel connection error="accept stream listener encountered a failure while serving" connIndex=1 event=0 ip=198.41.200.33
|
|
244
|
+
2026-03-14 03:45:00: 2026-03-14T02:45:00Z WRN Serve tunnel error error="accept stream listener encountered a failure while serving" connIndex=1 event=0 ip=198.41.200.33
|
|
245
|
+
2026-03-14 03:45:00: 2026-03-14T02:45:00Z INF Retrying connection in up to 1s connIndex=1 event=0 ip=198.41.200.33
|
|
246
|
+
2026-03-14 03:45:00: 2026-03-14T02:45:00Z ERR failed to accept incoming stream requests error="failed to accept QUIC stream: timeout: no recent network activity" connIndex=3 event=0 ip=198.41.200.23
|
|
247
|
+
2026-03-14 03:45:00: 2026-03-14T02:45:00Z ERR failed to run the datagram handler error="timeout: no recent network activity" connIndex=3 event=0 ip=198.41.200.23
|
|
248
|
+
2026-03-14 03:45:01: 2026-03-14T02:45:00Z WRN failed to serve tunnel connection error="accept stream listener encountered a failure while serving" connIndex=3 event=0 ip=198.41.200.23
|
|
249
|
+
2026-03-14 03:45:01: 2026-03-14T02:45:00Z WRN Serve tunnel error error="accept stream listener encountered a failure while serving" connIndex=3 event=0 ip=198.41.200.23
|
|
250
|
+
2026-03-14 03:45:01: 2026-03-14T02:45:00Z INF Retrying connection in up to 1s connIndex=3 event=0 ip=198.41.200.23
|
|
251
|
+
2026-03-14 03:45:01: 2026-03-14T02:45:01Z ERR failed to run the datagram handler error="timeout: no recent network activity" connIndex=0 event=0 ip=198.41.192.67
|
|
252
|
+
2026-03-14 03:45:01: 2026-03-14T02:45:01Z ERR failed to accept incoming stream requests error="failed to accept QUIC stream: timeout: no recent network activity" connIndex=0 event=0 ip=198.41.192.67
|
|
253
|
+
2026-03-14 03:45:01: 2026-03-14T02:45:01Z WRN failed to serve tunnel connection error="datagram manager encountered a failure while serving" connIndex=0 event=0 ip=198.41.192.67
|
|
254
|
+
2026-03-14 03:45:01: 2026-03-14T02:45:01Z WRN Serve tunnel error error="datagram manager encountered a failure while serving" connIndex=0 event=0 ip=198.41.192.67
|
|
255
|
+
2026-03-14 03:45:01: 2026-03-14T02:45:01Z INF Retrying connection in up to 1s connIndex=0 event=0 ip=198.41.192.67
|
|
256
|
+
2026-03-14 03:45:06: 2026-03-14T02:45:06Z ERR error="timeout: no recent network activity" connIndex=2 event=1 ingressRule=0 originService=http://localhost:3100
|
|
257
|
+
2026-03-14 03:45:06: 2026-03-14T02:45:06Z ERR error="timeout: no recent network activity" connIndex=2 event=1 ingressRule=0 originService=http://localhost:3100
|
|
258
|
+
2026-03-14 03:45:06: 2026-03-14T02:45:06Z ERR Request failed error="timeout: no recent network activity" 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
|
|
259
|
+
2026-03-14 03:45:06: 2026-03-14T02:45:06Z ERR error="timeout: no recent network activity" connIndex=2 event=1 ingressRule=0 originService=http://localhost:3100
|
|
260
|
+
2026-03-14 03:45:06: 2026-03-14T02:45:06Z ERR Request failed error="timeout: no recent network activity" 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
|
|
261
|
+
2026-03-14 03:45:06: 2026-03-14T02:45:06Z ERR error="timeout: no recent network activity" connIndex=2 event=1 ingressRule=0 originService=http://localhost:3100
|
|
262
|
+
2026-03-14 03:45:06: 2026-03-14T02:45:06Z ERR Request failed error="timeout: no recent network activity" 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
|
|
263
|
+
2026-03-14 03:45:06: 2026-03-14T02:45:06Z ERR error="timeout: no recent network activity" connIndex=2 event=1 ingressRule=0 originService=http://localhost:3100
|
|
264
|
+
2026-03-14 03:45:06: 2026-03-14T02:45:06Z ERR error="timeout: no recent network activity" connIndex=2 event=1 ingressRule=0 originService=http://localhost:3100
|
|
265
|
+
2026-03-14 03:45:06: 2026-03-14T02:45:06Z ERR Request failed error="timeout: no recent network activity" 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
|
|
266
|
+
2026-03-14 03:45:06: 2026-03-14T02:45:06Z ERR failed to accept incoming stream requests error="failed to accept QUIC stream: timeout: no recent network activity" connIndex=2 event=0 ip=198.41.192.167
|
|
267
|
+
2026-03-14 03:45:06: 2026-03-14T02:45:06Z ERR Request failed error="timeout: no recent network activity" 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
|
|
268
|
+
2026-03-14 03:45:06: 2026-03-14T02:45:06Z ERR Request failed error="timeout: no recent network activity" 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
|
|
269
|
+
2026-03-14 03:45:06: 2026-03-14T02:45:06Z ERR failed to run the datagram handler error="timeout: no recent network activity" connIndex=2 event=0 ip=198.41.192.167
|
|
270
|
+
2026-03-14 03:45:06: 2026-03-14T02:45:06Z ERR failed to serve tunnel connection error="accept stream listener encountered a failure while serving" connIndex=2 event=0 ip=198.41.192.167
|
|
271
|
+
2026-03-14 03:45:06: 2026-03-14T02:45:06Z ERR Serve tunnel error error="accept stream listener encountered a failure while serving" connIndex=2 event=0 ip=198.41.192.167
|
|
272
|
+
2026-03-14 03:45:06: 2026-03-14T02:45:06Z INF Retrying connection in up to 1s connIndex=2 event=0 ip=198.41.192.167
|
|
273
|
+
2026-03-14 03:45:30: 2026-03-14T02:45:30Z ERR Failed to refresh DNS local resolver error="lookup region1.v2.argotunnel.com: i/o timeout"
|
|
274
|
+
2026-03-14 03:45:41: 2026-03-14T02:45:41Z ERR Failed to refresh protocol error="lookup protocol-v2.argotunnel.com on 192.168.86.1:53: read udp 192.168.86.21:53170->192.168.86.1:53: i/o timeout"
|
|
275
|
+
2026-03-14 03:45:41: 2026-03-14T02:45:41Z ERR Connection terminated error="accept stream listener encountered a failure while serving" connIndex=1
|
|
276
|
+
2026-03-14 03:45:41: 2026-03-14T02:45:41Z INF Tunnel connection curve preferences: [X25519MLKEM768 CurveP256] connIndex=1 event=0 ip=198.41.200.33
|
|
277
|
+
2026-03-14 03:45:46: 2026-03-14T02:45:46Z ERR Failed to dial a quic connection error="failed to dial to edge with quic: timeout: no recent network activity" connIndex=1 event=0 ip=198.41.200.33
|
|
278
|
+
2026-03-14 03:45:46: 2026-03-14T02:45:46Z INF Retrying connection in up to 4s connIndex=1 event=0 ip=198.41.200.33
|
|
279
|
+
2026-03-14 03:45:49: 2026-03-14T02:45:49Z ERR Connection terminated error="failed to dial to edge with quic: timeout: no recent network activity" connIndex=1
|
|
280
|
+
2026-03-14 03:45:50: 2026-03-14T02:45:50Z ERR Connection terminated error="accept stream listener encountered a failure while serving" connIndex=3
|
|
281
|
+
2026-03-14 03:45:50: 2026-03-14T02:45:50Z ERR Connection terminated error="accept stream listener encountered a failure while serving" connIndex=2
|
|
282
|
+
2026-03-14 03:45:50: 2026-03-14T02:45:50Z INF Tunnel connection curve preferences: [X25519MLKEM768 CurveP256] connIndex=0 event=0 ip=198.41.192.67
|
|
283
|
+
2026-03-14 03:45:59: 2026-03-14T02:45:59Z ERR failed to accept incoming stream requests error="failed to accept QUIC stream: timeout: no recent network activity" connIndex=0 event=0 ip=198.41.192.67
|
|
284
|
+
2026-03-14 03:45:59: 2026-03-14T02:45:59Z ERR failed to run the datagram handler error="context canceled" connIndex=0 event=0 ip=198.41.192.67
|
|
285
|
+
2026-03-14 03:45:59: 2026-03-14T02:45:59Z ERR failed to serve tunnel connection error="control stream encountered a failure while serving" connIndex=0 event=0 ip=198.41.192.67
|
|
286
|
+
2026-03-14 03:45:59: 2026-03-14T02:45:59Z ERR Serve tunnel error error="control stream encountered a failure while serving" connIndex=0 event=0 ip=198.41.192.67
|
|
287
|
+
2026-03-14 03:45:59: 2026-03-14T02:45:59Z INF Retrying connection in up to 4s connIndex=0 event=0 ip=198.41.192.67
|
|
288
|
+
2026-03-14 03:46:01: 2026-03-14T02:46:01Z INF Tunnel connection curve preferences: [X25519MLKEM768 CurveP256] connIndex=0 event=0 ip=198.41.192.67
|
|
289
|
+
2026-03-14 03:46:06: 2026-03-14T02:46:06Z ERR Failed to dial a quic connection error="failed to dial to edge with quic: timeout: no recent network activity" connIndex=0 event=0 ip=198.41.192.67
|
|
290
|
+
2026-03-14 03:46:06: 2026-03-14T02:46:06Z INF Retrying connection in up to 8s connIndex=0 event=0 ip=198.41.192.67
|
|
291
|
+
2026-03-14 03:46:07: 2026-03-14T02:46:07Z INF Tunnel connection curve preferences: [X25519MLKEM768 CurveP256] connIndex=0 event=0 ip=198.41.192.47
|
|
292
|
+
2026-03-14 03:46:11: 2026-03-14T02:46:11Z INF Tunnel connection curve preferences: [X25519MLKEM768 CurveP256] connIndex=2 event=0 ip=198.41.192.167
|
|
293
|
+
2026-03-14 03:46:11: 2026-03-14T02:46:11Z INF Tunnel connection curve preferences: [X25519MLKEM768 CurveP256] connIndex=1 event=0 ip=198.41.200.113
|
|
294
|
+
2026-03-14 03:46:11: 2026-03-14T02:46:11Z INF Tunnel connection curve preferences: [X25519MLKEM768 CurveP256] connIndex=3 event=0 ip=198.41.200.23
|
|
295
|
+
2026-03-14 03:46:12: 2026-03-14T02:46:12Z ERR Failed to dial a quic connection error="failed to dial to edge with quic: timeout: no recent network activity" connIndex=0 event=0 ip=198.41.192.47
|
|
296
|
+
2026-03-14 03:46:12: 2026-03-14T02:46:12Z INF Retrying connection in up to 16s connIndex=0 event=0 ip=198.41.192.47
|
|
297
|
+
2026-03-14 03:46:12: 2026-03-14T02:46:12Z INF Tunnel connection curve preferences: [X25519MLKEM768 CurveP256] connIndex=0 event=0 ip=198.41.192.37
|
|
298
|
+
2026-03-14 03:46:13: 2026-03-14T02:46:13Z INF Registered tunnel connection connIndex=0 connection=fb869812-ece2-4b7c-818c-8fd9701ccadf event=0 ip=198.41.192.37 location=atl01 protocol=quic
|
|
299
|
+
2026-03-14 03:46:14: 2026-03-14T02:46:14Z INF Registered tunnel connection connIndex=3 connection=94b11789-6055-496d-94d4-1a394267cf49 event=0 ip=198.41.200.23 location=atl15 protocol=quic
|
|
300
|
+
2026-03-14 03:46:14: 2026-03-14T02:46:14Z INF Registered tunnel connection connIndex=2 connection=aa233242-c292-42df-a0d0-f355cd54cfa6 event=0 ip=198.41.192.167 location=atl06 protocol=quic
|
|
301
|
+
2026-03-14 03:46:14: 2026-03-14T02:46:14Z INF Registered tunnel connection connIndex=1 connection=c2799a7e-1144-4aaa-b267-6bb1d90777d1 event=0 ip=198.41.200.113 location=atl10 protocol=quic
|
|
302
|
+
2026-03-14 03:47:17: 2026-03-14T02:47:17Z ERR error="stream 33 canceled by remote with error code 0" connIndex=0 event=1 ingressRule=0 originService=http://localhost:3100
|
|
303
|
+
2026-03-14 03:47:17: 2026-03-14T02:47:17Z ERR Request failed error="stream 33 canceled by remote with error code 0" connIndex=0 dest=https://enterprise.agenticmail.io/api/polymarket/67ba24f1-c8af-40b4-9df5-c05b81fc1e7a/price-stream event=0 ip=198.41.192.37 type=http
|
|
304
|
+
2026-03-14 03:47:49: 2026-03-14T02:47:49Z ERR error="stream 29 canceled by remote with error code 0" connIndex=0 event=1 ingressRule=0 originService=http://localhost:3100
|
|
305
|
+
2026-03-14 03:47:49: 2026-03-14T02:47:49Z ERR Request failed error="stream 29 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
|
|
306
|
+
2026-03-14 03:48:01: 2026-03-14T02:48:01Z ERR error="timeout: no recent network activity" connIndex=0 event=1 ingressRule=0 originService=http://localhost:3100
|
|
307
|
+
2026-03-14 03:48:01: 2026-03-14T02:48:01Z ERR error="timeout: no recent network activity" connIndex=0 event=1 ingressRule=0 originService=http://localhost:3100
|
|
308
|
+
2026-03-14 03:48:01: 2026-03-14T02:48:01Z ERR Request failed error="timeout: no recent network activity" connIndex=0 dest=https://enterprise.agenticmail.io/dashboard/pages/activity.js event=0 ip=198.41.192.37 type=http
|
|
309
|
+
2026-03-14 03:48:01: 2026-03-14T02:48:01Z ERR error="timeout: no recent network activity" connIndex=0 event=1 ingressRule=0 originService=http://localhost:3100
|
|
310
|
+
2026-03-14 03:48:01: 2026-03-14T02:48:01Z ERR error="timeout: no recent network activity" connIndex=0 event=1 ingressRule=0 originService=http://localhost:3100
|
|
311
|
+
2026-03-14 03:48:01: 2026-03-14T02:48:01Z ERR error="timeout: no recent network activity" connIndex=0 event=1 ingressRule=0 originService=http://localhost:3100
|
|
312
|
+
2026-03-14 03:48:01: 2026-03-14T02:48:01Z ERR error="timeout: no recent network activity" connIndex=0 event=1 ingressRule=0 originService=http://localhost:3100
|
|
313
|
+
2026-03-14 03:48:01: 2026-03-14T02:48:01Z ERR Request failed error="timeout: no recent network activity" connIndex=0 dest=https://enterprise.agenticmail.io/dashboard/pages/roles.js event=0 ip=198.41.192.37 type=http
|
|
314
|
+
2026-03-14 03:48:01: 2026-03-14T02:48:01Z ERR Request failed error="timeout: no recent network activity" connIndex=0 dest=https://enterprise.agenticmail.io/dashboard/components/knowledge-link.js event=0 ip=198.41.192.37 type=http
|
|
315
|
+
2026-03-14 03:48:01: 2026-03-14T02:48:01Z ERR Request failed error="timeout: no recent network activity" connIndex=0 dest=https://enterprise.agenticmail.io/dashboard/pages/cluster.js event=0 ip=198.41.192.37 type=http
|
|
316
|
+
2026-03-14 03:48:01: 2026-03-14T02:48:01Z ERR Request failed error="timeout: no recent network activity" connIndex=0 dest=https://enterprise.agenticmail.io/dashboard/pages/journal.js event=0 ip=198.41.192.37 type=http
|
|
317
|
+
2026-03-14 03:48:01: 2026-03-14T02:48:01Z ERR Request failed error="timeout: no recent network activity" connIndex=0 dest=https://enterprise.agenticmail.io/dashboard/pages/messages.js event=0 ip=198.41.192.37 type=http
|
|
318
|
+
2026-03-14 03:48:01: 2026-03-14T02:48:01Z ERR error="timeout: no recent network activity" connIndex=0 event=1 ingressRule=0 originService=http://localhost:3100
|
|
319
|
+
2026-03-14 03:48:01: 2026-03-14T02:48:01Z ERR Request failed error="timeout: no recent network activity" connIndex=0 dest=https://enterprise.agenticmail.io/dashboard/components/help-button.js event=0 ip=198.41.192.37 type=http
|
|
320
|
+
2026-03-14 03:48:01: 2026-03-14T02:48:01Z ERR error="timeout: no recent network activity" connIndex=0 event=1 ingressRule=0 originService=http://localhost:3100
|
|
321
|
+
2026-03-14 03:48:01: 2026-03-14T02:48:01Z ERR error="timeout: no recent network activity" connIndex=0 event=1 ingressRule=0 originService=http://localhost:3100
|
|
322
|
+
2026-03-14 03:48:01: 2026-03-14T02:48:01Z ERR error="timeout: no recent network activity" connIndex=0 event=1 ingressRule=0 originService=http://localhost:3100
|
|
323
|
+
2026-03-14 03:48:01: 2026-03-14T02:48:01Z ERR Request failed error="timeout: no recent network activity" connIndex=0 dest=https://enterprise.agenticmail.io/dashboard/pages/community-skills.js event=0 ip=198.41.192.37 type=http
|
|
324
|
+
2026-03-14 03:48:01: 2026-03-14T02:48:01Z ERR Request failed error="timeout: no recent network activity" connIndex=0 dest=https://enterprise.agenticmail.io/dashboard/pages/dlp.js event=0 ip=198.41.192.37 type=http
|
|
325
|
+
2026-03-14 03:48:01: 2026-03-14T02:48:01Z ERR error="timeout: no recent network activity" connIndex=0 event=1 ingressRule=0 originService=http://localhost:3100
|
|
326
|
+
2026-03-14 03:48:01: 2026-03-14T02:48:01Z ERR error="timeout: no recent network activity" connIndex=0 event=1 ingressRule=0 originService=http://localhost:3100
|
|
327
|
+
2026-03-14 03:48:01: 2026-03-14T02:48:01Z ERR Request failed error="timeout: no recent network activity" connIndex=0 dest=https://enterprise.agenticmail.io/dashboard/pages/polymarket.js event=0 ip=198.41.192.37 type=http
|
|
328
|
+
2026-03-14 03:48:01: 2026-03-14T02:48:01Z ERR error="timeout: no recent network activity" connIndex=0 event=1 ingressRule=0 originService=http://localhost:3100
|
|
329
|
+
2026-03-14 03:48:01: 2026-03-14T02:48:01Z ERR error="timeout: no recent network activity" connIndex=0 event=1 ingressRule=0 originService=http://localhost:3100
|
|
330
|
+
2026-03-14 03:48:01: 2026-03-14T02:48:01Z ERR Request failed error="timeout: no recent network activity" connIndex=0 dest=https://enterprise.agenticmail.io/dashboard/pages/workforce.js event=0 ip=198.41.192.37 type=http
|
|
331
|
+
2026-03-14 03:48:01: 2026-03-14T02:48:01Z ERR Request failed error="timeout: no recent network activity" connIndex=0 dest=https://enterprise.agenticmail.io/dashboard/pages/task-pipeline.js event=0 ip=198.41.192.37 type=http
|
|
332
|
+
2026-03-14 03:48:01: 2026-03-14T02:48:01Z ERR Request failed error="timeout: no recent network activity" connIndex=0 dest=https://enterprise.agenticmail.io/dashboard/pages/knowledge.js event=0 ip=198.41.192.37 type=http
|
|
333
|
+
2026-03-14 03:48:01: 2026-03-14T02:48:01Z ERR error="timeout: no recent network activity" connIndex=0 event=1 ingressRule=0 originService=http://localhost:3100
|
|
334
|
+
2026-03-14 03:48:01: 2026-03-14T02:48:01Z ERR error="timeout: no recent network activity" connIndex=0 event=1 ingressRule=0 originService=http://localhost:3100
|
|
335
|
+
2026-03-14 03:48:01: 2026-03-14T02:48:01Z ERR Request failed error="timeout: no recent network activity" connIndex=0 dest=https://enterprise.agenticmail.io/dashboard/pages/audit.js event=0 ip=198.41.192.37 type=http
|
|
336
|
+
2026-03-14 03:48:01: 2026-03-14T02:48:01Z ERR Request failed error="timeout: no recent network activity" connIndex=0 dest=https://enterprise.agenticmail.io/dashboard/pages/database-access.js event=0 ip=198.41.192.37 type=http
|
|
337
|
+
2026-03-14 03:48:01: 2026-03-14T02:48:01Z ERR error="timeout: no recent network activity" connIndex=0 event=1 ingressRule=0 originService=http://localhost:3100
|
|
338
|
+
2026-03-14 03:48:01: 2026-03-14T02:48:01Z ERR Request failed error="timeout: no recent network activity" connIndex=0 dest=https://enterprise.agenticmail.io/dashboard/pages/compliance.js event=0 ip=198.41.192.37 type=http
|
|
339
|
+
2026-03-14 03:48:01: 2026-03-14T02:48:01Z ERR error="timeout: no recent network activity" connIndex=0 event=1 ingressRule=0 originService=http://localhost:3100
|
|
340
|
+
2026-03-14 03:48:01: 2026-03-14T02:48:01Z ERR Request failed error="timeout: no recent network activity" connIndex=0 dest=https://enterprise.agenticmail.io/dashboard/pages/settings.js event=0 ip=198.41.192.37 type=http
|
|
341
|
+
2026-03-14 03:48:01: 2026-03-14T02:48:01Z ERR error="timeout: no recent network activity" connIndex=0 event=1 ingressRule=0 originService=http://localhost:3100
|
|
342
|
+
2026-03-14 03:48:01: 2026-03-14T02:48:01Z ERR error="timeout: no recent network activity" connIndex=0 event=1 ingressRule=0 originService=http://localhost:3100
|
|
343
|
+
2026-03-14 03:48:01: 2026-03-14T02:48:01Z ERR Request failed error="timeout: no recent network activity" connIndex=0 dest=https://enterprise.agenticmail.io/dashboard/pages/organizations.js event=0 ip=198.41.192.37 type=http
|
|
344
|
+
2026-03-14 03:48:01: 2026-03-14T02:48:01Z ERR error="timeout: no recent network activity" connIndex=0 event=1 ingressRule=0 originService=http://localhost:3100
|
|
345
|
+
2026-03-14 03:48:01: 2026-03-14T02:48:01Z ERR failed to accept incoming stream requests error="failed to accept QUIC stream: timeout: no recent network activity" connIndex=0 event=0 ip=198.41.192.37
|
|
346
|
+
2026-03-14 03:48:01: 2026-03-14T02:48:01Z ERR error="timeout: no recent network activity" connIndex=0 event=1 ingressRule=0 originService=http://localhost:3100
|
|
347
|
+
2026-03-14 03:48:01: 2026-03-14T02:48:01Z ERR Request failed error="timeout: no recent network activity" connIndex=0 dest=https://enterprise.agenticmail.io/dashboard/components/icons.js event=0 ip=198.41.192.37 type=http
|
|
348
|
+
2026-03-14 03:48:01: 2026-03-14T02:48:01Z ERR error="timeout: no recent network activity" connIndex=0 event=1 ingressRule=0 originService=http://localhost:3100
|
|
349
|
+
2026-03-14 03:48:01: 2026-03-14T02:48:01Z ERR error="timeout: no recent network activity" connIndex=0 event=1 ingressRule=0 originService=http://localhost:3100
|
|
350
|
+
2026-03-14 03:48:01: 2026-03-14T02:48:01Z ERR Request failed error="timeout: no recent network activity" connIndex=0 dest=https://enterprise.agenticmail.io/dashboard/pages/login.js event=0 ip=198.41.192.37 type=http
|
|
351
|
+
2026-03-14 03:48:01: 2026-03-14T02:48:01Z ERR Request failed error="timeout: no recent network activity" connIndex=0 dest=https://enterprise.agenticmail.io/dashboard/pages/vault.js event=0 ip=198.41.192.37 type=http
|
|
352
|
+
2026-03-14 03:48:01: 2026-03-14T02:48:01Z ERR Request failed error="timeout: no recent network activity" connIndex=0 dest=https://enterprise.agenticmail.io/dashboard/pages/guardrails.js event=0 ip=198.41.192.37 type=http
|
|
353
|
+
2026-03-14 03:48:01: 2026-03-14T02:48:01Z ERR Request failed error="timeout: no recent network activity" connIndex=0 dest=https://enterprise.agenticmail.io/dashboard/pages/skills.js event=0 ip=198.41.192.37 type=http
|
|
354
|
+
2026-03-14 03:48:01: 2026-03-14T02:48:01Z ERR failed to run the datagram handler error="timeout: no recent network activity" connIndex=0 event=0 ip=198.41.192.37
|
|
355
|
+
2026-03-14 03:48:01: 2026-03-14T02:48:01Z ERR Request failed error="timeout: no recent network activity" connIndex=0 dest=https://enterprise.agenticmail.io/dashboard/pages/memory-transfer.js event=0 ip=198.41.192.37 type=http
|
|
356
|
+
2026-03-14 03:48:01: 2026-03-14T02:48:01Z WRN failed to serve tunnel connection error="accept stream listener encountered a failure while serving" connIndex=0 event=0 ip=198.41.192.37
|
|
357
|
+
2026-03-14 03:48:01: 2026-03-14T02:48:01Z WRN Serve tunnel error error="accept stream listener encountered a failure while serving" connIndex=0 event=0 ip=198.41.192.37
|
|
358
|
+
2026-03-14 03:48:01: 2026-03-14T02:48:01Z INF Retrying connection in up to 1s connIndex=0 event=0 ip=198.41.192.37
|
|
359
|
+
2026-03-14 03:48:01: 2026-03-14T02:48:01Z INF Tunnel connection curve preferences: [X25519MLKEM768 CurveP256] connIndex=0 event=0 ip=198.41.192.37
|
|
360
|
+
2026-03-14 03:48:03: 2026-03-14T02:48:03Z INF Registered tunnel connection connIndex=0 connection=481a9b42-042d-4a7b-a471-af63ef253456 event=0 ip=198.41.192.37 location=atl01 protocol=quic
|
|
361
|
+
2026-03-14 03:48:38: 2026-03-14T02:48:38Z ERR error="stream 1 canceled by remote with error code 0" connIndex=2 event=1 ingressRule=0 originService=http://localhost:3100
|
|
362
|
+
2026-03-14 03:48:38: 2026-03-14T02:48:38Z ERR Request failed error="stream 1 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
|
|
363
|
+
2026-03-14 03:48:42: 2026-03-14T02:48:42Z ERR error="stream 5 canceled by remote with error code 0" connIndex=2 event=1 ingressRule=0 originService=http://localhost:3100
|
|
364
|
+
2026-03-14 03:48:42: 2026-03-14T02:48:42Z ERR Request failed error="stream 5 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
|