@almadar/std 9.0.0 → 11.0.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 +80 -80
- package/behaviors/registry/agent/atoms/std-agent-chat-thread.orb +103 -103
- package/behaviors/registry/agent/atoms/std-agent-classifier.orb +131 -113
- package/behaviors/registry/agent/atoms/std-agent-completion.orb +116 -98
- package/behaviors/registry/agent/atoms/std-agent-context-window.orb +384 -384
- package/behaviors/registry/agent/atoms/std-agent-conversation.orb +106 -106
- package/behaviors/registry/agent/atoms/std-agent-memory.orb +75 -75
- package/behaviors/registry/agent/atoms/std-agent-provider.orb +163 -139
- package/behaviors/registry/agent/atoms/std-agent-search.orb +64 -64
- package/behaviors/registry/agent/atoms/std-agent-session.orb +130 -130
- package/behaviors/registry/agent/atoms/std-agent-step-progress.orb +185 -185
- package/behaviors/registry/agent/atoms/std-agent-token-gauge.orb +344 -344
- package/behaviors/registry/agent/atoms/std-agent-tool-call.orb +81 -63
- package/behaviors/registry/agent/molecules/std-agent-fix-loop.orb +189 -189
- package/behaviors/registry/agent/molecules/std-agent-learner.orb +163 -163
- package/behaviors/registry/agent/molecules/std-agent-planner.orb +120 -120
- package/behaviors/registry/agent/molecules/std-agent-rag.orb +108 -108
- package/behaviors/registry/agent/molecules/std-agent-tool-loop.orb +188 -188
- package/behaviors/registry/agent/organisms/std-agent-assistant.orb +1097 -1072
- package/behaviors/registry/agent/organisms/std-agent-builder.orb +3183 -3043
- package/behaviors/registry/agent/organisms/std-agent-pipeline.orb +2309 -2217
- package/behaviors/registry/agent/organisms/std-agent-reviewer.orb +1083 -1029
- package/behaviors/registry/agent/organisms/std-agent-tutor.orb +793 -768
- package/behaviors/registry/app/organisms/std-api-gateway.orb +929 -887
- package/behaviors/registry/app/organisms/std-booking-system.orb +1247 -1163
- package/behaviors/registry/app/organisms/std-cicd-pipeline.orb +822 -780
- package/behaviors/registry/app/organisms/std-cms.orb +608 -512
- package/behaviors/registry/app/organisms/std-coding-academy.orb +393 -393
- package/behaviors/registry/app/organisms/std-crm.orb +887 -791
- package/behaviors/registry/app/organisms/std-devops-dashboard.orb +1408 -1366
- package/behaviors/registry/app/organisms/std-ecommerce.orb +1147 -1021
- package/behaviors/registry/app/organisms/std-finance-tracker.orb +670 -616
- package/behaviors/registry/app/organisms/std-healthcare.orb +1447 -1351
- package/behaviors/registry/app/organisms/std-helpdesk.orb +720 -666
- package/behaviors/registry/app/organisms/std-hr-portal.orb +1286 -1202
- package/behaviors/registry/app/organisms/std-iot-dashboard.orb +925 -883
- package/behaviors/registry/app/organisms/std-lms.orb +935 -893
- package/behaviors/registry/app/organisms/std-project-manager.orb +834 -750
- package/behaviors/registry/app/organisms/std-realtime-chat.orb +735 -681
- package/behaviors/registry/app/organisms/std-social-feed.orb +235 -211
- package/behaviors/registry/app/organisms/std-trading-dashboard.orb +730 -688
- package/behaviors/registry/core/atoms/std-browse.orb +56 -56
- package/behaviors/registry/core/atoms/std-cache-aside.orb +95 -95
- package/behaviors/registry/core/atoms/std-calendar.orb +54 -54
- package/behaviors/registry/core/atoms/std-circuit-breaker.orb +180 -180
- package/behaviors/registry/core/atoms/std-confirmation.orb +25 -25
- package/behaviors/registry/core/atoms/std-display.orb +388 -388
- package/behaviors/registry/core/atoms/std-drawer.orb +54 -54
- package/behaviors/registry/core/atoms/std-filter.orb +47 -47
- package/behaviors/registry/core/atoms/std-gallery.orb +51 -51
- 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 +43 -43
- package/behaviors/registry/core/atoms/std-rate-limiter.orb +194 -194
- package/behaviors/registry/core/atoms/std-related.orb +37 -37
- 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 +44 -44
- package/behaviors/registry/core/molecules/std-cart.orb +55 -59
- package/behaviors/registry/core/molecules/std-filtered-list.orb +6 -6
- package/behaviors/registry/core/molecules/std-form-advanced.orb +132 -132
- package/behaviors/registry/core/molecules/std-list.orb +79 -85
- package/behaviors/registry/core/molecules/std-wizard-form.orb +146 -146
- package/behaviors/registry/game/atoms/std-collision.orb +122 -122
- package/behaviors/registry/game/atoms/std-combat.orb +66 -66
- package/behaviors/registry/game/atoms/std-dialogue-box.orb +25 -25
- package/behaviors/registry/game/atoms/std-game-canvas2d.orb +43 -43
- package/behaviors/registry/game/atoms/std-gameflow.orb +37 -37
- package/behaviors/registry/game/atoms/std-movement.orb +291 -291
- package/behaviors/registry/game/atoms/std-overworld.orb +69 -69
- package/behaviors/registry/game/atoms/std-physics2d.orb +77 -77
- package/behaviors/registry/game/atoms/std-quest.orb +133 -133
- package/behaviors/registry/game/atoms/std-timer.orb +291 -291
- package/behaviors/registry/game/organisms/std-arcade-game.orb +139 -139
- package/behaviors/registry/game/organisms/std-logic-training.orb +81 -81
- package/behaviors/registry/game/organisms/std-platformer-app.orb +273 -237
- package/behaviors/registry/game/organisms/std-puzzle-app.orb +98 -98
- package/behaviors/registry/game/organisms/std-rpg-game.orb +407 -371
- package/behaviors/registry/game/organisms/std-stem-lab.orb +378 -378
- package/behaviors/registry/game/organisms/std-strategy-game.orb +557 -557
- package/behaviors/registry/probes/molecules/std-source-scope-probe.orb +282 -20
- package/behaviors/registry/service/atoms/std-service-custom-bearer.orb +84 -84
- package/behaviors/registry/service/atoms/std-service-email.orb +88 -88
- package/behaviors/registry/service/atoms/std-service-github.orb +88 -88
- package/behaviors/registry/service/atoms/std-service-llm.orb +119 -119
- package/behaviors/registry/service/atoms/std-service-oauth.orb +122 -122
- package/behaviors/registry/service/atoms/std-service-redis.orb +99 -99
- package/behaviors/registry/service/atoms/std-service-storage.orb +109 -109
- package/behaviors/registry/service/atoms/std-service-stripe.orb +105 -105
- package/behaviors/registry/service/atoms/std-service-twilio.orb +112 -112
- package/behaviors/registry/service/atoms/std-service-youtube.orb +111 -111
- package/behaviors/registry/service/organisms/std-service-marketplace.orb +1098 -1014
- package/behaviors/registry/service/organisms/std-service-research-assistant.orb +956 -956
- package/dist/behaviors/registry/agent/atoms/std-agent-activity-log.orb +80 -80
- package/dist/behaviors/registry/agent/atoms/std-agent-chat-thread.orb +103 -103
- package/dist/behaviors/registry/agent/atoms/std-agent-classifier.orb +131 -113
- package/dist/behaviors/registry/agent/atoms/std-agent-completion.orb +116 -98
- package/dist/behaviors/registry/agent/atoms/std-agent-context-window.orb +384 -384
- package/dist/behaviors/registry/agent/atoms/std-agent-conversation.orb +106 -106
- package/dist/behaviors/registry/agent/atoms/std-agent-memory.orb +75 -75
- package/dist/behaviors/registry/agent/atoms/std-agent-provider.orb +163 -139
- package/dist/behaviors/registry/agent/atoms/std-agent-search.orb +64 -64
- package/dist/behaviors/registry/agent/atoms/std-agent-session.orb +130 -130
- package/dist/behaviors/registry/agent/atoms/std-agent-step-progress.orb +185 -185
- package/dist/behaviors/registry/agent/atoms/std-agent-token-gauge.orb +344 -344
- package/dist/behaviors/registry/agent/atoms/std-agent-tool-call.orb +81 -63
- package/dist/behaviors/registry/agent/molecules/std-agent-fix-loop.orb +189 -189
- package/dist/behaviors/registry/agent/molecules/std-agent-learner.orb +163 -163
- package/dist/behaviors/registry/agent/molecules/std-agent-planner.orb +120 -120
- package/dist/behaviors/registry/agent/molecules/std-agent-rag.orb +108 -108
- package/dist/behaviors/registry/agent/molecules/std-agent-tool-loop.orb +188 -188
- package/dist/behaviors/registry/agent/organisms/std-agent-assistant.orb +1097 -1072
- package/dist/behaviors/registry/agent/organisms/std-agent-builder.orb +3183 -3043
- package/dist/behaviors/registry/agent/organisms/std-agent-pipeline.orb +2309 -2217
- package/dist/behaviors/registry/agent/organisms/std-agent-reviewer.orb +1083 -1029
- package/dist/behaviors/registry/agent/organisms/std-agent-tutor.orb +793 -768
- package/dist/behaviors/registry/app/organisms/std-api-gateway.orb +929 -887
- package/dist/behaviors/registry/app/organisms/std-booking-system.orb +1247 -1163
- package/dist/behaviors/registry/app/organisms/std-cicd-pipeline.orb +822 -780
- package/dist/behaviors/registry/app/organisms/std-cms.orb +608 -512
- package/dist/behaviors/registry/app/organisms/std-coding-academy.orb +393 -393
- package/dist/behaviors/registry/app/organisms/std-crm.orb +887 -791
- package/dist/behaviors/registry/app/organisms/std-devops-dashboard.orb +1408 -1366
- package/dist/behaviors/registry/app/organisms/std-ecommerce.orb +1147 -1021
- package/dist/behaviors/registry/app/organisms/std-finance-tracker.orb +670 -616
- package/dist/behaviors/registry/app/organisms/std-healthcare.orb +1447 -1351
- package/dist/behaviors/registry/app/organisms/std-helpdesk.orb +720 -666
- package/dist/behaviors/registry/app/organisms/std-hr-portal.orb +1286 -1202
- package/dist/behaviors/registry/app/organisms/std-iot-dashboard.orb +925 -883
- package/dist/behaviors/registry/app/organisms/std-lms.orb +935 -893
- package/dist/behaviors/registry/app/organisms/std-project-manager.orb +834 -750
- package/dist/behaviors/registry/app/organisms/std-realtime-chat.orb +735 -681
- package/dist/behaviors/registry/app/organisms/std-social-feed.orb +235 -211
- package/dist/behaviors/registry/app/organisms/std-trading-dashboard.orb +730 -688
- package/dist/behaviors/registry/core/atoms/std-browse.orb +56 -56
- package/dist/behaviors/registry/core/atoms/std-cache-aside.orb +95 -95
- package/dist/behaviors/registry/core/atoms/std-calendar.orb +54 -54
- package/dist/behaviors/registry/core/atoms/std-circuit-breaker.orb +180 -180
- package/dist/behaviors/registry/core/atoms/std-confirmation.orb +25 -25
- package/dist/behaviors/registry/core/atoms/std-display.orb +388 -388
- package/dist/behaviors/registry/core/atoms/std-drawer.orb +54 -54
- package/dist/behaviors/registry/core/atoms/std-filter.orb +47 -47
- package/dist/behaviors/registry/core/atoms/std-gallery.orb +51 -51
- 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 +43 -43
- package/dist/behaviors/registry/core/atoms/std-rate-limiter.orb +194 -194
- package/dist/behaviors/registry/core/atoms/std-related.orb +37 -37
- 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 +44 -44
- package/dist/behaviors/registry/core/molecules/std-cart.orb +55 -59
- package/dist/behaviors/registry/core/molecules/std-filtered-list.orb +6 -6
- package/dist/behaviors/registry/core/molecules/std-form-advanced.orb +132 -132
- package/dist/behaviors/registry/core/molecules/std-list.orb +79 -85
- package/dist/behaviors/registry/core/molecules/std-wizard-form.orb +146 -146
- package/dist/behaviors/registry/game/atoms/std-collision.orb +122 -122
- package/dist/behaviors/registry/game/atoms/std-combat.orb +66 -66
- package/dist/behaviors/registry/game/atoms/std-dialogue-box.orb +25 -25
- package/dist/behaviors/registry/game/atoms/std-game-canvas2d.orb +43 -43
- package/dist/behaviors/registry/game/atoms/std-gameflow.orb +37 -37
- package/dist/behaviors/registry/game/atoms/std-movement.orb +291 -291
- package/dist/behaviors/registry/game/atoms/std-overworld.orb +69 -69
- package/dist/behaviors/registry/game/atoms/std-physics2d.orb +77 -77
- package/dist/behaviors/registry/game/atoms/std-quest.orb +133 -133
- package/dist/behaviors/registry/game/atoms/std-timer.orb +291 -291
- package/dist/behaviors/registry/game/organisms/std-arcade-game.orb +139 -139
- package/dist/behaviors/registry/game/organisms/std-logic-training.orb +81 -81
- package/dist/behaviors/registry/game/organisms/std-platformer-app.orb +273 -237
- package/dist/behaviors/registry/game/organisms/std-puzzle-app.orb +98 -98
- package/dist/behaviors/registry/game/organisms/std-rpg-game.orb +407 -371
- package/dist/behaviors/registry/game/organisms/std-stem-lab.orb +378 -378
- package/dist/behaviors/registry/game/organisms/std-strategy-game.orb +557 -557
- package/dist/behaviors/registry/probes/molecules/std-source-scope-probe.orb +282 -20
- package/dist/behaviors/registry/service/atoms/std-service-custom-bearer.orb +84 -84
- package/dist/behaviors/registry/service/atoms/std-service-email.orb +88 -88
- package/dist/behaviors/registry/service/atoms/std-service-github.orb +88 -88
- package/dist/behaviors/registry/service/atoms/std-service-llm.orb +119 -119
- package/dist/behaviors/registry/service/atoms/std-service-oauth.orb +122 -122
- package/dist/behaviors/registry/service/atoms/std-service-redis.orb +99 -99
- package/dist/behaviors/registry/service/atoms/std-service-storage.orb +109 -109
- package/dist/behaviors/registry/service/atoms/std-service-stripe.orb +105 -105
- package/dist/behaviors/registry/service/atoms/std-service-twilio.orb +112 -112
- package/dist/behaviors/registry/service/atoms/std-service-youtube.orb +111 -111
- package/dist/behaviors/registry/service/organisms/std-service-marketplace.orb +1098 -1014
- package/dist/behaviors/registry/service/organisms/std-service-research-assistant.orb +956 -956
- 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
291
|
"direction": "vertical",
|
|
292
|
+
"align": "center",
|
|
293
|
+
"type": "stack",
|
|
294
|
+
"gap": "md",
|
|
293
295
|
"className": "py-12",
|
|
294
296
|
"children": [
|
|
295
297
|
{
|
|
296
298
|
"type": "spinner"
|
|
297
299
|
},
|
|
298
300
|
{
|
|
299
|
-
"type": "typography",
|
|
300
301
|
"color": "muted",
|
|
302
|
+
"variant": "caption",
|
|
301
303
|
"content": "Loading activity log…",
|
|
302
|
-
"
|
|
304
|
+
"type": "typography"
|
|
303
305
|
}
|
|
304
|
-
]
|
|
305
|
-
"gap": "md",
|
|
306
|
-
"align": "center"
|
|
306
|
+
]
|
|
307
307
|
}
|
|
308
308
|
]
|
|
309
309
|
]
|
|
@@ -318,40 +318,41 @@
|
|
|
318
318
|
"main",
|
|
319
319
|
{
|
|
320
320
|
"type": "stack",
|
|
321
|
+
"direction": "vertical",
|
|
321
322
|
"gap": "lg",
|
|
322
323
|
"children": [
|
|
323
324
|
{
|
|
324
|
-
"gap": "sm",
|
|
325
|
-
"direction": "horizontal",
|
|
326
325
|
"justify": "between",
|
|
327
|
-
"type": "stack",
|
|
328
|
-
"align": "center",
|
|
329
326
|
"children": [
|
|
330
327
|
{
|
|
331
|
-
"direction": "horizontal",
|
|
332
|
-
"type": "stack",
|
|
333
|
-
"gap": "sm",
|
|
334
|
-
"align": "center",
|
|
335
328
|
"children": [
|
|
336
329
|
{
|
|
337
330
|
"type": "icon",
|
|
338
331
|
"name": "activity"
|
|
339
332
|
},
|
|
340
333
|
{
|
|
334
|
+
"type": "typography",
|
|
341
335
|
"variant": "h2",
|
|
342
|
-
"content": "Activity Log"
|
|
343
|
-
"type": "typography"
|
|
336
|
+
"content": "Activity Log"
|
|
344
337
|
}
|
|
345
|
-
]
|
|
338
|
+
],
|
|
339
|
+
"direction": "horizontal",
|
|
340
|
+
"align": "center",
|
|
341
|
+
"type": "stack",
|
|
342
|
+
"gap": "sm"
|
|
346
343
|
},
|
|
347
344
|
{
|
|
348
|
-
"
|
|
345
|
+
"icon": "trash",
|
|
346
|
+
"label": "Clear",
|
|
349
347
|
"action": "CLEAR",
|
|
350
348
|
"variant": "ghost",
|
|
351
|
-
"
|
|
352
|
-
"label": "Clear"
|
|
349
|
+
"type": "button"
|
|
353
350
|
}
|
|
354
|
-
]
|
|
351
|
+
],
|
|
352
|
+
"align": "center",
|
|
353
|
+
"gap": "sm",
|
|
354
|
+
"type": "stack",
|
|
355
|
+
"direction": "horizontal"
|
|
355
356
|
},
|
|
356
357
|
{
|
|
357
358
|
"type": "divider"
|
|
@@ -361,8 +362,7 @@
|
|
|
361
362
|
"entity": "@payload.data",
|
|
362
363
|
"fields": []
|
|
363
364
|
}
|
|
364
|
-
]
|
|
365
|
-
"direction": "vertical"
|
|
365
|
+
]
|
|
366
366
|
}
|
|
367
367
|
]
|
|
368
368
|
]
|
|
@@ -376,6 +376,11 @@
|
|
|
376
376
|
"render-ui",
|
|
377
377
|
"main",
|
|
378
378
|
{
|
|
379
|
+
"className": "py-12",
|
|
380
|
+
"gap": "md",
|
|
381
|
+
"direction": "vertical",
|
|
382
|
+
"type": "stack",
|
|
383
|
+
"align": "center",
|
|
379
384
|
"children": [
|
|
380
385
|
{
|
|
381
386
|
"name": "alert-triangle",
|
|
@@ -383,29 +388,24 @@
|
|
|
383
388
|
"color": "destructive"
|
|
384
389
|
},
|
|
385
390
|
{
|
|
386
|
-
"content": "Failed to load activity log",
|
|
387
391
|
"variant": "h3",
|
|
388
|
-
"type": "typography"
|
|
392
|
+
"type": "typography",
|
|
393
|
+
"content": "Failed to load activity log"
|
|
389
394
|
},
|
|
390
395
|
{
|
|
391
|
-
"variant": "body",
|
|
392
|
-
"content": "@payload.error",
|
|
393
396
|
"color": "muted",
|
|
394
|
-
"
|
|
397
|
+
"variant": "body",
|
|
398
|
+
"type": "typography",
|
|
399
|
+
"content": "@payload.error"
|
|
395
400
|
},
|
|
396
401
|
{
|
|
402
|
+
"icon": "rotate-ccw",
|
|
403
|
+
"label": "Retry",
|
|
397
404
|
"action": "INIT",
|
|
398
405
|
"type": "button",
|
|
399
|
-
"label": "Retry",
|
|
400
|
-
"icon": "rotate-ccw",
|
|
401
406
|
"variant": "primary"
|
|
402
407
|
}
|
|
403
|
-
]
|
|
404
|
-
"className": "py-12",
|
|
405
|
-
"type": "stack",
|
|
406
|
-
"align": "center",
|
|
407
|
-
"gap": "md",
|
|
408
|
-
"direction": "vertical"
|
|
408
|
+
]
|
|
409
409
|
}
|
|
410
410
|
]
|
|
411
411
|
]
|
|
@@ -420,9 +420,9 @@
|
|
|
420
420
|
"create",
|
|
421
421
|
"AgentActivityLog",
|
|
422
422
|
{
|
|
423
|
-
"timestamp": "@now",
|
|
424
|
-
"action": "@payload.action",
|
|
425
423
|
"detail": "@payload.detail",
|
|
424
|
+
"action": "@payload.action",
|
|
425
|
+
"timestamp": "@now",
|
|
426
426
|
"status": "@payload.status"
|
|
427
427
|
},
|
|
428
428
|
{
|
|
@@ -436,21 +436,21 @@
|
|
|
436
436
|
"render-ui",
|
|
437
437
|
"main",
|
|
438
438
|
{
|
|
439
|
-
"className": "py-12",
|
|
440
|
-
"align": "center",
|
|
441
439
|
"gap": "md",
|
|
442
|
-
"
|
|
440
|
+
"className": "py-12",
|
|
443
441
|
"children": [
|
|
444
442
|
{
|
|
445
443
|
"type": "spinner"
|
|
446
444
|
},
|
|
447
445
|
{
|
|
448
|
-
"
|
|
446
|
+
"type": "typography",
|
|
449
447
|
"variant": "caption",
|
|
450
448
|
"color": "muted",
|
|
451
|
-
"
|
|
449
|
+
"content": "Recording entry…"
|
|
452
450
|
}
|
|
453
451
|
],
|
|
452
|
+
"type": "stack",
|
|
453
|
+
"align": "center",
|
|
454
454
|
"direction": "vertical"
|
|
455
455
|
}
|
|
456
456
|
]
|
|
@@ -467,8 +467,8 @@
|
|
|
467
467
|
"AgentActivityLog",
|
|
468
468
|
{
|
|
469
469
|
"emit": {
|
|
470
|
-
"
|
|
471
|
-
"
|
|
470
|
+
"success": "AgentActivityLogDeleted",
|
|
471
|
+
"failure": "AgentActivityLogDeleteFailed"
|
|
472
472
|
}
|
|
473
473
|
}
|
|
474
474
|
],
|
|
@@ -476,22 +476,22 @@
|
|
|
476
476
|
"render-ui",
|
|
477
477
|
"main",
|
|
478
478
|
{
|
|
479
|
-
"className": "py-12",
|
|
480
|
-
"gap": "md",
|
|
481
479
|
"type": "stack",
|
|
482
480
|
"children": [
|
|
483
481
|
{
|
|
484
482
|
"type": "spinner"
|
|
485
483
|
},
|
|
486
484
|
{
|
|
485
|
+
"content": "Clearing activity log…",
|
|
487
486
|
"type": "typography",
|
|
488
487
|
"variant": "caption",
|
|
489
|
-
"color": "muted"
|
|
490
|
-
"content": "Clearing activity log…"
|
|
488
|
+
"color": "muted"
|
|
491
489
|
}
|
|
492
490
|
],
|
|
493
491
|
"align": "center",
|
|
494
|
-
"direction": "vertical"
|
|
492
|
+
"direction": "vertical",
|
|
493
|
+
"gap": "md",
|
|
494
|
+
"className": "py-12"
|
|
495
495
|
}
|
|
496
496
|
]
|
|
497
497
|
]
|
|
@@ -529,36 +529,36 @@
|
|
|
529
529
|
"render-ui",
|
|
530
530
|
"main",
|
|
531
531
|
{
|
|
532
|
-
"
|
|
533
|
-
"className": "py-12",
|
|
532
|
+
"direction": "vertical",
|
|
534
533
|
"children": [
|
|
535
534
|
{
|
|
536
|
-
"
|
|
535
|
+
"type": "icon",
|
|
537
536
|
"color": "destructive",
|
|
538
|
-
"
|
|
537
|
+
"name": "alert-triangle"
|
|
539
538
|
},
|
|
540
539
|
{
|
|
541
540
|
"variant": "h3",
|
|
542
|
-
"
|
|
543
|
-
"
|
|
541
|
+
"type": "typography",
|
|
542
|
+
"content": "Failed to record entry"
|
|
544
543
|
},
|
|
545
544
|
{
|
|
546
|
-
"content": "@payload.error",
|
|
547
545
|
"type": "typography",
|
|
546
|
+
"color": "muted",
|
|
548
547
|
"variant": "body",
|
|
549
|
-
"
|
|
548
|
+
"content": "@payload.error"
|
|
550
549
|
},
|
|
551
550
|
{
|
|
552
551
|
"label": "Retry",
|
|
553
|
-
"action": "INIT",
|
|
554
|
-
"type": "button",
|
|
555
552
|
"variant": "primary",
|
|
553
|
+
"type": "button",
|
|
554
|
+
"action": "INIT",
|
|
556
555
|
"icon": "rotate-ccw"
|
|
557
556
|
}
|
|
558
557
|
],
|
|
558
|
+
"type": "stack",
|
|
559
559
|
"align": "center",
|
|
560
|
-
"
|
|
561
|
-
"
|
|
560
|
+
"gap": "md",
|
|
561
|
+
"className": "py-12"
|
|
562
562
|
}
|
|
563
563
|
]
|
|
564
564
|
]
|
|
@@ -573,8 +573,8 @@
|
|
|
573
573
|
"AgentActivityLog",
|
|
574
574
|
{
|
|
575
575
|
"emit": {
|
|
576
|
-
"
|
|
577
|
-
"
|
|
576
|
+
"success": "AgentActivityLogLoaded",
|
|
577
|
+
"failure": "AgentActivityLogLoadFailed"
|
|
578
578
|
}
|
|
579
579
|
}
|
|
580
580
|
],
|
|
@@ -596,36 +596,36 @@
|
|
|
596
596
|
"render-ui",
|
|
597
597
|
"main",
|
|
598
598
|
{
|
|
599
|
-
"className": "py-12",
|
|
600
|
-
"type": "stack",
|
|
601
|
-
"gap": "md",
|
|
602
|
-
"direction": "vertical",
|
|
603
|
-
"align": "center",
|
|
604
599
|
"children": [
|
|
605
600
|
{
|
|
606
601
|
"type": "icon",
|
|
607
|
-
"
|
|
608
|
-
"
|
|
602
|
+
"name": "alert-triangle",
|
|
603
|
+
"color": "destructive"
|
|
609
604
|
},
|
|
610
605
|
{
|
|
606
|
+
"type": "typography",
|
|
611
607
|
"variant": "h3",
|
|
612
|
-
"content": "Failed to clear activity log"
|
|
613
|
-
"type": "typography"
|
|
608
|
+
"content": "Failed to clear activity log"
|
|
614
609
|
},
|
|
615
610
|
{
|
|
616
|
-
"type": "typography",
|
|
617
611
|
"color": "muted",
|
|
618
612
|
"content": "@payload.error",
|
|
613
|
+
"type": "typography",
|
|
619
614
|
"variant": "body"
|
|
620
615
|
},
|
|
621
616
|
{
|
|
622
|
-
"icon": "rotate-ccw",
|
|
623
617
|
"label": "Retry",
|
|
624
|
-
"action": "INIT",
|
|
625
618
|
"type": "button",
|
|
626
|
-
"variant": "primary"
|
|
619
|
+
"variant": "primary",
|
|
620
|
+
"icon": "rotate-ccw",
|
|
621
|
+
"action": "INIT"
|
|
627
622
|
}
|
|
628
|
-
]
|
|
623
|
+
],
|
|
624
|
+
"className": "py-12",
|
|
625
|
+
"gap": "md",
|
|
626
|
+
"type": "stack",
|
|
627
|
+
"align": "center",
|
|
628
|
+
"direction": "vertical"
|
|
629
629
|
}
|
|
630
630
|
]
|
|
631
631
|
]
|