@agenticmail/enterprise 0.5.407 → 0.5.409
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-KF3GSZR3.js +14587 -0
- package/dist/browser-tool-AMCUW7X7.js +1059 -0
- package/dist/chunk-BOILJVXV.js +2092 -0
- package/dist/chunk-GHZRVMHA.js +4991 -0
- package/dist/chunk-GX3SWKKL.js +1728 -0
- package/dist/chunk-PYMAXFEW.js +5174 -0
- package/dist/chunk-R34GRMDZ.js +359 -0
- package/dist/chunk-RRLWXQFI.js +615 -0
- package/dist/cli-agent-2CCMQQOT.js +2719 -0
- package/dist/cli-agent-4AGWDEZ5.js +2719 -0
- package/dist/cli-serve-LHIFEY6Q.js +286 -0
- package/dist/cli.js +3 -3
- package/dist/index.js +3 -3
- package/dist/pw-ai-SWHIIKHI.js +2241 -0
- package/dist/routes-SCPPHVVG.js +10 -0
- package/dist/runtime-JYGRC37D.js +46 -0
- package/dist/server-KHL43Z6H.js +28 -0
- package/dist/server-context-L6G7T4Z5.js +12 -0
- package/dist/setup-NASCZ5SL.js +20 -0
- package/logs/cloudflared-error.log +8 -0
- package/logs/john-error.log +2 -0
- package/package.json +1 -1
|
@@ -0,0 +1,46 @@
|
|
|
1
|
+
import {
|
|
2
|
+
AgentRuntime,
|
|
3
|
+
EmailChannel,
|
|
4
|
+
FollowUpScheduler,
|
|
5
|
+
SessionManager,
|
|
6
|
+
SubAgentManager,
|
|
7
|
+
ToolRegistry,
|
|
8
|
+
callLLM,
|
|
9
|
+
createAgentRuntime,
|
|
10
|
+
createNoopHooks,
|
|
11
|
+
createRuntimeHooks,
|
|
12
|
+
estimateMessageTokens,
|
|
13
|
+
estimateTokens,
|
|
14
|
+
executeTool,
|
|
15
|
+
runAgentLoop,
|
|
16
|
+
toolsToDefinitions
|
|
17
|
+
} from "./chunk-GHZRVMHA.js";
|
|
18
|
+
import "./chunk-WPM52NBU.js";
|
|
19
|
+
import {
|
|
20
|
+
PROVIDER_REGISTRY,
|
|
21
|
+
listAllProviders,
|
|
22
|
+
resolveApiKeyForProvider,
|
|
23
|
+
resolveProvider
|
|
24
|
+
} from "./chunk-UF3ZJMJO.js";
|
|
25
|
+
import "./chunk-KFQGP6VL.js";
|
|
26
|
+
export {
|
|
27
|
+
AgentRuntime,
|
|
28
|
+
EmailChannel,
|
|
29
|
+
FollowUpScheduler,
|
|
30
|
+
PROVIDER_REGISTRY,
|
|
31
|
+
SessionManager,
|
|
32
|
+
SubAgentManager,
|
|
33
|
+
ToolRegistry,
|
|
34
|
+
callLLM,
|
|
35
|
+
createAgentRuntime,
|
|
36
|
+
createNoopHooks,
|
|
37
|
+
createRuntimeHooks,
|
|
38
|
+
estimateMessageTokens,
|
|
39
|
+
estimateTokens,
|
|
40
|
+
executeTool,
|
|
41
|
+
listAllProviders,
|
|
42
|
+
resolveApiKeyForProvider,
|
|
43
|
+
resolveProvider,
|
|
44
|
+
runAgentLoop,
|
|
45
|
+
toolsToDefinitions
|
|
46
|
+
};
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
import {
|
|
2
|
+
createServer
|
|
3
|
+
} from "./chunk-PYMAXFEW.js";
|
|
4
|
+
import "./chunk-DJBCRQTD.js";
|
|
5
|
+
import "./chunk-UF3ZJMJO.js";
|
|
6
|
+
import "./chunk-ZZQWXIAX.js";
|
|
7
|
+
import "./chunk-WYDVMFGJ.js";
|
|
8
|
+
import "./chunk-3UAFHUEC.js";
|
|
9
|
+
import "./chunk-E6B4W3WG.js";
|
|
10
|
+
import "./chunk-Z7NVD3OQ.js";
|
|
11
|
+
import "./chunk-VSBC4SWO.js";
|
|
12
|
+
import "./chunk-AF3WSNVX.js";
|
|
13
|
+
import "./chunk-74ZCQKYU.js";
|
|
14
|
+
import "./chunk-ZNLABJCS.js";
|
|
15
|
+
import "./chunk-C6JP5NR6.js";
|
|
16
|
+
import "./chunk-WUAWWKTN.js";
|
|
17
|
+
import "./chunk-E5QPDR3O.js";
|
|
18
|
+
import "./chunk-YDD5TC5Q.js";
|
|
19
|
+
import "./chunk-37ABTUFU.js";
|
|
20
|
+
import "./chunk-NU657BBQ.js";
|
|
21
|
+
import "./chunk-PGAU3W3M.js";
|
|
22
|
+
import "./chunk-FLQ5FLHW.js";
|
|
23
|
+
import "./chunk-YZRJHYKB.js";
|
|
24
|
+
import "./chunk-22U7TZPN.js";
|
|
25
|
+
import "./chunk-KFQGP6VL.js";
|
|
26
|
+
export {
|
|
27
|
+
createServer
|
|
28
|
+
};
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import {
|
|
2
|
+
createBrowserRouteContext,
|
|
3
|
+
listKnownProfileNames
|
|
4
|
+
} from "./chunk-RRLWXQFI.js";
|
|
5
|
+
import "./chunk-R34GRMDZ.js";
|
|
6
|
+
import "./chunk-HJGNJNT4.js";
|
|
7
|
+
import "./chunk-A3PUJDNH.js";
|
|
8
|
+
import "./chunk-KFQGP6VL.js";
|
|
9
|
+
export {
|
|
10
|
+
createBrowserRouteContext,
|
|
11
|
+
listKnownProfileNames
|
|
12
|
+
};
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
import {
|
|
2
|
+
promptCompanyInfo,
|
|
3
|
+
promptDatabase,
|
|
4
|
+
promptDeployment,
|
|
5
|
+
promptDomain,
|
|
6
|
+
promptRegistration,
|
|
7
|
+
provision,
|
|
8
|
+
runSetupWizard
|
|
9
|
+
} from "./chunk-GX3SWKKL.js";
|
|
10
|
+
import "./chunk-P6W565WH.js";
|
|
11
|
+
import "./chunk-KFQGP6VL.js";
|
|
12
|
+
export {
|
|
13
|
+
promptCompanyInfo,
|
|
14
|
+
promptDatabase,
|
|
15
|
+
promptDeployment,
|
|
16
|
+
promptDomain,
|
|
17
|
+
promptRegistration,
|
|
18
|
+
provision,
|
|
19
|
+
runSetupWizard
|
|
20
|
+
};
|
|
@@ -279,3 +279,11 @@
|
|
|
279
279
|
2026-03-06 15:54:30: 2026-03-06T14:54:30Z ERR Request failed error="stream 1301 canceled by remote with error code 0" connIndex=2 dest=https://enterprise.agenticmail.io/api/engine/task-pipeline/stream event=0 ip=198.41.192.47 type=http
|
|
280
280
|
2026-03-06 16:01:25: 2026-03-06T15:01:25Z ERR error="unexpected EOF" connIndex=2 event=1 ingressRule=0 originService=http://localhost:3100
|
|
281
281
|
2026-03-06 16:01:25: 2026-03-06T15:01:25Z ERR Request failed error="unexpected EOF" connIndex=2 dest=https://enterprise.agenticmail.io/api/engine/task-pipeline/stream event=0 ip=198.41.192.47 type=http
|
|
282
|
+
2026-03-06 16:03:12: 2026-03-06T15:03:12Z ERR error="unexpected EOF" connIndex=2 event=1 ingressRule=0 originService=http://localhost:3100
|
|
283
|
+
2026-03-06 16:03:12: 2026-03-06T15:03:12Z ERR Request failed error="unexpected EOF" connIndex=2 dest=https://enterprise.agenticmail.io/api/engine/task-pipeline/stream event=0 ip=198.41.192.47 type=http
|
|
284
|
+
2026-03-06 16:13:28: 2026-03-06T15:13:28Z ERR error="unexpected EOF" connIndex=2 event=1 ingressRule=0 originService=http://localhost:3100
|
|
285
|
+
2026-03-06 16:13:28: 2026-03-06T15:13:28Z ERR Request failed error="unexpected EOF" connIndex=2 dest=https://enterprise.agenticmail.io/api/engine/task-pipeline/stream event=0 ip=198.41.192.47 type=http
|
|
286
|
+
2026-03-06 16:16:01: 2026-03-06T15:16:01Z ERR error="stream 1361 canceled by remote with error code 0" connIndex=2 event=1 ingressRule=0 originService=http://localhost:3100
|
|
287
|
+
2026-03-06 16:16:01: 2026-03-06T15:16:01Z ERR Request failed error="stream 1361 canceled by remote with error code 0" connIndex=2 dest=https://enterprise.agenticmail.io/api/engine/task-pipeline/stream event=0 ip=198.41.192.47 type=http
|
|
288
|
+
2026-03-06 16:16:22: 2026-03-06T15:16:22Z ERR error="stream 1641 canceled by remote with error code 0" connIndex=2 event=1 ingressRule=0 originService=http://localhost:3100
|
|
289
|
+
2026-03-06 16:16:22: 2026-03-06T15:16:22Z ERR Request failed error="stream 1641 canceled by remote with error code 0" connIndex=2 dest=https://enterprise.agenticmail.io/api/engine/task-pipeline/stream event=0 ip=198.41.192.47 type=http
|
package/logs/john-error.log
CHANGED
|
@@ -16,3 +16,5 @@
|
|
|
16
16
|
2026-03-06 14:44:45: [TaskPoller] spawnForTask error: No API key configured for provider: undefined
|
|
17
17
|
2026-03-06 15:48:10: Fatal error: current transaction is aborted, commands ignored until end of transaction block
|
|
18
18
|
2026-03-06 16:01:22: [shutdown] Email notification error: Invalid character
|
|
19
|
+
2026-03-06 16:03:08: [shutdown] Email notification error: Invalid character
|
|
20
|
+
2026-03-06 16:33:33: [TaskPoller] spawnForTask error: No API key configured for provider: undefined
|