@trevonistrevon/pi-loop 0.5.5 → 0.5.6

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.
Files changed (68) hide show
  1. package/coverage/coverage-final.json +6 -6
  2. package/coverage/index.html +19 -19
  3. package/coverage/src/commands/index.html +1 -1
  4. package/coverage/src/commands/loop-command.ts.html +1 -1
  5. package/coverage/src/commands/tasks-command.ts.html +1 -1
  6. package/coverage/src/coordinator.ts.html +1 -1
  7. package/coverage/src/goal-coordinator.ts.html +1 -1
  8. package/coverage/src/goal-reducer.ts.html +1 -1
  9. package/coverage/src/goal-store.ts.html +1 -1
  10. package/coverage/src/goal-verifier.ts.html +1 -1
  11. package/coverage/src/index.html +25 -25
  12. package/coverage/src/index.ts.html +21 -12
  13. package/coverage/src/loop-parse.ts.html +22 -22
  14. package/coverage/src/loop-reducer.ts.html +1 -1
  15. package/coverage/src/monitor-completion-coordinator.ts.html +1 -1
  16. package/coverage/src/monitor-manager.ts.html +161 -92
  17. package/coverage/src/monitor-reducer.ts.html +31 -31
  18. package/coverage/src/notification-reducer.ts.html +1 -1
  19. package/coverage/src/reducer-backed-store.ts.html +10 -10
  20. package/coverage/src/runtime/index.html +1 -1
  21. package/coverage/src/runtime/monitor-ondone-runtime.ts.html +1 -1
  22. package/coverage/src/runtime/notification-runtime.ts.html +1 -1
  23. package/coverage/src/runtime/scope.ts.html +1 -1
  24. package/coverage/src/runtime/session-runtime.ts.html +1 -1
  25. package/coverage/src/runtime/task-backlog-runtime.ts.html +1 -1
  26. package/coverage/src/runtime/task-rpc.ts.html +1 -1
  27. package/coverage/src/scheduler.ts.html +1 -1
  28. package/coverage/src/store.ts.html +1 -1
  29. package/coverage/src/task-backlog-coordinator.ts.html +1 -1
  30. package/coverage/src/task-reducer.ts.html +1 -1
  31. package/coverage/src/task-store.ts.html +1 -1
  32. package/coverage/src/tools/index.html +1 -1
  33. package/coverage/src/tools/loop-tools.ts.html +1 -1
  34. package/coverage/src/tools/monitor-tools.ts.html +1 -1
  35. package/coverage/src/tools/native-task-tools.ts.html +1 -1
  36. package/coverage/src/trigger-system.ts.html +1 -1
  37. package/coverage/src/ui/index.html +1 -1
  38. package/coverage/src/ui/widget.ts.html +18 -18
  39. package/dist/index.js +3 -0
  40. package/dist/monitor-manager.d.ts +9 -0
  41. package/dist/monitor-manager.js +33 -12
  42. package/package.json +1 -1
  43. package/src/index.ts +3 -0
  44. package/src/monitor-manager.ts +35 -12
  45. package/tmp/perf-cap-data/loops.json +0 -455
  46. package/tmp/perf-cap-data/tasks.json +0 -1
  47. package/tmp/perf-data/loops-0.json +0 -1
  48. package/tmp/perf-data/loops-10.json +0 -1
  49. package/tmp/perf-data/loops-100.json +0 -1
  50. package/tmp/perf-data/loops-1000.json +0 -1
  51. package/tmp/perf-data/loops-500.json +0 -1
  52. package/tmp/perf-data/tasks-0.json +0 -1
  53. package/tmp/perf-data/tasks-10.json +0 -1
  54. package/tmp/perf-data/tasks-100.json +0 -1
  55. package/tmp/perf-data/tasks-1000.json +0 -1
  56. package/tmp/perf-data/tasks-500.json +0 -1
  57. package/tmp/perf-data-session/loops-0.json +0 -4
  58. package/tmp/perf-data-session/loops-100.json +0 -1805
  59. package/tmp/perf-data-session/loops-1000.json +0 -18005
  60. package/tmp/perf-data-session/loops-25.json +0 -455
  61. package/tmp/perf-data-session/loops-500.json +0 -9005
  62. package/tmp/perf-data-session/tasks-0.json +0 -1
  63. package/tmp/perf-data-session/tasks-100.json +0 -1
  64. package/tmp/perf-data-session/tasks-1000.json +0 -1
  65. package/tmp/perf-data-session/tasks-25.json +0 -1
  66. package/tmp/perf-data-session/tasks-500.json +0 -1
  67. package/tmp/perf-session-init.js +0 -98
  68. package/tmp/perf-startup-audit.js +0 -80
