@almadar/std 8.2.0 → 8.3.0
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 +83 -83
- package/behaviors/registry/agent/atoms/std-agent-chat-thread.orb +112 -112
- package/behaviors/registry/agent/atoms/std-agent-classifier.orb +107 -101
- package/behaviors/registry/agent/atoms/std-agent-completion.orb +131 -116
- package/behaviors/registry/agent/atoms/std-agent-context-window.orb +408 -402
- package/behaviors/registry/agent/atoms/std-agent-conversation.orb +82 -82
- package/behaviors/registry/agent/atoms/std-agent-memory.orb +81 -81
- package/behaviors/registry/agent/atoms/std-agent-provider.orb +124 -118
- package/behaviors/registry/agent/atoms/std-agent-search.orb +74 -74
- package/behaviors/registry/agent/atoms/std-agent-session.orb +129 -129
- package/behaviors/registry/agent/atoms/std-agent-step-progress.orb +202 -202
- package/behaviors/registry/agent/atoms/std-agent-token-gauge.orb +312 -312
- package/behaviors/registry/agent/atoms/std-agent-tool-call.orb +59 -59
- package/behaviors/registry/agent/molecules/std-agent-fix-loop.orb +206 -206
- package/behaviors/registry/agent/molecules/std-agent-learner.orb +186 -186
- package/behaviors/registry/agent/molecules/std-agent-planner.orb +136 -136
- package/behaviors/registry/agent/molecules/std-agent-rag.orb +116 -116
- package/behaviors/registry/agent/molecules/std-agent-tool-loop.orb +206 -206
- package/behaviors/registry/agent/organisms/std-agent-assistant.orb +1131 -1131
- package/behaviors/registry/agent/organisms/std-agent-builder.orb +3061 -3061
- package/behaviors/registry/agent/organisms/std-agent-pipeline.orb +2114 -2114
- package/behaviors/registry/agent/organisms/std-agent-reviewer.orb +1007 -1007
- package/behaviors/registry/agent/organisms/std-agent-tutor.orb +735 -735
- package/behaviors/registry/app/organisms/std-api-gateway.orb +805 -805
- package/behaviors/registry/app/organisms/std-booking-system.orb +1178 -1178
- package/behaviors/registry/app/organisms/std-cicd-pipeline.orb +781 -781
- package/behaviors/registry/app/organisms/std-cms.orb +445 -445
- package/behaviors/registry/app/organisms/std-coding-academy.orb +368 -368
- package/behaviors/registry/app/organisms/std-crm.orb +781 -781
- package/behaviors/registry/app/organisms/std-devops-dashboard.orb +1344 -1344
- package/behaviors/registry/app/organisms/std-ecommerce.orb +968 -968
- package/behaviors/registry/app/organisms/std-finance-tracker.orb +626 -626
- package/behaviors/registry/app/organisms/std-healthcare.orb +1286 -1286
- package/behaviors/registry/app/organisms/std-helpdesk.orb +636 -636
- package/behaviors/registry/app/organisms/std-hr-portal.orb +1160 -1160
- package/behaviors/registry/app/organisms/std-iot-dashboard.orb +828 -828
- package/behaviors/registry/app/organisms/std-lms.orb +863 -863
- package/behaviors/registry/app/organisms/std-project-manager.orb +686 -686
- package/behaviors/registry/app/organisms/std-realtime-chat.orb +739 -739
- package/behaviors/registry/app/organisms/std-social-feed.orb +239 -239
- package/behaviors/registry/app/organisms/std-trading-dashboard.orb +661 -661
- package/behaviors/registry/core/atoms/std-browse.orb +60 -60
- package/behaviors/registry/core/atoms/std-cache-aside.orb +92 -92
- package/behaviors/registry/core/atoms/std-calendar.orb +55 -55
- package/behaviors/registry/core/atoms/std-circuit-breaker.orb +176 -176
- package/behaviors/registry/core/atoms/std-confirmation.orb +24 -42
- package/behaviors/registry/core/atoms/std-display.orb +371 -371
- package/behaviors/registry/core/atoms/std-drawer.orb +56 -56
- package/behaviors/registry/core/atoms/std-filter.orb +46 -46
- package/behaviors/registry/core/atoms/std-gallery.orb +50 -50
- package/behaviors/registry/core/atoms/std-modal.orb +14 -32
- package/behaviors/registry/core/atoms/std-pagination.orb +45 -45
- package/behaviors/registry/core/atoms/std-push.orb +42 -42
- package/behaviors/registry/core/atoms/std-rate-limiter.orb +172 -172
- package/behaviors/registry/core/atoms/std-related.orb +36 -36
- package/behaviors/registry/core/atoms/std-search.orb +71 -71
- package/behaviors/registry/core/atoms/std-selection.orb +89 -89
- package/behaviors/registry/core/atoms/std-tabs.orb +49 -49
- package/behaviors/registry/core/molecules/std-cart.orb +54 -54
- package/behaviors/registry/core/molecules/std-filtered-list.orb +5 -5
- package/behaviors/registry/core/molecules/std-form-advanced.orb +116 -116
- package/behaviors/registry/core/molecules/std-list.orb +60 -60
- package/behaviors/registry/core/molecules/std-wizard-form.orb +140 -140
- package/behaviors/registry/game/atoms/std-collision.orb +143 -143
- package/behaviors/registry/game/atoms/std-combat.orb +80 -80
- package/behaviors/registry/game/atoms/std-dialogue-box.orb +26 -26
- package/behaviors/registry/game/atoms/std-game-canvas2d.orb +43 -43
- package/behaviors/registry/game/atoms/std-gameflow.orb +35 -35
- package/behaviors/registry/game/atoms/std-movement.orb +300 -300
- package/behaviors/registry/game/atoms/std-overworld.orb +63 -63
- 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 +251 -260
- package/behaviors/registry/game/organisms/std-arcade-game.orb +149 -149
- package/behaviors/registry/game/organisms/std-logic-training.orb +77 -77
- package/behaviors/registry/game/organisms/std-platformer-app.orb +230 -230
- package/behaviors/registry/game/organisms/std-puzzle-app.orb +105 -105
- package/behaviors/registry/game/organisms/std-rpg-game.orb +350 -350
- package/behaviors/registry/game/organisms/std-stem-lab.orb +377 -377
- package/behaviors/registry/game/organisms/std-strategy-game.orb +529 -529
- package/behaviors/registry/probes/molecules/std-source-scope-probe.orb +12 -12
- package/behaviors/registry/service/atoms/std-service-custom-bearer.orb +70 -70
- package/behaviors/registry/service/atoms/std-service-email.orb +84 -84
- package/behaviors/registry/service/atoms/std-service-github.orb +99 -99
- package/behaviors/registry/service/atoms/std-service-llm.orb +115 -115
- package/behaviors/registry/service/atoms/std-service-oauth.orb +116 -116
- package/behaviors/registry/service/atoms/std-service-redis.orb +95 -95
- package/behaviors/registry/service/atoms/std-service-storage.orb +105 -105
- package/behaviors/registry/service/atoms/std-service-stripe.orb +98 -98
- package/behaviors/registry/service/atoms/std-service-twilio.orb +99 -99
- package/behaviors/registry/service/atoms/std-service-youtube.orb +115 -115
- package/behaviors/registry/service/organisms/std-service-marketplace.orb +917 -917
- package/behaviors/registry/service/organisms/std-service-research-assistant.orb +933 -933
- package/dist/behaviors/registry/agent/atoms/std-agent-activity-log.orb +83 -83
- package/dist/behaviors/registry/agent/atoms/std-agent-chat-thread.orb +112 -112
- package/dist/behaviors/registry/agent/atoms/std-agent-classifier.orb +107 -101
- package/dist/behaviors/registry/agent/atoms/std-agent-completion.orb +131 -116
- package/dist/behaviors/registry/agent/atoms/std-agent-context-window.orb +408 -402
- package/dist/behaviors/registry/agent/atoms/std-agent-conversation.orb +82 -82
- package/dist/behaviors/registry/agent/atoms/std-agent-memory.orb +81 -81
- package/dist/behaviors/registry/agent/atoms/std-agent-provider.orb +124 -118
- package/dist/behaviors/registry/agent/atoms/std-agent-search.orb +74 -74
- package/dist/behaviors/registry/agent/atoms/std-agent-session.orb +129 -129
- package/dist/behaviors/registry/agent/atoms/std-agent-step-progress.orb +202 -202
- package/dist/behaviors/registry/agent/atoms/std-agent-token-gauge.orb +312 -312
- package/dist/behaviors/registry/agent/atoms/std-agent-tool-call.orb +59 -59
- package/dist/behaviors/registry/agent/molecules/std-agent-fix-loop.orb +206 -206
- package/dist/behaviors/registry/agent/molecules/std-agent-learner.orb +186 -186
- package/dist/behaviors/registry/agent/molecules/std-agent-planner.orb +136 -136
- package/dist/behaviors/registry/agent/molecules/std-agent-rag.orb +116 -116
- package/dist/behaviors/registry/agent/molecules/std-agent-tool-loop.orb +206 -206
- package/dist/behaviors/registry/agent/organisms/std-agent-assistant.orb +1131 -1131
- package/dist/behaviors/registry/agent/organisms/std-agent-builder.orb +3061 -3061
- package/dist/behaviors/registry/agent/organisms/std-agent-pipeline.orb +2114 -2114
- package/dist/behaviors/registry/agent/organisms/std-agent-reviewer.orb +1007 -1007
- package/dist/behaviors/registry/agent/organisms/std-agent-tutor.orb +735 -735
- package/dist/behaviors/registry/app/organisms/std-api-gateway.orb +805 -805
- package/dist/behaviors/registry/app/organisms/std-booking-system.orb +1178 -1178
- package/dist/behaviors/registry/app/organisms/std-cicd-pipeline.orb +781 -781
- package/dist/behaviors/registry/app/organisms/std-cms.orb +445 -445
- package/dist/behaviors/registry/app/organisms/std-coding-academy.orb +368 -368
- package/dist/behaviors/registry/app/organisms/std-crm.orb +781 -781
- package/dist/behaviors/registry/app/organisms/std-devops-dashboard.orb +1344 -1344
- package/dist/behaviors/registry/app/organisms/std-ecommerce.orb +968 -968
- package/dist/behaviors/registry/app/organisms/std-finance-tracker.orb +626 -626
- package/dist/behaviors/registry/app/organisms/std-healthcare.orb +1286 -1286
- package/dist/behaviors/registry/app/organisms/std-helpdesk.orb +636 -636
- package/dist/behaviors/registry/app/organisms/std-hr-portal.orb +1160 -1160
- package/dist/behaviors/registry/app/organisms/std-iot-dashboard.orb +828 -828
- package/dist/behaviors/registry/app/organisms/std-lms.orb +863 -863
- package/dist/behaviors/registry/app/organisms/std-project-manager.orb +686 -686
- package/dist/behaviors/registry/app/organisms/std-realtime-chat.orb +739 -739
- package/dist/behaviors/registry/app/organisms/std-social-feed.orb +239 -239
- package/dist/behaviors/registry/app/organisms/std-trading-dashboard.orb +661 -661
- package/dist/behaviors/registry/core/atoms/std-browse.orb +60 -60
- package/dist/behaviors/registry/core/atoms/std-cache-aside.orb +92 -92
- package/dist/behaviors/registry/core/atoms/std-calendar.orb +55 -55
- package/dist/behaviors/registry/core/atoms/std-circuit-breaker.orb +176 -176
- package/dist/behaviors/registry/core/atoms/std-confirmation.orb +24 -42
- package/dist/behaviors/registry/core/atoms/std-display.orb +371 -371
- package/dist/behaviors/registry/core/atoms/std-drawer.orb +56 -56
- package/dist/behaviors/registry/core/atoms/std-filter.orb +46 -46
- package/dist/behaviors/registry/core/atoms/std-gallery.orb +50 -50
- package/dist/behaviors/registry/core/atoms/std-modal.orb +14 -32
- package/dist/behaviors/registry/core/atoms/std-pagination.orb +45 -45
- package/dist/behaviors/registry/core/atoms/std-push.orb +42 -42
- package/dist/behaviors/registry/core/atoms/std-rate-limiter.orb +172 -172
- package/dist/behaviors/registry/core/atoms/std-related.orb +36 -36
- package/dist/behaviors/registry/core/atoms/std-search.orb +71 -71
- package/dist/behaviors/registry/core/atoms/std-selection.orb +89 -89
- package/dist/behaviors/registry/core/atoms/std-tabs.orb +49 -49
- package/dist/behaviors/registry/core/molecules/std-cart.orb +54 -54
- package/dist/behaviors/registry/core/molecules/std-filtered-list.orb +5 -5
- package/dist/behaviors/registry/core/molecules/std-form-advanced.orb +116 -116
- package/dist/behaviors/registry/core/molecules/std-list.orb +60 -60
- package/dist/behaviors/registry/core/molecules/std-wizard-form.orb +140 -140
- package/dist/behaviors/registry/game/atoms/std-collision.orb +143 -143
- package/dist/behaviors/registry/game/atoms/std-combat.orb +80 -80
- package/dist/behaviors/registry/game/atoms/std-dialogue-box.orb +26 -26
- package/dist/behaviors/registry/game/atoms/std-game-canvas2d.orb +43 -43
- package/dist/behaviors/registry/game/atoms/std-gameflow.orb +35 -35
- package/dist/behaviors/registry/game/atoms/std-movement.orb +300 -300
- package/dist/behaviors/registry/game/atoms/std-overworld.orb +63 -63
- 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 +251 -260
- package/dist/behaviors/registry/game/organisms/std-arcade-game.orb +149 -149
- package/dist/behaviors/registry/game/organisms/std-logic-training.orb +77 -77
- package/dist/behaviors/registry/game/organisms/std-platformer-app.orb +230 -230
- package/dist/behaviors/registry/game/organisms/std-puzzle-app.orb +105 -105
- package/dist/behaviors/registry/game/organisms/std-rpg-game.orb +350 -350
- package/dist/behaviors/registry/game/organisms/std-stem-lab.orb +377 -377
- package/dist/behaviors/registry/game/organisms/std-strategy-game.orb +529 -529
- package/dist/behaviors/registry/probes/molecules/std-source-scope-probe.orb +12 -12
- package/dist/behaviors/registry/service/atoms/std-service-custom-bearer.orb +70 -70
- package/dist/behaviors/registry/service/atoms/std-service-email.orb +84 -84
- package/dist/behaviors/registry/service/atoms/std-service-github.orb +99 -99
- package/dist/behaviors/registry/service/atoms/std-service-llm.orb +115 -115
- package/dist/behaviors/registry/service/atoms/std-service-oauth.orb +116 -116
- package/dist/behaviors/registry/service/atoms/std-service-redis.orb +95 -95
- package/dist/behaviors/registry/service/atoms/std-service-storage.orb +105 -105
- package/dist/behaviors/registry/service/atoms/std-service-stripe.orb +98 -98
- package/dist/behaviors/registry/service/atoms/std-service-twilio.orb +99 -99
- package/dist/behaviors/registry/service/atoms/std-service-youtube.orb +115 -115
- package/dist/behaviors/registry/service/organisms/std-service-marketplace.orb +917 -917
- package/dist/behaviors/registry/service/organisms/std-service-research-assistant.orb +933 -933
- package/package.json +1 -1
|
@@ -279,8 +279,8 @@
|
|
|
279
279
|
"AgentActivityLog",
|
|
280
280
|
{
|
|
281
281
|
"emit": {
|
|
282
|
-
"
|
|
283
|
-
"
|
|
282
|
+
"success": "AgentActivityLogLoaded",
|
|
283
|
+
"failure": "AgentActivityLogLoadFailed"
|
|
284
284
|
}
|
|
285
285
|
}
|
|
286
286
|
],
|
|
@@ -288,22 +288,22 @@
|
|
|
288
288
|
"render-ui",
|
|
289
289
|
"main",
|
|
290
290
|
{
|
|
291
|
-
"type": "stack",
|
|
292
|
-
"align": "center",
|
|
293
291
|
"direction": "vertical",
|
|
294
292
|
"children": [
|
|
295
293
|
{
|
|
296
294
|
"type": "spinner"
|
|
297
295
|
},
|
|
298
296
|
{
|
|
299
|
-
"color": "muted",
|
|
300
297
|
"type": "typography",
|
|
298
|
+
"content": "Loading activity log…",
|
|
301
299
|
"variant": "caption",
|
|
302
|
-
"
|
|
300
|
+
"color": "muted"
|
|
303
301
|
}
|
|
304
302
|
],
|
|
303
|
+
"type": "stack",
|
|
304
|
+
"gap": "md",
|
|
305
305
|
"className": "py-12",
|
|
306
|
-
"
|
|
306
|
+
"align": "center"
|
|
307
307
|
}
|
|
308
308
|
]
|
|
309
309
|
]
|
|
@@ -317,17 +317,12 @@
|
|
|
317
317
|
"render-ui",
|
|
318
318
|
"main",
|
|
319
319
|
{
|
|
320
|
-
"direction": "vertical",
|
|
321
|
-
"type": "stack",
|
|
322
320
|
"children": [
|
|
323
321
|
{
|
|
324
|
-
"gap": "sm",
|
|
325
|
-
"type": "stack",
|
|
326
|
-
"direction": "horizontal",
|
|
327
|
-
"align": "center",
|
|
328
322
|
"justify": "between",
|
|
329
323
|
"children": [
|
|
330
324
|
{
|
|
325
|
+
"align": "center",
|
|
331
326
|
"children": [
|
|
332
327
|
{
|
|
333
328
|
"name": "activity",
|
|
@@ -335,23 +330,26 @@
|
|
|
335
330
|
},
|
|
336
331
|
{
|
|
337
332
|
"content": "Activity Log",
|
|
338
|
-
"
|
|
339
|
-
"
|
|
333
|
+
"variant": "h2",
|
|
334
|
+
"type": "typography"
|
|
340
335
|
}
|
|
341
336
|
],
|
|
342
|
-
"direction": "horizontal",
|
|
343
337
|
"gap": "sm",
|
|
344
338
|
"type": "stack",
|
|
345
|
-
"
|
|
339
|
+
"direction": "horizontal"
|
|
346
340
|
},
|
|
347
341
|
{
|
|
342
|
+
"icon": "trash",
|
|
343
|
+
"action": "CLEAR",
|
|
348
344
|
"type": "button",
|
|
349
345
|
"label": "Clear",
|
|
350
|
-
"
|
|
351
|
-
"variant": "ghost",
|
|
352
|
-
"icon": "trash"
|
|
346
|
+
"variant": "ghost"
|
|
353
347
|
}
|
|
354
|
-
]
|
|
348
|
+
],
|
|
349
|
+
"direction": "horizontal",
|
|
350
|
+
"type": "stack",
|
|
351
|
+
"align": "center",
|
|
352
|
+
"gap": "sm"
|
|
355
353
|
},
|
|
356
354
|
{
|
|
357
355
|
"type": "divider"
|
|
@@ -362,7 +360,9 @@
|
|
|
362
360
|
"fields": []
|
|
363
361
|
}
|
|
364
362
|
],
|
|
365
|
-
"
|
|
363
|
+
"type": "stack",
|
|
364
|
+
"gap": "lg",
|
|
365
|
+
"direction": "vertical"
|
|
366
366
|
}
|
|
367
367
|
]
|
|
368
368
|
]
|
|
@@ -376,34 +376,34 @@
|
|
|
376
376
|
"render-ui",
|
|
377
377
|
"main",
|
|
378
378
|
{
|
|
379
|
-
"direction": "vertical",
|
|
380
|
-
"type": "stack",
|
|
381
|
-
"gap": "md",
|
|
382
379
|
"align": "center",
|
|
383
380
|
"className": "py-12",
|
|
381
|
+
"gap": "md",
|
|
382
|
+
"type": "stack",
|
|
383
|
+
"direction": "vertical",
|
|
384
384
|
"children": [
|
|
385
385
|
{
|
|
386
|
-
"
|
|
386
|
+
"color": "destructive",
|
|
387
387
|
"type": "icon",
|
|
388
|
-
"
|
|
388
|
+
"name": "alert-triangle"
|
|
389
389
|
},
|
|
390
390
|
{
|
|
391
|
-
"content": "Failed to load activity log",
|
|
392
391
|
"type": "typography",
|
|
393
|
-
"variant": "h3"
|
|
392
|
+
"variant": "h3",
|
|
393
|
+
"content": "Failed to load activity log"
|
|
394
394
|
},
|
|
395
395
|
{
|
|
396
396
|
"type": "typography",
|
|
397
|
-
"variant": "body",
|
|
398
397
|
"content": "@payload.error",
|
|
399
|
-
"color": "muted"
|
|
398
|
+
"color": "muted",
|
|
399
|
+
"variant": "body"
|
|
400
400
|
},
|
|
401
401
|
{
|
|
402
|
-
"
|
|
403
|
-
"type": "button",
|
|
404
|
-
"icon": "rotate-ccw",
|
|
402
|
+
"label": "Retry",
|
|
405
403
|
"action": "INIT",
|
|
406
|
-
"
|
|
404
|
+
"icon": "rotate-ccw",
|
|
405
|
+
"variant": "primary",
|
|
406
|
+
"type": "button"
|
|
407
407
|
}
|
|
408
408
|
]
|
|
409
409
|
}
|
|
@@ -420,10 +420,10 @@
|
|
|
420
420
|
"create",
|
|
421
421
|
"AgentActivityLog",
|
|
422
422
|
{
|
|
423
|
-
"timestamp": "@now",
|
|
424
423
|
"detail": "@payload.detail",
|
|
425
|
-
"
|
|
426
|
-
"action": "@payload.action"
|
|
424
|
+
"timestamp": "@now",
|
|
425
|
+
"action": "@payload.action",
|
|
426
|
+
"status": "@payload.status"
|
|
427
427
|
},
|
|
428
428
|
{
|
|
429
429
|
"emit": {
|
|
@@ -437,20 +437,20 @@
|
|
|
437
437
|
"main",
|
|
438
438
|
{
|
|
439
439
|
"type": "stack",
|
|
440
|
-
"direction": "vertical",
|
|
441
|
-
"gap": "md",
|
|
442
|
-
"align": "center",
|
|
443
440
|
"children": [
|
|
444
441
|
{
|
|
445
442
|
"type": "spinner"
|
|
446
443
|
},
|
|
447
444
|
{
|
|
448
|
-
"color": "muted",
|
|
449
|
-
"type": "typography",
|
|
450
445
|
"variant": "caption",
|
|
446
|
+
"type": "typography",
|
|
447
|
+
"color": "muted",
|
|
451
448
|
"content": "Recording entry…"
|
|
452
449
|
}
|
|
453
450
|
],
|
|
451
|
+
"gap": "md",
|
|
452
|
+
"direction": "vertical",
|
|
453
|
+
"align": "center",
|
|
454
454
|
"className": "py-12"
|
|
455
455
|
}
|
|
456
456
|
]
|
|
@@ -476,22 +476,22 @@
|
|
|
476
476
|
"render-ui",
|
|
477
477
|
"main",
|
|
478
478
|
{
|
|
479
|
-
"type": "stack",
|
|
480
|
-
"align": "center",
|
|
481
|
-
"gap": "md",
|
|
482
|
-
"direction": "vertical",
|
|
483
479
|
"className": "py-12",
|
|
480
|
+
"type": "stack",
|
|
484
481
|
"children": [
|
|
485
482
|
{
|
|
486
483
|
"type": "spinner"
|
|
487
484
|
},
|
|
488
485
|
{
|
|
489
|
-
"content": "Clearing activity log…",
|
|
490
|
-
"variant": "caption",
|
|
491
486
|
"color": "muted",
|
|
492
|
-
"
|
|
487
|
+
"variant": "caption",
|
|
488
|
+
"type": "typography",
|
|
489
|
+
"content": "Clearing activity log…"
|
|
493
490
|
}
|
|
494
|
-
]
|
|
491
|
+
],
|
|
492
|
+
"direction": "vertical",
|
|
493
|
+
"gap": "md",
|
|
494
|
+
"align": "center"
|
|
495
495
|
}
|
|
496
496
|
]
|
|
497
497
|
]
|
|
@@ -506,8 +506,8 @@
|
|
|
506
506
|
"AgentActivityLog",
|
|
507
507
|
{
|
|
508
508
|
"emit": {
|
|
509
|
-
"
|
|
510
|
-
"
|
|
509
|
+
"success": "AgentActivityLogLoaded",
|
|
510
|
+
"failure": "AgentActivityLogLoadFailed"
|
|
511
511
|
}
|
|
512
512
|
}
|
|
513
513
|
],
|
|
@@ -529,36 +529,36 @@
|
|
|
529
529
|
"render-ui",
|
|
530
530
|
"main",
|
|
531
531
|
{
|
|
532
|
+
"type": "stack",
|
|
533
|
+
"align": "center",
|
|
534
|
+
"className": "py-12",
|
|
532
535
|
"gap": "md",
|
|
536
|
+
"direction": "vertical",
|
|
533
537
|
"children": [
|
|
534
538
|
{
|
|
535
|
-
"type": "icon",
|
|
536
539
|
"name": "alert-triangle",
|
|
537
|
-
"color": "destructive"
|
|
540
|
+
"color": "destructive",
|
|
541
|
+
"type": "icon"
|
|
538
542
|
},
|
|
539
543
|
{
|
|
540
544
|
"type": "typography",
|
|
541
|
-
"
|
|
542
|
-
"
|
|
545
|
+
"content": "Failed to record entry",
|
|
546
|
+
"variant": "h3"
|
|
543
547
|
},
|
|
544
548
|
{
|
|
545
|
-
"color": "muted",
|
|
546
|
-
"content": "@payload.error",
|
|
547
549
|
"variant": "body",
|
|
548
|
-
"
|
|
550
|
+
"color": "muted",
|
|
551
|
+
"type": "typography",
|
|
552
|
+
"content": "@payload.error"
|
|
549
553
|
},
|
|
550
554
|
{
|
|
551
|
-
"
|
|
555
|
+
"label": "Retry",
|
|
556
|
+
"variant": "primary",
|
|
552
557
|
"icon": "rotate-ccw",
|
|
553
558
|
"type": "button",
|
|
554
|
-
"
|
|
555
|
-
"variant": "primary"
|
|
559
|
+
"action": "INIT"
|
|
556
560
|
}
|
|
557
|
-
]
|
|
558
|
-
"direction": "vertical",
|
|
559
|
-
"type": "stack",
|
|
560
|
-
"align": "center",
|
|
561
|
-
"className": "py-12"
|
|
561
|
+
]
|
|
562
562
|
}
|
|
563
563
|
]
|
|
564
564
|
]
|
|
@@ -596,36 +596,36 @@
|
|
|
596
596
|
"render-ui",
|
|
597
597
|
"main",
|
|
598
598
|
{
|
|
599
|
-
"
|
|
600
|
-
"
|
|
599
|
+
"direction": "vertical",
|
|
600
|
+
"align": "center",
|
|
601
601
|
"children": [
|
|
602
602
|
{
|
|
603
|
-
"name": "alert-triangle",
|
|
604
603
|
"color": "destructive",
|
|
605
|
-
"type": "icon"
|
|
604
|
+
"type": "icon",
|
|
605
|
+
"name": "alert-triangle"
|
|
606
606
|
},
|
|
607
607
|
{
|
|
608
608
|
"content": "Failed to clear activity log",
|
|
609
|
-
"
|
|
610
|
-
"
|
|
609
|
+
"type": "typography",
|
|
610
|
+
"variant": "h3"
|
|
611
611
|
},
|
|
612
612
|
{
|
|
613
|
-
"type": "typography",
|
|
614
|
-
"color": "muted",
|
|
615
613
|
"variant": "body",
|
|
616
|
-
"
|
|
614
|
+
"type": "typography",
|
|
615
|
+
"content": "@payload.error",
|
|
616
|
+
"color": "muted"
|
|
617
617
|
},
|
|
618
618
|
{
|
|
619
|
-
"action": "INIT",
|
|
620
619
|
"type": "button",
|
|
620
|
+
"action": "INIT",
|
|
621
621
|
"label": "Retry",
|
|
622
|
-
"
|
|
623
|
-
"
|
|
622
|
+
"icon": "rotate-ccw",
|
|
623
|
+
"variant": "primary"
|
|
624
624
|
}
|
|
625
625
|
],
|
|
626
|
-
"
|
|
626
|
+
"type": "stack",
|
|
627
627
|
"gap": "md",
|
|
628
|
-
"
|
|
628
|
+
"className": "py-12"
|
|
629
629
|
}
|
|
630
630
|
]
|
|
631
631
|
]
|
|
@@ -672,4 +672,4 @@
|
|
|
672
672
|
]
|
|
673
673
|
}
|
|
674
674
|
]
|
|
675
|
-
}
|
|
675
|
+
}
|