@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
|
@@ -317,37 +317,35 @@
|
|
|
317
317
|
"render-ui",
|
|
318
318
|
"main",
|
|
319
319
|
{
|
|
320
|
-
"gap": "lg",
|
|
321
|
-
"type": "stack",
|
|
322
320
|
"children": [
|
|
323
321
|
{
|
|
324
|
-
"gap": "sm",
|
|
325
322
|
"children": [
|
|
326
323
|
{
|
|
327
324
|
"name": "graduation-cap",
|
|
328
325
|
"type": "icon"
|
|
329
326
|
},
|
|
330
327
|
{
|
|
331
|
-
"
|
|
328
|
+
"variant": "h2",
|
|
332
329
|
"content": "Outcome Learner",
|
|
333
|
-
"
|
|
330
|
+
"type": "typography"
|
|
334
331
|
}
|
|
335
332
|
],
|
|
336
|
-
"type": "stack",
|
|
337
333
|
"direction": "horizontal",
|
|
334
|
+
"type": "stack",
|
|
335
|
+
"gap": "sm",
|
|
338
336
|
"align": "center"
|
|
339
337
|
},
|
|
340
338
|
{
|
|
341
339
|
"type": "divider"
|
|
342
340
|
},
|
|
343
341
|
{
|
|
344
|
-
"
|
|
342
|
+
"type": "simple-grid",
|
|
345
343
|
"children": [
|
|
346
344
|
{
|
|
347
|
-
"icon": "check-circle",
|
|
348
|
-
"value": "@entity.totalSuccesses",
|
|
349
345
|
"label": "Successes",
|
|
350
|
-
"
|
|
346
|
+
"icon": "check-circle",
|
|
347
|
+
"type": "stat-display",
|
|
348
|
+
"value": "@entity.totalSuccesses"
|
|
351
349
|
},
|
|
352
350
|
{
|
|
353
351
|
"type": "stat-display",
|
|
@@ -356,13 +354,13 @@
|
|
|
356
354
|
"label": "Failures"
|
|
357
355
|
},
|
|
358
356
|
{
|
|
359
|
-
"label": "Current Provider",
|
|
360
357
|
"icon": "cpu",
|
|
361
|
-
"
|
|
362
|
-
"
|
|
358
|
+
"type": "stat-display",
|
|
359
|
+
"label": "Current Provider",
|
|
360
|
+
"value": "@entity.provider"
|
|
363
361
|
}
|
|
364
362
|
],
|
|
365
|
-
"
|
|
363
|
+
"cols": 3.0
|
|
366
364
|
},
|
|
367
365
|
{
|
|
368
366
|
"type": "divider"
|
|
@@ -370,21 +368,21 @@
|
|
|
370
368
|
{
|
|
371
369
|
"children": [
|
|
372
370
|
{
|
|
373
|
-
"
|
|
374
|
-
"direction": "vertical",
|
|
371
|
+
"type": "stack",
|
|
375
372
|
"children": [
|
|
376
373
|
{
|
|
377
374
|
"content": "Listening for task outcomes...",
|
|
378
|
-
"
|
|
379
|
-
"
|
|
375
|
+
"variant": "body",
|
|
376
|
+
"type": "typography"
|
|
380
377
|
},
|
|
381
378
|
{
|
|
382
|
-
"variant": "caption",
|
|
383
379
|
"content": "This module records TASK_SUCCEEDED and TASK_FAILED events automatically.",
|
|
380
|
+
"variant": "caption",
|
|
384
381
|
"type": "typography"
|
|
385
382
|
}
|
|
386
383
|
],
|
|
387
|
-
"
|
|
384
|
+
"direction": "vertical",
|
|
385
|
+
"gap": "md"
|
|
388
386
|
}
|
|
389
387
|
],
|
|
390
388
|
"type": "card"
|
|
@@ -392,37 +390,39 @@
|
|
|
392
390
|
{
|
|
393
391
|
"children": [
|
|
394
392
|
{
|
|
395
|
-
"gap": "sm",
|
|
396
393
|
"direction": "vertical",
|
|
397
|
-
"type": "stack",
|
|
398
394
|
"children": [
|
|
399
395
|
{
|
|
400
396
|
"type": "typography",
|
|
401
|
-
"
|
|
402
|
-
"
|
|
397
|
+
"variant": "caption",
|
|
398
|
+
"content": "Last Outcome"
|
|
403
399
|
},
|
|
404
400
|
{
|
|
405
|
-
"
|
|
401
|
+
"variant": "body",
|
|
406
402
|
"type": "typography",
|
|
407
|
-
"
|
|
403
|
+
"content": "@entity.outcome"
|
|
408
404
|
},
|
|
409
405
|
{
|
|
410
|
-
"type": "typography",
|
|
411
406
|
"content": "Impact Analysis",
|
|
412
|
-
"variant": "caption"
|
|
407
|
+
"variant": "caption",
|
|
408
|
+
"type": "typography"
|
|
413
409
|
},
|
|
414
410
|
{
|
|
415
411
|
"content": "@entity.impact",
|
|
416
412
|
"variant": "body",
|
|
417
413
|
"type": "typography"
|
|
418
414
|
}
|
|
419
|
-
]
|
|
415
|
+
],
|
|
416
|
+
"type": "stack",
|
|
417
|
+
"gap": "sm"
|
|
420
418
|
}
|
|
421
419
|
],
|
|
422
420
|
"type": "card"
|
|
423
421
|
}
|
|
424
422
|
],
|
|
425
|
-
"
|
|
423
|
+
"gap": "lg",
|
|
424
|
+
"direction": "vertical",
|
|
425
|
+
"type": "stack"
|
|
426
426
|
}
|
|
427
427
|
]
|
|
428
428
|
]
|
|
@@ -479,19 +479,18 @@
|
|
|
479
479
|
"render-ui",
|
|
480
480
|
"main",
|
|
481
481
|
{
|
|
482
|
+
"direction": "vertical",
|
|
482
483
|
"type": "stack",
|
|
483
484
|
"align": "center",
|
|
484
|
-
"gap": "lg",
|
|
485
|
-
"direction": "vertical",
|
|
486
485
|
"children": [
|
|
487
486
|
{
|
|
488
|
-
"
|
|
489
|
-
"
|
|
487
|
+
"type": "icon",
|
|
488
|
+
"name": "save"
|
|
490
489
|
},
|
|
491
490
|
{
|
|
492
|
-
"variant": "h3",
|
|
493
491
|
"type": "typography",
|
|
494
|
-
"content": "Recording outcome..."
|
|
492
|
+
"content": "Recording outcome...",
|
|
493
|
+
"variant": "h3"
|
|
495
494
|
},
|
|
496
495
|
{
|
|
497
496
|
"type": "spinner"
|
|
@@ -500,7 +499,8 @@
|
|
|
500
499
|
"label": "@entity.outcome",
|
|
501
500
|
"type": "badge"
|
|
502
501
|
}
|
|
503
|
-
]
|
|
502
|
+
],
|
|
503
|
+
"gap": "lg"
|
|
504
504
|
}
|
|
505
505
|
]
|
|
506
506
|
]
|
|
@@ -561,17 +561,16 @@
|
|
|
561
561
|
"render-ui",
|
|
562
562
|
"main",
|
|
563
563
|
{
|
|
564
|
-
"
|
|
565
|
-
"direction": "vertical",
|
|
564
|
+
"gap": "lg",
|
|
566
565
|
"children": [
|
|
567
566
|
{
|
|
568
|
-
"
|
|
569
|
-
"
|
|
567
|
+
"name": "save",
|
|
568
|
+
"type": "icon"
|
|
570
569
|
},
|
|
571
570
|
{
|
|
572
|
-
"type": "typography",
|
|
573
571
|
"variant": "h3",
|
|
574
|
-
"content": "Recording outcome..."
|
|
572
|
+
"content": "Recording outcome...",
|
|
573
|
+
"type": "typography"
|
|
575
574
|
},
|
|
576
575
|
{
|
|
577
576
|
"type": "spinner"
|
|
@@ -581,7 +580,8 @@
|
|
|
581
580
|
"type": "badge"
|
|
582
581
|
}
|
|
583
582
|
],
|
|
584
|
-
"
|
|
583
|
+
"align": "center",
|
|
584
|
+
"direction": "vertical",
|
|
585
585
|
"type": "stack"
|
|
586
586
|
}
|
|
587
587
|
]
|
|
@@ -603,82 +603,83 @@
|
|
|
603
603
|
"render-ui",
|
|
604
604
|
"main",
|
|
605
605
|
{
|
|
606
|
-
"gap": "lg",
|
|
607
|
-
"type": "stack",
|
|
608
606
|
"direction": "vertical",
|
|
609
607
|
"children": [
|
|
610
608
|
{
|
|
611
|
-
"
|
|
612
|
-
"gap": "sm",
|
|
613
|
-
"align": "center",
|
|
609
|
+
"direction": "horizontal",
|
|
614
610
|
"children": [
|
|
615
611
|
{
|
|
616
|
-
"
|
|
617
|
-
"
|
|
612
|
+
"name": "graduation-cap",
|
|
613
|
+
"type": "icon"
|
|
618
614
|
},
|
|
619
615
|
{
|
|
616
|
+
"variant": "h2",
|
|
620
617
|
"type": "typography",
|
|
621
|
-
"content": "Outcome Learner"
|
|
622
|
-
"variant": "h2"
|
|
618
|
+
"content": "Outcome Learner"
|
|
623
619
|
}
|
|
624
620
|
],
|
|
625
|
-
"
|
|
621
|
+
"type": "stack",
|
|
622
|
+
"align": "center",
|
|
623
|
+
"gap": "sm"
|
|
626
624
|
},
|
|
627
625
|
{
|
|
628
626
|
"type": "divider"
|
|
629
627
|
},
|
|
630
628
|
{
|
|
629
|
+
"type": "simple-grid",
|
|
630
|
+
"cols": 3.0,
|
|
631
631
|
"children": [
|
|
632
632
|
{
|
|
633
|
+
"icon": "check-circle",
|
|
633
634
|
"label": "Successes",
|
|
634
|
-
"type": "stat-display",
|
|
635
635
|
"value": "@entity.totalSuccesses",
|
|
636
|
-
"
|
|
636
|
+
"type": "stat-display"
|
|
637
637
|
},
|
|
638
638
|
{
|
|
639
639
|
"icon": "x-circle",
|
|
640
|
-
"label": "Failures",
|
|
641
640
|
"value": "@entity.totalFailures",
|
|
642
|
-
"type": "stat-display"
|
|
641
|
+
"type": "stat-display",
|
|
642
|
+
"label": "Failures"
|
|
643
643
|
},
|
|
644
644
|
{
|
|
645
|
-
"
|
|
645
|
+
"type": "stat-display",
|
|
646
646
|
"value": "@entity.provider",
|
|
647
647
|
"label": "Current Provider",
|
|
648
|
-
"
|
|
648
|
+
"icon": "cpu"
|
|
649
649
|
}
|
|
650
|
-
]
|
|
651
|
-
"type": "simple-grid",
|
|
652
|
-
"cols": 3.0
|
|
650
|
+
]
|
|
653
651
|
},
|
|
654
652
|
{
|
|
655
653
|
"type": "divider"
|
|
656
654
|
},
|
|
657
655
|
{
|
|
658
|
-
"type": "card",
|
|
659
656
|
"children": [
|
|
660
657
|
{
|
|
661
|
-
"type": "stack",
|
|
662
|
-
"direction": "vertical",
|
|
663
658
|
"children": [
|
|
664
659
|
{
|
|
665
|
-
"content": "Listening for task outcomes...",
|
|
666
660
|
"type": "typography",
|
|
661
|
+
"content": "Listening for task outcomes...",
|
|
667
662
|
"variant": "body"
|
|
668
663
|
},
|
|
669
664
|
{
|
|
670
|
-
"variant": "caption",
|
|
671
665
|
"type": "typography",
|
|
666
|
+
"variant": "caption",
|
|
672
667
|
"content": "This module records TASK_SUCCEEDED and TASK_FAILED events automatically."
|
|
673
668
|
}
|
|
674
669
|
],
|
|
675
|
-
"gap": "md"
|
|
670
|
+
"gap": "md",
|
|
671
|
+
"type": "stack",
|
|
672
|
+
"direction": "vertical"
|
|
676
673
|
}
|
|
677
|
-
]
|
|
674
|
+
],
|
|
675
|
+
"type": "card"
|
|
678
676
|
},
|
|
679
677
|
{
|
|
678
|
+
"type": "card",
|
|
680
679
|
"children": [
|
|
681
680
|
{
|
|
681
|
+
"gap": "sm",
|
|
682
|
+
"direction": "vertical",
|
|
682
683
|
"type": "stack",
|
|
683
684
|
"children": [
|
|
684
685
|
{
|
|
@@ -692,23 +693,22 @@
|
|
|
692
693
|
"type": "typography"
|
|
693
694
|
},
|
|
694
695
|
{
|
|
696
|
+
"type": "typography",
|
|
695
697
|
"variant": "caption",
|
|
696
|
-
"content": "Impact Analysis"
|
|
697
|
-
"type": "typography"
|
|
698
|
+
"content": "Impact Analysis"
|
|
698
699
|
},
|
|
699
700
|
{
|
|
700
|
-
"variant": "body",
|
|
701
701
|
"type": "typography",
|
|
702
|
-
"content": "@entity.impact"
|
|
702
|
+
"content": "@entity.impact",
|
|
703
|
+
"variant": "body"
|
|
703
704
|
}
|
|
704
|
-
]
|
|
705
|
-
"gap": "sm",
|
|
706
|
-
"direction": "vertical"
|
|
705
|
+
]
|
|
707
706
|
}
|
|
708
|
-
]
|
|
709
|
-
"type": "card"
|
|
707
|
+
]
|
|
710
708
|
}
|
|
711
|
-
]
|
|
709
|
+
],
|
|
710
|
+
"type": "stack",
|
|
711
|
+
"gap": "lg"
|
|
712
712
|
}
|
|
713
713
|
]
|
|
714
714
|
]
|
|
@@ -787,6 +787,9 @@
|
|
|
787
787
|
"main",
|
|
788
788
|
{
|
|
789
789
|
"direction": "vertical",
|
|
790
|
+
"type": "stack",
|
|
791
|
+
"gap": "lg",
|
|
792
|
+
"align": "center",
|
|
790
793
|
"children": [
|
|
791
794
|
{
|
|
792
795
|
"name": "cpu",
|
|
@@ -801,25 +804,22 @@
|
|
|
801
804
|
"type": "spinner"
|
|
802
805
|
},
|
|
803
806
|
{
|
|
804
|
-
"direction": "horizontal",
|
|
805
807
|
"justify": "center",
|
|
808
|
+
"type": "stack",
|
|
809
|
+
"direction": "horizontal",
|
|
806
810
|
"gap": "md",
|
|
807
811
|
"children": [
|
|
808
812
|
{
|
|
809
|
-
"
|
|
810
|
-
"
|
|
813
|
+
"label": "@entity.category",
|
|
814
|
+
"type": "badge"
|
|
811
815
|
},
|
|
812
816
|
{
|
|
813
|
-
"
|
|
814
|
-
"
|
|
817
|
+
"label": "@entity.isSuccess",
|
|
818
|
+
"type": "badge"
|
|
815
819
|
}
|
|
816
|
-
]
|
|
817
|
-
"type": "stack"
|
|
820
|
+
]
|
|
818
821
|
}
|
|
819
|
-
]
|
|
820
|
-
"gap": "lg",
|
|
821
|
-
"type": "stack",
|
|
822
|
-
"align": "center"
|
|
822
|
+
]
|
|
823
823
|
}
|
|
824
824
|
]
|
|
825
825
|
]
|
|
@@ -844,94 +844,90 @@
|
|
|
844
844
|
"main",
|
|
845
845
|
{
|
|
846
846
|
"direction": "vertical",
|
|
847
|
-
"gap": "lg",
|
|
848
847
|
"children": [
|
|
849
848
|
{
|
|
850
849
|
"type": "stack",
|
|
851
850
|
"align": "center",
|
|
852
|
-
"direction": "horizontal",
|
|
853
851
|
"children": [
|
|
854
852
|
{
|
|
855
|
-
"
|
|
856
|
-
"
|
|
853
|
+
"type": "icon",
|
|
854
|
+
"name": "graduation-cap"
|
|
857
855
|
},
|
|
858
856
|
{
|
|
857
|
+
"variant": "h2",
|
|
859
858
|
"type": "typography",
|
|
860
|
-
"content": "Outcome Learner"
|
|
861
|
-
"variant": "h2"
|
|
859
|
+
"content": "Outcome Learner"
|
|
862
860
|
}
|
|
863
861
|
],
|
|
862
|
+
"direction": "horizontal",
|
|
864
863
|
"gap": "sm"
|
|
865
864
|
},
|
|
866
865
|
{
|
|
867
866
|
"type": "divider"
|
|
868
867
|
},
|
|
869
868
|
{
|
|
869
|
+
"cols": 3.0,
|
|
870
|
+
"type": "simple-grid",
|
|
870
871
|
"children": [
|
|
871
872
|
{
|
|
872
|
-
"type": "stat-display",
|
|
873
873
|
"label": "Successes",
|
|
874
|
+
"type": "stat-display",
|
|
874
875
|
"value": "@entity.totalSuccesses",
|
|
875
876
|
"icon": "check-circle"
|
|
876
877
|
},
|
|
877
878
|
{
|
|
878
|
-
"icon": "x-circle",
|
|
879
|
-
"value": "@entity.totalFailures",
|
|
880
879
|
"type": "stat-display",
|
|
881
|
-
"label": "Failures"
|
|
880
|
+
"label": "Failures",
|
|
881
|
+
"icon": "x-circle",
|
|
882
|
+
"value": "@entity.totalFailures"
|
|
882
883
|
},
|
|
883
884
|
{
|
|
884
|
-
"value": "@entity.provider",
|
|
885
|
-
"type": "stat-display",
|
|
886
885
|
"label": "Current Provider",
|
|
887
|
-
"icon": "cpu"
|
|
886
|
+
"icon": "cpu",
|
|
887
|
+
"type": "stat-display",
|
|
888
|
+
"value": "@entity.provider"
|
|
888
889
|
}
|
|
889
|
-
]
|
|
890
|
-
"type": "simple-grid",
|
|
891
|
-
"cols": 3.0
|
|
890
|
+
]
|
|
892
891
|
},
|
|
893
892
|
{
|
|
894
893
|
"type": "divider"
|
|
895
894
|
},
|
|
896
895
|
{
|
|
896
|
+
"type": "card",
|
|
897
897
|
"children": [
|
|
898
898
|
{
|
|
899
899
|
"direction": "vertical",
|
|
900
|
-
"
|
|
900
|
+
"gap": "md",
|
|
901
901
|
"children": [
|
|
902
902
|
{
|
|
903
|
-
"
|
|
903
|
+
"content": "Listening for task outcomes...",
|
|
904
904
|
"variant": "body",
|
|
905
|
-
"
|
|
905
|
+
"type": "typography"
|
|
906
906
|
},
|
|
907
907
|
{
|
|
908
|
-
"
|
|
908
|
+
"variant": "caption",
|
|
909
909
|
"content": "This module records TASK_SUCCEEDED and TASK_FAILED events automatically.",
|
|
910
|
-
"
|
|
910
|
+
"type": "typography"
|
|
911
911
|
}
|
|
912
912
|
],
|
|
913
|
-
"
|
|
913
|
+
"type": "stack"
|
|
914
914
|
}
|
|
915
|
-
]
|
|
916
|
-
"type": "card"
|
|
915
|
+
]
|
|
917
916
|
},
|
|
918
917
|
{
|
|
919
918
|
"type": "card",
|
|
920
919
|
"children": [
|
|
921
920
|
{
|
|
922
|
-
"gap": "sm",
|
|
923
|
-
"direction": "vertical",
|
|
924
|
-
"type": "stack",
|
|
925
921
|
"children": [
|
|
926
922
|
{
|
|
927
|
-
"variant": "caption",
|
|
928
923
|
"content": "Last Outcome",
|
|
924
|
+
"variant": "caption",
|
|
929
925
|
"type": "typography"
|
|
930
926
|
},
|
|
931
927
|
{
|
|
932
928
|
"content": "@entity.outcome",
|
|
933
|
-
"
|
|
934
|
-
"
|
|
929
|
+
"variant": "body",
|
|
930
|
+
"type": "typography"
|
|
935
931
|
},
|
|
936
932
|
{
|
|
937
933
|
"type": "typography",
|
|
@@ -943,12 +939,16 @@
|
|
|
943
939
|
"content": "@entity.impact",
|
|
944
940
|
"type": "typography"
|
|
945
941
|
}
|
|
946
|
-
]
|
|
942
|
+
],
|
|
943
|
+
"direction": "vertical",
|
|
944
|
+
"gap": "sm",
|
|
945
|
+
"type": "stack"
|
|
947
946
|
}
|
|
948
947
|
]
|
|
949
948
|
}
|
|
950
949
|
],
|
|
951
|
-
"type": "stack"
|
|
950
|
+
"type": "stack",
|
|
951
|
+
"gap": "lg"
|
|
952
952
|
}
|
|
953
953
|
]
|
|
954
954
|
]
|
|
@@ -979,98 +979,96 @@
|
|
|
979
979
|
"render-ui",
|
|
980
980
|
"main",
|
|
981
981
|
{
|
|
982
|
-
"gap": "lg",
|
|
983
|
-
"direction": "vertical",
|
|
984
982
|
"type": "stack",
|
|
985
983
|
"children": [
|
|
986
984
|
{
|
|
987
|
-
"direction": "horizontal",
|
|
988
985
|
"children": [
|
|
989
986
|
{
|
|
990
987
|
"type": "icon",
|
|
991
988
|
"name": "graduation-cap"
|
|
992
989
|
},
|
|
993
990
|
{
|
|
994
|
-
"content": "Outcome Learner",
|
|
995
991
|
"variant": "h2",
|
|
996
|
-
"type": "typography"
|
|
992
|
+
"type": "typography",
|
|
993
|
+
"content": "Outcome Learner"
|
|
997
994
|
}
|
|
998
995
|
],
|
|
996
|
+
"align": "center",
|
|
999
997
|
"gap": "sm",
|
|
1000
998
|
"type": "stack",
|
|
1001
|
-
"
|
|
999
|
+
"direction": "horizontal"
|
|
1002
1000
|
},
|
|
1003
1001
|
{
|
|
1004
1002
|
"type": "divider"
|
|
1005
1003
|
},
|
|
1006
1004
|
{
|
|
1005
|
+
"type": "simple-grid",
|
|
1007
1006
|
"cols": 3.0,
|
|
1008
1007
|
"children": [
|
|
1009
1008
|
{
|
|
1010
|
-
"label": "Successes",
|
|
1011
1009
|
"icon": "check-circle",
|
|
1012
|
-
"
|
|
1013
|
-
"
|
|
1010
|
+
"value": "@entity.totalSuccesses",
|
|
1011
|
+
"label": "Successes",
|
|
1012
|
+
"type": "stat-display"
|
|
1014
1013
|
},
|
|
1015
1014
|
{
|
|
1016
|
-
"label": "Failures",
|
|
1017
1015
|
"type": "stat-display",
|
|
1016
|
+
"label": "Failures",
|
|
1018
1017
|
"icon": "x-circle",
|
|
1019
1018
|
"value": "@entity.totalFailures"
|
|
1020
1019
|
},
|
|
1021
1020
|
{
|
|
1022
|
-
"label": "Current Provider",
|
|
1023
1021
|
"type": "stat-display",
|
|
1024
1022
|
"value": "@entity.provider",
|
|
1023
|
+
"label": "Current Provider",
|
|
1025
1024
|
"icon": "cpu"
|
|
1026
1025
|
}
|
|
1027
|
-
]
|
|
1028
|
-
"type": "simple-grid"
|
|
1026
|
+
]
|
|
1029
1027
|
},
|
|
1030
1028
|
{
|
|
1031
1029
|
"type": "divider"
|
|
1032
1030
|
},
|
|
1033
1031
|
{
|
|
1032
|
+
"type": "card",
|
|
1034
1033
|
"children": [
|
|
1035
1034
|
{
|
|
1036
|
-
"gap": "md",
|
|
1037
1035
|
"children": [
|
|
1038
1036
|
{
|
|
1039
|
-
"content": "Listening for task outcomes...",
|
|
1040
1037
|
"variant": "body",
|
|
1041
|
-
"type": "typography"
|
|
1038
|
+
"type": "typography",
|
|
1039
|
+
"content": "Listening for task outcomes..."
|
|
1042
1040
|
},
|
|
1043
1041
|
{
|
|
1042
|
+
"variant": "caption",
|
|
1044
1043
|
"type": "typography",
|
|
1045
|
-
"content": "This module records TASK_SUCCEEDED and TASK_FAILED events automatically."
|
|
1046
|
-
"variant": "caption"
|
|
1044
|
+
"content": "This module records TASK_SUCCEEDED and TASK_FAILED events automatically."
|
|
1047
1045
|
}
|
|
1048
1046
|
],
|
|
1049
|
-
"
|
|
1050
|
-
"
|
|
1047
|
+
"direction": "vertical",
|
|
1048
|
+
"gap": "md",
|
|
1049
|
+
"type": "stack"
|
|
1051
1050
|
}
|
|
1052
|
-
]
|
|
1053
|
-
"type": "card"
|
|
1051
|
+
]
|
|
1054
1052
|
},
|
|
1055
1053
|
{
|
|
1054
|
+
"type": "card",
|
|
1056
1055
|
"children": [
|
|
1057
1056
|
{
|
|
1058
|
-
"type": "stack",
|
|
1059
1057
|
"children": [
|
|
1060
1058
|
{
|
|
1061
|
-
"type": "typography",
|
|
1062
1059
|
"content": "Last Outcome",
|
|
1060
|
+
"type": "typography",
|
|
1063
1061
|
"variant": "caption"
|
|
1064
1062
|
},
|
|
1065
1063
|
{
|
|
1064
|
+
"variant": "body",
|
|
1066
1065
|
"type": "typography",
|
|
1067
|
-
"content": "@entity.outcome"
|
|
1068
|
-
"variant": "body"
|
|
1066
|
+
"content": "@entity.outcome"
|
|
1069
1067
|
},
|
|
1070
1068
|
{
|
|
1071
|
-
"variant": "caption",
|
|
1072
1069
|
"type": "typography",
|
|
1073
|
-
"content": "Impact Analysis"
|
|
1070
|
+
"content": "Impact Analysis",
|
|
1071
|
+
"variant": "caption"
|
|
1074
1072
|
},
|
|
1075
1073
|
{
|
|
1076
1074
|
"content": "@entity.impact",
|
|
@@ -1078,13 +1076,15 @@
|
|
|
1078
1076
|
"type": "typography"
|
|
1079
1077
|
}
|
|
1080
1078
|
],
|
|
1079
|
+
"type": "stack",
|
|
1081
1080
|
"direction": "vertical",
|
|
1082
1081
|
"gap": "sm"
|
|
1083
1082
|
}
|
|
1084
|
-
]
|
|
1085
|
-
"type": "card"
|
|
1083
|
+
]
|
|
1086
1084
|
}
|
|
1087
|
-
]
|
|
1085
|
+
],
|
|
1086
|
+
"direction": "vertical",
|
|
1087
|
+
"gap": "lg"
|
|
1088
1088
|
}
|
|
1089
1089
|
]
|
|
1090
1090
|
]
|
|
@@ -1108,23 +1108,22 @@
|
|
|
1108
1108
|
"render-ui",
|
|
1109
1109
|
"main",
|
|
1110
1110
|
{
|
|
1111
|
-
"type": "stack",
|
|
1112
1111
|
"direction": "vertical",
|
|
1113
1112
|
"children": [
|
|
1114
1113
|
{
|
|
1115
|
-
"
|
|
1114
|
+
"type": "stack",
|
|
1116
1115
|
"children": [
|
|
1117
1116
|
{
|
|
1118
|
-
"
|
|
1119
|
-
"
|
|
1117
|
+
"name": "graduation-cap",
|
|
1118
|
+
"type": "icon"
|
|
1120
1119
|
},
|
|
1121
1120
|
{
|
|
1122
|
-
"variant": "h2",
|
|
1123
1121
|
"type": "typography",
|
|
1124
|
-
"content": "Outcome Learner"
|
|
1122
|
+
"content": "Outcome Learner",
|
|
1123
|
+
"variant": "h2"
|
|
1125
1124
|
}
|
|
1126
1125
|
],
|
|
1127
|
-
"
|
|
1126
|
+
"align": "center",
|
|
1128
1127
|
"direction": "horizontal",
|
|
1129
1128
|
"gap": "sm"
|
|
1130
1129
|
},
|
|
@@ -1133,27 +1132,27 @@
|
|
|
1133
1132
|
},
|
|
1134
1133
|
{
|
|
1135
1134
|
"type": "simple-grid",
|
|
1135
|
+
"cols": 3.0,
|
|
1136
1136
|
"children": [
|
|
1137
1137
|
{
|
|
1138
1138
|
"value": "@entity.totalSuccesses",
|
|
1139
|
-
"
|
|
1139
|
+
"label": "Successes",
|
|
1140
1140
|
"type": "stat-display",
|
|
1141
|
-
"
|
|
1141
|
+
"icon": "check-circle"
|
|
1142
1142
|
},
|
|
1143
1143
|
{
|
|
1144
|
-
"label": "Failures",
|
|
1145
|
-
"type": "stat-display",
|
|
1146
1144
|
"value": "@entity.totalFailures",
|
|
1145
|
+
"type": "stat-display",
|
|
1146
|
+
"label": "Failures",
|
|
1147
1147
|
"icon": "x-circle"
|
|
1148
1148
|
},
|
|
1149
1149
|
{
|
|
1150
|
+
"icon": "cpu",
|
|
1150
1151
|
"type": "stat-display",
|
|
1151
|
-
"label": "Current Provider",
|
|
1152
1152
|
"value": "@entity.provider",
|
|
1153
|
-
"
|
|
1153
|
+
"label": "Current Provider"
|
|
1154
1154
|
}
|
|
1155
|
-
]
|
|
1156
|
-
"cols": 3.0
|
|
1155
|
+
]
|
|
1157
1156
|
},
|
|
1158
1157
|
{
|
|
1159
1158
|
"type": "divider"
|
|
@@ -1161,7 +1160,6 @@
|
|
|
1161
1160
|
{
|
|
1162
1161
|
"children": [
|
|
1163
1162
|
{
|
|
1164
|
-
"type": "stack",
|
|
1165
1163
|
"direction": "vertical",
|
|
1166
1164
|
"children": [
|
|
1167
1165
|
{
|
|
@@ -1175,17 +1173,18 @@
|
|
|
1175
1173
|
"content": "This module records TASK_SUCCEEDED and TASK_FAILED events automatically."
|
|
1176
1174
|
}
|
|
1177
1175
|
],
|
|
1176
|
+
"type": "stack",
|
|
1178
1177
|
"gap": "md"
|
|
1179
1178
|
}
|
|
1180
1179
|
],
|
|
1181
1180
|
"type": "card"
|
|
1182
1181
|
},
|
|
1183
1182
|
{
|
|
1184
|
-
"type": "card",
|
|
1185
1183
|
"children": [
|
|
1186
1184
|
{
|
|
1187
1185
|
"gap": "sm",
|
|
1188
1186
|
"type": "stack",
|
|
1187
|
+
"direction": "vertical",
|
|
1189
1188
|
"children": [
|
|
1190
1189
|
{
|
|
1191
1190
|
"type": "typography",
|
|
@@ -1193,26 +1192,27 @@
|
|
|
1193
1192
|
"variant": "caption"
|
|
1194
1193
|
},
|
|
1195
1194
|
{
|
|
1196
|
-
"
|
|
1195
|
+
"content": "@entity.outcome",
|
|
1197
1196
|
"type": "typography",
|
|
1198
|
-
"
|
|
1197
|
+
"variant": "body"
|
|
1199
1198
|
},
|
|
1200
1199
|
{
|
|
1201
1200
|
"type": "typography",
|
|
1202
|
-
"
|
|
1203
|
-
"
|
|
1201
|
+
"content": "Impact Analysis",
|
|
1202
|
+
"variant": "caption"
|
|
1204
1203
|
},
|
|
1205
1204
|
{
|
|
1206
|
-
"type": "typography",
|
|
1207
1205
|
"content": "@entity.impact",
|
|
1208
|
-
"variant": "body"
|
|
1206
|
+
"variant": "body",
|
|
1207
|
+
"type": "typography"
|
|
1209
1208
|
}
|
|
1210
|
-
]
|
|
1211
|
-
"direction": "vertical"
|
|
1209
|
+
]
|
|
1212
1210
|
}
|
|
1213
|
-
]
|
|
1211
|
+
],
|
|
1212
|
+
"type": "card"
|
|
1214
1213
|
}
|
|
1215
1214
|
],
|
|
1215
|
+
"type": "stack",
|
|
1216
1216
|
"gap": "lg"
|
|
1217
1217
|
}
|
|
1218
1218
|
]
|