@agenticmail/enterprise 0.5.394 → 0.5.396
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-IVDVHR2A.js → agent-heartbeat-PFF7ZAIJ.js} +1 -1
- package/dist/{agent-tools-SXHMNUVO.js → agent-tools-ZKR4SUBR.js} +2 -2
- package/dist/{chunk-LG3D4G42.js → chunk-4RQSNUKJ.js} +2 -2
- package/dist/{chunk-7IOWCMIT.js → chunk-7V3NWAVW.js} +13 -13
- package/dist/{chunk-WXNNBQEL.js → chunk-SL2GRD72.js} +18 -1
- package/dist/{chunk-VJAF5XB3.js → chunk-WCN5ODKM.js} +19 -19
- package/dist/{cli-agent-ONJI6ZS3.js → cli-agent-GU37CHPR.js} +6 -6
- package/dist/{cli-serve-BV67CWGV.js → cli-serve-SCJMUJKM.js} +1 -1
- package/dist/cli.js +3 -3
- package/dist/index.js +4 -4
- package/dist/{routes-KQARTBVE.js → routes-KL7BIX5B.js} +1 -1
- package/dist/{runtime-N43BMXWV.js → runtime-6FNMOTUR.js} +1 -1
- package/dist/{server-5XN2TV3I.js → server-BCCVD2XT.js} +2 -2
- package/dist/{setup-YMIXA747.js → setup-ZLDVLN5G.js} +1 -1
- package/logs/cloudflared-error.log +119 -0
- package/logs/john-error.log +2 -0
- package/package.json +1 -1
|
@@ -466,7 +466,7 @@ var AgentHeartbeatManager = class {
|
|
|
466
466
|
return;
|
|
467
467
|
}
|
|
468
468
|
try {
|
|
469
|
-
const { guardrails } = await import("./routes-
|
|
469
|
+
const { guardrails } = await import("./routes-KL7BIX5B.js");
|
|
470
470
|
const status = await guardrails.getStatus(ctx.agentId);
|
|
471
471
|
if (status.paused || status.offDuty) {
|
|
472
472
|
console.log(`[heartbeat] Skipping action dispatch \u2014 agent is ${status.offDuty ? "off duty" : "paused"}`);
|
|
@@ -847,7 +847,7 @@ function createEditTool(options) {
|
|
|
847
847
|
|
|
848
848
|
// src/agent-tools/tools/bash.ts
|
|
849
849
|
import { exec } from "child_process";
|
|
850
|
-
var DEFAULT_TIMEOUT_MS =
|
|
850
|
+
var DEFAULT_TIMEOUT_MS = 3e5;
|
|
851
851
|
var MAX_TIMEOUT_MS = 6e5;
|
|
852
852
|
var DEFAULT_MAX_OUTPUT_BYTES = 2e5;
|
|
853
853
|
var SENSITIVE_ENV_VARS = [
|
|
@@ -900,7 +900,7 @@ function createBashTool(options) {
|
|
|
900
900
|
return {
|
|
901
901
|
name: "bash",
|
|
902
902
|
label: "Execute Command",
|
|
903
|
-
description: "Execute a bash command. Returns stdout, stderr, and exit code. Commands have a configurable timeout (default
|
|
903
|
+
description: "Execute a bash command. Returns stdout, stderr, and exit code. Commands have a configurable timeout (default 5 minutes, max 10 minutes).",
|
|
904
904
|
category: "command",
|
|
905
905
|
risk: "high",
|
|
906
906
|
parameters: {
|
|
@@ -1234,7 +1234,7 @@ async function deploy(config, db, jwtSecret, vaultKey, spinner, chalk) {
|
|
|
1234
1234
|
const { deployTarget, company, database, domain, tunnel, cloud } = config;
|
|
1235
1235
|
if (deployTarget === "cloudflare-tunnel" && tunnel) {
|
|
1236
1236
|
spinner.start(`Starting local server on port ${tunnel.port}...`);
|
|
1237
|
-
const { createServer: createServer2 } = await import("./server-
|
|
1237
|
+
const { createServer: createServer2 } = await import("./server-BCCVD2XT.js");
|
|
1238
1238
|
const server2 = createServer2({ port: tunnel.port, db, jwtSecret });
|
|
1239
1239
|
const handle2 = await server2.start();
|
|
1240
1240
|
spinner.succeed("Server running");
|
|
@@ -1536,7 +1536,7 @@ async function deploy(config, db, jwtSecret, vaultKey, spinner, chalk) {
|
|
|
1536
1536
|
return {};
|
|
1537
1537
|
}
|
|
1538
1538
|
spinner.start("Starting local server...");
|
|
1539
|
-
const { createServer } = await import("./server-
|
|
1539
|
+
const { createServer } = await import("./server-BCCVD2XT.js");
|
|
1540
1540
|
const server = createServer({ port: 3e3, db, jwtSecret });
|
|
1541
1541
|
const handle = await server.start();
|
|
1542
1542
|
spinner.succeed("Server running");
|
|
@@ -11,7 +11,7 @@ import {
|
|
|
11
11
|
init_config_bus,
|
|
12
12
|
init_routes,
|
|
13
13
|
routes_exports
|
|
14
|
-
} from "./chunk-
|
|
14
|
+
} from "./chunk-SL2GRD72.js";
|
|
15
15
|
import {
|
|
16
16
|
SecureVault,
|
|
17
17
|
init_vault
|
|
@@ -4683,7 +4683,7 @@ function createServer(config) {
|
|
|
4683
4683
|
let engineInitialized = false;
|
|
4684
4684
|
api.all("/engine/*", async (c, _next) => {
|
|
4685
4685
|
try {
|
|
4686
|
-
const { engineRoutes, setEngineDb } = await import("./routes-
|
|
4686
|
+
const { engineRoutes, setEngineDb } = await import("./routes-KL7BIX5B.js");
|
|
4687
4687
|
const { EngineDatabase } = await import("./db-adapter-2T56ORSD.js");
|
|
4688
4688
|
if (!engineInitialized) {
|
|
4689
4689
|
engineInitialized = true;
|
|
@@ -4713,13 +4713,13 @@ function createServer(config) {
|
|
|
4713
4713
|
engineInitialized = true;
|
|
4714
4714
|
if (config.runtime?.enabled) {
|
|
4715
4715
|
try {
|
|
4716
|
-
const { createAgentRuntime } = await import("./runtime-
|
|
4717
|
-
const { mountRuntimeApp, setRuntime } = await import("./routes-
|
|
4716
|
+
const { createAgentRuntime } = await import("./runtime-6FNMOTUR.js");
|
|
4717
|
+
const { mountRuntimeApp, setRuntime } = await import("./routes-KL7BIX5B.js");
|
|
4718
4718
|
let getEmailConfig;
|
|
4719
4719
|
let onTokenRefresh;
|
|
4720
4720
|
let agentMemoryMgr;
|
|
4721
4721
|
try {
|
|
4722
|
-
const { lifecycle: lc, memoryManager: mm } = await import("./routes-
|
|
4722
|
+
const { lifecycle: lc, memoryManager: mm } = await import("./routes-KL7BIX5B.js");
|
|
4723
4723
|
agentMemoryMgr = mm;
|
|
4724
4724
|
if (lc) {
|
|
4725
4725
|
getEmailConfig = (agentId) => {
|
|
@@ -4758,7 +4758,7 @@ function createServer(config) {
|
|
|
4758
4758
|
}
|
|
4759
4759
|
} catch {
|
|
4760
4760
|
}
|
|
4761
|
-
const { vault: vaultRef, permissionEngine: permRef, databaseManager: dbMgr } = await import("./routes-
|
|
4761
|
+
const { vault: vaultRef, permissionEngine: permRef, databaseManager: dbMgr } = await import("./routes-KL7BIX5B.js");
|
|
4762
4762
|
const runtime = createAgentRuntime({
|
|
4763
4763
|
engineDb,
|
|
4764
4764
|
adminDb: config.db,
|
|
@@ -5009,7 +5009,7 @@ function createServer(config) {
|
|
|
5009
5009
|
});
|
|
5010
5010
|
(async () => {
|
|
5011
5011
|
try {
|
|
5012
|
-
const { engineRoutes, setEngineDb } = await import("./routes-
|
|
5012
|
+
const { engineRoutes, setEngineDb } = await import("./routes-KL7BIX5B.js");
|
|
5013
5013
|
const { EngineDatabase } = await import("./db-adapter-2T56ORSD.js");
|
|
5014
5014
|
if (!engineInitialized) {
|
|
5015
5015
|
engineInitialized = true;
|
|
@@ -5033,13 +5033,13 @@ function createServer(config) {
|
|
|
5033
5033
|
await setEngineDb(engineDb, config.db);
|
|
5034
5034
|
if (config.runtime?.enabled) {
|
|
5035
5035
|
try {
|
|
5036
|
-
const { createAgentRuntime } = await import("./runtime-
|
|
5037
|
-
const { mountRuntimeApp, setRuntime } = await import("./routes-
|
|
5036
|
+
const { createAgentRuntime } = await import("./runtime-6FNMOTUR.js");
|
|
5037
|
+
const { mountRuntimeApp, setRuntime } = await import("./routes-KL7BIX5B.js");
|
|
5038
5038
|
let getEmailConfig;
|
|
5039
5039
|
let onTokenRefresh;
|
|
5040
5040
|
let agentMemoryMgr;
|
|
5041
5041
|
try {
|
|
5042
|
-
const { lifecycle: lc, memoryManager: mm } = await import("./routes-
|
|
5042
|
+
const { lifecycle: lc, memoryManager: mm } = await import("./routes-KL7BIX5B.js");
|
|
5043
5043
|
agentMemoryMgr = mm;
|
|
5044
5044
|
if (lc) {
|
|
5045
5045
|
getEmailConfig = (agentId) => {
|
|
@@ -5078,7 +5078,7 @@ function createServer(config) {
|
|
|
5078
5078
|
}
|
|
5079
5079
|
} catch {
|
|
5080
5080
|
}
|
|
5081
|
-
const { vault: vaultRef2, permissionEngine: permRef2, databaseManager: dbMgr2 } = await import("./routes-
|
|
5081
|
+
const { vault: vaultRef2, permissionEngine: permRef2, databaseManager: dbMgr2 } = await import("./routes-KL7BIX5B.js");
|
|
5082
5082
|
const runtime = createAgentRuntime({
|
|
5083
5083
|
engineDb,
|
|
5084
5084
|
adminDb: config.db,
|
|
@@ -5090,7 +5090,7 @@ function createServer(config) {
|
|
|
5090
5090
|
agentMemoryManager: agentMemoryMgr,
|
|
5091
5091
|
vault: vaultRef2,
|
|
5092
5092
|
permissionEngine: permRef2,
|
|
5093
|
-
hierarchyManager: (await import("./routes-
|
|
5093
|
+
hierarchyManager: (await import("./routes-KL7BIX5B.js")).hierarchyManager ?? void 0,
|
|
5094
5094
|
databaseManager: dbMgr2
|
|
5095
5095
|
});
|
|
5096
5096
|
await runtime.start();
|
|
@@ -5104,7 +5104,7 @@ function createServer(config) {
|
|
|
5104
5104
|
}
|
|
5105
5105
|
console.log("[engine] Eagerly initialized");
|
|
5106
5106
|
try {
|
|
5107
|
-
const { lifecycle: lcRef } = await import("./routes-
|
|
5107
|
+
const { lifecycle: lcRef } = await import("./routes-KL7BIX5B.js");
|
|
5108
5108
|
if (lcRef) {
|
|
5109
5109
|
const agents = Array.from(lcRef.agents?.values?.() || []);
|
|
5110
5110
|
const hasLocalPm2 = agents.some((a) => {
|
|
@@ -7103,7 +7103,7 @@ function createAgentRoutes(opts) {
|
|
|
7103
7103
|
}
|
|
7104
7104
|
const managedAgent = await lifecycle2.createAgent(orgId, config, actor);
|
|
7105
7105
|
try {
|
|
7106
|
-
const { knowledgeBase: kbEngine } = await import("./routes-
|
|
7106
|
+
const { knowledgeBase: kbEngine } = await import("./routes-KL7BIX5B.js");
|
|
7107
7107
|
const allKbs = kbEngine.getAllKnowledgeBases();
|
|
7108
7108
|
const clientOrgId = managedAgent?.clientOrgId || config?.clientOrgId || null;
|
|
7109
7109
|
let kbAssigned = 0;
|
|
@@ -7983,6 +7983,23 @@ function createAgentRoutes(opts) {
|
|
|
7983
7983
|
icon: Emoji.biDirectional,
|
|
7984
7984
|
tools: ["enterprise_text_diff", "enterprise_json_diff", "enterprise_spreadsheet_diff", "enterprise_diff_summary"]
|
|
7985
7985
|
},
|
|
7986
|
+
{
|
|
7987
|
+
id: "remotion_video",
|
|
7988
|
+
name: "Video Creation (Remotion)",
|
|
7989
|
+
description: "Create videos programmatically with React. Render MP4/WebM/GIF, generate shareable URLs.",
|
|
7990
|
+
icon: Emoji.video,
|
|
7991
|
+
tools: [
|
|
7992
|
+
"remotion_create_project",
|
|
7993
|
+
"remotion_create_composition",
|
|
7994
|
+
"remotion_render",
|
|
7995
|
+
"remotion_render_still",
|
|
7996
|
+
"remotion_list_compositions",
|
|
7997
|
+
"remotion_preview_url",
|
|
7998
|
+
"remotion_add_asset",
|
|
7999
|
+
"remotion_install_package",
|
|
8000
|
+
"remotion_share_file"
|
|
8001
|
+
]
|
|
8002
|
+
},
|
|
7986
8003
|
{
|
|
7987
8004
|
id: "visual-memory",
|
|
7988
8005
|
name: "Visual Memory",
|
|
@@ -359,7 +359,7 @@ function createRuntimeHooks(deps) {
|
|
|
359
359
|
var injectedMessages = [...messages];
|
|
360
360
|
if (deps.knowledgeBaseEnabled !== false) {
|
|
361
361
|
try {
|
|
362
|
-
var { knowledgeBase } = await import("./routes-
|
|
362
|
+
var { knowledgeBase } = await import("./routes-KL7BIX5B.js");
|
|
363
363
|
var kbs = await knowledgeBase.listForAgent(agentId);
|
|
364
364
|
if (kbs.length > 0) {
|
|
365
365
|
var contextParts = [];
|
|
@@ -392,7 +392,7 @@ ${contextParts.join("\n\n")}`;
|
|
|
392
392
|
}
|
|
393
393
|
if (deps.memoryEnabled !== false) {
|
|
394
394
|
try {
|
|
395
|
-
var { memoryManager } = await import("./routes-
|
|
395
|
+
var { memoryManager } = await import("./routes-KL7BIX5B.js");
|
|
396
396
|
var memories = await memoryManager.queryMemories({
|
|
397
397
|
agentId,
|
|
398
398
|
limit: 10,
|
|
@@ -413,7 +413,7 @@ ${memories.map(function(m) {
|
|
|
413
413
|
}
|
|
414
414
|
if (deps.policyEnabled !== false) {
|
|
415
415
|
try {
|
|
416
|
-
var { policyEngine } = await import("./routes-
|
|
416
|
+
var { policyEngine } = await import("./routes-KL7BIX5B.js");
|
|
417
417
|
var policies = await policyEngine.getAgentPolicies(agentId, deps.orgId);
|
|
418
418
|
if (policies.length > 0) {
|
|
419
419
|
var policyText = policies.map(function(p) {
|
|
@@ -438,7 +438,7 @@ ${policyText}`;
|
|
|
438
438
|
// ─── Budget Check ──────────────────────────────
|
|
439
439
|
async checkBudget(agentId, _orgId, _estimatedTokens) {
|
|
440
440
|
try {
|
|
441
|
-
var { lifecycle } = await import("./routes-
|
|
441
|
+
var { lifecycle } = await import("./routes-KL7BIX5B.js");
|
|
442
442
|
var now = Date.now();
|
|
443
443
|
var cacheKey = `budget_sync_${agentId}`;
|
|
444
444
|
var lastSync = globalThis[cacheKey] || 0;
|
|
@@ -531,7 +531,7 @@ ${policyText}`;
|
|
|
531
531
|
// ─── Record LLM Usage ──────────────────────────
|
|
532
532
|
async recordLLMUsage(agentId, orgId, usage) {
|
|
533
533
|
try {
|
|
534
|
-
var { lifecycle } = await import("./routes-
|
|
534
|
+
var { lifecycle } = await import("./routes-KL7BIX5B.js");
|
|
535
535
|
console.log(`[hooks] recordLLMUsage: agent=${agentId}, input=${usage.inputTokens}, output=${usage.outputTokens}`);
|
|
536
536
|
await lifecycle.recordLLMUsage(agentId, {
|
|
537
537
|
inputTokens: usage.inputTokens,
|
|
@@ -542,7 +542,7 @@ ${policyText}`;
|
|
|
542
542
|
console.log(`[hooks] recordLLMUsage error: ${recordErr.message}`);
|
|
543
543
|
}
|
|
544
544
|
try {
|
|
545
|
-
var { activity } = await import("./routes-
|
|
545
|
+
var { activity } = await import("./routes-KL7BIX5B.js");
|
|
546
546
|
await activity.record({
|
|
547
547
|
agentId,
|
|
548
548
|
orgId,
|
|
@@ -590,7 +590,7 @@ ${policyText}`;
|
|
|
590
590
|
var cacheKey = `${ctx.agentId}:${ctx.toolName}`;
|
|
591
591
|
var cached = getCachedPermission(cacheKey);
|
|
592
592
|
if (cached) return cached;
|
|
593
|
-
var { permissionEngine } = await import("./routes-
|
|
593
|
+
var { permissionEngine } = await import("./routes-KL7BIX5B.js");
|
|
594
594
|
var permResult = await permissionEngine.checkPermission(ctx.agentId, ctx.toolName);
|
|
595
595
|
var result = {
|
|
596
596
|
allowed: permResult.allowed,
|
|
@@ -599,7 +599,7 @@ ${policyText}`;
|
|
|
599
599
|
};
|
|
600
600
|
if (result.allowed && deps.guardrailsEnabled !== false) {
|
|
601
601
|
try {
|
|
602
|
-
var { guardrails } = await import("./routes-
|
|
602
|
+
var { guardrails } = await import("./routes-KL7BIX5B.js");
|
|
603
603
|
var status = await guardrails.getStatus(ctx.agentId);
|
|
604
604
|
if (status.paused || status.offDuty) {
|
|
605
605
|
result.allowed = false;
|
|
@@ -611,7 +611,7 @@ ${policyText}`;
|
|
|
611
611
|
}
|
|
612
612
|
if (result.allowed && deps.dlpEnabled !== false && ctx.parameters) {
|
|
613
613
|
try {
|
|
614
|
-
var { dlp } = await import("./routes-
|
|
614
|
+
var { dlp } = await import("./routes-KL7BIX5B.js");
|
|
615
615
|
var dlpResult = await dlp.scanParameters({
|
|
616
616
|
orgId: ctx.orgId,
|
|
617
617
|
agentId: ctx.agentId,
|
|
@@ -631,7 +631,7 @@ ${policyText}`;
|
|
|
631
631
|
}
|
|
632
632
|
if (result.requiresApproval && result.allowed) {
|
|
633
633
|
try {
|
|
634
|
-
var { approvals } = await import("./routes-
|
|
634
|
+
var { approvals } = await import("./routes-KL7BIX5B.js");
|
|
635
635
|
var approval = await approvals.createAndWait({
|
|
636
636
|
agentId: ctx.agentId,
|
|
637
637
|
orgId: ctx.orgId,
|
|
@@ -661,7 +661,7 @@ ${policyText}`;
|
|
|
661
661
|
// ─── After Tool Call ────────────────────────────
|
|
662
662
|
async afterToolCall(ctx, result) {
|
|
663
663
|
try {
|
|
664
|
-
var { activity } = await import("./routes-
|
|
664
|
+
var { activity } = await import("./routes-KL7BIX5B.js");
|
|
665
665
|
await activity.record({
|
|
666
666
|
agentId: ctx.agentId,
|
|
667
667
|
orgId: ctx.orgId,
|
|
@@ -678,7 +678,7 @@ ${policyText}`;
|
|
|
678
678
|
} catch {
|
|
679
679
|
}
|
|
680
680
|
try {
|
|
681
|
-
var { lifecycle } = await import("./routes-
|
|
681
|
+
var { lifecycle } = await import("./routes-KL7BIX5B.js");
|
|
682
682
|
await lifecycle.recordToolCall(ctx.agentId, {
|
|
683
683
|
toolId: ctx.toolName,
|
|
684
684
|
tokensUsed: 0,
|
|
@@ -690,7 +690,7 @@ ${policyText}`;
|
|
|
690
690
|
}
|
|
691
691
|
if (result.success && EXTERNAL_TOOLS.has(ctx.toolName)) {
|
|
692
692
|
try {
|
|
693
|
-
var { journal } = await import("./routes-
|
|
693
|
+
var { journal } = await import("./routes-KL7BIX5B.js");
|
|
694
694
|
await journal.record({
|
|
695
695
|
orgId: ctx.orgId,
|
|
696
696
|
agentId: ctx.agentId,
|
|
@@ -705,7 +705,7 @@ ${policyText}`;
|
|
|
705
705
|
}
|
|
706
706
|
if (result.success && COMMUNICATION_TOOLS.has(ctx.toolName)) {
|
|
707
707
|
try {
|
|
708
|
-
var { commBus } = await import("./routes-
|
|
708
|
+
var { commBus } = await import("./routes-KL7BIX5B.js");
|
|
709
709
|
await commBus.observeMessage({
|
|
710
710
|
orgId: ctx.orgId,
|
|
711
711
|
agentId: ctx.agentId,
|
|
@@ -719,7 +719,7 @@ ${policyText}`;
|
|
|
719
719
|
// ─── Session Lifecycle ──────────────────────────
|
|
720
720
|
async onSessionStart(sessionId, agentId, orgId) {
|
|
721
721
|
try {
|
|
722
|
-
var { activity } = await import("./routes-
|
|
722
|
+
var { activity } = await import("./routes-KL7BIX5B.js");
|
|
723
723
|
await activity.record({
|
|
724
724
|
agentId,
|
|
725
725
|
orgId,
|
|
@@ -732,7 +732,7 @@ ${policyText}`;
|
|
|
732
732
|
},
|
|
733
733
|
async onSessionEnd(sessionId, agentId, orgId) {
|
|
734
734
|
try {
|
|
735
|
-
var { activity } = await import("./routes-
|
|
735
|
+
var { activity } = await import("./routes-KL7BIX5B.js");
|
|
736
736
|
await activity.record({
|
|
737
737
|
agentId,
|
|
738
738
|
orgId,
|
|
@@ -746,7 +746,7 @@ ${policyText}`;
|
|
|
746
746
|
// ─── Context Compaction ─────────────────────────
|
|
747
747
|
async onContextCompaction(sessionId, agentId, summary) {
|
|
748
748
|
try {
|
|
749
|
-
var { memoryManager } = await import("./routes-
|
|
749
|
+
var { memoryManager } = await import("./routes-KL7BIX5B.js");
|
|
750
750
|
await memoryManager.createMemory({
|
|
751
751
|
agentId,
|
|
752
752
|
orgId: deps.orgId,
|
|
@@ -2521,7 +2521,7 @@ async function runAgentLoop(config, initialMessages, hooks, options) {
|
|
|
2521
2521
|
console.log(`[agent-loop] \u2705 Tool ${toolCall.name} succeeded (${content.length} chars): ${content.slice(0, 300)}`);
|
|
2522
2522
|
}
|
|
2523
2523
|
try {
|
|
2524
|
-
const { activity } = await import("./routes-
|
|
2524
|
+
const { activity } = await import("./routes-KL7BIX5B.js");
|
|
2525
2525
|
activity.recordToolCallCompact({
|
|
2526
2526
|
agentId: config.agentId,
|
|
2527
2527
|
orgId: config.orgId,
|
|
@@ -3423,7 +3423,7 @@ function createRequestToolsTool(allTools, activeSets, _context) {
|
|
|
3423
3423
|
};
|
|
3424
3424
|
}
|
|
3425
3425
|
async function createToolsForContext(options, context, opts) {
|
|
3426
|
-
const { createAllTools } = await import("./agent-tools-
|
|
3426
|
+
const { createAllTools } = await import("./agent-tools-ZKR4SUBR.js");
|
|
3427
3427
|
if (context === "full") {
|
|
3428
3428
|
return createAllTools(options);
|
|
3429
3429
|
}
|
|
@@ -776,7 +776,7 @@ async function runAgent(_args) {
|
|
|
776
776
|
const agent = agentRow[0];
|
|
777
777
|
console.log(` Agent: ${agent.display_name || agent.name}`);
|
|
778
778
|
console.log(` State: ${agent.state}`);
|
|
779
|
-
const routes = await import("./routes-
|
|
779
|
+
const routes = await import("./routes-KL7BIX5B.js");
|
|
780
780
|
await routes.lifecycle.setDb(engineDb);
|
|
781
781
|
await routes.lifecycle.loadFromDb();
|
|
782
782
|
routes.lifecycle.standaloneMode = true;
|
|
@@ -834,10 +834,10 @@ async function runAgent(_args) {
|
|
|
834
834
|
}
|
|
835
835
|
} catch {
|
|
836
836
|
}
|
|
837
|
-
const { createAgentRuntime } = await import("./runtime-
|
|
837
|
+
const { createAgentRuntime } = await import("./runtime-6FNMOTUR.js");
|
|
838
838
|
let orgIntMgr = null;
|
|
839
839
|
try {
|
|
840
|
-
const { orgIntegrations: oi } = await import("./routes-
|
|
840
|
+
const { orgIntegrations: oi } = await import("./routes-KL7BIX5B.js");
|
|
841
841
|
orgIntMgr = oi;
|
|
842
842
|
} catch {
|
|
843
843
|
}
|
|
@@ -1236,7 +1236,7 @@ Please complete this task now.`,
|
|
|
1236
1236
|
}
|
|
1237
1237
|
if (scope === "all" || scope === "permissions") {
|
|
1238
1238
|
try {
|
|
1239
|
-
const { permissionEngine } = await import("./routes-
|
|
1239
|
+
const { permissionEngine } = await import("./routes-KL7BIX5B.js");
|
|
1240
1240
|
await permissionEngine.setDb(engineDb);
|
|
1241
1241
|
reloaded.push("permissions");
|
|
1242
1242
|
} catch {
|
|
@@ -1276,7 +1276,7 @@ Please complete this task now.`,
|
|
|
1276
1276
|
}
|
|
1277
1277
|
if (scope === "all" || scope === "guardrails") {
|
|
1278
1278
|
try {
|
|
1279
|
-
const { guardrails } = await import("./routes-
|
|
1279
|
+
const { guardrails } = await import("./routes-KL7BIX5B.js");
|
|
1280
1280
|
await guardrails.loadFromDb?.();
|
|
1281
1281
|
reloaded.push("guardrails");
|
|
1282
1282
|
} catch {
|
|
@@ -2216,7 +2216,7 @@ Available tools: ${providerType === "imap" ? "email_send (to, subject, body)" :
|
|
|
2216
2216
|
console.log("[guardrails] Disabled via autonomy settings");
|
|
2217
2217
|
}
|
|
2218
2218
|
try {
|
|
2219
|
-
const { AgentHeartbeatManager } = await import("./agent-heartbeat-
|
|
2219
|
+
const { AgentHeartbeatManager } = await import("./agent-heartbeat-PFF7ZAIJ.js");
|
|
2220
2220
|
const hbOrgRows = await engineDb.query(`SELECT org_id FROM managed_agents WHERE id = $1`, [AGENT_ID]);
|
|
2221
2221
|
const hbOrgId = hbOrgRows?.[0]?.org_id || "";
|
|
2222
2222
|
const hbManagerEmail = config.managerEmail || (config.manager?.type === "external" ? config.manager.email : null);
|
|
@@ -94,7 +94,7 @@ async function runServe(_args) {
|
|
|
94
94
|
process.exit(1);
|
|
95
95
|
}
|
|
96
96
|
const { createAdapter, smartDbConfig } = await import("./factory-XRYYBBCW.js");
|
|
97
|
-
const { createServer } = await import("./server-
|
|
97
|
+
const { createServer } = await import("./server-BCCVD2XT.js");
|
|
98
98
|
const db = await createAdapter(smartDbConfig(DATABASE_URL));
|
|
99
99
|
await db.migrate();
|
|
100
100
|
const server = createServer({
|
package/dist/cli.js
CHANGED
|
@@ -65,14 +65,14 @@ Skill Development:
|
|
|
65
65
|
break;
|
|
66
66
|
case "serve":
|
|
67
67
|
case "start":
|
|
68
|
-
import("./cli-serve-
|
|
68
|
+
import("./cli-serve-SCJMUJKM.js").then((m) => m.runServe(args.slice(1))).catch(fatal);
|
|
69
69
|
break;
|
|
70
70
|
case "agent":
|
|
71
|
-
import("./cli-agent-
|
|
71
|
+
import("./cli-agent-GU37CHPR.js").then((m) => m.runAgent(args.slice(1))).catch(fatal);
|
|
72
72
|
break;
|
|
73
73
|
case "setup":
|
|
74
74
|
default:
|
|
75
|
-
import("./setup-
|
|
75
|
+
import("./setup-ZLDVLN5G.js").then((m) => m.runSetupWizard()).catch(fatal);
|
|
76
76
|
break;
|
|
77
77
|
}
|
|
78
78
|
function fatal(err) {
|
package/dist/index.js
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import {
|
|
2
2
|
provision,
|
|
3
3
|
runSetupWizard
|
|
4
|
-
} from "./chunk-
|
|
4
|
+
} from "./chunk-4RQSNUKJ.js";
|
|
5
5
|
import {
|
|
6
6
|
AgenticMailManager,
|
|
7
7
|
GoogleEmailProvider,
|
|
@@ -28,7 +28,7 @@ import {
|
|
|
28
28
|
executeTool,
|
|
29
29
|
runAgentLoop,
|
|
30
30
|
toolsToDefinitions
|
|
31
|
-
} from "./chunk-
|
|
31
|
+
} from "./chunk-WCN5ODKM.js";
|
|
32
32
|
import "./chunk-WPM52NBU.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-7V3NWAVW.js";
|
|
47
47
|
import "./chunk-DJBCRQTD.js";
|
|
48
48
|
import {
|
|
49
49
|
PROVIDER_REGISTRY,
|
|
@@ -83,7 +83,7 @@ import {
|
|
|
83
83
|
init_storage_manager,
|
|
84
84
|
init_tenant,
|
|
85
85
|
init_workforce
|
|
86
|
-
} from "./chunk-
|
|
86
|
+
} from "./chunk-SL2GRD72.js";
|
|
87
87
|
import "./chunk-WYDVMFGJ.js";
|
|
88
88
|
import "./chunk-3UAFHUEC.js";
|
|
89
89
|
import {
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import {
|
|
2
2
|
createServer
|
|
3
|
-
} from "./chunk-
|
|
3
|
+
} from "./chunk-7V3NWAVW.js";
|
|
4
4
|
import "./chunk-DJBCRQTD.js";
|
|
5
5
|
import "./chunk-UF3ZJMJO.js";
|
|
6
|
-
import "./chunk-
|
|
6
|
+
import "./chunk-SL2GRD72.js";
|
|
7
7
|
import "./chunk-WYDVMFGJ.js";
|
|
8
8
|
import "./chunk-3UAFHUEC.js";
|
|
9
9
|
import "./chunk-E6B4W3WG.js";
|
|
@@ -12,3 +12,122 @@
|
|
|
12
12
|
2026-03-06 01:37:51: 2026-03-06T00:37:51Z ERR Request failed error="stream 8069 canceled by remote with error code 0" connIndex=0 dest=https://enterprise.agenticmail.io/api/engine/agent-status-stream event=0 ip=198.41.192.107 type=http
|
|
13
13
|
2026-03-06 01:37:58: 2026-03-06T00:37:58Z ERR error="stream 8361 canceled by remote with error code 0" connIndex=0 event=1 ingressRule=0 originService=http://localhost:3100
|
|
14
14
|
2026-03-06 01:37:58: 2026-03-06T00:37:58Z ERR Request failed error="stream 8361 canceled by remote with error code 0" connIndex=0 dest=https://enterprise.agenticmail.io/api/engine/agent-status-stream event=0 ip=198.41.192.107 type=http
|
|
15
|
+
2026-03-06 02:52:54: 2026-03-06T01:52:54Z ERR error="stream 14897 canceled by remote with error code 0" connIndex=0 event=1 ingressRule=0 originService=http://localhost:3100
|
|
16
|
+
2026-03-06 02:52:54: 2026-03-06T01:52:54Z ERR Request failed error="stream 14897 canceled by remote with error code 0" connIndex=0 dest=https://enterprise.agenticmail.io/api/engine/agent-status-stream event=0 ip=198.41.192.107 type=http
|
|
17
|
+
2026-03-06 02:53:26: 2026-03-06T01:53:26Z ERR error="stream 14933 canceled by remote with error code 0" connIndex=0 event=1 ingressRule=0 originService=http://localhost:3100
|
|
18
|
+
2026-03-06 02:53:26: 2026-03-06T01:53:26Z ERR Request failed error="stream 14933 canceled by remote with error code 0" connIndex=0 dest=https://enterprise.agenticmail.io/api/engine/agent-status-stream?agentId=3eecd57d-03ae-440d-8945-5b35f43a8d90 event=0 ip=198.41.192.107 type=http
|
|
19
|
+
2026-03-06 03:01:46: 2026-03-06T02:01:46Z ERR error="stream 15029 canceled by remote with error code 0" connIndex=0 event=1 ingressRule=0 originService=http://localhost:3100
|
|
20
|
+
2026-03-06 03:01:46: 2026-03-06T02:01:46Z ERR Request failed error="stream 15029 canceled by remote with error code 0" connIndex=0 dest=https://enterprise.agenticmail.io/branding/logo.png event=0 ip=198.41.192.107 type=http
|
|
21
|
+
2026-03-06 03:02:30: 2026-03-06T02:02:30Z ERR error="stream 14913 canceled by remote with error code 0" connIndex=0 event=1 ingressRule=0 originService=http://localhost:3100
|
|
22
|
+
2026-03-06 03:02:30: 2026-03-06T02:02:30Z ERR Request failed error="stream 14913 canceled by remote with error code 0" connIndex=0 dest=https://enterprise.agenticmail.io/api/engine/agent-status-stream?agentId=3eecd57d-03ae-440d-8945-5b35f43a8d90 event=0 ip=198.41.192.107 type=http
|
|
23
|
+
2026-03-06 03:02:32: 2026-03-06T02:02:32Z ERR error="unexpected EOF" connIndex=0 event=1 ingressRule=0 originService=http://localhost:3100
|
|
24
|
+
2026-03-06 03:02:32: 2026-03-06T02:02:32Z ERR Request failed error="unexpected EOF" connIndex=0 dest=https://enterprise.agenticmail.io/api/engine/agent-status-stream?agentId=3eecd57d-03ae-440d-8945-5b35f43a8d90 event=0 ip=198.41.192.107 type=http
|
|
25
|
+
2026-03-06 03:02:32: 2026-03-06T02:02:32Z ERR error="unexpected EOF" connIndex=0 event=1 ingressRule=0 originService=http://localhost:3100
|
|
26
|
+
2026-03-06 03:02:32: 2026-03-06T02:02:32Z ERR Request failed error="unexpected EOF" connIndex=0 dest=https://enterprise.agenticmail.io/api/engine/task-pipeline/stream event=0 ip=198.41.192.107 type=http
|
|
27
|
+
2026-03-06 03:02:32: 2026-03-06T02:02:32Z ERR error="unexpected EOF" connIndex=0 event=1 ingressRule=0 originService=http://localhost:3100
|
|
28
|
+
2026-03-06 03:02:32: 2026-03-06T02:02:32Z ERR Request failed error="unexpected EOF" connIndex=0 dest=https://enterprise.agenticmail.io/api/engine/agent-status-stream?agentId=3eecd57d-03ae-440d-8945-5b35f43a8d90 event=0 ip=198.41.192.107 type=http
|
|
29
|
+
2026-03-06 03:02:32: 2026-03-06T02:02:32Z ERR error="unexpected EOF" connIndex=0 event=1 ingressRule=0 originService=http://localhost:3100
|
|
30
|
+
2026-03-06 03:02:32: 2026-03-06T02:02:32Z ERR Request failed error="unexpected EOF" connIndex=0 dest=https://enterprise.agenticmail.io/api/engine/agent-status-stream?agentId=3eecd57d-03ae-440d-8945-5b35f43a8d90 event=0 ip=198.41.192.107 type=http
|
|
31
|
+
2026-03-06 03:03:35: 2026-03-06T02:03:35Z ERR error="stream 2461 canceled by remote with error code 0" connIndex=3 event=1 ingressRule=0 originService=http://localhost:3100
|
|
32
|
+
2026-03-06 03:03:35: 2026-03-06T02:03:35Z ERR Request failed error="stream 2461 canceled by remote with error code 0" connIndex=3 dest=https://enterprise.agenticmail.io/api/engine/agent-status-stream?agentId=3eecd57d-03ae-440d-8945-5b35f43a8d90 event=0 ip=198.41.200.53 type=http
|
|
33
|
+
2026-03-06 03:03:44: 2026-03-06T02:03:44Z ERR error="stream 15713 canceled by remote with error code 0" connIndex=0 event=1 ingressRule=0 originService=http://localhost:3100
|
|
34
|
+
2026-03-06 03:03:44: 2026-03-06T02:03:44Z ERR Request failed error="stream 15713 canceled by remote with error code 0" connIndex=0 dest=https://enterprise.agenticmail.io/api/engine/agent-status-stream?agentId=3eecd57d-03ae-440d-8945-5b35f43a8d90 event=0 ip=198.41.192.107 type=http
|
|
35
|
+
2026-03-06 03:10:42: 2026-03-06T02:10:42Z ERR error="stream 15681 canceled by remote with error code 0" connIndex=0 event=1 ingressRule=0 originService=http://localhost:3100
|
|
36
|
+
2026-03-06 03:10:42: 2026-03-06T02:10:42Z ERR Request failed error="stream 15681 canceled by remote with error code 0" connIndex=0 dest=https://enterprise.agenticmail.io/api/engine/agent-status-stream?agentId=3eecd57d-03ae-440d-8945-5b35f43a8d90 event=0 ip=198.41.192.107 type=http
|
|
37
|
+
2026-03-06 03:11:01: 2026-03-06T02:11:01Z ERR error="stream 165 canceled by remote with error code 0" connIndex=2 event=1 ingressRule=0 originService=http://localhost:3100
|
|
38
|
+
2026-03-06 03:11:01: 2026-03-06T02:11:01Z ERR Request failed error="stream 165 canceled by remote with error code 0" connIndex=2 dest=https://enterprise.agenticmail.io/api/engine/agent-status-stream?agentId=3eecd57d-03ae-440d-8945-5b35f43a8d90 event=0 ip=198.41.192.57 type=http
|
|
39
|
+
2026-03-06 03:11:38: 2026-03-06T02:11:38Z ERR error="stream 16141 canceled by remote with error code 0" connIndex=0 event=1 ingressRule=0 originService=http://localhost:3100
|
|
40
|
+
2026-03-06 03:11:38: 2026-03-06T02:11:38Z ERR Request failed error="stream 16141 canceled by remote with error code 0" connIndex=0 dest=https://enterprise.agenticmail.io/api/engine/agent-status-stream?agentId=3eecd57d-03ae-440d-8945-5b35f43a8d90 event=0 ip=198.41.192.107 type=http
|
|
41
|
+
2026-03-06 03:12:06: 2026-03-06T02:12:06Z ERR error="stream 16117 canceled by remote with error code 0" connIndex=0 event=1 ingressRule=0 originService=http://localhost:3100
|
|
42
|
+
2026-03-06 03:12:06: 2026-03-06T02:12:06Z ERR Request failed error="stream 16117 canceled by remote with error code 0" connIndex=0 dest=https://enterprise.agenticmail.io/api/engine/agent-status-stream?agentId=3eecd57d-03ae-440d-8945-5b35f43a8d90 event=0 ip=198.41.192.107 type=http
|
|
43
|
+
2026-03-06 03:13:39: 2026-03-06T02:13:39Z ERR error="stream 16461 canceled by remote with error code 0" connIndex=0 event=1 ingressRule=0 originService=http://localhost:3100
|
|
44
|
+
2026-03-06 03:13:39: 2026-03-06T02:13:39Z ERR Request failed error="stream 16461 canceled by remote with error code 0" connIndex=0 dest=https://enterprise.agenticmail.io/api/engine/agent-status-stream?agentId=3eecd57d-03ae-440d-8945-5b35f43a8d90 event=0 ip=198.41.192.107 type=http
|
|
45
|
+
2026-03-06 03:13:40: 2026-03-06T02:13:40Z ERR error="stream 16485 canceled by remote with error code 0" connIndex=0 event=1 ingressRule=0 originService=http://localhost:3100
|
|
46
|
+
2026-03-06 03:13:40: 2026-03-06T02:13:40Z ERR Request failed error="stream 16485 canceled by remote with error code 0" connIndex=0 dest=https://enterprise.agenticmail.io/api/engine/agent-status-stream?agentId=3eecd57d-03ae-440d-8945-5b35f43a8d90 event=0 ip=198.41.192.107 type=http
|
|
47
|
+
2026-03-06 03:14:12: 2026-03-06T02:14:12Z INF Initiating graceful shutdown due to signal interrupt ...
|
|
48
|
+
2026-03-06 03:14:12: 2026-03-06T02:14:12Z ERR failed to run the datagram handler error="context canceled" connIndex=3 event=0 ip=198.41.200.53
|
|
49
|
+
2026-03-06 03:14:12: 2026-03-06T02:14:12Z ERR failed to run the datagram handler error="context canceled" connIndex=2 event=0 ip=198.41.192.57
|
|
50
|
+
2026-03-06 03:14:12: 2026-03-06T02:14:12Z ERR failed to serve tunnel connection error="accept stream listener encountered a failure while serving" connIndex=2 event=0 ip=198.41.192.57
|
|
51
|
+
2026-03-06 03:14:12: 2026-03-06T02:14:12Z ERR failed to serve tunnel connection error="accept stream listener encountered a failure while serving" connIndex=3 event=0 ip=198.41.200.53
|
|
52
|
+
2026-03-06 03:14:12: 2026-03-06T02:14:12Z ERR Serve tunnel error error="accept stream listener encountered a failure while serving" connIndex=2 event=0 ip=198.41.192.57
|
|
53
|
+
2026-03-06 03:14:12: 2026-03-06T02:14:12Z ERR Serve tunnel error error="accept stream listener encountered a failure while serving" connIndex=3 event=0 ip=198.41.200.53
|
|
54
|
+
2026-03-06 03:14:12: 2026-03-06T02:14:12Z INF Retrying connection in up to 1s connIndex=2 event=0 ip=198.41.192.57
|
|
55
|
+
2026-03-06 03:14:12: 2026-03-06T02:14:12Z INF Retrying connection in up to 1s connIndex=3 event=0 ip=198.41.200.53
|
|
56
|
+
2026-03-06 03:14:12: 2026-03-06T02:14:12Z ERR Connection terminated connIndex=2
|
|
57
|
+
2026-03-06 03:14:12: 2026-03-06T02:14:12Z ERR Connection terminated connIndex=3
|
|
58
|
+
2026-03-06 03:14:12: 2026-03-06T02:14:12Z ERR failed to run the datagram handler error="context canceled" connIndex=1 event=0 ip=198.41.200.63
|
|
59
|
+
2026-03-06 03:14:12: 2026-03-06T02:14:12Z ERR failed to serve tunnel connection error="accept stream listener encountered a failure while serving" connIndex=1 event=0 ip=198.41.200.63
|
|
60
|
+
2026-03-06 03:14:12: 2026-03-06T02:14:12Z ERR Serve tunnel error error="accept stream listener encountered a failure while serving" connIndex=1 event=0 ip=198.41.200.63
|
|
61
|
+
2026-03-06 03:14:12: 2026-03-06T02:14:12Z INF Retrying connection in up to 1s connIndex=1 event=0 ip=198.41.200.63
|
|
62
|
+
2026-03-06 03:14:12: 2026-03-06T02:14:12Z ERR Connection terminated connIndex=1
|
|
63
|
+
2026-03-06 03:14:12: 2026-03-06T02:14:12Z INF Unregistered tunnel connection connIndex=0 event=0 ip=198.41.192.107
|
|
64
|
+
2026-03-06 03:14:22: 2026-03-06T02:14:22Z INF Starting tunnel tunnelID=18dbfae9-fe5c-4380-a5c7-e5e875255b06
|
|
65
|
+
2026-03-06 03:14:22: 2026-03-06T02:14:22Z INF Version 2026.2.0 (Checksum dc6e60da390e702c4db3332d0cc9cf4e98a88df99f17273e9b3d83f435695fb4)
|
|
66
|
+
2026-03-06 03:14:22: 2026-03-06T02:14:22Z INF GOOS: darwin, GOVersion: go1.25.7, GoArch: arm64
|
|
67
|
+
2026-03-06 03:14:22: 2026-03-06T02:14:22Z INF Settings: map[cred-file:/Users/ope/.cloudflared/18dbfae9-fe5c-4380-a5c7-e5e875255b06.json credentials-file:/Users/ope/.cloudflared/18dbfae9-fe5c-4380-a5c7-e5e875255b06.json]
|
|
68
|
+
2026-03-06 03:14:22: 2026-03-06T02:14:22Z INF cloudflared will not automatically update if installed by a package manager.
|
|
69
|
+
2026-03-06 03:14:22: 2026-03-06T02:14:22Z INF Generated Connector ID: c0da7ab3-90d8-45b2-a06f-f2eac119eb16
|
|
70
|
+
2026-03-06 03:14:22: 2026-03-06T02:14:22Z INF Initial protocol quic
|
|
71
|
+
2026-03-06 03:14:22: 2026-03-06T02:14:22Z INF ICMP proxy will use 192.168.86.21 as source for IPv4
|
|
72
|
+
2026-03-06 03:14:22: 2026-03-06T02:14:22Z INF ICMP proxy will use fe80::1c9c:15a9:2404:3154 in zone en1 as source for IPv6
|
|
73
|
+
2026-03-06 03:14:22: 2026-03-06T02:14:22Z INF Created ICMP proxy listening on 192.168.86.21:0
|
|
74
|
+
2026-03-06 03:14:22: 2026-03-06T02:14:22Z INF ICMP proxy will use 192.168.86.21 as source for IPv4
|
|
75
|
+
2026-03-06 03:14:22: 2026-03-06T02:14:22Z INF ICMP proxy will use fe80::1c9c:15a9:2404:3154 in zone en1 as source for IPv6
|
|
76
|
+
2026-03-06 03:14:22: 2026-03-06T02:14:22Z INF Starting metrics server on 127.0.0.1:20241/metrics
|
|
77
|
+
2026-03-06 03:14:22: 2026-03-06T02:14:22Z INF Tunnel connection curve preferences: [X25519MLKEM768 CurveP256] connIndex=0 event=0 ip=198.41.200.33
|
|
78
|
+
2026-03-06 03:14:22: 2026-03-06T02:14:22Z INF Registered tunnel connection connIndex=0 connection=13e54812-2d8f-4155-91d3-322ea8206fd6 event=0 ip=198.41.200.33 location=atl11 protocol=quic
|
|
79
|
+
2026-03-06 03:14:22: 2026-03-06T02:14:22Z INF Tunnel connection curve preferences: [X25519MLKEM768 CurveP256] connIndex=1 event=0 ip=198.41.192.57
|
|
80
|
+
2026-03-06 03:14:23: 2026-03-06T02:14:23Z INF Registered tunnel connection connIndex=1 connection=41c58f12-41a7-4bfe-adc2-c3ac01dccdea event=0 ip=198.41.192.57 location=atl06 protocol=quic
|
|
81
|
+
2026-03-06 03:14:23: 2026-03-06T02:14:23Z INF Tunnel connection curve preferences: [X25519MLKEM768 CurveP256] connIndex=2 event=0 ip=198.41.192.227
|
|
82
|
+
2026-03-06 03:14:23: 2026-03-06T02:14:23Z ERR failed to run the datagram handler error="context canceled" connIndex=2 event=0 ip=198.41.192.227
|
|
83
|
+
2026-03-06 03:14:23: 2026-03-06T02:14:23Z WRN failed to serve tunnel connection error="control stream encountered a failure while serving" connIndex=2 event=0 ip=198.41.192.227
|
|
84
|
+
2026-03-06 03:14:23: 2026-03-06T02:14:23Z WRN Serve tunnel error error="control stream encountered a failure while serving" connIndex=2 event=0 ip=198.41.192.227
|
|
85
|
+
2026-03-06 03:14:23: 2026-03-06T02:14:23Z INF Retrying connection in up to 2s connIndex=2 event=0 ip=198.41.192.227
|
|
86
|
+
2026-03-06 03:14:24: 2026-03-06T02:14:24Z INF Tunnel connection curve preferences: [X25519MLKEM768 CurveP256] connIndex=3 event=0 ip=198.41.200.53
|
|
87
|
+
2026-03-06 03:14:24: 2026-03-06T02:14:24Z INF Registered tunnel connection connIndex=3 connection=ff1b00ad-218d-4b6f-953a-f6f74d15089c event=0 ip=198.41.200.53 location=atl11 protocol=quic
|
|
88
|
+
2026-03-06 03:14:25: 2026-03-06T02:14:25Z WRN Connection terminated error="control stream encountered a failure while serving" connIndex=2
|
|
89
|
+
2026-03-06 03:14:28: 2026-03-06T02:14:28Z INF Initiating graceful shutdown due to signal interrupt ...
|
|
90
|
+
2026-03-06 03:14:28: 2026-03-06T02:14:28Z ERR failed to run the datagram handler error="Application error 0x0 (remote)" connIndex=1 event=0 ip=198.41.192.57
|
|
91
|
+
2026-03-06 03:14:28: 2026-03-06T02:14:28Z ERR failed to run the datagram handler error="context canceled" connIndex=3 event=0 ip=198.41.200.53
|
|
92
|
+
2026-03-06 03:14:28: 2026-03-06T02:14:28Z ERR failed to serve tunnel connection error="accept stream listener encountered a failure while serving" connIndex=3 event=0 ip=198.41.200.53
|
|
93
|
+
2026-03-06 03:14:28: 2026-03-06T02:14:28Z ERR Serve tunnel error error="accept stream listener encountered a failure while serving" connIndex=3 event=0 ip=198.41.200.53
|
|
94
|
+
2026-03-06 03:14:28: 2026-03-06T02:14:28Z INF Retrying connection in up to 1s connIndex=3 event=0 ip=198.41.200.53
|
|
95
|
+
2026-03-06 03:14:28: 2026-03-06T02:14:28Z ERR Connection terminated connIndex=3
|
|
96
|
+
2026-03-06 03:14:28: 2026-03-06T02:14:28Z ERR failed to serve tunnel connection error="accept stream listener encountered a failure while serving" connIndex=1 event=0 ip=198.41.192.57
|
|
97
|
+
2026-03-06 03:14:28: 2026-03-06T02:14:28Z ERR Serve tunnel error error="accept stream listener encountered a failure while serving" connIndex=1 event=0 ip=198.41.192.57
|
|
98
|
+
2026-03-06 03:14:28: 2026-03-06T02:14:28Z INF Retrying connection in up to 1s connIndex=1 event=0 ip=198.41.192.57
|
|
99
|
+
2026-03-06 03:14:28: 2026-03-06T02:14:28Z ERR Connection terminated connIndex=1
|
|
100
|
+
2026-03-06 03:14:28: 2026-03-06T02:14:28Z ERR failed to run the datagram handler error="context canceled" connIndex=0 event=0 ip=198.41.200.33
|
|
101
|
+
2026-03-06 03:14:28: 2026-03-06T02:14:28Z ERR failed to serve tunnel connection error="accept stream listener encountered a failure while serving" connIndex=0 event=0 ip=198.41.200.33
|
|
102
|
+
2026-03-06 03:14:28: 2026-03-06T02:14:28Z ERR Serve tunnel error error="accept stream listener encountered a failure while serving" connIndex=0 event=0 ip=198.41.200.33
|
|
103
|
+
2026-03-06 03:14:28: 2026-03-06T02:14:28Z INF Retrying connection in up to 1s connIndex=0 event=0 ip=198.41.200.33
|
|
104
|
+
2026-03-06 03:14:28: 2026-03-06T02:14:28Z ERR Connection terminated connIndex=0
|
|
105
|
+
2026-03-06 03:14:28: 2026-03-06T02:14:28Z ERR no more connections active and exiting
|
|
106
|
+
2026-03-06 03:14:28: 2026-03-06T02:14:28Z INF Tunnel server stopped
|
|
107
|
+
2026-03-06 03:14:28: 2026-03-06T02:14:28Z INF Metrics server stopped
|
|
108
|
+
2026-03-06 03:14:28: 2026-03-06T02:14:28Z INF icmp router terminated error="read udp 192.168.86.21:0: raw-read udp 192.168.86.21:0: use of closed network connection"
|
|
109
|
+
2026-03-06 03:14:28: 2026-03-06T02:14:28Z INF Starting tunnel tunnelID=18dbfae9-fe5c-4380-a5c7-e5e875255b06
|
|
110
|
+
2026-03-06 03:14:28: 2026-03-06T02:14:28Z INF Version 2026.2.0 (Checksum dc6e60da390e702c4db3332d0cc9cf4e98a88df99f17273e9b3d83f435695fb4)
|
|
111
|
+
2026-03-06 03:14:28: 2026-03-06T02:14:28Z INF GOOS: darwin, GOVersion: go1.25.7, GoArch: arm64
|
|
112
|
+
2026-03-06 03:14:28: 2026-03-06T02:14:28Z INF Settings: map[cred-file:/Users/ope/.cloudflared/18dbfae9-fe5c-4380-a5c7-e5e875255b06.json credentials-file:/Users/ope/.cloudflared/18dbfae9-fe5c-4380-a5c7-e5e875255b06.json]
|
|
113
|
+
2026-03-06 03:14:28: 2026-03-06T02:14:28Z INF cloudflared will not automatically update if installed by a package manager.
|
|
114
|
+
2026-03-06 03:14:28: 2026-03-06T02:14:28Z INF Generated Connector ID: ce0d7460-9359-478a-ae28-50faa0dcfeda
|
|
115
|
+
2026-03-06 03:14:28: 2026-03-06T02:14:28Z INF Initial protocol quic
|
|
116
|
+
2026-03-06 03:14:28: 2026-03-06T02:14:28Z INF ICMP proxy will use 192.168.86.21 as source for IPv4
|
|
117
|
+
2026-03-06 03:14:28: 2026-03-06T02:14:28Z INF ICMP proxy will use fe80::1c9c:15a9:2404:3154 in zone en1 as source for IPv6
|
|
118
|
+
2026-03-06 03:14:28: 2026-03-06T02:14:28Z INF Created ICMP proxy listening on 192.168.86.21:0
|
|
119
|
+
2026-03-06 03:14:28: 2026-03-06T02:14:28Z INF ICMP proxy will use 192.168.86.21 as source for IPv4
|
|
120
|
+
2026-03-06 03:14:28: 2026-03-06T02:14:28Z INF ICMP proxy will use fe80::1c9c:15a9:2404:3154 in zone en1 as source for IPv6
|
|
121
|
+
2026-03-06 03:14:28: 2026-03-06T02:14:28Z INF Starting metrics server on 127.0.0.1:20241/metrics
|
|
122
|
+
2026-03-06 03:14:28: 2026-03-06T02:14:28Z INF Tunnel connection curve preferences: [X25519MLKEM768 CurveP256] connIndex=0 event=0 ip=198.41.200.43
|
|
123
|
+
2026-03-06 03:14:28: 2026-03-06T02:14:28Z INF Registered tunnel connection connIndex=0 connection=71caa6a2-4e65-4ece-b6f0-b2425f17813a event=0 ip=198.41.200.43 location=atl08 protocol=quic
|
|
124
|
+
2026-03-06 03:14:28: 2026-03-06T02:14:28Z INF Tunnel connection curve preferences: [X25519MLKEM768 CurveP256] connIndex=1 event=0 ip=198.41.192.67
|
|
125
|
+
2026-03-06 03:14:29: 2026-03-06T02:14:29Z INF Registered tunnel connection connIndex=1 connection=2e617672-4185-4116-9f85-faa2f4ee60de event=0 ip=198.41.192.67 location=atl06 protocol=quic
|
|
126
|
+
2026-03-06 03:14:29: 2026-03-06T02:14:29Z INF Tunnel connection curve preferences: [X25519MLKEM768 CurveP256] connIndex=2 event=0 ip=198.41.200.33
|
|
127
|
+
2026-03-06 03:14:30: 2026-03-06T02:14:30Z INF Registered tunnel connection connIndex=2 connection=cedf8487-a1ee-4233-8f2f-6231f841452d event=0 ip=198.41.200.33 location=atl08 protocol=quic
|
|
128
|
+
2026-03-06 03:14:30: 2026-03-06T02:14:30Z 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=0 event=1 ingressRule=0 originService=http://localhost:8080
|
|
129
|
+
2026-03-06 03:14:30: 2026-03-06T02:14:30Z 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=0 dest=https://enterprise.agenticmail.io/api/engine/agent-status-stream?agentId=3eecd57d-03ae-440d-8945-5b35f43a8d90 event=0 ip=198.41.200.43 type=http
|
|
130
|
+
2026-03-06 03:14:30: 2026-03-06T02:14:30Z 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=0 event=1 ingressRule=0 originService=http://localhost:8080
|
|
131
|
+
2026-03-06 03:14:30: 2026-03-06T02:14:30Z 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=0 dest=https://enterprise.agenticmail.io/api/engine/agent-status-stream?agentId=3eecd57d-03ae-440d-8945-5b35f43a8d90 event=0 ip=198.41.200.43 type=http
|
|
132
|
+
2026-03-06 03:14:30: 2026-03-06T02:14:30Z INF Tunnel connection curve preferences: [X25519MLKEM768 CurveP256] connIndex=3 event=0 ip=198.41.192.37
|
|
133
|
+
2026-03-06 03:14:31: 2026-03-06T02:14:31Z INF Registered tunnel connection connIndex=3 connection=a23c65da-d8ea-458d-b23f-b8b17a0df4f0 event=0 ip=198.41.192.37 location=atl01 protocol=quic
|
package/logs/john-error.log
CHANGED
|
@@ -4,3 +4,5 @@
|
|
|
4
4
|
2026-03-06 00:19:46: [TaskPoller] spawnForTask error: No API key configured for provider: undefined
|
|
5
5
|
2026-03-06 00:35:46: [TaskPoller] spawnForTask error: No API key configured for provider: undefined
|
|
6
6
|
2026-03-06 00:51:46: [TaskPoller] spawnForTask error: No API key configured for provider: undefined
|
|
7
|
+
2026-03-06 02:52:02: Fatal error: current transaction is aborted, commands ignored until end of transaction block
|
|
8
|
+
2026-03-06 03:02:32: Fatal error: current transaction is aborted, commands ignored until end of transaction block
|