@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
|
@@ -64,7 +64,13 @@
|
|
|
64
64
|
{
|
|
65
65
|
"name": "notificationType",
|
|
66
66
|
"type": "string",
|
|
67
|
-
"default": "info"
|
|
67
|
+
"default": "info",
|
|
68
|
+
"values": [
|
|
69
|
+
"info",
|
|
70
|
+
"success",
|
|
71
|
+
"warning",
|
|
72
|
+
"error"
|
|
73
|
+
]
|
|
68
74
|
}
|
|
69
75
|
]
|
|
70
76
|
},
|
|
@@ -308,39 +314,37 @@
|
|
|
308
314
|
"render-ui",
|
|
309
315
|
"main",
|
|
310
316
|
{
|
|
311
|
-
"type": "stack",
|
|
312
|
-
"direction": "vertical",
|
|
313
317
|
"gap": "lg",
|
|
314
318
|
"children": [
|
|
315
319
|
{
|
|
316
|
-
"
|
|
320
|
+
"justify": "between",
|
|
321
|
+
"gap": "md",
|
|
317
322
|
"children": [
|
|
318
323
|
{
|
|
324
|
+
"type": "stack",
|
|
319
325
|
"children": [
|
|
320
326
|
{
|
|
321
|
-
"
|
|
322
|
-
"
|
|
327
|
+
"type": "icon",
|
|
328
|
+
"name": "tag"
|
|
323
329
|
},
|
|
324
330
|
{
|
|
325
|
-
"variant": "h2",
|
|
326
331
|
"type": "typography",
|
|
327
|
-
"content": "AgentClassifier"
|
|
332
|
+
"content": "AgentClassifier",
|
|
333
|
+
"variant": "h2"
|
|
328
334
|
}
|
|
329
335
|
],
|
|
330
336
|
"direction": "horizontal",
|
|
331
|
-
"type": "stack",
|
|
332
337
|
"gap": "md"
|
|
333
338
|
},
|
|
334
339
|
{
|
|
335
340
|
"action": "CLASSIFY",
|
|
336
|
-
"type": "button",
|
|
337
|
-
"variant": "primary",
|
|
338
341
|
"label": "Open",
|
|
339
|
-
"icon": "tag"
|
|
342
|
+
"icon": "tag",
|
|
343
|
+
"variant": "primary",
|
|
344
|
+
"type": "button"
|
|
340
345
|
}
|
|
341
346
|
],
|
|
342
|
-
"
|
|
343
|
-
"justify": "between",
|
|
347
|
+
"type": "stack",
|
|
344
348
|
"direction": "horizontal"
|
|
345
349
|
},
|
|
346
350
|
{
|
|
@@ -352,7 +356,9 @@
|
|
|
352
356
|
"title": "Nothing open",
|
|
353
357
|
"description": "Click Open to view details in a modal overlay."
|
|
354
358
|
}
|
|
355
|
-
]
|
|
359
|
+
],
|
|
360
|
+
"direction": "vertical",
|
|
361
|
+
"type": "stack"
|
|
356
362
|
}
|
|
357
363
|
]
|
|
358
364
|
]
|
|
@@ -366,10 +372,11 @@
|
|
|
366
372
|
"render-ui",
|
|
367
373
|
"modal",
|
|
368
374
|
{
|
|
375
|
+
"gap": "md",
|
|
369
376
|
"direction": "vertical",
|
|
377
|
+
"type": "stack",
|
|
370
378
|
"children": [
|
|
371
379
|
{
|
|
372
|
-
"direction": "horizontal",
|
|
373
380
|
"type": "stack",
|
|
374
381
|
"children": [
|
|
375
382
|
{
|
|
@@ -382,50 +389,49 @@
|
|
|
382
389
|
"type": "typography"
|
|
383
390
|
}
|
|
384
391
|
],
|
|
392
|
+
"direction": "horizontal",
|
|
385
393
|
"gap": "sm"
|
|
386
394
|
},
|
|
387
395
|
{
|
|
388
396
|
"type": "divider"
|
|
389
397
|
},
|
|
390
398
|
{
|
|
391
|
-
"type": "stack",
|
|
392
399
|
"children": [
|
|
393
400
|
{
|
|
401
|
+
"type": "typography",
|
|
394
402
|
"variant": "caption",
|
|
395
|
-
"content": "Categories:"
|
|
396
|
-
"type": "typography"
|
|
403
|
+
"content": "Categories:"
|
|
397
404
|
},
|
|
398
405
|
{
|
|
399
406
|
"variant": "secondary",
|
|
400
|
-
"
|
|
401
|
-
"
|
|
407
|
+
"type": "badge",
|
|
408
|
+
"label": "positive"
|
|
402
409
|
},
|
|
403
410
|
{
|
|
411
|
+
"label": "negative",
|
|
404
412
|
"variant": "secondary",
|
|
405
|
-
"type": "badge"
|
|
406
|
-
"label": "negative"
|
|
413
|
+
"type": "badge"
|
|
407
414
|
},
|
|
408
415
|
{
|
|
416
|
+
"type": "badge",
|
|
409
417
|
"variant": "secondary",
|
|
410
|
-
"label": "neutral"
|
|
411
|
-
"type": "badge"
|
|
418
|
+
"label": "neutral"
|
|
412
419
|
}
|
|
413
420
|
],
|
|
414
421
|
"direction": "horizontal",
|
|
422
|
+
"type": "stack",
|
|
415
423
|
"gap": "sm"
|
|
416
424
|
},
|
|
417
425
|
{
|
|
418
426
|
"cancelEvent": "CLOSE",
|
|
419
427
|
"mode": "create",
|
|
428
|
+
"type": "form-section",
|
|
420
429
|
"submitEvent": "SAVE",
|
|
421
430
|
"fields": [
|
|
422
431
|
"input"
|
|
423
|
-
]
|
|
424
|
-
"type": "form-section"
|
|
432
|
+
]
|
|
425
433
|
}
|
|
426
|
-
]
|
|
427
|
-
"type": "stack",
|
|
428
|
-
"gap": "md"
|
|
434
|
+
]
|
|
429
435
|
}
|
|
430
436
|
]
|
|
431
437
|
]
|
|
@@ -453,19 +459,15 @@
|
|
|
453
459
|
"render-ui",
|
|
454
460
|
"main",
|
|
455
461
|
{
|
|
456
|
-
"direction": "vertical",
|
|
457
|
-
"type": "stack",
|
|
458
|
-
"gap": "lg",
|
|
459
462
|
"children": [
|
|
460
463
|
{
|
|
461
|
-
"justify": "between",
|
|
462
464
|
"type": "stack",
|
|
463
465
|
"direction": "horizontal",
|
|
464
|
-
"gap": "md",
|
|
465
466
|
"children": [
|
|
466
467
|
{
|
|
467
|
-
"gap": "md",
|
|
468
468
|
"type": "stack",
|
|
469
|
+
"direction": "horizontal",
|
|
470
|
+
"gap": "md",
|
|
469
471
|
"children": [
|
|
470
472
|
{
|
|
471
473
|
"name": "tag",
|
|
@@ -473,31 +475,35 @@
|
|
|
473
475
|
},
|
|
474
476
|
{
|
|
475
477
|
"variant": "h2",
|
|
476
|
-
"
|
|
477
|
-
"
|
|
478
|
+
"type": "typography",
|
|
479
|
+
"content": "AgentClassifier"
|
|
478
480
|
}
|
|
479
|
-
]
|
|
480
|
-
"direction": "horizontal"
|
|
481
|
+
]
|
|
481
482
|
},
|
|
482
483
|
{
|
|
483
|
-
"icon": "tag",
|
|
484
|
-
"label": "Open",
|
|
485
484
|
"action": "CLASSIFY",
|
|
485
|
+
"label": "Open",
|
|
486
|
+
"icon": "tag",
|
|
486
487
|
"type": "button",
|
|
487
488
|
"variant": "primary"
|
|
488
489
|
}
|
|
489
|
-
]
|
|
490
|
+
],
|
|
491
|
+
"justify": "between",
|
|
492
|
+
"gap": "md"
|
|
490
493
|
},
|
|
491
494
|
{
|
|
492
495
|
"type": "divider"
|
|
493
496
|
},
|
|
494
497
|
{
|
|
495
|
-
"
|
|
498
|
+
"description": "Click Open to view details in a modal overlay.",
|
|
496
499
|
"icon": "tag",
|
|
497
|
-
"
|
|
498
|
-
"
|
|
500
|
+
"type": "empty-state",
|
|
501
|
+
"title": "Nothing open"
|
|
499
502
|
}
|
|
500
|
-
]
|
|
503
|
+
],
|
|
504
|
+
"type": "stack",
|
|
505
|
+
"direction": "vertical",
|
|
506
|
+
"gap": "lg"
|
|
501
507
|
}
|
|
502
508
|
]
|
|
503
509
|
]
|
|
@@ -514,8 +520,8 @@
|
|
|
514
520
|
"@payload.data",
|
|
515
521
|
{
|
|
516
522
|
"emit": {
|
|
517
|
-
"
|
|
518
|
-
"
|
|
523
|
+
"failure": "AgentClassifierSaveFailed",
|
|
524
|
+
"success": "AgentClassifierSaved"
|
|
519
525
|
}
|
|
520
526
|
}
|
|
521
527
|
],
|
|
@@ -541,16 +547,16 @@
|
|
|
541
547
|
"type": "stack",
|
|
542
548
|
"children": [
|
|
543
549
|
{
|
|
550
|
+
"gap": "md",
|
|
544
551
|
"direction": "horizontal",
|
|
545
552
|
"justify": "between",
|
|
546
553
|
"children": [
|
|
547
554
|
{
|
|
548
|
-
"gap": "md",
|
|
549
555
|
"direction": "horizontal",
|
|
550
556
|
"children": [
|
|
551
557
|
{
|
|
552
|
-
"
|
|
553
|
-
"
|
|
558
|
+
"name": "tag",
|
|
559
|
+
"type": "icon"
|
|
554
560
|
},
|
|
555
561
|
{
|
|
556
562
|
"type": "typography",
|
|
@@ -558,17 +564,17 @@
|
|
|
558
564
|
"variant": "h2"
|
|
559
565
|
}
|
|
560
566
|
],
|
|
561
|
-
"type": "stack"
|
|
567
|
+
"type": "stack",
|
|
568
|
+
"gap": "md"
|
|
562
569
|
},
|
|
563
570
|
{
|
|
564
|
-
"
|
|
565
|
-
"variant": "primary",
|
|
571
|
+
"type": "button",
|
|
566
572
|
"action": "CLASSIFY",
|
|
573
|
+
"label": "Open",
|
|
567
574
|
"icon": "tag",
|
|
568
|
-
"
|
|
575
|
+
"variant": "primary"
|
|
569
576
|
}
|
|
570
577
|
],
|
|
571
|
-
"gap": "md",
|
|
572
578
|
"type": "stack"
|
|
573
579
|
},
|
|
574
580
|
{
|
|
@@ -576,8 +582,8 @@
|
|
|
576
582
|
},
|
|
577
583
|
{
|
|
578
584
|
"description": "Click Open to view details in a modal overlay.",
|
|
579
|
-
"icon": "tag",
|
|
580
585
|
"title": "Nothing open",
|
|
586
|
+
"icon": "tag",
|
|
581
587
|
"type": "empty-state"
|
|
582
588
|
}
|
|
583
589
|
]
|
|
@@ -789,18 +795,15 @@
|
|
|
789
795
|
"render-ui",
|
|
790
796
|
"main",
|
|
791
797
|
{
|
|
798
|
+
"gap": "lg",
|
|
799
|
+
"type": "stack",
|
|
792
800
|
"direction": "vertical",
|
|
793
801
|
"children": [
|
|
794
802
|
{
|
|
795
|
-
"gap": "md",
|
|
796
|
-
"justify": "between",
|
|
797
|
-
"type": "stack",
|
|
798
|
-
"direction": "horizontal",
|
|
799
|
-
"align": "center",
|
|
800
803
|
"children": [
|
|
801
804
|
{
|
|
802
805
|
"direction": "horizontal",
|
|
803
|
-
"
|
|
806
|
+
"gap": "md",
|
|
804
807
|
"children": [
|
|
805
808
|
{
|
|
806
809
|
"type": "icon",
|
|
@@ -808,41 +811,44 @@
|
|
|
808
811
|
},
|
|
809
812
|
{
|
|
810
813
|
"content": "AgentClassifier Result",
|
|
811
|
-
"
|
|
812
|
-
"
|
|
814
|
+
"type": "typography",
|
|
815
|
+
"variant": "h2"
|
|
813
816
|
}
|
|
814
817
|
],
|
|
815
|
-
"
|
|
818
|
+
"type": "stack",
|
|
816
819
|
"align": "center"
|
|
817
820
|
},
|
|
818
821
|
{
|
|
819
822
|
"label": "Dismiss",
|
|
820
|
-
"icon": "x",
|
|
821
823
|
"variant": "ghost",
|
|
822
824
|
"type": "button",
|
|
823
|
-
"action": "HIDE"
|
|
825
|
+
"action": "HIDE",
|
|
826
|
+
"icon": "x"
|
|
824
827
|
}
|
|
825
|
-
]
|
|
828
|
+
],
|
|
829
|
+
"type": "stack",
|
|
830
|
+
"direction": "horizontal",
|
|
831
|
+
"gap": "md",
|
|
832
|
+
"align": "center",
|
|
833
|
+
"justify": "between"
|
|
826
834
|
},
|
|
827
835
|
{
|
|
828
836
|
"type": "divider"
|
|
829
837
|
},
|
|
830
838
|
{
|
|
831
|
-
"variant": "@entity.notificationType",
|
|
832
839
|
"type": "alert",
|
|
840
|
+
"variant": "@entity.notificationType",
|
|
833
841
|
"message": "@entity.message"
|
|
834
842
|
},
|
|
835
843
|
{
|
|
836
844
|
"type": "toast-slot"
|
|
837
845
|
},
|
|
838
846
|
{
|
|
839
|
-
"variant": "warning",
|
|
840
847
|
"message": "@entity.message",
|
|
848
|
+
"variant": "warning",
|
|
841
849
|
"type": "alert"
|
|
842
850
|
}
|
|
843
|
-
]
|
|
844
|
-
"type": "stack",
|
|
845
|
-
"gap": "lg"
|
|
851
|
+
]
|
|
846
852
|
}
|
|
847
853
|
]
|
|
848
854
|
]
|
|
@@ -866,19 +872,20 @@
|
|
|
866
872
|
"render-ui",
|
|
867
873
|
"main",
|
|
868
874
|
{
|
|
869
|
-
"type": "stack",
|
|
870
875
|
"direction": "vertical",
|
|
876
|
+
"gap": "lg",
|
|
877
|
+
"type": "stack",
|
|
871
878
|
"children": [
|
|
872
879
|
{
|
|
880
|
+
"type": "stack",
|
|
881
|
+
"justify": "between",
|
|
882
|
+
"direction": "horizontal",
|
|
873
883
|
"children": [
|
|
874
884
|
{
|
|
875
|
-
"gap": "md",
|
|
876
|
-
"align": "center",
|
|
877
|
-
"direction": "horizontal",
|
|
878
885
|
"children": [
|
|
879
886
|
{
|
|
880
|
-
"
|
|
881
|
-
"
|
|
887
|
+
"name": "tag",
|
|
888
|
+
"type": "icon"
|
|
882
889
|
},
|
|
883
890
|
{
|
|
884
891
|
"content": "AgentClassifier Result",
|
|
@@ -886,21 +893,21 @@
|
|
|
886
893
|
"type": "typography"
|
|
887
894
|
}
|
|
888
895
|
],
|
|
889
|
-
"
|
|
896
|
+
"direction": "horizontal",
|
|
897
|
+
"align": "center",
|
|
898
|
+
"type": "stack",
|
|
899
|
+
"gap": "md"
|
|
890
900
|
},
|
|
891
901
|
{
|
|
902
|
+
"variant": "ghost",
|
|
903
|
+
"action": "HIDE",
|
|
892
904
|
"label": "Dismiss",
|
|
893
905
|
"type": "button",
|
|
894
|
-
"
|
|
895
|
-
"icon": "x",
|
|
896
|
-
"action": "HIDE"
|
|
906
|
+
"icon": "x"
|
|
897
907
|
}
|
|
898
908
|
],
|
|
899
|
-
"align": "center",
|
|
900
|
-
"type": "stack",
|
|
901
909
|
"gap": "md",
|
|
902
|
-
"
|
|
903
|
-
"justify": "between"
|
|
910
|
+
"align": "center"
|
|
904
911
|
},
|
|
905
912
|
{
|
|
906
913
|
"type": "divider"
|
|
@@ -914,12 +921,11 @@
|
|
|
914
921
|
"type": "toast-slot"
|
|
915
922
|
},
|
|
916
923
|
{
|
|
917
|
-
"
|
|
924
|
+
"message": "@entity.message",
|
|
918
925
|
"type": "alert",
|
|
919
|
-
"
|
|
926
|
+
"variant": "warning"
|
|
920
927
|
}
|
|
921
|
-
]
|
|
922
|
-
"gap": "lg"
|
|
928
|
+
]
|
|
923
929
|
}
|
|
924
930
|
]
|
|
925
931
|
]
|
|
@@ -1145,8 +1151,8 @@
|
|
|
1145
1151
|
"AgentClassifier",
|
|
1146
1152
|
{
|
|
1147
1153
|
"emit": {
|
|
1148
|
-
"
|
|
1149
|
-
"
|
|
1154
|
+
"failure": "AgentClassifierLoadFailed",
|
|
1155
|
+
"success": "AgentClassifierLoaded"
|
|
1150
1156
|
}
|
|
1151
1157
|
}
|
|
1152
1158
|
],
|
|
@@ -1154,10 +1160,10 @@
|
|
|
1154
1160
|
"render-ui",
|
|
1155
1161
|
"main",
|
|
1156
1162
|
{
|
|
1157
|
-
"description": "Classifier is ready",
|
|
1158
1163
|
"icon": "tag",
|
|
1159
1164
|
"title": "Classifier",
|
|
1160
|
-
"type": "empty-state"
|
|
1165
|
+
"type": "empty-state",
|
|
1166
|
+
"description": "Classifier is ready"
|
|
1161
1167
|
}
|
|
1162
1168
|
]
|
|
1163
1169
|
]
|
|
@@ -1260,4 +1266,4 @@
|
|
|
1260
1266
|
]
|
|
1261
1267
|
}
|
|
1262
1268
|
]
|
|
1263
|
-
}
|
|
1269
|
+
}
|