@agenticmail/enterprise 0.5.526 → 0.5.529
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-JLIDLCYB.js +14677 -0
- package/dist/chunk-5CENM5VB.js +2281 -0
- package/dist/chunk-7OINTHV5.js +5703 -0
- package/dist/chunk-APNB5LUP.js +6024 -0
- package/dist/chunk-HP63Q326.js +1249 -0
- package/dist/chunk-ILFP55AY.js +1728 -0
- package/dist/chunk-LQ5OYZ7O.js +7908 -0
- package/dist/chunk-MKE6LND3.js +1687 -0
- package/dist/cli-agent-HTPQCEN4.js +2882 -0
- package/dist/cli-serve-R4K2E4ZR.js +322 -0
- package/dist/cli.js +3 -3
- package/dist/dashboard/pages/polymarket.js +201 -55
- package/dist/index.js +7 -7
- package/dist/polymarket-6VEZTYWD.js +17 -0
- package/dist/polymarket-S6BKUPNP.js +7 -0
- package/dist/polymarket-runtime-DLFKYZQ2.js +108 -0
- package/dist/polymarket-watcher-PM5ZIVBH.js +23 -0
- package/dist/runtime-ANL77CJQ.js +50 -0
- package/dist/server-QUMXSXKX.js +36 -0
- package/dist/setup-C66RQXDO.js +20 -0
- package/dist/system-prompts-S2MYX3MQ.js +69 -0
- package/logs/cloudflared-error.log +44 -0
- package/package.json +1 -1
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
import {
|
|
2
|
+
promptCompanyInfo,
|
|
3
|
+
promptDatabase,
|
|
4
|
+
promptDeployment,
|
|
5
|
+
promptDomain,
|
|
6
|
+
promptRegistration,
|
|
7
|
+
provision,
|
|
8
|
+
runSetupWizard
|
|
9
|
+
} from "./chunk-ILFP55AY.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,69 @@
|
|
|
1
|
+
import {
|
|
2
|
+
BROWSER_RULES,
|
|
3
|
+
buildCalendarEventPrompt,
|
|
4
|
+
buildCatchupPrompt,
|
|
5
|
+
buildContactsPrompt,
|
|
6
|
+
buildDocsTaskPrompt,
|
|
7
|
+
buildDriveTaskPrompt,
|
|
8
|
+
buildExcelPrompt,
|
|
9
|
+
buildFormsPrompt,
|
|
10
|
+
buildGmailPrompt,
|
|
11
|
+
buildGoogleChatPrompt,
|
|
12
|
+
buildGoogleTasksPrompt,
|
|
13
|
+
buildMSContactsPrompt,
|
|
14
|
+
buildMeetJoinFromChatPrompt,
|
|
15
|
+
buildMeetJoinPrompt,
|
|
16
|
+
buildOneDrivePrompt,
|
|
17
|
+
buildOneNotePrompt,
|
|
18
|
+
buildOutlookCalendarPrompt,
|
|
19
|
+
buildOutlookMailPrompt,
|
|
20
|
+
buildPlannerPrompt,
|
|
21
|
+
buildPolymarketPrompt,
|
|
22
|
+
buildPowerBIPrompt,
|
|
23
|
+
buildPowerPointPrompt,
|
|
24
|
+
buildRemotonPrompt,
|
|
25
|
+
buildScheduleBlock,
|
|
26
|
+
buildScheduleInfo,
|
|
27
|
+
buildSharePointPrompt,
|
|
28
|
+
buildSheetsTaskPrompt,
|
|
29
|
+
buildSlidesPrompt,
|
|
30
|
+
buildTaskPrompt,
|
|
31
|
+
buildTeamsPrompt,
|
|
32
|
+
buildTodoPrompt,
|
|
33
|
+
buildTriagePrompt
|
|
34
|
+
} from "./chunk-HP63Q326.js";
|
|
35
|
+
import "./chunk-KFQGP6VL.js";
|
|
36
|
+
export {
|
|
37
|
+
BROWSER_RULES,
|
|
38
|
+
buildCalendarEventPrompt,
|
|
39
|
+
buildCatchupPrompt,
|
|
40
|
+
buildContactsPrompt,
|
|
41
|
+
buildDocsTaskPrompt,
|
|
42
|
+
buildDriveTaskPrompt,
|
|
43
|
+
buildExcelPrompt,
|
|
44
|
+
buildFormsPrompt,
|
|
45
|
+
buildGmailPrompt,
|
|
46
|
+
buildGoogleChatPrompt,
|
|
47
|
+
buildGoogleTasksPrompt,
|
|
48
|
+
buildMSContactsPrompt,
|
|
49
|
+
buildMeetJoinFromChatPrompt,
|
|
50
|
+
buildMeetJoinPrompt,
|
|
51
|
+
buildOneDrivePrompt,
|
|
52
|
+
buildOneNotePrompt,
|
|
53
|
+
buildOutlookCalendarPrompt,
|
|
54
|
+
buildOutlookMailPrompt,
|
|
55
|
+
buildPlannerPrompt,
|
|
56
|
+
buildPolymarketPrompt,
|
|
57
|
+
buildPowerBIPrompt,
|
|
58
|
+
buildPowerPointPrompt,
|
|
59
|
+
buildRemotonPrompt,
|
|
60
|
+
buildScheduleBlock,
|
|
61
|
+
buildScheduleInfo,
|
|
62
|
+
buildSharePointPrompt,
|
|
63
|
+
buildSheetsTaskPrompt,
|
|
64
|
+
buildSlidesPrompt,
|
|
65
|
+
buildTaskPrompt,
|
|
66
|
+
buildTeamsPrompt,
|
|
67
|
+
buildTodoPrompt,
|
|
68
|
+
buildTriagePrompt
|
|
69
|
+
};
|
|
@@ -342,3 +342,47 @@
|
|
|
342
342
|
2026-03-15 16:33:27: 2026-03-15T15:33:27Z ERR Request failed error="stream 16021 canceled by remote with error code 0" connIndex=3 dest=https://enterprise.agenticmail.io/api/polymarket/67ba24f1-c8af-40b4-9df5-c05b81fc1e7a/watcher-events event=0 ip=198.41.200.23 type=http
|
|
343
343
|
2026-03-15 16:33:34: 2026-03-15T15:33:34Z ERR error="stream 15933 canceled by remote with error code 0" connIndex=3 event=1 ingressRule=0 originService=http://localhost:3100
|
|
344
344
|
2026-03-15 16:33:34: 2026-03-15T15:33:34Z ERR Request failed error="stream 15933 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
|
|
345
|
+
2026-03-15 16:46:53: 2026-03-15T15:46:53Z ERR error="stream 16441 canceled by remote with error code 0" connIndex=3 event=1 ingressRule=0 originService=http://localhost:3100
|
|
346
|
+
2026-03-15 16:46:53: 2026-03-15T15:46:53Z ERR Request failed error="stream 16441 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
|
|
347
|
+
2026-03-15 16:46:57: 2026-03-15T15:46:57Z ERR error="stream 16445 canceled by remote with error code 0" connIndex=3 event=1 ingressRule=0 originService=http://localhost:3100
|
|
348
|
+
2026-03-15 16:46:57: 2026-03-15T15:46:57Z ERR Request failed error="stream 16445 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
|
|
349
|
+
2026-03-15 16:47:34: 2026-03-15T15:47:34Z ERR error="Unable to reach the origin service. The service may be down or it may not be responding to traffic from cloudflared: read tcp [::1]:62969->[::1]:3100: read: connection reset by peer" connIndex=3 event=1 ingressRule=0 originService=http://localhost:3100
|
|
350
|
+
2026-03-15 16:47:34: 2026-03-15T15:47:34Z 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: read tcp [::1]:62969->[::1]:3100: read: connection reset by peer" 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
|
|
351
|
+
2026-03-15 16:47:36: 2026-03-15T15:47:36Z ERR error="unexpected EOF" connIndex=3 event=1 ingressRule=0 originService=http://localhost:3100
|
|
352
|
+
2026-03-15 16:47:36: 2026-03-15T15:47:36Z 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
|
|
353
|
+
2026-03-15 16:47:36: 2026-03-15T15:47:36Z ERR error="unexpected EOF" connIndex=0 event=1 ingressRule=0 originService=http://localhost:3100
|
|
354
|
+
2026-03-15 16:47:36: 2026-03-15T15:47:36Z ERR error="unexpected EOF" connIndex=0 event=1 ingressRule=0 originService=http://localhost:3100
|
|
355
|
+
2026-03-15 16:47:36: 2026-03-15T15:47:36Z ERR Request failed error="unexpected EOF" connIndex=0 dest=https://enterprise.agenticmail.io/api/polymarket/stream?agentId=67ba24f1-c8af-40b4-9df5-c05b81fc1e7a event=0 ip=198.41.192.7 type=http
|
|
356
|
+
2026-03-15 16:47:36: 2026-03-15T15:47:36Z ERR Request failed error="unexpected EOF" connIndex=0 dest=https://enterprise.agenticmail.io/api/polymarket/67ba24f1-c8af-40b4-9df5-c05b81fc1e7a/price-stream event=0 ip=198.41.192.7 type=http
|
|
357
|
+
2026-03-15 16:47:36: 2026-03-15T15:47:36Z ERR error="unexpected EOF" connIndex=3 event=1 ingressRule=0 originService=http://localhost:3100
|
|
358
|
+
2026-03-15 16:47:36: 2026-03-15T15:47:36Z 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
|
|
359
|
+
2026-03-15 16:53:56: 2026-03-15T15:53:56Z ERR error="stream 905 canceled by remote with error code 0" connIndex=2 event=1 ingressRule=0 originService=http://localhost:3100
|
|
360
|
+
2026-03-15 16:53:56: 2026-03-15T15:53:56Z ERR Request failed error="stream 905 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
|
|
361
|
+
2026-03-15 16:54:05: 2026-03-15T15:54:05Z ERR error="stream 17761 canceled by remote with error code 0" connIndex=3 event=1 ingressRule=0 originService=http://localhost:3100
|
|
362
|
+
2026-03-15 16:54:05: 2026-03-15T15:54:05Z ERR Request failed error="stream 17761 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
|
|
363
|
+
2026-03-15 17:07:50: 2026-03-15T16:07:50Z ERR error="stream 19089 canceled by remote with error code 0" connIndex=3 event=1 ingressRule=0 originService=http://localhost:3100
|
|
364
|
+
2026-03-15 17:07:50: 2026-03-15T16:07:50Z ERR Request failed error="stream 19089 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
|
|
365
|
+
2026-03-15 17:07:54: 2026-03-15T16:07:54Z ERR error="stream 19137 canceled by remote with error code 0" connIndex=3 event=1 ingressRule=0 originService=http://localhost:3100
|
|
366
|
+
2026-03-15 17:07:54: 2026-03-15T16:07:54Z ERR Request failed error="stream 19137 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
|
|
367
|
+
2026-03-15 17:08:45: 2026-03-15T16:08:45Z ERR error="Unable to reach the origin service. The service may be down or it may not be responding to traffic from cloudflared: read tcp [::1]:51429->[::1]:3100: read: connection reset by peer" connIndex=3 event=1 ingressRule=0 originService=http://localhost:3100
|
|
368
|
+
2026-03-15 17:08:45: 2026-03-15T16:08:45Z 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: read tcp [::1]:51429->[::1]:3100: read: connection reset by peer" 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
|
|
369
|
+
2026-03-15 17:08:47: 2026-03-15T16:08:47Z ERR error="unexpected EOF" connIndex=3 event=1 ingressRule=0 originService=http://localhost:3100
|
|
370
|
+
2026-03-15 17:08:47: 2026-03-15T16:08:47Z ERR error="unexpected EOF" connIndex=3 event=1 ingressRule=0 originService=http://localhost:3100
|
|
371
|
+
2026-03-15 17:08:47: 2026-03-15T16:08:47Z 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
|
|
372
|
+
2026-03-15 17:08:47: 2026-03-15T16:08:47Z 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
|
|
373
|
+
2026-03-15 17:08:47: 2026-03-15T16:08:47Z ERR error="unexpected EOF" connIndex=3 event=1 ingressRule=0 originService=http://localhost:3100
|
|
374
|
+
2026-03-15 17:08:47: 2026-03-15T16:08:47Z 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
|
|
375
|
+
2026-03-15 17:08:47: 2026-03-15T16:08:47Z ERR error="unexpected EOF" connIndex=3 event=1 ingressRule=0 originService=http://localhost:3100
|
|
376
|
+
2026-03-15 17:08:47: 2026-03-15T16:08:47Z 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
|
|
377
|
+
2026-03-15 17:08:47: 2026-03-15T16:08:47Z ERR error="unexpected EOF" connIndex=3 event=1 ingressRule=0 originService=http://localhost:3100
|
|
378
|
+
2026-03-15 17:08:47: 2026-03-15T16:08:47Z 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
|
|
379
|
+
2026-03-15 17:08:47: 2026-03-15T16:08:47Z ERR error="unexpected EOF" connIndex=3 event=1 ingressRule=0 originService=http://localhost:3100
|
|
380
|
+
2026-03-15 17:08:47: 2026-03-15T16:08:47Z 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
|
|
381
|
+
2026-03-15 17:09:10: 2026-03-15T16:09:10Z ERR error="stream 20489 canceled by remote with error code 0" connIndex=3 event=1 ingressRule=0 originService=http://localhost:3100
|
|
382
|
+
2026-03-15 17:09:10: 2026-03-15T16:09:10Z ERR Request failed error="stream 20489 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
|
|
383
|
+
2026-03-15 17:09:14: 2026-03-15T16:09:14Z ERR error="stream 20485 canceled by remote with error code 0" connIndex=3 event=1 ingressRule=0 originService=http://localhost:3100
|
|
384
|
+
2026-03-15 17:09:14: 2026-03-15T16:09:14Z ERR Request failed error="stream 20485 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
|
|
385
|
+
2026-03-15 17:14:39: 2026-03-15T16:14:39Z ERR error="stream 20493 canceled by remote with error code 0" connIndex=3 event=1 ingressRule=0 originService=http://localhost:3100
|
|
386
|
+
2026-03-15 17:14:39: 2026-03-15T16:14:39Z ERR Request failed error="stream 20493 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
|
|
387
|
+
2026-03-15 17:14:44: 2026-03-15T16:14:44Z ERR error="stream 1025 canceled by remote with error code 0" connIndex=2 event=1 ingressRule=0 originService=http://localhost:3100
|
|
388
|
+
2026-03-15 17:14:44: 2026-03-15T16:14:44Z ERR Request failed error="stream 1025 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
|