@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
|
@@ -314,38 +314,35 @@
|
|
|
314
314
|
"render-ui",
|
|
315
315
|
"main",
|
|
316
316
|
{
|
|
317
|
-
"direction": "vertical",
|
|
318
|
-
"gap": "lg",
|
|
319
|
-
"type": "stack",
|
|
320
317
|
"children": [
|
|
321
318
|
{
|
|
322
|
-
"direction": "horizontal",
|
|
323
|
-
"type": "stack",
|
|
324
319
|
"gap": "md",
|
|
320
|
+
"type": "stack",
|
|
325
321
|
"justify": "between",
|
|
322
|
+
"direction": "horizontal",
|
|
326
323
|
"children": [
|
|
327
324
|
{
|
|
328
|
-
"gap": "md",
|
|
329
|
-
"type": "stack",
|
|
330
325
|
"direction": "horizontal",
|
|
326
|
+
"type": "stack",
|
|
327
|
+
"gap": "md",
|
|
331
328
|
"children": [
|
|
332
329
|
{
|
|
333
|
-
"
|
|
334
|
-
"
|
|
330
|
+
"name": "tag",
|
|
331
|
+
"type": "icon"
|
|
335
332
|
},
|
|
336
333
|
{
|
|
334
|
+
"variant": "h2",
|
|
337
335
|
"type": "typography",
|
|
338
|
-
"content": "AgentClassifier"
|
|
339
|
-
"variant": "h2"
|
|
336
|
+
"content": "AgentClassifier"
|
|
340
337
|
}
|
|
341
338
|
]
|
|
342
339
|
},
|
|
343
340
|
{
|
|
344
|
-
"variant": "primary",
|
|
345
|
-
"icon": "tag",
|
|
346
341
|
"action": "CLASSIFY",
|
|
342
|
+
"label": "Open",
|
|
343
|
+
"variant": "primary",
|
|
347
344
|
"type": "button",
|
|
348
|
-
"
|
|
345
|
+
"icon": "tag"
|
|
349
346
|
}
|
|
350
347
|
]
|
|
351
348
|
},
|
|
@@ -353,12 +350,15 @@
|
|
|
353
350
|
"type": "divider"
|
|
354
351
|
},
|
|
355
352
|
{
|
|
356
|
-
"icon": "tag",
|
|
357
|
-
"title": "Nothing open",
|
|
358
353
|
"type": "empty-state",
|
|
359
|
-
"
|
|
354
|
+
"icon": "tag",
|
|
355
|
+
"description": "Click Open to view details in a modal overlay.",
|
|
356
|
+
"title": "Nothing open"
|
|
360
357
|
}
|
|
361
|
-
]
|
|
358
|
+
],
|
|
359
|
+
"gap": "lg",
|
|
360
|
+
"type": "stack",
|
|
361
|
+
"direction": "vertical"
|
|
362
362
|
}
|
|
363
363
|
]
|
|
364
364
|
]
|
|
@@ -372,11 +372,10 @@
|
|
|
372
372
|
"render-ui",
|
|
373
373
|
"modal",
|
|
374
374
|
{
|
|
375
|
-
"direction": "vertical",
|
|
376
375
|
"type": "stack",
|
|
377
376
|
"children": [
|
|
378
377
|
{
|
|
379
|
-
"
|
|
378
|
+
"gap": "sm",
|
|
380
379
|
"direction": "horizontal",
|
|
381
380
|
"children": [
|
|
382
381
|
{
|
|
@@ -385,52 +384,53 @@
|
|
|
385
384
|
},
|
|
386
385
|
{
|
|
387
386
|
"variant": "h3",
|
|
388
|
-
"
|
|
389
|
-
"
|
|
387
|
+
"content": "AgentClassifier",
|
|
388
|
+
"type": "typography"
|
|
390
389
|
}
|
|
391
390
|
],
|
|
392
|
-
"
|
|
391
|
+
"type": "stack"
|
|
393
392
|
},
|
|
394
393
|
{
|
|
395
394
|
"type": "divider"
|
|
396
395
|
},
|
|
397
396
|
{
|
|
398
|
-
"type": "stack",
|
|
399
397
|
"direction": "horizontal",
|
|
400
398
|
"gap": "sm",
|
|
401
399
|
"children": [
|
|
402
400
|
{
|
|
403
401
|
"variant": "caption",
|
|
404
|
-
"
|
|
405
|
-
"
|
|
402
|
+
"type": "typography",
|
|
403
|
+
"content": "Categories:"
|
|
406
404
|
},
|
|
407
405
|
{
|
|
408
406
|
"type": "badge",
|
|
409
|
-
"
|
|
410
|
-
"
|
|
407
|
+
"variant": "secondary",
|
|
408
|
+
"label": "positive"
|
|
411
409
|
},
|
|
412
410
|
{
|
|
413
|
-
"
|
|
411
|
+
"label": "negative",
|
|
414
412
|
"type": "badge",
|
|
415
|
-
"
|
|
413
|
+
"variant": "secondary"
|
|
416
414
|
},
|
|
417
415
|
{
|
|
416
|
+
"variant": "secondary",
|
|
418
417
|
"type": "badge",
|
|
419
|
-
"label": "neutral"
|
|
420
|
-
"variant": "secondary"
|
|
418
|
+
"label": "neutral"
|
|
421
419
|
}
|
|
422
|
-
]
|
|
420
|
+
],
|
|
421
|
+
"type": "stack"
|
|
423
422
|
},
|
|
424
423
|
{
|
|
425
424
|
"mode": "create",
|
|
425
|
+
"submitEvent": "SAVE",
|
|
426
|
+
"cancelEvent": "CLOSE",
|
|
427
|
+
"type": "form-section",
|
|
426
428
|
"fields": [
|
|
427
429
|
"input"
|
|
428
|
-
]
|
|
429
|
-
"type": "form-section",
|
|
430
|
-
"cancelEvent": "CLOSE",
|
|
431
|
-
"submitEvent": "SAVE"
|
|
430
|
+
]
|
|
432
431
|
}
|
|
433
432
|
],
|
|
433
|
+
"direction": "vertical",
|
|
434
434
|
"gap": "md"
|
|
435
435
|
}
|
|
436
436
|
]
|
|
@@ -459,51 +459,51 @@
|
|
|
459
459
|
"render-ui",
|
|
460
460
|
"main",
|
|
461
461
|
{
|
|
462
|
+
"direction": "vertical",
|
|
462
463
|
"children": [
|
|
463
464
|
{
|
|
464
|
-
"
|
|
465
|
-
"gap": "md",
|
|
465
|
+
"direction": "horizontal",
|
|
466
466
|
"children": [
|
|
467
467
|
{
|
|
468
468
|
"type": "stack",
|
|
469
|
-
"direction": "horizontal",
|
|
470
469
|
"children": [
|
|
471
470
|
{
|
|
472
|
-
"
|
|
473
|
-
"
|
|
471
|
+
"type": "icon",
|
|
472
|
+
"name": "tag"
|
|
474
473
|
},
|
|
475
474
|
{
|
|
476
475
|
"content": "AgentClassifier",
|
|
477
|
-
"
|
|
478
|
-
"
|
|
476
|
+
"variant": "h2",
|
|
477
|
+
"type": "typography"
|
|
479
478
|
}
|
|
480
479
|
],
|
|
480
|
+
"direction": "horizontal",
|
|
481
481
|
"gap": "md"
|
|
482
482
|
},
|
|
483
483
|
{
|
|
484
|
-
"label": "Open",
|
|
485
484
|
"icon": "tag",
|
|
485
|
+
"label": "Open",
|
|
486
486
|
"action": "CLASSIFY",
|
|
487
487
|
"type": "button",
|
|
488
488
|
"variant": "primary"
|
|
489
489
|
}
|
|
490
490
|
],
|
|
491
|
+
"type": "stack",
|
|
491
492
|
"justify": "between",
|
|
492
|
-
"
|
|
493
|
+
"gap": "md"
|
|
493
494
|
},
|
|
494
495
|
{
|
|
495
496
|
"type": "divider"
|
|
496
497
|
},
|
|
497
498
|
{
|
|
498
499
|
"description": "Click Open to view details in a modal overlay.",
|
|
500
|
+
"type": "empty-state",
|
|
499
501
|
"icon": "tag",
|
|
500
|
-
"title": "Nothing open"
|
|
501
|
-
"type": "empty-state"
|
|
502
|
+
"title": "Nothing open"
|
|
502
503
|
}
|
|
503
504
|
],
|
|
504
|
-
"gap": "lg",
|
|
505
505
|
"type": "stack",
|
|
506
|
-
"
|
|
506
|
+
"gap": "lg"
|
|
507
507
|
}
|
|
508
508
|
]
|
|
509
509
|
]
|
|
@@ -520,8 +520,8 @@
|
|
|
520
520
|
"@payload.data",
|
|
521
521
|
{
|
|
522
522
|
"emit": {
|
|
523
|
-
"
|
|
524
|
-
"
|
|
523
|
+
"success": "AgentClassifierSaved",
|
|
524
|
+
"failure": "AgentClassifierSaveFailed"
|
|
525
525
|
}
|
|
526
526
|
}
|
|
527
527
|
],
|
|
@@ -542,50 +542,50 @@
|
|
|
542
542
|
"render-ui",
|
|
543
543
|
"main",
|
|
544
544
|
{
|
|
545
|
+
"type": "stack",
|
|
545
546
|
"direction": "vertical",
|
|
546
547
|
"children": [
|
|
547
548
|
{
|
|
548
|
-
"type": "stack",
|
|
549
549
|
"children": [
|
|
550
550
|
{
|
|
551
551
|
"direction": "horizontal",
|
|
552
|
+
"type": "stack",
|
|
553
|
+
"gap": "md",
|
|
552
554
|
"children": [
|
|
553
555
|
{
|
|
554
|
-
"
|
|
555
|
-
"
|
|
556
|
+
"type": "icon",
|
|
557
|
+
"name": "tag"
|
|
556
558
|
},
|
|
557
559
|
{
|
|
558
|
-
"
|
|
560
|
+
"variant": "h2",
|
|
559
561
|
"content": "AgentClassifier",
|
|
560
|
-
"
|
|
562
|
+
"type": "typography"
|
|
561
563
|
}
|
|
562
|
-
]
|
|
563
|
-
"type": "stack",
|
|
564
|
-
"gap": "md"
|
|
564
|
+
]
|
|
565
565
|
},
|
|
566
566
|
{
|
|
567
|
+
"type": "button",
|
|
567
568
|
"icon": "tag",
|
|
568
|
-
"variant": "primary",
|
|
569
|
-
"label": "Open",
|
|
570
569
|
"action": "CLASSIFY",
|
|
571
|
-
"
|
|
570
|
+
"label": "Open",
|
|
571
|
+
"variant": "primary"
|
|
572
572
|
}
|
|
573
573
|
],
|
|
574
|
-
"direction": "horizontal",
|
|
575
574
|
"gap": "md",
|
|
576
|
-
"
|
|
575
|
+
"direction": "horizontal",
|
|
576
|
+
"justify": "between",
|
|
577
|
+
"type": "stack"
|
|
577
578
|
},
|
|
578
579
|
{
|
|
579
580
|
"type": "divider"
|
|
580
581
|
},
|
|
581
582
|
{
|
|
582
|
-
"
|
|
583
|
+
"description": "Click Open to view details in a modal overlay.",
|
|
583
584
|
"title": "Nothing open",
|
|
584
585
|
"type": "empty-state",
|
|
585
|
-
"
|
|
586
|
+
"icon": "tag"
|
|
586
587
|
}
|
|
587
588
|
],
|
|
588
|
-
"type": "stack",
|
|
589
589
|
"gap": "lg"
|
|
590
590
|
}
|
|
591
591
|
]
|
|
@@ -769,8 +769,8 @@
|
|
|
769
769
|
"AgentClassifier",
|
|
770
770
|
{
|
|
771
771
|
"emit": {
|
|
772
|
-
"
|
|
773
|
-
"
|
|
772
|
+
"success": "AgentClassifierLoaded",
|
|
773
|
+
"failure": "AgentClassifierLoadFailed"
|
|
774
774
|
}
|
|
775
775
|
}
|
|
776
776
|
]
|
|
@@ -795,40 +795,42 @@
|
|
|
795
795
|
"render-ui",
|
|
796
796
|
"main",
|
|
797
797
|
{
|
|
798
|
+
"direction": "vertical",
|
|
798
799
|
"gap": "lg",
|
|
800
|
+
"type": "stack",
|
|
799
801
|
"children": [
|
|
800
802
|
{
|
|
801
|
-
"
|
|
803
|
+
"align": "center",
|
|
802
804
|
"gap": "md",
|
|
803
|
-
"direction": "horizontal",
|
|
804
805
|
"justify": "between",
|
|
805
|
-
"align": "center",
|
|
806
806
|
"children": [
|
|
807
807
|
{
|
|
808
|
-
"type": "stack",
|
|
809
|
-
"gap": "md",
|
|
810
808
|
"align": "center",
|
|
811
809
|
"children": [
|
|
812
810
|
{
|
|
813
|
-
"
|
|
814
|
-
"
|
|
811
|
+
"type": "icon",
|
|
812
|
+
"name": "tag"
|
|
815
813
|
},
|
|
816
814
|
{
|
|
817
|
-
"
|
|
815
|
+
"content": "AgentClassifier Result",
|
|
818
816
|
"type": "typography",
|
|
819
|
-
"
|
|
817
|
+
"variant": "h2"
|
|
820
818
|
}
|
|
821
819
|
],
|
|
822
|
-
"
|
|
820
|
+
"type": "stack",
|
|
821
|
+
"direction": "horizontal",
|
|
822
|
+
"gap": "md"
|
|
823
823
|
},
|
|
824
824
|
{
|
|
825
|
-
"icon": "x",
|
|
826
825
|
"variant": "ghost",
|
|
826
|
+
"type": "button",
|
|
827
827
|
"action": "HIDE",
|
|
828
828
|
"label": "Dismiss",
|
|
829
|
-
"
|
|
829
|
+
"icon": "x"
|
|
830
830
|
}
|
|
831
|
-
]
|
|
831
|
+
],
|
|
832
|
+
"type": "stack",
|
|
833
|
+
"direction": "horizontal"
|
|
832
834
|
},
|
|
833
835
|
{
|
|
834
836
|
"type": "divider"
|
|
@@ -842,13 +844,11 @@
|
|
|
842
844
|
"type": "toast-slot"
|
|
843
845
|
},
|
|
844
846
|
{
|
|
845
|
-
"message": "@entity.message",
|
|
846
847
|
"type": "alert",
|
|
847
|
-
"variant": "warning"
|
|
848
|
+
"variant": "warning",
|
|
849
|
+
"message": "@entity.message"
|
|
848
850
|
}
|
|
849
|
-
]
|
|
850
|
-
"type": "stack",
|
|
851
|
-
"direction": "vertical"
|
|
851
|
+
]
|
|
852
852
|
}
|
|
853
853
|
]
|
|
854
854
|
]
|
|
@@ -872,57 +872,57 @@
|
|
|
872
872
|
"render-ui",
|
|
873
873
|
"main",
|
|
874
874
|
{
|
|
875
|
-
"direction": "vertical",
|
|
876
875
|
"gap": "lg",
|
|
876
|
+
"direction": "vertical",
|
|
877
877
|
"children": [
|
|
878
878
|
{
|
|
879
|
+
"gap": "md",
|
|
880
|
+
"align": "center",
|
|
881
|
+
"justify": "between",
|
|
879
882
|
"children": [
|
|
880
883
|
{
|
|
884
|
+
"gap": "md",
|
|
881
885
|
"direction": "horizontal",
|
|
886
|
+
"type": "stack",
|
|
882
887
|
"align": "center",
|
|
883
888
|
"children": [
|
|
884
889
|
{
|
|
885
|
-
"
|
|
886
|
-
"
|
|
890
|
+
"type": "icon",
|
|
891
|
+
"name": "tag"
|
|
887
892
|
},
|
|
888
893
|
{
|
|
889
894
|
"content": "AgentClassifier Result",
|
|
890
|
-
"
|
|
891
|
-
"
|
|
895
|
+
"variant": "h2",
|
|
896
|
+
"type": "typography"
|
|
892
897
|
}
|
|
893
|
-
]
|
|
894
|
-
"type": "stack",
|
|
895
|
-
"gap": "md"
|
|
898
|
+
]
|
|
896
899
|
},
|
|
897
900
|
{
|
|
898
901
|
"action": "HIDE",
|
|
899
902
|
"variant": "ghost",
|
|
903
|
+
"label": "Dismiss",
|
|
900
904
|
"icon": "x",
|
|
901
|
-
"type": "button"
|
|
902
|
-
"label": "Dismiss"
|
|
905
|
+
"type": "button"
|
|
903
906
|
}
|
|
904
907
|
],
|
|
905
|
-
"
|
|
906
|
-
"
|
|
907
|
-
"type": "stack",
|
|
908
|
-
"justify": "between",
|
|
909
|
-
"direction": "horizontal"
|
|
908
|
+
"direction": "horizontal",
|
|
909
|
+
"type": "stack"
|
|
910
910
|
},
|
|
911
911
|
{
|
|
912
912
|
"type": "divider"
|
|
913
913
|
},
|
|
914
914
|
{
|
|
915
|
-
"type": "alert",
|
|
916
915
|
"variant": "@entity.notificationType",
|
|
917
|
-
"message": "@entity.message"
|
|
916
|
+
"message": "@entity.message",
|
|
917
|
+
"type": "alert"
|
|
918
918
|
},
|
|
919
919
|
{
|
|
920
920
|
"type": "toast-slot"
|
|
921
921
|
},
|
|
922
922
|
{
|
|
923
|
-
"
|
|
923
|
+
"message": "@entity.message",
|
|
924
924
|
"type": "alert",
|
|
925
|
-
"
|
|
925
|
+
"variant": "warning"
|
|
926
926
|
}
|
|
927
927
|
],
|
|
928
928
|
"type": "stack"
|
|
@@ -956,12 +956,13 @@
|
|
|
956
956
|
"scope": "internal",
|
|
957
957
|
"payload": [
|
|
958
958
|
{
|
|
959
|
-
"name": "
|
|
960
|
-
"type": "string"
|
|
959
|
+
"name": "message",
|
|
960
|
+
"type": "string",
|
|
961
|
+
"required": true
|
|
961
962
|
},
|
|
962
963
|
{
|
|
963
|
-
"name": "
|
|
964
|
-
"type": "
|
|
964
|
+
"name": "notificationType",
|
|
965
|
+
"type": "string"
|
|
965
966
|
}
|
|
966
967
|
]
|
|
967
968
|
},
|
|
@@ -1160,10 +1161,10 @@
|
|
|
1160
1161
|
"render-ui",
|
|
1161
1162
|
"main",
|
|
1162
1163
|
{
|
|
1163
|
-
"icon": "tag",
|
|
1164
1164
|
"title": "Classifier",
|
|
1165
|
+
"description": "Classifier is ready",
|
|
1165
1166
|
"type": "empty-state",
|
|
1166
|
-
"
|
|
1167
|
+
"icon": "tag"
|
|
1167
1168
|
}
|
|
1168
1169
|
]
|
|
1169
1170
|
]
|
|
@@ -1216,7 +1217,11 @@
|
|
|
1216
1217
|
],
|
|
1217
1218
|
[
|
|
1218
1219
|
"emit",
|
|
1219
|
-
"SHOW"
|
|
1220
|
+
"SHOW",
|
|
1221
|
+
{
|
|
1222
|
+
"notificationType": "success",
|
|
1223
|
+
"message": "Classification complete"
|
|
1224
|
+
}
|
|
1220
1225
|
]
|
|
1221
1226
|
]
|
|
1222
1227
|
},
|