@almadar/std 8.3.0 → 8.4.1
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/behaviors/registry/agent/atoms/std-agent-activity-log.orb +62 -62
- package/behaviors/registry/agent/atoms/std-agent-chat-thread.orb +101 -101
- package/behaviors/registry/agent/atoms/std-agent-classifier.orb +119 -114
- package/behaviors/registry/agent/atoms/std-agent-completion.orb +103 -103
- package/behaviors/registry/agent/atoms/std-agent-context-window.orb +413 -404
- package/behaviors/registry/agent/atoms/std-agent-conversation.orb +94 -94
- package/behaviors/registry/agent/atoms/std-agent-memory.orb +66 -66
- package/behaviors/registry/agent/atoms/std-agent-provider.orb +146 -141
- package/behaviors/registry/agent/atoms/std-agent-search.orb +61 -61
- package/behaviors/registry/agent/atoms/std-agent-session.orb +109 -109
- package/behaviors/registry/agent/atoms/std-agent-step-progress.orb +196 -196
- package/behaviors/registry/agent/atoms/std-agent-token-gauge.orb +347 -347
- package/behaviors/registry/agent/atoms/std-agent-tool-call.orb +61 -60
- package/behaviors/registry/agent/molecules/std-agent-fix-loop.orb +187 -187
- package/behaviors/registry/agent/molecules/std-agent-learner.orb +180 -180
- package/behaviors/registry/agent/molecules/std-agent-planner.orb +108 -108
- package/behaviors/registry/agent/molecules/std-agent-rag.orb +107 -107
- package/behaviors/registry/agent/molecules/std-agent-tool-loop.orb +184 -184
- package/behaviors/registry/agent/organisms/std-agent-assistant.orb +1130 -1130
- package/behaviors/registry/agent/organisms/std-agent-builder.orb +2998 -2998
- package/behaviors/registry/agent/organisms/std-agent-pipeline.orb +2135 -2135
- package/behaviors/registry/agent/organisms/std-agent-reviewer.orb +1033 -1033
- package/behaviors/registry/agent/organisms/std-agent-tutor.orb +784 -784
- package/behaviors/registry/app/organisms/std-api-gateway.orb +798 -798
- package/behaviors/registry/app/organisms/std-booking-system.orb +1139 -1139
- package/behaviors/registry/app/organisms/std-cicd-pipeline.orb +776 -776
- package/behaviors/registry/app/organisms/std-cms.orb +469 -469
- package/behaviors/registry/app/organisms/std-coding-academy.orb +338 -338
- package/behaviors/registry/app/organisms/std-crm.orb +832 -832
- package/behaviors/registry/app/organisms/std-devops-dashboard.orb +1350 -1350
- package/behaviors/registry/app/organisms/std-ecommerce.orb +975 -975
- package/behaviors/registry/app/organisms/std-finance-tracker.orb +573 -573
- package/behaviors/registry/app/organisms/std-healthcare.orb +1370 -1370
- package/behaviors/registry/app/organisms/std-helpdesk.orb +617 -617
- package/behaviors/registry/app/organisms/std-hr-portal.orb +1177 -1177
- package/behaviors/registry/app/organisms/std-iot-dashboard.orb +871 -871
- package/behaviors/registry/app/organisms/std-lms.orb +839 -839
- package/behaviors/registry/app/organisms/std-project-manager.orb +667 -667
- package/behaviors/registry/app/organisms/std-realtime-chat.orb +667 -667
- package/behaviors/registry/app/organisms/std-social-feed.orb +230 -230
- package/behaviors/registry/app/organisms/std-trading-dashboard.orb +682 -682
- package/behaviors/registry/core/atoms/std-browse.orb +53 -53
- package/behaviors/registry/core/atoms/std-cache-aside.orb +89 -89
- package/behaviors/registry/core/atoms/std-calendar.orb +57 -57
- package/behaviors/registry/core/atoms/std-circuit-breaker.orb +196 -196
- package/behaviors/registry/core/atoms/std-confirmation.orb +19 -19
- package/behaviors/registry/core/atoms/std-display.orb +383 -383
- package/behaviors/registry/core/atoms/std-drawer.orb +56 -56
- package/behaviors/registry/core/atoms/std-filter.orb +42 -42
- package/behaviors/registry/core/atoms/std-gallery.orb +54 -54
- package/behaviors/registry/core/atoms/std-modal.orb +12 -12
- package/behaviors/registry/core/atoms/std-pagination.orb +42 -42
- package/behaviors/registry/core/atoms/std-push.orb +42 -42
- package/behaviors/registry/core/atoms/std-rate-limiter.orb +179 -179
- package/behaviors/registry/core/atoms/std-related.orb +34 -34
- package/behaviors/registry/core/atoms/std-search.orb +68 -68
- package/behaviors/registry/core/atoms/std-selection.orb +90 -90
- package/behaviors/registry/core/atoms/std-tabs.orb +52 -52
- package/behaviors/registry/core/molecules/std-cart.orb +45 -45
- package/behaviors/registry/core/molecules/std-filtered-list.orb +7 -7
- package/behaviors/registry/core/molecules/std-form-advanced.orb +127 -127
- package/behaviors/registry/core/molecules/std-list.orb +46 -46
- package/behaviors/registry/core/molecules/std-wizard-form.orb +147 -147
- package/behaviors/registry/game/atoms/std-collision.orb +121 -121
- package/behaviors/registry/game/atoms/std-combat.orb +68 -68
- package/behaviors/registry/game/atoms/std-dialogue-box.orb +25 -25
- package/behaviors/registry/game/atoms/std-game-canvas2d.orb +48 -48
- package/behaviors/registry/game/atoms/std-gameflow.orb +37 -37
- package/behaviors/registry/game/atoms/std-movement.orb +306 -306
- package/behaviors/registry/game/atoms/std-overworld.orb +68 -68
- package/behaviors/registry/game/atoms/std-physics2d.orb +76 -76
- package/behaviors/registry/game/atoms/std-quest.orb +124 -124
- package/behaviors/registry/game/atoms/std-timer.orb +274 -274
- package/behaviors/registry/game/organisms/std-arcade-game.orb +145 -145
- package/behaviors/registry/game/organisms/std-logic-training.orb +67 -67
- package/behaviors/registry/game/organisms/std-platformer-app.orb +218 -218
- package/behaviors/registry/game/organisms/std-puzzle-app.orb +90 -90
- package/behaviors/registry/game/organisms/std-rpg-game.orb +372 -372
- package/behaviors/registry/game/organisms/std-stem-lab.orb +345 -345
- package/behaviors/registry/game/organisms/std-strategy-game.orb +540 -540
- package/behaviors/registry/probes/molecules/std-source-scope-probe.orb +14 -14
- package/behaviors/registry/service/atoms/std-service-custom-bearer.orb +86 -86
- package/behaviors/registry/service/atoms/std-service-email.orb +72 -72
- package/behaviors/registry/service/atoms/std-service-github.orb +98 -98
- package/behaviors/registry/service/atoms/std-service-llm.orb +118 -118
- package/behaviors/registry/service/atoms/std-service-oauth.orb +118 -118
- package/behaviors/registry/service/atoms/std-service-redis.orb +103 -103
- package/behaviors/registry/service/atoms/std-service-storage.orb +105 -105
- package/behaviors/registry/service/atoms/std-service-stripe.orb +95 -95
- package/behaviors/registry/service/atoms/std-service-twilio.orb +107 -107
- package/behaviors/registry/service/atoms/std-service-youtube.orb +104 -104
- package/behaviors/registry/service/organisms/std-service-marketplace.orb +966 -966
- package/behaviors/registry/service/organisms/std-service-research-assistant.orb +905 -905
- package/dist/behaviors/registry/agent/atoms/std-agent-activity-log.orb +62 -62
- package/dist/behaviors/registry/agent/atoms/std-agent-chat-thread.orb +101 -101
- package/dist/behaviors/registry/agent/atoms/std-agent-classifier.orb +119 -114
- package/dist/behaviors/registry/agent/atoms/std-agent-completion.orb +103 -103
- package/dist/behaviors/registry/agent/atoms/std-agent-context-window.orb +413 -404
- package/dist/behaviors/registry/agent/atoms/std-agent-conversation.orb +94 -94
- package/dist/behaviors/registry/agent/atoms/std-agent-memory.orb +66 -66
- package/dist/behaviors/registry/agent/atoms/std-agent-provider.orb +146 -141
- package/dist/behaviors/registry/agent/atoms/std-agent-search.orb +61 -61
- package/dist/behaviors/registry/agent/atoms/std-agent-session.orb +109 -109
- package/dist/behaviors/registry/agent/atoms/std-agent-step-progress.orb +196 -196
- package/dist/behaviors/registry/agent/atoms/std-agent-token-gauge.orb +347 -347
- package/dist/behaviors/registry/agent/atoms/std-agent-tool-call.orb +61 -60
- package/dist/behaviors/registry/agent/molecules/std-agent-fix-loop.orb +187 -187
- package/dist/behaviors/registry/agent/molecules/std-agent-learner.orb +180 -180
- package/dist/behaviors/registry/agent/molecules/std-agent-planner.orb +108 -108
- package/dist/behaviors/registry/agent/molecules/std-agent-rag.orb +107 -107
- package/dist/behaviors/registry/agent/molecules/std-agent-tool-loop.orb +184 -184
- package/dist/behaviors/registry/agent/organisms/std-agent-assistant.orb +1130 -1130
- package/dist/behaviors/registry/agent/organisms/std-agent-builder.orb +2998 -2998
- package/dist/behaviors/registry/agent/organisms/std-agent-pipeline.orb +2135 -2135
- package/dist/behaviors/registry/agent/organisms/std-agent-reviewer.orb +1033 -1033
- package/dist/behaviors/registry/agent/organisms/std-agent-tutor.orb +784 -784
- package/dist/behaviors/registry/app/organisms/std-api-gateway.orb +798 -798
- package/dist/behaviors/registry/app/organisms/std-booking-system.orb +1139 -1139
- package/dist/behaviors/registry/app/organisms/std-cicd-pipeline.orb +776 -776
- package/dist/behaviors/registry/app/organisms/std-cms.orb +469 -469
- package/dist/behaviors/registry/app/organisms/std-coding-academy.orb +338 -338
- package/dist/behaviors/registry/app/organisms/std-crm.orb +832 -832
- package/dist/behaviors/registry/app/organisms/std-devops-dashboard.orb +1350 -1350
- package/dist/behaviors/registry/app/organisms/std-ecommerce.orb +975 -975
- package/dist/behaviors/registry/app/organisms/std-finance-tracker.orb +573 -573
- package/dist/behaviors/registry/app/organisms/std-healthcare.orb +1370 -1370
- package/dist/behaviors/registry/app/organisms/std-helpdesk.orb +617 -617
- package/dist/behaviors/registry/app/organisms/std-hr-portal.orb +1177 -1177
- package/dist/behaviors/registry/app/organisms/std-iot-dashboard.orb +871 -871
- package/dist/behaviors/registry/app/organisms/std-lms.orb +839 -839
- package/dist/behaviors/registry/app/organisms/std-project-manager.orb +667 -667
- package/dist/behaviors/registry/app/organisms/std-realtime-chat.orb +667 -667
- package/dist/behaviors/registry/app/organisms/std-social-feed.orb +230 -230
- package/dist/behaviors/registry/app/organisms/std-trading-dashboard.orb +682 -682
- package/dist/behaviors/registry/core/atoms/std-browse.orb +53 -53
- package/dist/behaviors/registry/core/atoms/std-cache-aside.orb +89 -89
- package/dist/behaviors/registry/core/atoms/std-calendar.orb +57 -57
- package/dist/behaviors/registry/core/atoms/std-circuit-breaker.orb +196 -196
- package/dist/behaviors/registry/core/atoms/std-confirmation.orb +19 -19
- package/dist/behaviors/registry/core/atoms/std-display.orb +383 -383
- package/dist/behaviors/registry/core/atoms/std-drawer.orb +56 -56
- package/dist/behaviors/registry/core/atoms/std-filter.orb +42 -42
- package/dist/behaviors/registry/core/atoms/std-gallery.orb +54 -54
- package/dist/behaviors/registry/core/atoms/std-modal.orb +12 -12
- package/dist/behaviors/registry/core/atoms/std-pagination.orb +42 -42
- package/dist/behaviors/registry/core/atoms/std-push.orb +42 -42
- package/dist/behaviors/registry/core/atoms/std-rate-limiter.orb +179 -179
- package/dist/behaviors/registry/core/atoms/std-related.orb +34 -34
- package/dist/behaviors/registry/core/atoms/std-search.orb +68 -68
- package/dist/behaviors/registry/core/atoms/std-selection.orb +90 -90
- package/dist/behaviors/registry/core/atoms/std-tabs.orb +52 -52
- package/dist/behaviors/registry/core/molecules/std-cart.orb +45 -45
- package/dist/behaviors/registry/core/molecules/std-filtered-list.orb +7 -7
- package/dist/behaviors/registry/core/molecules/std-form-advanced.orb +127 -127
- package/dist/behaviors/registry/core/molecules/std-list.orb +46 -46
- package/dist/behaviors/registry/core/molecules/std-wizard-form.orb +147 -147
- package/dist/behaviors/registry/game/atoms/std-collision.orb +121 -121
- package/dist/behaviors/registry/game/atoms/std-combat.orb +68 -68
- package/dist/behaviors/registry/game/atoms/std-dialogue-box.orb +25 -25
- package/dist/behaviors/registry/game/atoms/std-game-canvas2d.orb +48 -48
- package/dist/behaviors/registry/game/atoms/std-gameflow.orb +37 -37
- package/dist/behaviors/registry/game/atoms/std-movement.orb +306 -306
- package/dist/behaviors/registry/game/atoms/std-overworld.orb +68 -68
- package/dist/behaviors/registry/game/atoms/std-physics2d.orb +76 -76
- package/dist/behaviors/registry/game/atoms/std-quest.orb +124 -124
- package/dist/behaviors/registry/game/atoms/std-timer.orb +274 -274
- package/dist/behaviors/registry/game/organisms/std-arcade-game.orb +145 -145
- package/dist/behaviors/registry/game/organisms/std-logic-training.orb +67 -67
- package/dist/behaviors/registry/game/organisms/std-platformer-app.orb +218 -218
- package/dist/behaviors/registry/game/organisms/std-puzzle-app.orb +90 -90
- package/dist/behaviors/registry/game/organisms/std-rpg-game.orb +372 -372
- package/dist/behaviors/registry/game/organisms/std-stem-lab.orb +345 -345
- package/dist/behaviors/registry/game/organisms/std-strategy-game.orb +540 -540
- package/dist/behaviors/registry/probes/molecules/std-source-scope-probe.orb +14 -14
- package/dist/behaviors/registry/service/atoms/std-service-custom-bearer.orb +86 -86
- package/dist/behaviors/registry/service/atoms/std-service-email.orb +72 -72
- package/dist/behaviors/registry/service/atoms/std-service-github.orb +98 -98
- package/dist/behaviors/registry/service/atoms/std-service-llm.orb +118 -118
- package/dist/behaviors/registry/service/atoms/std-service-oauth.orb +118 -118
- package/dist/behaviors/registry/service/atoms/std-service-redis.orb +103 -103
- package/dist/behaviors/registry/service/atoms/std-service-storage.orb +105 -105
- package/dist/behaviors/registry/service/atoms/std-service-stripe.orb +95 -95
- package/dist/behaviors/registry/service/atoms/std-service-twilio.orb +107 -107
- package/dist/behaviors/registry/service/atoms/std-service-youtube.orb +104 -104
- package/dist/behaviors/registry/service/organisms/std-service-marketplace.orb +966 -966
- package/dist/behaviors/registry/service/organisms/std-service-research-assistant.orb +905 -905
- package/package.json +1 -1
|
@@ -279,8 +279,8 @@
|
|
|
279
279
|
"AgentActivityLog",
|
|
280
280
|
{
|
|
281
281
|
"emit": {
|
|
282
|
-
"
|
|
283
|
-
"
|
|
282
|
+
"failure": "AgentActivityLogLoadFailed",
|
|
283
|
+
"success": "AgentActivityLogLoaded"
|
|
284
284
|
}
|
|
285
285
|
}
|
|
286
286
|
],
|
|
@@ -289,6 +289,8 @@
|
|
|
289
289
|
"main",
|
|
290
290
|
{
|
|
291
291
|
"direction": "vertical",
|
|
292
|
+
"type": "stack",
|
|
293
|
+
"align": "center",
|
|
292
294
|
"children": [
|
|
293
295
|
{
|
|
294
296
|
"type": "spinner"
|
|
@@ -300,10 +302,8 @@
|
|
|
300
302
|
"color": "muted"
|
|
301
303
|
}
|
|
302
304
|
],
|
|
303
|
-
"type": "stack",
|
|
304
|
-
"gap": "md",
|
|
305
305
|
"className": "py-12",
|
|
306
|
-
"
|
|
306
|
+
"gap": "md"
|
|
307
307
|
}
|
|
308
308
|
]
|
|
309
309
|
]
|
|
@@ -323,45 +323,45 @@
|
|
|
323
323
|
"children": [
|
|
324
324
|
{
|
|
325
325
|
"align": "center",
|
|
326
|
+
"type": "stack",
|
|
327
|
+
"direction": "horizontal",
|
|
328
|
+
"gap": "sm",
|
|
326
329
|
"children": [
|
|
327
330
|
{
|
|
328
331
|
"name": "activity",
|
|
329
332
|
"type": "icon"
|
|
330
333
|
},
|
|
331
334
|
{
|
|
332
|
-
"
|
|
335
|
+
"type": "typography",
|
|
333
336
|
"variant": "h2",
|
|
334
|
-
"
|
|
337
|
+
"content": "Activity Log"
|
|
335
338
|
}
|
|
336
|
-
]
|
|
337
|
-
"gap": "sm",
|
|
338
|
-
"type": "stack",
|
|
339
|
-
"direction": "horizontal"
|
|
339
|
+
]
|
|
340
340
|
},
|
|
341
341
|
{
|
|
342
|
-
"icon": "trash",
|
|
343
342
|
"action": "CLEAR",
|
|
344
343
|
"type": "button",
|
|
345
344
|
"label": "Clear",
|
|
346
|
-
"variant": "ghost"
|
|
345
|
+
"variant": "ghost",
|
|
346
|
+
"icon": "trash"
|
|
347
347
|
}
|
|
348
348
|
],
|
|
349
|
-
"
|
|
349
|
+
"gap": "sm",
|
|
350
350
|
"type": "stack",
|
|
351
|
-
"
|
|
352
|
-
"
|
|
351
|
+
"direction": "horizontal",
|
|
352
|
+
"align": "center"
|
|
353
353
|
},
|
|
354
354
|
{
|
|
355
355
|
"type": "divider"
|
|
356
356
|
},
|
|
357
357
|
{
|
|
358
358
|
"type": "timeline",
|
|
359
|
-
"
|
|
360
|
-
"
|
|
359
|
+
"fields": [],
|
|
360
|
+
"entity": "@payload.data"
|
|
361
361
|
}
|
|
362
362
|
],
|
|
363
|
-
"type": "stack",
|
|
364
363
|
"gap": "lg",
|
|
364
|
+
"type": "stack",
|
|
365
365
|
"direction": "vertical"
|
|
366
366
|
}
|
|
367
367
|
]
|
|
@@ -376,15 +376,14 @@
|
|
|
376
376
|
"render-ui",
|
|
377
377
|
"main",
|
|
378
378
|
{
|
|
379
|
+
"gap": "md",
|
|
379
380
|
"align": "center",
|
|
380
381
|
"className": "py-12",
|
|
381
|
-
"gap": "md",
|
|
382
|
-
"type": "stack",
|
|
383
382
|
"direction": "vertical",
|
|
384
383
|
"children": [
|
|
385
384
|
{
|
|
386
|
-
"color": "destructive",
|
|
387
385
|
"type": "icon",
|
|
386
|
+
"color": "destructive",
|
|
388
387
|
"name": "alert-triangle"
|
|
389
388
|
},
|
|
390
389
|
{
|
|
@@ -394,18 +393,19 @@
|
|
|
394
393
|
},
|
|
395
394
|
{
|
|
396
395
|
"type": "typography",
|
|
397
|
-
"content": "@payload.error",
|
|
398
396
|
"color": "muted",
|
|
399
|
-
"variant": "body"
|
|
397
|
+
"variant": "body",
|
|
398
|
+
"content": "@payload.error"
|
|
400
399
|
},
|
|
401
400
|
{
|
|
402
|
-
"label": "Retry",
|
|
403
|
-
"action": "INIT",
|
|
404
401
|
"icon": "rotate-ccw",
|
|
402
|
+
"type": "button",
|
|
405
403
|
"variant": "primary",
|
|
406
|
-
"
|
|
404
|
+
"action": "INIT",
|
|
405
|
+
"label": "Retry"
|
|
407
406
|
}
|
|
408
|
-
]
|
|
407
|
+
],
|
|
408
|
+
"type": "stack"
|
|
409
409
|
}
|
|
410
410
|
]
|
|
411
411
|
]
|
|
@@ -420,10 +420,10 @@
|
|
|
420
420
|
"create",
|
|
421
421
|
"AgentActivityLog",
|
|
422
422
|
{
|
|
423
|
-
"
|
|
424
|
-
"timestamp": "@now",
|
|
423
|
+
"status": "@payload.status",
|
|
425
424
|
"action": "@payload.action",
|
|
426
|
-
"
|
|
425
|
+
"detail": "@payload.detail",
|
|
426
|
+
"timestamp": "@now"
|
|
427
427
|
},
|
|
428
428
|
{
|
|
429
429
|
"emit": {
|
|
@@ -436,21 +436,21 @@
|
|
|
436
436
|
"render-ui",
|
|
437
437
|
"main",
|
|
438
438
|
{
|
|
439
|
-
"type": "stack",
|
|
440
439
|
"children": [
|
|
441
440
|
{
|
|
442
441
|
"type": "spinner"
|
|
443
442
|
},
|
|
444
443
|
{
|
|
445
|
-
"variant": "caption",
|
|
446
|
-
"type": "typography",
|
|
447
444
|
"color": "muted",
|
|
448
|
-
"content": "Recording entry…"
|
|
445
|
+
"content": "Recording entry…",
|
|
446
|
+
"type": "typography",
|
|
447
|
+
"variant": "caption"
|
|
449
448
|
}
|
|
450
449
|
],
|
|
451
450
|
"gap": "md",
|
|
452
|
-
"direction": "vertical",
|
|
453
451
|
"align": "center",
|
|
452
|
+
"type": "stack",
|
|
453
|
+
"direction": "vertical",
|
|
454
454
|
"className": "py-12"
|
|
455
455
|
}
|
|
456
456
|
]
|
|
@@ -476,6 +476,8 @@
|
|
|
476
476
|
"render-ui",
|
|
477
477
|
"main",
|
|
478
478
|
{
|
|
479
|
+
"gap": "md",
|
|
480
|
+
"direction": "vertical",
|
|
479
481
|
"className": "py-12",
|
|
480
482
|
"type": "stack",
|
|
481
483
|
"children": [
|
|
@@ -483,14 +485,12 @@
|
|
|
483
485
|
"type": "spinner"
|
|
484
486
|
},
|
|
485
487
|
{
|
|
486
|
-
"color": "muted",
|
|
487
|
-
"variant": "caption",
|
|
488
488
|
"type": "typography",
|
|
489
|
+
"variant": "caption",
|
|
490
|
+
"color": "muted",
|
|
489
491
|
"content": "Clearing activity log…"
|
|
490
492
|
}
|
|
491
493
|
],
|
|
492
|
-
"direction": "vertical",
|
|
493
|
-
"gap": "md",
|
|
494
494
|
"align": "center"
|
|
495
495
|
}
|
|
496
496
|
]
|
|
@@ -506,8 +506,8 @@
|
|
|
506
506
|
"AgentActivityLog",
|
|
507
507
|
{
|
|
508
508
|
"emit": {
|
|
509
|
-
"
|
|
510
|
-
"
|
|
509
|
+
"failure": "AgentActivityLogLoadFailed",
|
|
510
|
+
"success": "AgentActivityLogLoaded"
|
|
511
511
|
}
|
|
512
512
|
}
|
|
513
513
|
],
|
|
@@ -529,11 +529,8 @@
|
|
|
529
529
|
"render-ui",
|
|
530
530
|
"main",
|
|
531
531
|
{
|
|
532
|
-
"type": "stack",
|
|
533
532
|
"align": "center",
|
|
534
533
|
"className": "py-12",
|
|
535
|
-
"gap": "md",
|
|
536
|
-
"direction": "vertical",
|
|
537
534
|
"children": [
|
|
538
535
|
{
|
|
539
536
|
"name": "alert-triangle",
|
|
@@ -546,19 +543,22 @@
|
|
|
546
543
|
"variant": "h3"
|
|
547
544
|
},
|
|
548
545
|
{
|
|
549
|
-
"variant": "body",
|
|
550
|
-
"color": "muted",
|
|
551
546
|
"type": "typography",
|
|
552
|
-
"
|
|
547
|
+
"variant": "body",
|
|
548
|
+
"content": "@payload.error",
|
|
549
|
+
"color": "muted"
|
|
553
550
|
},
|
|
554
551
|
{
|
|
555
|
-
"
|
|
552
|
+
"type": "button",
|
|
556
553
|
"variant": "primary",
|
|
557
554
|
"icon": "rotate-ccw",
|
|
558
|
-
"
|
|
559
|
-
"
|
|
555
|
+
"action": "INIT",
|
|
556
|
+
"label": "Retry"
|
|
560
557
|
}
|
|
561
|
-
]
|
|
558
|
+
],
|
|
559
|
+
"gap": "md",
|
|
560
|
+
"direction": "vertical",
|
|
561
|
+
"type": "stack"
|
|
562
562
|
}
|
|
563
563
|
]
|
|
564
564
|
]
|
|
@@ -596,7 +596,7 @@
|
|
|
596
596
|
"render-ui",
|
|
597
597
|
"main",
|
|
598
598
|
{
|
|
599
|
-
"
|
|
599
|
+
"className": "py-12",
|
|
600
600
|
"align": "center",
|
|
601
601
|
"children": [
|
|
602
602
|
{
|
|
@@ -605,27 +605,27 @@
|
|
|
605
605
|
"name": "alert-triangle"
|
|
606
606
|
},
|
|
607
607
|
{
|
|
608
|
-
"content": "Failed to clear activity log",
|
|
609
608
|
"type": "typography",
|
|
610
|
-
"variant": "h3"
|
|
609
|
+
"variant": "h3",
|
|
610
|
+
"content": "Failed to clear activity log"
|
|
611
611
|
},
|
|
612
612
|
{
|
|
613
|
-
"variant": "body",
|
|
614
613
|
"type": "typography",
|
|
614
|
+
"variant": "body",
|
|
615
615
|
"content": "@payload.error",
|
|
616
616
|
"color": "muted"
|
|
617
617
|
},
|
|
618
618
|
{
|
|
619
619
|
"type": "button",
|
|
620
620
|
"action": "INIT",
|
|
621
|
+
"variant": "primary",
|
|
621
622
|
"label": "Retry",
|
|
622
|
-
"icon": "rotate-ccw"
|
|
623
|
-
"variant": "primary"
|
|
623
|
+
"icon": "rotate-ccw"
|
|
624
624
|
}
|
|
625
625
|
],
|
|
626
|
-
"type": "stack",
|
|
627
626
|
"gap": "md",
|
|
628
|
-
"
|
|
627
|
+
"type": "stack",
|
|
628
|
+
"direction": "vertical"
|
|
629
629
|
}
|
|
630
630
|
]
|
|
631
631
|
]
|
|
@@ -640,8 +640,8 @@
|
|
|
640
640
|
"AgentActivityLog",
|
|
641
641
|
{
|
|
642
642
|
"emit": {
|
|
643
|
-
"
|
|
644
|
-
"
|
|
643
|
+
"failure": "AgentActivityLogLoadFailed",
|
|
644
|
+
"success": "AgentActivityLogLoaded"
|
|
645
645
|
}
|
|
646
646
|
}
|
|
647
647
|
],
|