@almadar/std 8.2.0 → 8.4.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 +74 -74
- package/behaviors/registry/agent/atoms/std-agent-chat-thread.orb +103 -103
- package/behaviors/registry/agent/atoms/std-agent-classifier.orb +104 -98
- package/behaviors/registry/agent/atoms/std-agent-completion.orb +126 -111
- package/behaviors/registry/agent/atoms/std-agent-context-window.orb +406 -400
- package/behaviors/registry/agent/atoms/std-agent-conversation.orb +87 -87
- package/behaviors/registry/agent/atoms/std-agent-memory.orb +82 -82
- package/behaviors/registry/agent/atoms/std-agent-provider.orb +120 -114
- package/behaviors/registry/agent/atoms/std-agent-search.orb +68 -68
- package/behaviors/registry/agent/atoms/std-agent-session.orb +126 -126
- package/behaviors/registry/agent/atoms/std-agent-step-progress.orb +208 -208
- package/behaviors/registry/agent/atoms/std-agent-token-gauge.orb +342 -342
- package/behaviors/registry/agent/atoms/std-agent-tool-call.orb +77 -76
- package/behaviors/registry/agent/molecules/std-agent-fix-loop.orb +181 -181
- package/behaviors/registry/agent/molecules/std-agent-learner.orb +183 -183
- package/behaviors/registry/agent/molecules/std-agent-planner.orb +139 -139
- package/behaviors/registry/agent/molecules/std-agent-rag.orb +124 -124
- package/behaviors/registry/agent/molecules/std-agent-tool-loop.orb +188 -188
- package/behaviors/registry/agent/organisms/std-agent-assistant.orb +1124 -1124
- package/behaviors/registry/agent/organisms/std-agent-builder.orb +3064 -3064
- package/behaviors/registry/agent/organisms/std-agent-pipeline.orb +2165 -2165
- package/behaviors/registry/agent/organisms/std-agent-reviewer.orb +917 -917
- package/behaviors/registry/agent/organisms/std-agent-tutor.orb +759 -759
- package/behaviors/registry/app/organisms/std-api-gateway.orb +827 -827
- package/behaviors/registry/app/organisms/std-booking-system.orb +1181 -1181
- package/behaviors/registry/app/organisms/std-cicd-pipeline.orb +745 -745
- package/behaviors/registry/app/organisms/std-cms.orb +432 -432
- package/behaviors/registry/app/organisms/std-coding-academy.orb +378 -378
- package/behaviors/registry/app/organisms/std-crm.orb +813 -813
- package/behaviors/registry/app/organisms/std-devops-dashboard.orb +1290 -1290
- package/behaviors/registry/app/organisms/std-ecommerce.orb +989 -989
- package/behaviors/registry/app/organisms/std-finance-tracker.orb +575 -575
- package/behaviors/registry/app/organisms/std-healthcare.orb +1374 -1374
- package/behaviors/registry/app/organisms/std-helpdesk.orb +714 -714
- package/behaviors/registry/app/organisms/std-hr-portal.orb +1175 -1175
- package/behaviors/registry/app/organisms/std-iot-dashboard.orb +834 -834
- package/behaviors/registry/app/organisms/std-lms.orb +858 -858
- package/behaviors/registry/app/organisms/std-project-manager.orb +654 -654
- package/behaviors/registry/app/organisms/std-realtime-chat.orb +720 -720
- package/behaviors/registry/app/organisms/std-social-feed.orb +197 -197
- package/behaviors/registry/app/organisms/std-trading-dashboard.orb +744 -744
- package/behaviors/registry/core/atoms/std-browse.orb +64 -64
- package/behaviors/registry/core/atoms/std-cache-aside.orb +93 -93
- package/behaviors/registry/core/atoms/std-calendar.orb +52 -52
- package/behaviors/registry/core/atoms/std-circuit-breaker.orb +178 -178
- package/behaviors/registry/core/atoms/std-confirmation.orb +24 -42
- package/behaviors/registry/core/atoms/std-display.orb +413 -413
- package/behaviors/registry/core/atoms/std-drawer.orb +61 -61
- package/behaviors/registry/core/atoms/std-filter.orb +50 -50
- package/behaviors/registry/core/atoms/std-gallery.orb +53 -53
- package/behaviors/registry/core/atoms/std-modal.orb +13 -31
- package/behaviors/registry/core/atoms/std-pagination.orb +48 -48
- package/behaviors/registry/core/atoms/std-push.orb +47 -47
- package/behaviors/registry/core/atoms/std-rate-limiter.orb +176 -176
- package/behaviors/registry/core/atoms/std-related.orb +31 -31
- package/behaviors/registry/core/atoms/std-search.orb +75 -75
- package/behaviors/registry/core/atoms/std-selection.orb +91 -91
- package/behaviors/registry/core/atoms/std-tabs.orb +45 -45
- package/behaviors/registry/core/molecules/std-cart.orb +49 -49
- package/behaviors/registry/core/molecules/std-filtered-list.orb +8 -8
- package/behaviors/registry/core/molecules/std-form-advanced.orb +115 -115
- package/behaviors/registry/core/molecules/std-list.orb +58 -58
- package/behaviors/registry/core/molecules/std-wizard-form.orb +136 -136
- package/behaviors/registry/game/atoms/std-collision.orb +132 -132
- package/behaviors/registry/game/atoms/std-combat.orb +59 -59
- package/behaviors/registry/game/atoms/std-dialogue-box.orb +26 -26
- package/behaviors/registry/game/atoms/std-game-canvas2d.orb +49 -49
- package/behaviors/registry/game/atoms/std-gameflow.orb +32 -32
- package/behaviors/registry/game/atoms/std-movement.orb +287 -287
- package/behaviors/registry/game/atoms/std-overworld.orb +64 -64
- package/behaviors/registry/game/atoms/std-physics2d.orb +80 -80
- package/behaviors/registry/game/atoms/std-quest.orb +133 -133
- package/behaviors/registry/game/atoms/std-timer.orb +266 -275
- package/behaviors/registry/game/organisms/std-arcade-game.orb +149 -149
- package/behaviors/registry/game/organisms/std-logic-training.orb +78 -78
- package/behaviors/registry/game/organisms/std-platformer-app.orb +207 -207
- package/behaviors/registry/game/organisms/std-puzzle-app.orb +103 -103
- package/behaviors/registry/game/organisms/std-rpg-game.orb +368 -368
- package/behaviors/registry/game/organisms/std-stem-lab.orb +331 -331
- package/behaviors/registry/game/organisms/std-strategy-game.orb +528 -528
- package/behaviors/registry/probes/molecules/std-source-scope-probe.orb +15 -15
- package/behaviors/registry/service/atoms/std-service-custom-bearer.orb +76 -76
- package/behaviors/registry/service/atoms/std-service-email.orb +78 -78
- package/behaviors/registry/service/atoms/std-service-github.orb +91 -91
- package/behaviors/registry/service/atoms/std-service-llm.orb +107 -107
- package/behaviors/registry/service/atoms/std-service-oauth.orb +113 -113
- package/behaviors/registry/service/atoms/std-service-redis.orb +101 -101
- package/behaviors/registry/service/atoms/std-service-storage.orb +105 -105
- package/behaviors/registry/service/atoms/std-service-stripe.orb +105 -105
- package/behaviors/registry/service/atoms/std-service-twilio.orb +92 -92
- package/behaviors/registry/service/atoms/std-service-youtube.orb +113 -113
- package/behaviors/registry/service/organisms/std-service-marketplace.orb +943 -943
- package/behaviors/registry/service/organisms/std-service-research-assistant.orb +965 -965
- package/dist/behaviors/registry/agent/atoms/std-agent-activity-log.orb +74 -74
- package/dist/behaviors/registry/agent/atoms/std-agent-chat-thread.orb +103 -103
- package/dist/behaviors/registry/agent/atoms/std-agent-classifier.orb +104 -98
- package/dist/behaviors/registry/agent/atoms/std-agent-completion.orb +126 -111
- package/dist/behaviors/registry/agent/atoms/std-agent-context-window.orb +406 -400
- package/dist/behaviors/registry/agent/atoms/std-agent-conversation.orb +87 -87
- package/dist/behaviors/registry/agent/atoms/std-agent-memory.orb +82 -82
- package/dist/behaviors/registry/agent/atoms/std-agent-provider.orb +120 -114
- package/dist/behaviors/registry/agent/atoms/std-agent-search.orb +68 -68
- package/dist/behaviors/registry/agent/atoms/std-agent-session.orb +126 -126
- package/dist/behaviors/registry/agent/atoms/std-agent-step-progress.orb +208 -208
- package/dist/behaviors/registry/agent/atoms/std-agent-token-gauge.orb +342 -342
- package/dist/behaviors/registry/agent/atoms/std-agent-tool-call.orb +77 -76
- package/dist/behaviors/registry/agent/molecules/std-agent-fix-loop.orb +181 -181
- package/dist/behaviors/registry/agent/molecules/std-agent-learner.orb +183 -183
- package/dist/behaviors/registry/agent/molecules/std-agent-planner.orb +139 -139
- package/dist/behaviors/registry/agent/molecules/std-agent-rag.orb +124 -124
- package/dist/behaviors/registry/agent/molecules/std-agent-tool-loop.orb +188 -188
- package/dist/behaviors/registry/agent/organisms/std-agent-assistant.orb +1124 -1124
- package/dist/behaviors/registry/agent/organisms/std-agent-builder.orb +3064 -3064
- package/dist/behaviors/registry/agent/organisms/std-agent-pipeline.orb +2165 -2165
- package/dist/behaviors/registry/agent/organisms/std-agent-reviewer.orb +917 -917
- package/dist/behaviors/registry/agent/organisms/std-agent-tutor.orb +759 -759
- package/dist/behaviors/registry/app/organisms/std-api-gateway.orb +827 -827
- package/dist/behaviors/registry/app/organisms/std-booking-system.orb +1181 -1181
- package/dist/behaviors/registry/app/organisms/std-cicd-pipeline.orb +745 -745
- package/dist/behaviors/registry/app/organisms/std-cms.orb +432 -432
- package/dist/behaviors/registry/app/organisms/std-coding-academy.orb +378 -378
- package/dist/behaviors/registry/app/organisms/std-crm.orb +813 -813
- package/dist/behaviors/registry/app/organisms/std-devops-dashboard.orb +1290 -1290
- package/dist/behaviors/registry/app/organisms/std-ecommerce.orb +989 -989
- package/dist/behaviors/registry/app/organisms/std-finance-tracker.orb +575 -575
- package/dist/behaviors/registry/app/organisms/std-healthcare.orb +1374 -1374
- package/dist/behaviors/registry/app/organisms/std-helpdesk.orb +714 -714
- package/dist/behaviors/registry/app/organisms/std-hr-portal.orb +1175 -1175
- package/dist/behaviors/registry/app/organisms/std-iot-dashboard.orb +834 -834
- package/dist/behaviors/registry/app/organisms/std-lms.orb +858 -858
- package/dist/behaviors/registry/app/organisms/std-project-manager.orb +654 -654
- package/dist/behaviors/registry/app/organisms/std-realtime-chat.orb +720 -720
- package/dist/behaviors/registry/app/organisms/std-social-feed.orb +197 -197
- package/dist/behaviors/registry/app/organisms/std-trading-dashboard.orb +744 -744
- package/dist/behaviors/registry/core/atoms/std-browse.orb +64 -64
- package/dist/behaviors/registry/core/atoms/std-cache-aside.orb +93 -93
- package/dist/behaviors/registry/core/atoms/std-calendar.orb +52 -52
- package/dist/behaviors/registry/core/atoms/std-circuit-breaker.orb +178 -178
- package/dist/behaviors/registry/core/atoms/std-confirmation.orb +24 -42
- package/dist/behaviors/registry/core/atoms/std-display.orb +413 -413
- package/dist/behaviors/registry/core/atoms/std-drawer.orb +61 -61
- package/dist/behaviors/registry/core/atoms/std-filter.orb +50 -50
- package/dist/behaviors/registry/core/atoms/std-gallery.orb +53 -53
- package/dist/behaviors/registry/core/atoms/std-modal.orb +13 -31
- package/dist/behaviors/registry/core/atoms/std-pagination.orb +48 -48
- package/dist/behaviors/registry/core/atoms/std-push.orb +47 -47
- package/dist/behaviors/registry/core/atoms/std-rate-limiter.orb +176 -176
- package/dist/behaviors/registry/core/atoms/std-related.orb +31 -31
- package/dist/behaviors/registry/core/atoms/std-search.orb +75 -75
- package/dist/behaviors/registry/core/atoms/std-selection.orb +91 -91
- package/dist/behaviors/registry/core/atoms/std-tabs.orb +45 -45
- package/dist/behaviors/registry/core/molecules/std-cart.orb +49 -49
- package/dist/behaviors/registry/core/molecules/std-filtered-list.orb +8 -8
- package/dist/behaviors/registry/core/molecules/std-form-advanced.orb +115 -115
- package/dist/behaviors/registry/core/molecules/std-list.orb +58 -58
- package/dist/behaviors/registry/core/molecules/std-wizard-form.orb +136 -136
- package/dist/behaviors/registry/game/atoms/std-collision.orb +132 -132
- package/dist/behaviors/registry/game/atoms/std-combat.orb +59 -59
- package/dist/behaviors/registry/game/atoms/std-dialogue-box.orb +26 -26
- package/dist/behaviors/registry/game/atoms/std-game-canvas2d.orb +49 -49
- package/dist/behaviors/registry/game/atoms/std-gameflow.orb +32 -32
- package/dist/behaviors/registry/game/atoms/std-movement.orb +287 -287
- package/dist/behaviors/registry/game/atoms/std-overworld.orb +64 -64
- package/dist/behaviors/registry/game/atoms/std-physics2d.orb +80 -80
- package/dist/behaviors/registry/game/atoms/std-quest.orb +133 -133
- package/dist/behaviors/registry/game/atoms/std-timer.orb +266 -275
- package/dist/behaviors/registry/game/organisms/std-arcade-game.orb +149 -149
- package/dist/behaviors/registry/game/organisms/std-logic-training.orb +78 -78
- package/dist/behaviors/registry/game/organisms/std-platformer-app.orb +207 -207
- package/dist/behaviors/registry/game/organisms/std-puzzle-app.orb +103 -103
- package/dist/behaviors/registry/game/organisms/std-rpg-game.orb +368 -368
- package/dist/behaviors/registry/game/organisms/std-stem-lab.orb +331 -331
- package/dist/behaviors/registry/game/organisms/std-strategy-game.orb +528 -528
- package/dist/behaviors/registry/probes/molecules/std-source-scope-probe.orb +15 -15
- package/dist/behaviors/registry/service/atoms/std-service-custom-bearer.orb +76 -76
- package/dist/behaviors/registry/service/atoms/std-service-email.orb +78 -78
- package/dist/behaviors/registry/service/atoms/std-service-github.orb +91 -91
- package/dist/behaviors/registry/service/atoms/std-service-llm.orb +107 -107
- package/dist/behaviors/registry/service/atoms/std-service-oauth.orb +113 -113
- package/dist/behaviors/registry/service/atoms/std-service-redis.orb +101 -101
- package/dist/behaviors/registry/service/atoms/std-service-storage.orb +105 -105
- package/dist/behaviors/registry/service/atoms/std-service-stripe.orb +105 -105
- package/dist/behaviors/registry/service/atoms/std-service-twilio.orb +92 -92
- package/dist/behaviors/registry/service/atoms/std-service-youtube.orb +113 -113
- package/dist/behaviors/registry/service/organisms/std-service-marketplace.orb +943 -943
- package/dist/behaviors/registry/service/organisms/std-service-research-assistant.orb +965 -965
- package/package.json +1 -1
|
@@ -288,18 +288,18 @@
|
|
|
288
288
|
"render-ui",
|
|
289
289
|
"main",
|
|
290
290
|
{
|
|
291
|
+
"direction": "vertical",
|
|
291
292
|
"type": "stack",
|
|
292
293
|
"align": "center",
|
|
293
|
-
"direction": "vertical",
|
|
294
294
|
"children": [
|
|
295
295
|
{
|
|
296
296
|
"type": "spinner"
|
|
297
297
|
},
|
|
298
298
|
{
|
|
299
|
-
"color": "muted",
|
|
300
299
|
"type": "typography",
|
|
300
|
+
"content": "Loading activity log…",
|
|
301
301
|
"variant": "caption",
|
|
302
|
-
"
|
|
302
|
+
"color": "muted"
|
|
303
303
|
}
|
|
304
304
|
],
|
|
305
305
|
"className": "py-12",
|
|
@@ -317,52 +317,52 @@
|
|
|
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",
|
|
326
|
+
"type": "stack",
|
|
327
|
+
"direction": "horizontal",
|
|
328
|
+
"gap": "sm",
|
|
331
329
|
"children": [
|
|
332
330
|
{
|
|
333
331
|
"name": "activity",
|
|
334
332
|
"type": "icon"
|
|
335
333
|
},
|
|
336
334
|
{
|
|
337
|
-
"content": "Activity Log",
|
|
338
335
|
"type": "typography",
|
|
339
|
-
"variant": "h2"
|
|
336
|
+
"variant": "h2",
|
|
337
|
+
"content": "Activity Log"
|
|
340
338
|
}
|
|
341
|
-
]
|
|
342
|
-
"direction": "horizontal",
|
|
343
|
-
"gap": "sm",
|
|
344
|
-
"type": "stack",
|
|
345
|
-
"align": "center"
|
|
339
|
+
]
|
|
346
340
|
},
|
|
347
341
|
{
|
|
342
|
+
"action": "CLEAR",
|
|
348
343
|
"type": "button",
|
|
349
344
|
"label": "Clear",
|
|
350
|
-
"action": "CLEAR",
|
|
351
345
|
"variant": "ghost",
|
|
352
346
|
"icon": "trash"
|
|
353
347
|
}
|
|
354
|
-
]
|
|
348
|
+
],
|
|
349
|
+
"gap": "sm",
|
|
350
|
+
"type": "stack",
|
|
351
|
+
"direction": "horizontal",
|
|
352
|
+
"align": "center"
|
|
355
353
|
},
|
|
356
354
|
{
|
|
357
355
|
"type": "divider"
|
|
358
356
|
},
|
|
359
357
|
{
|
|
360
358
|
"type": "timeline",
|
|
361
|
-
"
|
|
362
|
-
"
|
|
359
|
+
"fields": [],
|
|
360
|
+
"entity": "@payload.data"
|
|
363
361
|
}
|
|
364
362
|
],
|
|
365
|
-
"gap": "lg"
|
|
363
|
+
"gap": "lg",
|
|
364
|
+
"type": "stack",
|
|
365
|
+
"direction": "vertical"
|
|
366
366
|
}
|
|
367
367
|
]
|
|
368
368
|
]
|
|
@@ -376,36 +376,36 @@
|
|
|
376
376
|
"render-ui",
|
|
377
377
|
"main",
|
|
378
378
|
{
|
|
379
|
-
"direction": "vertical",
|
|
380
|
-
"type": "stack",
|
|
381
379
|
"gap": "md",
|
|
382
380
|
"align": "center",
|
|
383
381
|
"className": "py-12",
|
|
382
|
+
"direction": "vertical",
|
|
384
383
|
"children": [
|
|
385
384
|
{
|
|
386
|
-
"name": "alert-triangle",
|
|
387
385
|
"type": "icon",
|
|
388
|
-
"color": "destructive"
|
|
386
|
+
"color": "destructive",
|
|
387
|
+
"name": "alert-triangle"
|
|
389
388
|
},
|
|
390
389
|
{
|
|
391
|
-
"content": "Failed to load activity log",
|
|
392
390
|
"type": "typography",
|
|
393
|
-
"variant": "h3"
|
|
391
|
+
"variant": "h3",
|
|
392
|
+
"content": "Failed to load activity log"
|
|
394
393
|
},
|
|
395
394
|
{
|
|
396
395
|
"type": "typography",
|
|
396
|
+
"color": "muted",
|
|
397
397
|
"variant": "body",
|
|
398
|
-
"content": "@payload.error"
|
|
399
|
-
"color": "muted"
|
|
398
|
+
"content": "@payload.error"
|
|
400
399
|
},
|
|
401
400
|
{
|
|
402
|
-
"variant": "primary",
|
|
403
|
-
"type": "button",
|
|
404
401
|
"icon": "rotate-ccw",
|
|
402
|
+
"type": "button",
|
|
403
|
+
"variant": "primary",
|
|
405
404
|
"action": "INIT",
|
|
406
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
|
-
"timestamp": "@now",
|
|
424
|
-
"detail": "@payload.detail",
|
|
425
423
|
"status": "@payload.status",
|
|
426
|
-
"action": "@payload.action"
|
|
424
|
+
"action": "@payload.action",
|
|
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
|
-
"direction": "vertical",
|
|
441
|
-
"gap": "md",
|
|
442
|
-
"align": "center",
|
|
443
439
|
"children": [
|
|
444
440
|
{
|
|
445
441
|
"type": "spinner"
|
|
446
442
|
},
|
|
447
443
|
{
|
|
448
444
|
"color": "muted",
|
|
445
|
+
"content": "Recording entry…",
|
|
449
446
|
"type": "typography",
|
|
450
|
-
"variant": "caption"
|
|
451
|
-
"content": "Recording entry…"
|
|
447
|
+
"variant": "caption"
|
|
452
448
|
}
|
|
453
449
|
],
|
|
450
|
+
"gap": "md",
|
|
451
|
+
"align": "center",
|
|
452
|
+
"type": "stack",
|
|
453
|
+
"direction": "vertical",
|
|
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
479
|
"gap": "md",
|
|
482
480
|
"direction": "vertical",
|
|
483
481
|
"className": "py-12",
|
|
482
|
+
"type": "stack",
|
|
484
483
|
"children": [
|
|
485
484
|
{
|
|
486
485
|
"type": "spinner"
|
|
487
486
|
},
|
|
488
487
|
{
|
|
489
|
-
"
|
|
488
|
+
"type": "typography",
|
|
490
489
|
"variant": "caption",
|
|
491
490
|
"color": "muted",
|
|
492
|
-
"
|
|
491
|
+
"content": "Clearing activity log…"
|
|
493
492
|
}
|
|
494
|
-
]
|
|
493
|
+
],
|
|
494
|
+
"align": "center"
|
|
495
495
|
}
|
|
496
496
|
]
|
|
497
497
|
]
|
|
@@ -529,36 +529,36 @@
|
|
|
529
529
|
"render-ui",
|
|
530
530
|
"main",
|
|
531
531
|
{
|
|
532
|
-
"
|
|
532
|
+
"align": "center",
|
|
533
|
+
"className": "py-12",
|
|
533
534
|
"children": [
|
|
534
535
|
{
|
|
535
|
-
"type": "icon",
|
|
536
536
|
"name": "alert-triangle",
|
|
537
|
-
"color": "destructive"
|
|
537
|
+
"color": "destructive",
|
|
538
|
+
"type": "icon"
|
|
538
539
|
},
|
|
539
540
|
{
|
|
540
541
|
"type": "typography",
|
|
541
|
-
"
|
|
542
|
-
"
|
|
542
|
+
"content": "Failed to record entry",
|
|
543
|
+
"variant": "h3"
|
|
543
544
|
},
|
|
544
545
|
{
|
|
545
|
-
"
|
|
546
|
-
"content": "@payload.error",
|
|
546
|
+
"type": "typography",
|
|
547
547
|
"variant": "body",
|
|
548
|
-
"
|
|
548
|
+
"content": "@payload.error",
|
|
549
|
+
"color": "muted"
|
|
549
550
|
},
|
|
550
551
|
{
|
|
551
|
-
"action": "INIT",
|
|
552
|
-
"icon": "rotate-ccw",
|
|
553
552
|
"type": "button",
|
|
554
|
-
"
|
|
555
|
-
"
|
|
553
|
+
"variant": "primary",
|
|
554
|
+
"icon": "rotate-ccw",
|
|
555
|
+
"action": "INIT",
|
|
556
|
+
"label": "Retry"
|
|
556
557
|
}
|
|
557
558
|
],
|
|
559
|
+
"gap": "md",
|
|
558
560
|
"direction": "vertical",
|
|
559
|
-
"type": "stack"
|
|
560
|
-
"align": "center",
|
|
561
|
-
"className": "py-12"
|
|
561
|
+
"type": "stack"
|
|
562
562
|
}
|
|
563
563
|
]
|
|
564
564
|
]
|
|
@@ -596,35 +596,35 @@
|
|
|
596
596
|
"render-ui",
|
|
597
597
|
"main",
|
|
598
598
|
{
|
|
599
|
-
"type": "stack",
|
|
600
599
|
"className": "py-12",
|
|
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
|
+
"type": "typography",
|
|
609
609
|
"variant": "h3",
|
|
610
|
-
"
|
|
610
|
+
"content": "Failed to clear activity log"
|
|
611
611
|
},
|
|
612
612
|
{
|
|
613
613
|
"type": "typography",
|
|
614
|
-
"color": "muted",
|
|
615
614
|
"variant": "body",
|
|
616
|
-
"content": "@payload.error"
|
|
615
|
+
"content": "@payload.error",
|
|
616
|
+
"color": "muted"
|
|
617
617
|
},
|
|
618
618
|
{
|
|
619
|
-
"action": "INIT",
|
|
620
619
|
"type": "button",
|
|
621
|
-
"
|
|
620
|
+
"action": "INIT",
|
|
622
621
|
"variant": "primary",
|
|
622
|
+
"label": "Retry",
|
|
623
623
|
"icon": "rotate-ccw"
|
|
624
624
|
}
|
|
625
625
|
],
|
|
626
|
-
"align": "center",
|
|
627
626
|
"gap": "md",
|
|
627
|
+
"type": "stack",
|
|
628
628
|
"direction": "vertical"
|
|
629
629
|
}
|
|
630
630
|
]
|
|
@@ -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
|
],
|
|
@@ -672,4 +672,4 @@
|
|
|
672
672
|
]
|
|
673
673
|
}
|
|
674
674
|
]
|
|
675
|
-
}
|
|
675
|
+
}
|