@@ -1,1805 +0,0 @@
1
- {
2
- "nextId": 101,
3
- "loops": [
4
- {
5
- "id": "1",
6
- "prompt": "Loop 1",
7
- "trigger": {
8
- "type": "cron",
9
- "schedule": "*/5 * * * *"
10
- },
11
- "recurring": true,
12
- "autoTask": false,
13
- "taskBacklog": false,
14
- "readOnly": false,
15
- "maxFires": 30,
16
- "fireCount": 0,
17
- "status": "active",
18
- "createdAt": 1780943884606,
19
- "updatedAt": 1780943884606,
20
- "expiresAt": 1781548684606
21
- },
22
- {
23
- "id": "2",
24
- "prompt": "Loop 2",
25
- "trigger": {
26
- "type": "cron",
27
- "schedule": "*/5 * * * *"
28
- },
29
- "recurring": true,
30
- "autoTask": false,
31
- "taskBacklog": false,
32
- "readOnly": false,
33
- "maxFires": 30,
34
- "fireCount": 0,
35
- "status": "active",
36
- "createdAt": 1780943884606,
37
- "updatedAt": 1780943884606,
38
- "expiresAt": 1781548684606
39
- },
40
- {
41
- "id": "3",
42
- "prompt": "Loop 3",
43
- "trigger": {
44
- "type": "cron",
45
- "schedule": "*/5 * * * *"
46
- },
47
- "recurring": true,
48
- "autoTask": false,
49
- "taskBacklog": false,
50
- "readOnly": false,
51
- "maxFires": 30,
52
- "fireCount": 0,
53
- "status": "active",
54
- "createdAt": 1780943884606,
55
- "updatedAt": 1780943884606,
56
- "expiresAt": 1781548684606
57
- },
58
- {
59
- "id": "4",
60
- "prompt": "Loop 4",
61
- "trigger": {
62
- "type": "cron",
63
- "schedule": "*/5 * * * *"
64
- },
65
- "recurring": true,
66
- "autoTask": false,
67
- "taskBacklog": false,
68
- "readOnly": false,
69
- "maxFires": 30,
70
- "fireCount": 0,
71
- "status": "active",
72
- "createdAt": 1780943884606,
73
- "updatedAt": 1780943884606,
74
- "expiresAt": 1781548684606
75
- },
76
- {
77
- "id": "5",
78
- "prompt": "Loop 5",
79
- "trigger": {
80
- "type": "cron",
81
- "schedule": "*/5 * * * *"
82
- },
83
- "recurring": true,
84
- "autoTask": false,
85
- "taskBacklog": false,
86
- "readOnly": false,
87
- "maxFires": 30,
88
- "fireCount": 0,
89
- "status": "active",
90
- "createdAt": 1780943884606,
91
- "updatedAt": 1780943884606,
92
- "expiresAt": 1781548684606
93
- },
94
- {
95
- "id": "6",
96
- "prompt": "Loop 6",
97
- "trigger": {
98
- "type": "cron",
99
- "schedule": "*/5 * * * *"
100
- },
101
- "recurring": true,
102
- "autoTask": false,
103
- "taskBacklog": false,
104
- "readOnly": false,
105
- "maxFires": 30,
106
- "fireCount": 0,
107
- "status": "active",
108
- "createdAt": 1780943884606,
109
- "updatedAt": 1780943884606,
110
- "expiresAt": 1781548684606
111
- },
112
- {
113
- "id": "7",
114
- "prompt": "Loop 7",
115
- "trigger": {
116
- "type": "cron",
117
- "schedule": "*/5 * * * *"
118
- },
119
- "recurring": true,
120
- "autoTask": false,
121
- "taskBacklog": false,
122
- "readOnly": false,
123
- "maxFires": 30,
124
- "fireCount": 0,
125
- "status": "active",
126
- "createdAt": 1780943884606,
127
- "updatedAt": 1780943884606,
128
- "expiresAt": 1781548684606
129
- },
130
- {
131
- "id": "8",
132
- "prompt": "Loop 8",
133
- "trigger": {
134
- "type": "cron",
135
- "schedule": "*/5 * * * *"
136
- },
137
- "recurring": true,
138
- "autoTask": false,
139
- "taskBacklog": false,
140
- "readOnly": false,
141
- "maxFires": 30,
142
- "fireCount": 0,
143
- "status": "active",
144
- "createdAt": 1780943884606,
145
- "updatedAt": 1780943884606,
146
- "expiresAt": 1781548684606
147
- },
148
- {
149
- "id": "9",
150
- "prompt": "Loop 9",
151
- "trigger": {
152
- "type": "cron",
153
- "schedule": "*/5 * * * *"
154
- },
155
- "recurring": true,
156
- "autoTask": false,
157
- "taskBacklog": false,
158
- "readOnly": false,
159
- "maxFires": 30,
160
- "fireCount": 0,
161
- "status": "active",
162
- "createdAt": 1780943884606,
163
- "updatedAt": 1780943884606,
164
- "expiresAt": 1781548684606
165
- },
166
- {
167
- "id": "10",
168
- "prompt": "Loop 10",
169
- "trigger": {
170
- "type": "cron",
171
- "schedule": "*/5 * * * *"
172
- },
173
- "recurring": true,
174
- "autoTask": false,
175
- "taskBacklog": false,
176
- "readOnly": false,
177
- "maxFires": 30,
178
- "fireCount": 0,
179
- "status": "active",
180
- "createdAt": 1780943884606,
181
- "updatedAt": 1780943884606,
182
- "expiresAt": 1781548684606
183
- },
184
- {
185
- "id": "11",
186
- "prompt": "Loop 11",
187
- "trigger": {
188
- "type": "cron",
189
- "schedule": "*/5 * * * *"
190
- },
191
- "recurring": true,
192
- "autoTask": false,
193
- "taskBacklog": false,
194
- "readOnly": false,
195
- "maxFires": 30,
196
- "fireCount": 0,
197
- "status": "active",
198
- "createdAt": 1780943884606,
199
- "updatedAt": 1780943884606,
200
- "expiresAt": 1781548684606
201
- },
202
- {
203
- "id": "12",
204
- "prompt": "Loop 12",
205
- "trigger": {
206
- "type": "cron",
207
- "schedule": "*/5 * * * *"
208
- },
209
- "recurring": true,
210
- "autoTask": false,
211
- "taskBacklog": false,
212
- "readOnly": false,
213
- "maxFires": 30,
214
- "fireCount": 0,
215
- "status": "active",
216
- "createdAt": 1780943884606,
217
- "updatedAt": 1780943884606,
218
- "expiresAt": 1781548684606
219
- },
220
- {
221
- "id": "13",
222
- "prompt": "Loop 13",
223
- "trigger": {
224
- "type": "cron",
225
- "schedule": "*/5 * * * *"
226
- },
227
- "recurring": true,
228
- "autoTask": false,
229
- "taskBacklog": false,
230
- "readOnly": false,
231
- "maxFires": 30,
232
- "fireCount": 0,
233
- "status": "active",
234
- "createdAt": 1780943884606,
235
- "updatedAt": 1780943884606,
236
- "expiresAt": 1781548684606
237
- },
238
- {
239
- "id": "14",
240
- "prompt": "Loop 14",
241
- "trigger": {
242
- "type": "cron",
243
- "schedule": "*/5 * * * *"
244
- },
245
- "recurring": true,
246
- "autoTask": false,
247
- "taskBacklog": false,
248
- "readOnly": false,
249
- "maxFires": 30,
250
- "fireCount": 0,
251
- "status": "active",
252
- "createdAt": 1780943884606,
253
- "updatedAt": 1780943884606,
254
- "expiresAt": 1781548684606
255
- },
256
- {
257
- "id": "15",
258
- "prompt": "Loop 15",
259
- "trigger": {
260
- "type": "cron",
261
- "schedule": "*/5 * * * *"
262
- },
263
- "recurring": true,
264
- "autoTask": false,
265
- "taskBacklog": false,
266
- "readOnly": false,
267
- "maxFires": 30,
268
- "fireCount": 0,
269
- "status": "active",
270
- "createdAt": 1780943884606,
271
- "updatedAt": 1780943884606,
272
- "expiresAt": 1781548684606
273
- },
274
- {
275
- "id": "16",
276
- "prompt": "Loop 16",
277
- "trigger": {
278
- "type": "cron",
279
- "schedule": "*/5 * * * *"
280
- },
281
- "recurring": true,
282
- "autoTask": false,
283
- "taskBacklog": false,
284
- "readOnly": false,
285
- "maxFires": 30,
286
- "fireCount": 0,
287
- "status": "active",
288
- "createdAt": 1780943884606,
289
- "updatedAt": 1780943884606,
290
- "expiresAt": 1781548684606
291
- },
292
- {
293
- "id": "17",
294
- "prompt": "Loop 17",
295
- "trigger": {
296
- "type": "cron",
297
- "schedule": "*/5 * * * *"
298
- },
299
- "recurring": true,
300
- "autoTask": false,
301
- "taskBacklog": false,
302
- "readOnly": false,
303
- "maxFires": 30,
304
- "fireCount": 0,
305
- "status": "active",
306
- "createdAt": 1780943884606,
307
- "updatedAt": 1780943884606,
308
- "expiresAt": 1781548684606
309
- },
310
- {
311
- "id": "18",
312
- "prompt": "Loop 18",
313
- "trigger": {
314
- "type": "cron",
315
- "schedule": "*/5 * * * *"
316
- },
317
- "recurring": true,
318
- "autoTask": false,
319
- "taskBacklog": false,
320
- "readOnly": false,
321
- "maxFires": 30,
322
- "fireCount": 0,
323
- "status": "active",
324
- "createdAt": 1780943884606,
325
- "updatedAt": 1780943884606,
326
- "expiresAt": 1781548684606
327
- },
328
- {
329
- "id": "19",
330
- "prompt": "Loop 19",
331
- "trigger": {
332
- "type": "cron",
333
- "schedule": "*/5 * * * *"
334
- },
335
- "recurring": true,
336
- "autoTask": false,
337
- "taskBacklog": false,
338
- "readOnly": false,
339
- "maxFires": 30,
340
- "fireCount": 0,
341
- "status": "active",
342
- "createdAt": 1780943884606,
343
- "updatedAt": 1780943884606,
344
- "expiresAt": 1781548684606
345
- },
346
- {
347
- "id": "20",
348
- "prompt": "Loop 20",
349
- "trigger": {
350
- "type": "cron",
351
- "schedule": "*/5 * * * *"
352
- },
353
- "recurring": true,
354
- "autoTask": false,
355
- "taskBacklog": false,
356
- "readOnly": false,
357
- "maxFires": 30,
358
- "fireCount": 0,
359
- "status": "active",
360
- "createdAt": 1780943884606,
361
- "updatedAt": 1780943884606,
362
- "expiresAt": 1781548684606
363
- },
364
- {
365
- "id": "21",
366
- "prompt": "Loop 21",
367
- "trigger": {
368
- "type": "cron",
369
- "schedule": "*/5 * * * *"
370
- },
371
- "recurring": true,
372
- "autoTask": false,
373
- "taskBacklog": false,
374
- "readOnly": false,
375
- "maxFires": 30,
376
- "fireCount": 0,
377
- "status": "active",
378
- "createdAt": 1780943884606,
379
- "updatedAt": 1780943884606,
380
- "expiresAt": 1781548684606
381
- },
382
- {
383
- "id": "22",
384
- "prompt": "Loop 22",
385
- "trigger": {
386
- "type": "cron",
387
- "schedule": "*/5 * * * *"
388
- },
389
- "recurring": true,
390
- "autoTask": false,
391
- "taskBacklog": false,
392
- "readOnly": false,
393
- "maxFires": 30,
394
- "fireCount": 0,
395
- "status": "active",
396
- "createdAt": 1780943884606,
397
- "updatedAt": 1780943884606,
398
- "expiresAt": 1781548684606
399
- },
400
- {
401
- "id": "23",
402
- "prompt": "Loop 23",
403
- "trigger": {
404
- "type": "cron",
405
- "schedule": "*/5 * * * *"
406
- },
407
- "recurring": true,
408
- "autoTask": false,
409
- "taskBacklog": false,
410
- "readOnly": false,
411
- "maxFires": 30,
412
- "fireCount": 0,
413
- "status": "active",
414
- "createdAt": 1780943884606,
415
- "updatedAt": 1780943884606,
416
- "expiresAt": 1781548684606
417
- },
418
- {
419
- "id": "24",
420
- "prompt": "Loop 24",
421
- "trigger": {
422
- "type": "cron",
423
- "schedule": "*/5 * * * *"
424
- },
425
- "recurring": true,
426
- "autoTask": false,
427
- "taskBacklog": false,
428
- "readOnly": false,
429
- "maxFires": 30,
430
- "fireCount": 0,
431
- "status": "active",
432
- "createdAt": 1780943884606,
433
- "updatedAt": 1780943884606,
434
- "expiresAt": 1781548684606
435
- },
436
- {
437
- "id": "25",
438
- "prompt": "Loop 25",
439
- "trigger": {
440
- "type": "cron",
441
- "schedule": "*/5 * * * *"
442
- },
443
- "recurring": true,
444
- "autoTask": false,
445
- "taskBacklog": false,
446
- "readOnly": false,
447
- "maxFires": 30,
448
- "fireCount": 0,
449
- "status": "active",
450
- "createdAt": 1780943884606,
451
- "updatedAt": 1780943884606,
452
- "expiresAt": 1781548684606
453
- },
454
- {
455
- "id": "26",
456
- "prompt": "Loop 26",
457
- "trigger": {
458
- "type": "cron",
459
- "schedule": "*/5 * * * *"
460
- },
461
- "recurring": true,
462
- "autoTask": false,
463
- "taskBacklog": false,
464
- "readOnly": false,
465
- "maxFires": 30,
466
- "fireCount": 0,
467
- "status": "active",
468
- "createdAt": 1780943884606,
469
- "updatedAt": 1780943884606,
470
- "expiresAt": 1781548684606
471
- },
472
- {
473
- "id": "27",
474
- "prompt": "Loop 27",
475
- "trigger": {
476
- "type": "cron",
477
- "schedule": "*/5 * * * *"
478
- },
479
- "recurring": true,
480
- "autoTask": false,
481
- "taskBacklog": false,
482
- "readOnly": false,
483
- "maxFires": 30,
484
- "fireCount": 0,
485
- "status": "active",
486
- "createdAt": 1780943884606,
487
- "updatedAt": 1780943884606,
488
- "expiresAt": 1781548684606
489
- },
490
- {
491
- "id": "28",
492
- "prompt": "Loop 28",
493
- "trigger": {
494
- "type": "cron",
495
- "schedule": "*/5 * * * *"
496
- },
497
- "recurring": true,
498
- "autoTask": false,
499
- "taskBacklog": false,
500
- "readOnly": false,
501
- "maxFires": 30,
502
- "fireCount": 0,
503
- "status": "active",
504
- "createdAt": 1780943884606,
505
- "updatedAt": 1780943884606,
506
- "expiresAt": 1781548684606
507
- },
508
- {
509
- "id": "29",
510
- "prompt": "Loop 29",
511
- "trigger": {
512
- "type": "cron",
513
- "schedule": "*/5 * * * *"
514
- },
515
- "recurring": true,
516
- "autoTask": false,
517
- "taskBacklog": false,
518
- "readOnly": false,
519
- "maxFires": 30,
520
- "fireCount": 0,
521
- "status": "active",
522
- "createdAt": 1780943884606,
523
- "updatedAt": 1780943884606,
524
- "expiresAt": 1781548684606
525
- },
526
- {
527
- "id": "30",
528
- "prompt": "Loop 30",
529
- "trigger": {
530
- "type": "cron",
531
- "schedule": "*/5 * * * *"
532
- },
533
- "recurring": true,
534
- "autoTask": false,
535
- "taskBacklog": false,
536
- "readOnly": false,
537
- "maxFires": 30,
538
- "fireCount": 0,
539
- "status": "active",
540
- "createdAt": 1780943884606,
541
- "updatedAt": 1780943884606,
542
- "expiresAt": 1781548684606
543
- },
544
- {
545
- "id": "31",
546
- "prompt": "Loop 31",
547
- "trigger": {
548
- "type": "cron",
549
- "schedule": "*/5 * * * *"
550
- },
551
- "recurring": true,
552
- "autoTask": false,
553
- "taskBacklog": false,
554
- "readOnly": false,
555
- "maxFires": 30,
556
- "fireCount": 0,
557
- "status": "active",
558
- "createdAt": 1780943884606,
559
- "updatedAt": 1780943884606,
560
- "expiresAt": 1781548684606
561
- },
562
- {
563
- "id": "32",
564
- "prompt": "Loop 32",
565
- "trigger": {
566
- "type": "cron",
567
- "schedule": "*/5 * * * *"
568
- },
569
- "recurring": true,
570
- "autoTask": false,
571
- "taskBacklog": false,
572
- "readOnly": false,
573
- "maxFires": 30,
574
- "fireCount": 0,
575
- "status": "active",
576
- "createdAt": 1780943884606,
577
- "updatedAt": 1780943884606,
578
- "expiresAt": 1781548684606
579
- },
580
- {
581
- "id": "33",
582
- "prompt": "Loop 33",
583
- "trigger": {
584
- "type": "cron",
585
- "schedule": "*/5 * * * *"
586
- },
587
- "recurring": true,
588
- "autoTask": false,
589
- "taskBacklog": false,
590
- "readOnly": false,
591
- "maxFires": 30,
592
- "fireCount": 0,
593
- "status": "active",
594
- "createdAt": 1780943884606,
595
- "updatedAt": 1780943884606,
596
- "expiresAt": 1781548684606
597
- },
598
- {
599
- "id": "34",
600
- "prompt": "Loop 34",
601
- "trigger": {
602
- "type": "cron",
603
- "schedule": "*/5 * * * *"
604
- },
605
- "recurring": true,
606
- "autoTask": false,
607
- "taskBacklog": false,
608
- "readOnly": false,
609
- "maxFires": 30,
610
- "fireCount": 0,
611
- "status": "active",
612
- "createdAt": 1780943884606,
613
- "updatedAt": 1780943884606,
614
- "expiresAt": 1781548684606
615
- },
616
- {
617
- "id": "35",
618
- "prompt": "Loop 35",
619
- "trigger": {
620
- "type": "cron",
621
- "schedule": "*/5 * * * *"
622
- },
623
- "recurring": true,
624
- "autoTask": false,
625
- "taskBacklog": false,
626
- "readOnly": false,
627
- "maxFires": 30,
628
- "fireCount": 0,
629
- "status": "active",
630
- "createdAt": 1780943884606,
631
- "updatedAt": 1780943884606,
632
- "expiresAt": 1781548684606
633
- },
634
- {
635
- "id": "36",
636
- "prompt": "Loop 36",
637
- "trigger": {
638
- "type": "cron",
639
- "schedule": "*/5 * * * *"
640
- },
641
- "recurring": true,
642
- "autoTask": false,
643
- "taskBacklog": false,
644
- "readOnly": false,
645
- "maxFires": 30,
646
- "fireCount": 0,
647
- "status": "active",
648
- "createdAt": 1780943884606,
649
- "updatedAt": 1780943884606,
650
- "expiresAt": 1781548684606
651
- },
652
- {
653
- "id": "37",
654
- "prompt": "Loop 37",
655
- "trigger": {
656
- "type": "cron",
657
- "schedule": "*/5 * * * *"
658
- },
659
- "recurring": true,
660
- "autoTask": false,
661
- "taskBacklog": false,
662
- "readOnly": false,
663
- "maxFires": 30,
664
- "fireCount": 0,
665
- "status": "active",
666
- "createdAt": 1780943884606,
667
- "updatedAt": 1780943884606,
668
- "expiresAt": 1781548684606
669
- },
670
- {
671
- "id": "38",
672
- "prompt": "Loop 38",
673
- "trigger": {
674
- "type": "cron",
675
- "schedule": "*/5 * * * *"
676
- },
677
- "recurring": true,
678
- "autoTask": false,
679
- "taskBacklog": false,
680
- "readOnly": false,
681
- "maxFires": 30,
682
- "fireCount": 0,
683
- "status": "active",
684
- "createdAt": 1780943884606,
685
- "updatedAt": 1780943884606,
686
- "expiresAt": 1781548684606
687
- },
688
- {
689
- "id": "39",
690
- "prompt": "Loop 39",
691
- "trigger": {
692
- "type": "cron",
693
- "schedule": "*/5 * * * *"
694
- },
695
- "recurring": true,
696
- "autoTask": false,
697
- "taskBacklog": false,
698
- "readOnly": false,
699
- "maxFires": 30,
700
- "fireCount": 0,
701
- "status": "active",
702
- "createdAt": 1780943884606,
703
- "updatedAt": 1780943884606,
704
- "expiresAt": 1781548684606
705
- },
706
- {
707
- "id": "40",
708
- "prompt": "Loop 40",
709
- "trigger": {
710
- "type": "cron",
711
- "schedule": "*/5 * * * *"
712
- },
713
- "recurring": true,
714
- "autoTask": false,
715
- "taskBacklog": false,
716
- "readOnly": false,
717
- "maxFires": 30,
718
- "fireCount": 0,
719
- "status": "active",
720
- "createdAt": 1780943884606,
721
- "updatedAt": 1780943884606,
722
- "expiresAt": 1781548684606
723
- },
724
- {
725
- "id": "41",
726
- "prompt": "Loop 41",
727
- "trigger": {
728
- "type": "cron",
729
- "schedule": "*/5 * * * *"
730
- },
731
- "recurring": true,
732
- "autoTask": false,
733
- "taskBacklog": false,
734
- "readOnly": false,
735
- "maxFires": 30,
736
- "fireCount": 0,
737
- "status": "active",
738
- "createdAt": 1780943884606,
739
- "updatedAt": 1780943884606,
740
- "expiresAt": 1781548684606
741
- },
742
- {
743
- "id": "42",
744
- "prompt": "Loop 42",
745
- "trigger": {
746
- "type": "cron",
747
- "schedule": "*/5 * * * *"
748
- },
749
- "recurring": true,
750
- "autoTask": false,
751
- "taskBacklog": false,
752
- "readOnly": false,
753
- "maxFires": 30,
754
- "fireCount": 0,
755
- "status": "active",
756
- "createdAt": 1780943884606,
757
- "updatedAt": 1780943884606,
758
- "expiresAt": 1781548684606
759
- },
760
- {
761
- "id": "43",
762
- "prompt": "Loop 43",
763
- "trigger": {
764
- "type": "cron",
765
- "schedule": "*/5 * * * *"
766
- },
767
- "recurring": true,
768
- "autoTask": false,
769
- "taskBacklog": false,
770
- "readOnly": false,
771
- "maxFires": 30,
772
- "fireCount": 0,
773
- "status": "active",
774
- "createdAt": 1780943884606,
775
- "updatedAt": 1780943884606,
776
- "expiresAt": 1781548684606
777
- },
778
- {
779
- "id": "44",
780
- "prompt": "Loop 44",
781
- "trigger": {
782
- "type": "cron",
783
- "schedule": "*/5 * * * *"
784
- },
785
- "recurring": true,
786
- "autoTask": false,
787
- "taskBacklog": false,
788
- "readOnly": false,
789
- "maxFires": 30,
790
- "fireCount": 0,
791
- "status": "active",
792
- "createdAt": 1780943884606,
793
- "updatedAt": 1780943884606,
794
- "expiresAt": 1781548684606
795
- },
796
- {
797
- "id": "45",
798
- "prompt": "Loop 45",
799
- "trigger": {
800
- "type": "cron",
801
- "schedule": "*/5 * * * *"
802
- },
803
- "recurring": true,
804
- "autoTask": false,
805
- "taskBacklog": false,
806
- "readOnly": false,
807
- "maxFires": 30,
808
- "fireCount": 0,
809
- "status": "active",
810
- "createdAt": 1780943884606,
811
- "updatedAt": 1780943884606,
812
- "expiresAt": 1781548684606
813
- },
814
- {
815
- "id": "46",
816
- "prompt": "Loop 46",
817
- "trigger": {
818
- "type": "cron",
819
- "schedule": "*/5 * * * *"
820
- },
821
- "recurring": true,
822
- "autoTask": false,
823
- "taskBacklog": false,
824
- "readOnly": false,
825
- "maxFires": 30,
826
- "fireCount": 0,
827
- "status": "active",
828
- "createdAt": 1780943884606,
829
- "updatedAt": 1780943884606,
830
- "expiresAt": 1781548684606
831
- },
832
- {
833
- "id": "47",
834
- "prompt": "Loop 47",
835
- "trigger": {
836
- "type": "cron",
837
- "schedule": "*/5 * * * *"
838
- },
839
- "recurring": true,
840
- "autoTask": false,
841
- "taskBacklog": false,
842
- "readOnly": false,
843
- "maxFires": 30,
844
- "fireCount": 0,
845
- "status": "active",
846
- "createdAt": 1780943884606,
847
- "updatedAt": 1780943884606,
848
- "expiresAt": 1781548684606
849
- },
850
- {
851
- "id": "48",
852
- "prompt": "Loop 48",
853
- "trigger": {
854
- "type": "cron",
855
- "schedule": "*/5 * * * *"
856
- },
857
- "recurring": true,
858
- "autoTask": false,
859
- "taskBacklog": false,
860
- "readOnly": false,
861
- "maxFires": 30,
862
- "fireCount": 0,
863
- "status": "active",
864
- "createdAt": 1780943884606,
865
- "updatedAt": 1780943884606,
866
- "expiresAt": 1781548684606
867
- },
868
- {
869
- "id": "49",
870
- "prompt": "Loop 49",
871
- "trigger": {
872
- "type": "cron",
873
- "schedule": "*/5 * * * *"
874
- },
875
- "recurring": true,
876
- "autoTask": false,
877
- "taskBacklog": false,
878
- "readOnly": false,
879
- "maxFires": 30,
880
- "fireCount": 0,
881
- "status": "active",
882
- "createdAt": 1780943884606,
883
- "updatedAt": 1780943884606,
884
- "expiresAt": 1781548684606
885
- },
886
- {
887
- "id": "50",
888
- "prompt": "Loop 50",
889
- "trigger": {
890
- "type": "cron",
891
- "schedule": "*/5 * * * *"
892
- },
893
- "recurring": true,
894
- "autoTask": false,
895
- "taskBacklog": false,
896
- "readOnly": false,
897
- "maxFires": 30,
898
- "fireCount": 0,
899
- "status": "active",
900
- "createdAt": 1780943884606,
901
- "updatedAt": 1780943884606,
902
- "expiresAt": 1781548684606
903
- },
904
- {
905
- "id": "51",
906
- "prompt": "Loop 51",
907
- "trigger": {
908
- "type": "cron",
909
- "schedule": "*/5 * * * *"
910
- },
911
- "recurring": true,
912
- "autoTask": false,
913
- "taskBacklog": false,
914
- "readOnly": false,
915
- "maxFires": 30,
916
- "fireCount": 0,
917
- "status": "active",
918
- "createdAt": 1780943884606,
919
- "updatedAt": 1780943884606,
920
- "expiresAt": 1781548684606
921
- },
922
- {
923
- "id": "52",
924
- "prompt": "Loop 52",
925
- "trigger": {
926
- "type": "cron",
927
- "schedule": "*/5 * * * *"
928
- },
929
- "recurring": true,
930
- "autoTask": false,
931
- "taskBacklog": false,
932
- "readOnly": false,
933
- "maxFires": 30,
934
- "fireCount": 0,
935
- "status": "active",
936
- "createdAt": 1780943884606,
937
- "updatedAt": 1780943884606,
938
- "expiresAt": 1781548684606
939
- },
940
- {
941
- "id": "53",
942
- "prompt": "Loop 53",
943
- "trigger": {
944
- "type": "cron",
945
- "schedule": "*/5 * * * *"
946
- },
947
- "recurring": true,
948
- "autoTask": false,
949
- "taskBacklog": false,
950
- "readOnly": false,
951
- "maxFires": 30,
952
- "fireCount": 0,
953
- "status": "active",
954
- "createdAt": 1780943884606,
955
- "updatedAt": 1780943884606,
956
- "expiresAt": 1781548684606
957
- },
958
- {
959
- "id": "54",
960
- "prompt": "Loop 54",
961
- "trigger": {
962
- "type": "cron",
963
- "schedule": "*/5 * * * *"
964
- },
965
- "recurring": true,
966
- "autoTask": false,
967
- "taskBacklog": false,
968
- "readOnly": false,
969
- "maxFires": 30,
970
- "fireCount": 0,
971
- "status": "active",
972
- "createdAt": 1780943884606,
973
- "updatedAt": 1780943884606,
974
- "expiresAt": 1781548684606
975
- },
976
- {
977
- "id": "55",
978
- "prompt": "Loop 55",
979
- "trigger": {
980
- "type": "cron",
981
- "schedule": "*/5 * * * *"
982
- },
983
- "recurring": true,
984
- "autoTask": false,
985
- "taskBacklog": false,
986
- "readOnly": false,
987
- "maxFires": 30,
988
- "fireCount": 0,
989
- "status": "active",
990
- "createdAt": 1780943884606,
991
- "updatedAt": 1780943884606,
992
- "expiresAt": 1781548684606
993
- },
994
- {
995
- "id": "56",
996
- "prompt": "Loop 56",
997
- "trigger": {
998
- "type": "cron",
999
- "schedule": "*/5 * * * *"
1000
- },
1001
- "recurring": true,
1002
- "autoTask": false,
1003
- "taskBacklog": false,
1004
- "readOnly": false,
1005
- "maxFires": 30,
1006
- "fireCount": 0,
1007
- "status": "active",
1008
- "createdAt": 1780943884606,
1009
- "updatedAt": 1780943884606,
1010
- "expiresAt": 1781548684606
1011
- },
1012
- {
1013
- "id": "57",
1014
- "prompt": "Loop 57",
1015
- "trigger": {
1016
- "type": "cron",
1017
- "schedule": "*/5 * * * *"
1018
- },
1019
- "recurring": true,
1020
- "autoTask": false,
1021
- "taskBacklog": false,
1022
- "readOnly": false,
1023
- "maxFires": 30,
1024
- "fireCount": 0,
1025
- "status": "active",
1026
- "createdAt": 1780943884606,
1027
- "updatedAt": 1780943884606,
1028
- "expiresAt": 1781548684606
1029
- },
1030
- {
1031
- "id": "58",
1032
- "prompt": "Loop 58",
1033
- "trigger": {
1034
- "type": "cron",
1035
- "schedule": "*/5 * * * *"
1036
- },
1037
- "recurring": true,
1038
- "autoTask": false,
1039
- "taskBacklog": false,
1040
- "readOnly": false,
1041
- "maxFires": 30,
1042
- "fireCount": 0,
1043
- "status": "active",
1044
- "createdAt": 1780943884606,
1045
- "updatedAt": 1780943884606,
1046
- "expiresAt": 1781548684606
1047
- },
1048
- {
1049
- "id": "59",
1050
- "prompt": "Loop 59",
1051
- "trigger": {
1052
- "type": "cron",
1053
- "schedule": "*/5 * * * *"
1054
- },
1055
- "recurring": true,
1056
- "autoTask": false,
1057
- "taskBacklog": false,
1058
- "readOnly": false,
1059
- "maxFires": 30,
1060
- "fireCount": 0,
1061
- "status": "active",
1062
- "createdAt": 1780943884606,
1063
- "updatedAt": 1780943884606,
1064
- "expiresAt": 1781548684606
1065
- },
1066
- {
1067
- "id": "60",
1068
- "prompt": "Loop 60",
1069
- "trigger": {
1070
- "type": "cron",
1071
- "schedule": "*/5 * * * *"
1072
- },
1073
- "recurring": true,
1074
- "autoTask": false,
1075
- "taskBacklog": false,
1076
- "readOnly": false,
1077
- "maxFires": 30,
1078
- "fireCount": 0,
1079
- "status": "active",
1080
- "createdAt": 1780943884606,
1081
- "updatedAt": 1780943884606,
1082
- "expiresAt": 1781548684606
1083
- },
1084
- {
1085
- "id": "61",
1086
- "prompt": "Loop 61",
1087
- "trigger": {
1088
- "type": "cron",
1089
- "schedule": "*/5 * * * *"
1090
- },
1091
- "recurring": true,
1092
- "autoTask": false,
1093
- "taskBacklog": false,
1094
- "readOnly": false,
1095
- "maxFires": 30,
1096
- "fireCount": 0,
1097
- "status": "active",
1098
- "createdAt": 1780943884606,
1099
- "updatedAt": 1780943884606,
1100
- "expiresAt": 1781548684606
1101
- },
1102
- {
1103
- "id": "62",
1104
- "prompt": "Loop 62",
1105
- "trigger": {
1106
- "type": "cron",
1107
- "schedule": "*/5 * * * *"
1108
- },
1109
- "recurring": true,
1110
- "autoTask": false,
1111
- "taskBacklog": false,
1112
- "readOnly": false,
1113
- "maxFires": 30,
1114
- "fireCount": 0,
1115
- "status": "active",
1116
- "createdAt": 1780943884606,
1117
- "updatedAt": 1780943884606,
1118
- "expiresAt": 1781548684606
1119
- },
1120
- {
1121
- "id": "63",
1122
- "prompt": "Loop 63",
1123
- "trigger": {
1124
- "type": "cron",
1125
- "schedule": "*/5 * * * *"
1126
- },
1127
- "recurring": true,
1128
- "autoTask": false,
1129
- "taskBacklog": false,
1130
- "readOnly": false,
1131
- "maxFires": 30,
1132
- "fireCount": 0,
1133
- "status": "active",
1134
- "createdAt": 1780943884606,
1135
- "updatedAt": 1780943884606,
1136
- "expiresAt": 1781548684606
1137
- },
1138
- {
1139
- "id": "64",
1140
- "prompt": "Loop 64",
1141
- "trigger": {
1142
- "type": "cron",
1143
- "schedule": "*/5 * * * *"
1144
- },
1145
- "recurring": true,
1146
- "autoTask": false,
1147
- "taskBacklog": false,
1148
- "readOnly": false,
1149
- "maxFires": 30,
1150
- "fireCount": 0,
1151
- "status": "active",
1152
- "createdAt": 1780943884606,
1153
- "updatedAt": 1780943884606,
1154
- "expiresAt": 1781548684606
1155
- },
1156
- {
1157
- "id": "65",
1158
- "prompt": "Loop 65",
1159
- "trigger": {
1160
- "type": "cron",
1161
- "schedule": "*/5 * * * *"
1162
- },
1163
- "recurring": true,
1164
- "autoTask": false,
1165
- "taskBacklog": false,
1166
- "readOnly": false,
1167
- "maxFires": 30,
1168
- "fireCount": 0,
1169
- "status": "active",
1170
- "createdAt": 1780943884606,
1171
- "updatedAt": 1780943884606,
1172
- "expiresAt": 1781548684606
1173
- },
1174
- {
1175
- "id": "66",
1176
- "prompt": "Loop 66",
1177
- "trigger": {
1178
- "type": "cron",
1179
- "schedule": "*/5 * * * *"
1180
- },
1181
- "recurring": true,
1182
- "autoTask": false,
1183
- "taskBacklog": false,
1184
- "readOnly": false,
1185
- "maxFires": 30,
1186
- "fireCount": 0,
1187
- "status": "active",
1188
- "createdAt": 1780943884606,
1189
- "updatedAt": 1780943884606,
1190
- "expiresAt": 1781548684606
1191
- },
1192
- {
1193
- "id": "67",
1194
- "prompt": "Loop 67",
1195
- "trigger": {
1196
- "type": "cron",
1197
- "schedule": "*/5 * * * *"
1198
- },
1199
- "recurring": true,
1200
- "autoTask": false,
1201
- "taskBacklog": false,
1202
- "readOnly": false,
1203
- "maxFires": 30,
1204
- "fireCount": 0,
1205
- "status": "active",
1206
- "createdAt": 1780943884606,
1207
- "updatedAt": 1780943884606,
1208
- "expiresAt": 1781548684606
1209
- },
1210
- {
1211
- "id": "68",
1212
- "prompt": "Loop 68",
1213
- "trigger": {
1214
- "type": "cron",
1215
- "schedule": "*/5 * * * *"
1216
- },
1217
- "recurring": true,
1218
- "autoTask": false,
1219
- "taskBacklog": false,
1220
- "readOnly": false,
1221
- "maxFires": 30,
1222
- "fireCount": 0,
1223
- "status": "active",
1224
- "createdAt": 1780943884606,
1225
- "updatedAt": 1780943884606,
1226
- "expiresAt": 1781548684606
1227
- },
1228
- {
1229
- "id": "69",
1230
- "prompt": "Loop 69",
1231
- "trigger": {
1232
- "type": "cron",
1233
- "schedule": "*/5 * * * *"
1234
- },
1235
- "recurring": true,
1236
- "autoTask": false,
1237
- "taskBacklog": false,
1238
- "readOnly": false,
1239
- "maxFires": 30,
1240
- "fireCount": 0,
1241
- "status": "active",
1242
- "createdAt": 1780943884606,
1243
- "updatedAt": 1780943884606,
1244
- "expiresAt": 1781548684606
1245
- },
1246
- {
1247
- "id": "70",
1248
- "prompt": "Loop 70",
1249
- "trigger": {
1250
- "type": "cron",
1251
- "schedule": "*/5 * * * *"
1252
- },
1253
- "recurring": true,
1254
- "autoTask": false,
1255
- "taskBacklog": false,
1256
- "readOnly": false,
1257
- "maxFires": 30,
1258
- "fireCount": 0,
1259
- "status": "active",
1260
- "createdAt": 1780943884606,
1261
- "updatedAt": 1780943884606,
1262
- "expiresAt": 1781548684606
1263
- },
1264
- {
1265
- "id": "71",
1266
- "prompt": "Loop 71",
1267
- "trigger": {
1268
- "type": "cron",
1269
- "schedule": "*/5 * * * *"
1270
- },
1271
- "recurring": true,
1272
- "autoTask": false,
1273
- "taskBacklog": false,
1274
- "readOnly": false,
1275
- "maxFires": 30,
1276
- "fireCount": 0,
1277
- "status": "active",
1278
- "createdAt": 1780943884606,
1279
- "updatedAt": 1780943884606,
1280
- "expiresAt": 1781548684606
1281
- },
1282
- {
1283
- "id": "72",
1284
- "prompt": "Loop 72",
1285
- "trigger": {
1286
- "type": "cron",
1287
- "schedule": "*/5 * * * *"
1288
- },
1289
- "recurring": true,
1290
- "autoTask": false,
1291
- "taskBacklog": false,
1292
- "readOnly": false,
1293
- "maxFires": 30,
1294
- "fireCount": 0,
1295
- "status": "active",
1296
- "createdAt": 1780943884606,
1297
- "updatedAt": 1780943884606,
1298
- "expiresAt": 1781548684606
1299
- },
1300
- {
1301
- "id": "73",
1302
- "prompt": "Loop 73",
1303
- "trigger": {
1304
- "type": "cron",
1305
- "schedule": "*/5 * * * *"
1306
- },
1307
- "recurring": true,
1308
- "autoTask": false,
1309
- "taskBacklog": false,
1310
- "readOnly": false,
1311
- "maxFires": 30,
1312
- "fireCount": 0,
1313
- "status": "active",
1314
- "createdAt": 1780943884606,
1315
- "updatedAt": 1780943884606,
1316
- "expiresAt": 1781548684606
1317
- },
1318
- {
1319
- "id": "74",
1320
- "prompt": "Loop 74",
1321
- "trigger": {
1322
- "type": "cron",
1323
- "schedule": "*/5 * * * *"
1324
- },
1325
- "recurring": true,
1326
- "autoTask": false,
1327
- "taskBacklog": false,
1328
- "readOnly": false,
1329
- "maxFires": 30,
1330
- "fireCount": 0,
1331
- "status": "active",
1332
- "createdAt": 1780943884606,
1333
- "updatedAt": 1780943884606,
1334
- "expiresAt": 1781548684606
1335
- },
1336
- {
1337
- "id": "75",
1338
- "prompt": "Loop 75",
1339
- "trigger": {
1340
- "type": "cron",
1341
- "schedule": "*/5 * * * *"
1342
- },
1343
- "recurring": true,
1344
- "autoTask": false,
1345
- "taskBacklog": false,
1346
- "readOnly": false,
1347
- "maxFires": 30,
1348
- "fireCount": 0,
1349
- "status": "active",
1350
- "createdAt": 1780943884606,
1351
- "updatedAt": 1780943884606,
1352
- "expiresAt": 1781548684606
1353
- },
1354
- {
1355
- "id": "76",
1356
- "prompt": "Loop 76",
1357
- "trigger": {
1358
- "type": "cron",
1359
- "schedule": "*/5 * * * *"
1360
- },
1361
- "recurring": true,
1362
- "autoTask": false,
1363
- "taskBacklog": false,
1364
- "readOnly": false,
1365
- "maxFires": 30,
1366
- "fireCount": 0,
1367
- "status": "active",
1368
- "createdAt": 1780943884606,
1369
- "updatedAt": 1780943884606,
1370
- "expiresAt": 1781548684606
1371
- },
1372
- {
1373
- "id": "77",
1374
- "prompt": "Loop 77",
1375
- "trigger": {
1376
- "type": "cron",
1377
- "schedule": "*/5 * * * *"
1378
- },
1379
- "recurring": true,
1380
- "autoTask": false,
1381
- "taskBacklog": false,
1382
- "readOnly": false,
1383
- "maxFires": 30,
1384
- "fireCount": 0,
1385
- "status": "active",
1386
- "createdAt": 1780943884606,
1387
- "updatedAt": 1780943884606,
1388
- "expiresAt": 1781548684606
1389
- },
1390
- {
1391
- "id": "78",
1392
- "prompt": "Loop 78",
1393
- "trigger": {
1394
- "type": "cron",
1395
- "schedule": "*/5 * * * *"
1396
- },
1397
- "recurring": true,
1398
- "autoTask": false,
1399
- "taskBacklog": false,
1400
- "readOnly": false,
1401
- "maxFires": 30,
1402
- "fireCount": 0,
1403
- "status": "active",
1404
- "createdAt": 1780943884606,
1405
- "updatedAt": 1780943884606,
1406
- "expiresAt": 1781548684606
1407
- },
1408
- {
1409
- "id": "79",
1410
- "prompt": "Loop 79",
1411
- "trigger": {
1412
- "type": "cron",
1413
- "schedule": "*/5 * * * *"
1414
- },
1415
- "recurring": true,
1416
- "autoTask": false,
1417
- "taskBacklog": false,
1418
- "readOnly": false,
1419
- "maxFires": 30,
1420
- "fireCount": 0,
1421
- "status": "active",
1422
- "createdAt": 1780943884606,
1423
- "updatedAt": 1780943884606,
1424
- "expiresAt": 1781548684606
1425
- },
1426
- {
1427
- "id": "80",
1428
- "prompt": "Loop 80",
1429
- "trigger": {
1430
- "type": "cron",
1431
- "schedule": "*/5 * * * *"
1432
- },
1433
- "recurring": true,
1434
- "autoTask": false,
1435
- "taskBacklog": false,
1436
- "readOnly": false,
1437
- "maxFires": 30,
1438
- "fireCount": 0,
1439
- "status": "active",
1440
- "createdAt": 1780943884606,
1441
- "updatedAt": 1780943884606,
1442
- "expiresAt": 1781548684606
1443
- },
1444
- {
1445
- "id": "81",
1446
- "prompt": "Loop 81",
1447
- "trigger": {
1448
- "type": "cron",
1449
- "schedule": "*/5 * * * *"
1450
- },
1451
- "recurring": true,
1452
- "autoTask": false,
1453
- "taskBacklog": false,
1454
- "readOnly": false,
1455
- "maxFires": 30,
1456
- "fireCount": 0,
1457
- "status": "active",
1458
- "createdAt": 1780943884606,
1459
- "updatedAt": 1780943884606,
1460
- "expiresAt": 1781548684606
1461
- },
1462
- {
1463
- "id": "82",
1464
- "prompt": "Loop 82",
1465
- "trigger": {
1466
- "type": "cron",
1467
- "schedule": "*/5 * * * *"
1468
- },
1469
- "recurring": true,
1470
- "autoTask": false,
1471
- "taskBacklog": false,
1472
- "readOnly": false,
1473
- "maxFires": 30,
1474
- "fireCount": 0,
1475
- "status": "active",
1476
- "createdAt": 1780943884606,
1477
- "updatedAt": 1780943884606,
1478
- "expiresAt": 1781548684606
1479
- },
1480
- {
1481
- "id": "83",
1482
- "prompt": "Loop 83",
1483
- "trigger": {
1484
- "type": "cron",
1485
- "schedule": "*/5 * * * *"
1486
- },
1487
- "recurring": true,
1488
- "autoTask": false,
1489
- "taskBacklog": false,
1490
- "readOnly": false,
1491
- "maxFires": 30,
1492
- "fireCount": 0,
1493
- "status": "active",
1494
- "createdAt": 1780943884606,
1495
- "updatedAt": 1780943884606,
1496
- "expiresAt": 1781548684606
1497
- },
1498
- {
1499
- "id": "84",
1500
- "prompt": "Loop 84",
1501
- "trigger": {
1502
- "type": "cron",
1503
- "schedule": "*/5 * * * *"
1504
- },
1505
- "recurring": true,
1506
- "autoTask": false,
1507
- "taskBacklog": false,
1508
- "readOnly": false,
1509
- "maxFires": 30,
1510
- "fireCount": 0,
1511
- "status": "active",
1512
- "createdAt": 1780943884606,
1513
- "updatedAt": 1780943884606,
1514
- "expiresAt": 1781548684606
1515
- },
1516
- {
1517
- "id": "85",
1518
- "prompt": "Loop 85",
1519
- "trigger": {
1520
- "type": "cron",
1521
- "schedule": "*/5 * * * *"
1522
- },
1523
- "recurring": true,
1524
- "autoTask": false,
1525
- "taskBacklog": false,
1526
- "readOnly": false,
1527
- "maxFires": 30,
1528
- "fireCount": 0,
1529
- "status": "active",
1530
- "createdAt": 1780943884606,
1531
- "updatedAt": 1780943884606,
1532
- "expiresAt": 1781548684606
1533
- },
1534
- {
1535
- "id": "86",
1536
- "prompt": "Loop 86",
1537
- "trigger": {
1538
- "type": "cron",
1539
- "schedule": "*/5 * * * *"
1540
- },
1541
- "recurring": true,
1542
- "autoTask": false,
1543
- "taskBacklog": false,
1544
- "readOnly": false,
1545
- "maxFires": 30,
1546
- "fireCount": 0,
1547
- "status": "active",
1548
- "createdAt": 1780943884606,
1549
- "updatedAt": 1780943884606,
1550
- "expiresAt": 1781548684606
1551
- },
1552
- {
1553
- "id": "87",
1554
- "prompt": "Loop 87",
1555
- "trigger": {
1556
- "type": "cron",
1557
- "schedule": "*/5 * * * *"
1558
- },
1559
- "recurring": true,
1560
- "autoTask": false,
1561
- "taskBacklog": false,
1562
- "readOnly": false,
1563
- "maxFires": 30,
1564
- "fireCount": 0,
1565
- "status": "active",
1566
- "createdAt": 1780943884606,
1567
- "updatedAt": 1780943884606,
1568
- "expiresAt": 1781548684606
1569
- },
1570
- {
1571
- "id": "88",
1572
- "prompt": "Loop 88",
1573
- "trigger": {
1574
- "type": "cron",
1575
- "schedule": "*/5 * * * *"
1576
- },
1577
- "recurring": true,
1578
- "autoTask": false,
1579
- "taskBacklog": false,
1580
- "readOnly": false,
1581
- "maxFires": 30,
1582
- "fireCount": 0,
1583
- "status": "active",
1584
- "createdAt": 1780943884606,
1585
- "updatedAt": 1780943884606,
1586
- "expiresAt": 1781548684606
1587
- },
1588
- {
1589
- "id": "89",
1590
- "prompt": "Loop 89",
1591
- "trigger": {
1592
- "type": "cron",
1593
- "schedule": "*/5 * * * *"
1594
- },
1595
- "recurring": true,
1596
- "autoTask": false,
1597
- "taskBacklog": false,
1598
- "readOnly": false,
1599
- "maxFires": 30,
1600
- "fireCount": 0,
1601
- "status": "active",
1602
- "createdAt": 1780943884606,
1603
- "updatedAt": 1780943884606,
1604
- "expiresAt": 1781548684606
1605
- },
1606
- {
1607
- "id": "90",
1608
- "prompt": "Loop 90",
1609
- "trigger": {
1610
- "type": "cron",
1611
- "schedule": "*/5 * * * *"
1612
- },
1613
- "recurring": true,
1614
- "autoTask": false,
1615
- "taskBacklog": false,
1616
- "readOnly": false,
1617
- "maxFires": 30,
1618
- "fireCount": 0,
1619
- "status": "active",
1620
- "createdAt": 1780943884606,
1621
- "updatedAt": 1780943884606,
1622
- "expiresAt": 1781548684606
1623
- },
1624
- {
1625
- "id": "91",
1626
- "prompt": "Loop 91",
1627
- "trigger": {
1628
- "type": "cron",
1629
- "schedule": "*/5 * * * *"
1630
- },
1631
- "recurring": true,
1632
- "autoTask": false,
1633
- "taskBacklog": false,
1634
- "readOnly": false,
1635
- "maxFires": 30,
1636
- "fireCount": 0,
1637
- "status": "active",
1638
- "createdAt": 1780943884606,
1639
- "updatedAt": 1780943884606,
1640
- "expiresAt": 1781548684606
1641
- },
1642
- {
1643
- "id": "92",
1644
- "prompt": "Loop 92",
1645
- "trigger": {
1646
- "type": "cron",
1647
- "schedule": "*/5 * * * *"
1648
- },
1649
- "recurring": true,
1650
- "autoTask": false,
1651
- "taskBacklog": false,
1652
- "readOnly": false,
1653
- "maxFires": 30,
1654
- "fireCount": 0,
1655
- "status": "active",
1656
- "createdAt": 1780943884606,
1657
- "updatedAt": 1780943884606,
1658
- "expiresAt": 1781548684606
1659
- },
1660
- {
1661
- "id": "93",
1662
- "prompt": "Loop 93",
1663
- "trigger": {
1664
- "type": "cron",
1665
- "schedule": "*/5 * * * *"
1666
- },
1667
- "recurring": true,
1668
- "autoTask": false,
1669
- "taskBacklog": false,
1670
- "readOnly": false,
1671
- "maxFires": 30,
1672
- "fireCount": 0,
1673
- "status": "active",
1674
- "createdAt": 1780943884606,
1675
- "updatedAt": 1780943884606,
1676
- "expiresAt": 1781548684606
1677
- },
1678
- {
1679
- "id": "94",
1680
- "prompt": "Loop 94",
1681
- "trigger": {
1682
- "type": "cron",
1683
- "schedule": "*/5 * * * *"
1684
- },
1685
- "recurring": true,
1686
- "autoTask": false,
1687
- "taskBacklog": false,
1688
- "readOnly": false,
1689
- "maxFires": 30,
1690
- "fireCount": 0,
1691
- "status": "active",
1692
- "createdAt": 1780943884606,
1693
- "updatedAt": 1780943884606,
1694
- "expiresAt": 1781548684606
1695
- },
1696
- {
1697
- "id": "95",
1698
- "prompt": "Loop 95",
1699
- "trigger": {
1700
- "type": "cron",
1701
- "schedule": "*/5 * * * *"
1702
- },
1703
- "recurring": true,
1704
- "autoTask": false,
1705
- "taskBacklog": false,
1706
- "readOnly": false,
1707
- "maxFires": 30,
1708
- "fireCount": 0,
1709
- "status": "active",
1710
- "createdAt": 1780943884606,
1711
- "updatedAt": 1780943884606,
1712
- "expiresAt": 1781548684606
1713
- },
1714
- {
1715
- "id": "96",
1716
- "prompt": "Loop 96",
1717
- "trigger": {
1718
- "type": "cron",
1719
- "schedule": "*/5 * * * *"
1720
- },
1721
- "recurring": true,
1722
- "autoTask": false,
1723
- "taskBacklog": false,
1724
- "readOnly": false,
1725
- "maxFires": 30,
1726
- "fireCount": 0,
1727
- "status": "active",
1728
- "createdAt": 1780943884606,
1729
- "updatedAt": 1780943884606,
1730
- "expiresAt": 1781548684606
1731
- },
1732
- {
1733
- "id": "97",
1734
- "prompt": "Loop 97",
1735
- "trigger": {
1736
- "type": "cron",
1737
- "schedule": "*/5 * * * *"
1738
- },
1739
- "recurring": true,
1740
- "autoTask": false,
1741
- "taskBacklog": false,
1742
- "readOnly": false,
1743
- "maxFires": 30,
1744
- "fireCount": 0,
1745
- "status": "active",
1746
- "createdAt": 1780943884606,
1747
- "updatedAt": 1780943884606,
1748
- "expiresAt": 1781548684606
1749
- },
1750
- {
1751
- "id": "98",
1752
- "prompt": "Loop 98",
1753
- "trigger": {
1754
- "type": "cron",
1755
- "schedule": "*/5 * * * *"
1756
- },
1757
- "recurring": true,
1758
- "autoTask": false,
1759
- "taskBacklog": false,
1760
- "readOnly": false,
1761
- "maxFires": 30,
1762
- "fireCount": 0,
1763
- "status": "active",
1764
- "createdAt": 1780943884606,
1765
- "updatedAt": 1780943884606,
1766
- "expiresAt": 1781548684606
1767
- },
1768
- {
1769
- "id": "99",
1770
- "prompt": "Loop 99",
1771
- "trigger": {
1772
- "type": "cron",
1773
- "schedule": "*/5 * * * *"
1774
- },
1775
- "recurring": true,
1776
- "autoTask": false,
1777
- "taskBacklog": false,
1778
- "readOnly": false,
1779
- "maxFires": 30,
1780
- "fireCount": 0,
1781
- "status": "active",
1782
- "createdAt": 1780943884606,
1783
- "updatedAt": 1780943884606,
1784
- "expiresAt": 1781548684606
1785
- },
1786
- {
1787
- "id": "100",
1788
- "prompt": "Loop 100",
1789
- "trigger": {
1790
- "type": "cron",
1791
- "schedule": "*/5 * * * *"
1792
- },
1793
- "recurring": true,
1794
- "autoTask": false,
1795
- "taskBacklog": false,
1796
- "readOnly": false,
1797
- "maxFires": 30,
1798
- "fireCount": 0,
1799
- "status": "active",
1800
- "createdAt": 1780943884606,
1801
- "updatedAt": 1780943884606,
1802
- "expiresAt": 1781548684606
1803
- }
1804
- ]
1805
- }