@almadar/std 8.2.0 → 8.3.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 +83 -83
- package/behaviors/registry/agent/atoms/std-agent-chat-thread.orb +112 -112
- package/behaviors/registry/agent/atoms/std-agent-classifier.orb +107 -101
- package/behaviors/registry/agent/atoms/std-agent-completion.orb +131 -116
- package/behaviors/registry/agent/atoms/std-agent-context-window.orb +408 -402
- package/behaviors/registry/agent/atoms/std-agent-conversation.orb +82 -82
- package/behaviors/registry/agent/atoms/std-agent-memory.orb +81 -81
- package/behaviors/registry/agent/atoms/std-agent-provider.orb +124 -118
- package/behaviors/registry/agent/atoms/std-agent-search.orb +74 -74
- package/behaviors/registry/agent/atoms/std-agent-session.orb +129 -129
- package/behaviors/registry/agent/atoms/std-agent-step-progress.orb +202 -202
- package/behaviors/registry/agent/atoms/std-agent-token-gauge.orb +312 -312
- package/behaviors/registry/agent/atoms/std-agent-tool-call.orb +59 -59
- package/behaviors/registry/agent/molecules/std-agent-fix-loop.orb +206 -206
- package/behaviors/registry/agent/molecules/std-agent-learner.orb +186 -186
- package/behaviors/registry/agent/molecules/std-agent-planner.orb +136 -136
- package/behaviors/registry/agent/molecules/std-agent-rag.orb +116 -116
- package/behaviors/registry/agent/molecules/std-agent-tool-loop.orb +206 -206
- package/behaviors/registry/agent/organisms/std-agent-assistant.orb +1131 -1131
- package/behaviors/registry/agent/organisms/std-agent-builder.orb +3061 -3061
- package/behaviors/registry/agent/organisms/std-agent-pipeline.orb +2114 -2114
- package/behaviors/registry/agent/organisms/std-agent-reviewer.orb +1007 -1007
- package/behaviors/registry/agent/organisms/std-agent-tutor.orb +735 -735
- package/behaviors/registry/app/organisms/std-api-gateway.orb +805 -805
- package/behaviors/registry/app/organisms/std-booking-system.orb +1178 -1178
- package/behaviors/registry/app/organisms/std-cicd-pipeline.orb +781 -781
- package/behaviors/registry/app/organisms/std-cms.orb +445 -445
- package/behaviors/registry/app/organisms/std-coding-academy.orb +368 -368
- package/behaviors/registry/app/organisms/std-crm.orb +781 -781
- package/behaviors/registry/app/organisms/std-devops-dashboard.orb +1344 -1344
- package/behaviors/registry/app/organisms/std-ecommerce.orb +968 -968
- package/behaviors/registry/app/organisms/std-finance-tracker.orb +626 -626
- package/behaviors/registry/app/organisms/std-healthcare.orb +1286 -1286
- package/behaviors/registry/app/organisms/std-helpdesk.orb +636 -636
- package/behaviors/registry/app/organisms/std-hr-portal.orb +1160 -1160
- package/behaviors/registry/app/organisms/std-iot-dashboard.orb +828 -828
- package/behaviors/registry/app/organisms/std-lms.orb +863 -863
- package/behaviors/registry/app/organisms/std-project-manager.orb +686 -686
- package/behaviors/registry/app/organisms/std-realtime-chat.orb +739 -739
- package/behaviors/registry/app/organisms/std-social-feed.orb +239 -239
- package/behaviors/registry/app/organisms/std-trading-dashboard.orb +661 -661
- package/behaviors/registry/core/atoms/std-browse.orb +60 -60
- package/behaviors/registry/core/atoms/std-cache-aside.orb +92 -92
- package/behaviors/registry/core/atoms/std-calendar.orb +55 -55
- package/behaviors/registry/core/atoms/std-circuit-breaker.orb +176 -176
- package/behaviors/registry/core/atoms/std-confirmation.orb +24 -42
- package/behaviors/registry/core/atoms/std-display.orb +371 -371
- package/behaviors/registry/core/atoms/std-drawer.orb +56 -56
- package/behaviors/registry/core/atoms/std-filter.orb +46 -46
- package/behaviors/registry/core/atoms/std-gallery.orb +50 -50
- package/behaviors/registry/core/atoms/std-modal.orb +14 -32
- package/behaviors/registry/core/atoms/std-pagination.orb +45 -45
- package/behaviors/registry/core/atoms/std-push.orb +42 -42
- package/behaviors/registry/core/atoms/std-rate-limiter.orb +172 -172
- package/behaviors/registry/core/atoms/std-related.orb +36 -36
- package/behaviors/registry/core/atoms/std-search.orb +71 -71
- package/behaviors/registry/core/atoms/std-selection.orb +89 -89
- package/behaviors/registry/core/atoms/std-tabs.orb +49 -49
- package/behaviors/registry/core/molecules/std-cart.orb +54 -54
- package/behaviors/registry/core/molecules/std-filtered-list.orb +5 -5
- package/behaviors/registry/core/molecules/std-form-advanced.orb +116 -116
- package/behaviors/registry/core/molecules/std-list.orb +60 -60
- package/behaviors/registry/core/molecules/std-wizard-form.orb +140 -140
- package/behaviors/registry/game/atoms/std-collision.orb +143 -143
- package/behaviors/registry/game/atoms/std-combat.orb +80 -80
- package/behaviors/registry/game/atoms/std-dialogue-box.orb +26 -26
- package/behaviors/registry/game/atoms/std-game-canvas2d.orb +43 -43
- package/behaviors/registry/game/atoms/std-gameflow.orb +35 -35
- package/behaviors/registry/game/atoms/std-movement.orb +300 -300
- package/behaviors/registry/game/atoms/std-overworld.orb +63 -63
- 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 +251 -260
- package/behaviors/registry/game/organisms/std-arcade-game.orb +149 -149
- package/behaviors/registry/game/organisms/std-logic-training.orb +77 -77
- package/behaviors/registry/game/organisms/std-platformer-app.orb +230 -230
- package/behaviors/registry/game/organisms/std-puzzle-app.orb +105 -105
- package/behaviors/registry/game/organisms/std-rpg-game.orb +350 -350
- package/behaviors/registry/game/organisms/std-stem-lab.orb +377 -377
- package/behaviors/registry/game/organisms/std-strategy-game.orb +529 -529
- package/behaviors/registry/probes/molecules/std-source-scope-probe.orb +12 -12
- package/behaviors/registry/service/atoms/std-service-custom-bearer.orb +70 -70
- package/behaviors/registry/service/atoms/std-service-email.orb +84 -84
- package/behaviors/registry/service/atoms/std-service-github.orb +99 -99
- package/behaviors/registry/service/atoms/std-service-llm.orb +115 -115
- package/behaviors/registry/service/atoms/std-service-oauth.orb +116 -116
- package/behaviors/registry/service/atoms/std-service-redis.orb +95 -95
- package/behaviors/registry/service/atoms/std-service-storage.orb +105 -105
- package/behaviors/registry/service/atoms/std-service-stripe.orb +98 -98
- package/behaviors/registry/service/atoms/std-service-twilio.orb +99 -99
- package/behaviors/registry/service/atoms/std-service-youtube.orb +115 -115
- package/behaviors/registry/service/organisms/std-service-marketplace.orb +917 -917
- package/behaviors/registry/service/organisms/std-service-research-assistant.orb +933 -933
- package/dist/behaviors/registry/agent/atoms/std-agent-activity-log.orb +83 -83
- package/dist/behaviors/registry/agent/atoms/std-agent-chat-thread.orb +112 -112
- package/dist/behaviors/registry/agent/atoms/std-agent-classifier.orb +107 -101
- package/dist/behaviors/registry/agent/atoms/std-agent-completion.orb +131 -116
- package/dist/behaviors/registry/agent/atoms/std-agent-context-window.orb +408 -402
- package/dist/behaviors/registry/agent/atoms/std-agent-conversation.orb +82 -82
- package/dist/behaviors/registry/agent/atoms/std-agent-memory.orb +81 -81
- package/dist/behaviors/registry/agent/atoms/std-agent-provider.orb +124 -118
- package/dist/behaviors/registry/agent/atoms/std-agent-search.orb +74 -74
- package/dist/behaviors/registry/agent/atoms/std-agent-session.orb +129 -129
- package/dist/behaviors/registry/agent/atoms/std-agent-step-progress.orb +202 -202
- package/dist/behaviors/registry/agent/atoms/std-agent-token-gauge.orb +312 -312
- package/dist/behaviors/registry/agent/atoms/std-agent-tool-call.orb +59 -59
- package/dist/behaviors/registry/agent/molecules/std-agent-fix-loop.orb +206 -206
- package/dist/behaviors/registry/agent/molecules/std-agent-learner.orb +186 -186
- package/dist/behaviors/registry/agent/molecules/std-agent-planner.orb +136 -136
- package/dist/behaviors/registry/agent/molecules/std-agent-rag.orb +116 -116
- package/dist/behaviors/registry/agent/molecules/std-agent-tool-loop.orb +206 -206
- package/dist/behaviors/registry/agent/organisms/std-agent-assistant.orb +1131 -1131
- package/dist/behaviors/registry/agent/organisms/std-agent-builder.orb +3061 -3061
- package/dist/behaviors/registry/agent/organisms/std-agent-pipeline.orb +2114 -2114
- package/dist/behaviors/registry/agent/organisms/std-agent-reviewer.orb +1007 -1007
- package/dist/behaviors/registry/agent/organisms/std-agent-tutor.orb +735 -735
- package/dist/behaviors/registry/app/organisms/std-api-gateway.orb +805 -805
- package/dist/behaviors/registry/app/organisms/std-booking-system.orb +1178 -1178
- package/dist/behaviors/registry/app/organisms/std-cicd-pipeline.orb +781 -781
- package/dist/behaviors/registry/app/organisms/std-cms.orb +445 -445
- package/dist/behaviors/registry/app/organisms/std-coding-academy.orb +368 -368
- package/dist/behaviors/registry/app/organisms/std-crm.orb +781 -781
- package/dist/behaviors/registry/app/organisms/std-devops-dashboard.orb +1344 -1344
- package/dist/behaviors/registry/app/organisms/std-ecommerce.orb +968 -968
- package/dist/behaviors/registry/app/organisms/std-finance-tracker.orb +626 -626
- package/dist/behaviors/registry/app/organisms/std-healthcare.orb +1286 -1286
- package/dist/behaviors/registry/app/organisms/std-helpdesk.orb +636 -636
- package/dist/behaviors/registry/app/organisms/std-hr-portal.orb +1160 -1160
- package/dist/behaviors/registry/app/organisms/std-iot-dashboard.orb +828 -828
- package/dist/behaviors/registry/app/organisms/std-lms.orb +863 -863
- package/dist/behaviors/registry/app/organisms/std-project-manager.orb +686 -686
- package/dist/behaviors/registry/app/organisms/std-realtime-chat.orb +739 -739
- package/dist/behaviors/registry/app/organisms/std-social-feed.orb +239 -239
- package/dist/behaviors/registry/app/organisms/std-trading-dashboard.orb +661 -661
- package/dist/behaviors/registry/core/atoms/std-browse.orb +60 -60
- package/dist/behaviors/registry/core/atoms/std-cache-aside.orb +92 -92
- package/dist/behaviors/registry/core/atoms/std-calendar.orb +55 -55
- package/dist/behaviors/registry/core/atoms/std-circuit-breaker.orb +176 -176
- package/dist/behaviors/registry/core/atoms/std-confirmation.orb +24 -42
- package/dist/behaviors/registry/core/atoms/std-display.orb +371 -371
- package/dist/behaviors/registry/core/atoms/std-drawer.orb +56 -56
- package/dist/behaviors/registry/core/atoms/std-filter.orb +46 -46
- package/dist/behaviors/registry/core/atoms/std-gallery.orb +50 -50
- package/dist/behaviors/registry/core/atoms/std-modal.orb +14 -32
- package/dist/behaviors/registry/core/atoms/std-pagination.orb +45 -45
- package/dist/behaviors/registry/core/atoms/std-push.orb +42 -42
- package/dist/behaviors/registry/core/atoms/std-rate-limiter.orb +172 -172
- package/dist/behaviors/registry/core/atoms/std-related.orb +36 -36
- package/dist/behaviors/registry/core/atoms/std-search.orb +71 -71
- package/dist/behaviors/registry/core/atoms/std-selection.orb +89 -89
- package/dist/behaviors/registry/core/atoms/std-tabs.orb +49 -49
- package/dist/behaviors/registry/core/molecules/std-cart.orb +54 -54
- package/dist/behaviors/registry/core/molecules/std-filtered-list.orb +5 -5
- package/dist/behaviors/registry/core/molecules/std-form-advanced.orb +116 -116
- package/dist/behaviors/registry/core/molecules/std-list.orb +60 -60
- package/dist/behaviors/registry/core/molecules/std-wizard-form.orb +140 -140
- package/dist/behaviors/registry/game/atoms/std-collision.orb +143 -143
- package/dist/behaviors/registry/game/atoms/std-combat.orb +80 -80
- package/dist/behaviors/registry/game/atoms/std-dialogue-box.orb +26 -26
- package/dist/behaviors/registry/game/atoms/std-game-canvas2d.orb +43 -43
- package/dist/behaviors/registry/game/atoms/std-gameflow.orb +35 -35
- package/dist/behaviors/registry/game/atoms/std-movement.orb +300 -300
- package/dist/behaviors/registry/game/atoms/std-overworld.orb +63 -63
- 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 +251 -260
- package/dist/behaviors/registry/game/organisms/std-arcade-game.orb +149 -149
- package/dist/behaviors/registry/game/organisms/std-logic-training.orb +77 -77
- package/dist/behaviors/registry/game/organisms/std-platformer-app.orb +230 -230
- package/dist/behaviors/registry/game/organisms/std-puzzle-app.orb +105 -105
- package/dist/behaviors/registry/game/organisms/std-rpg-game.orb +350 -350
- package/dist/behaviors/registry/game/organisms/std-stem-lab.orb +377 -377
- package/dist/behaviors/registry/game/organisms/std-strategy-game.orb +529 -529
- package/dist/behaviors/registry/probes/molecules/std-source-scope-probe.orb +12 -12
- package/dist/behaviors/registry/service/atoms/std-service-custom-bearer.orb +70 -70
- package/dist/behaviors/registry/service/atoms/std-service-email.orb +84 -84
- package/dist/behaviors/registry/service/atoms/std-service-github.orb +99 -99
- package/dist/behaviors/registry/service/atoms/std-service-llm.orb +115 -115
- package/dist/behaviors/registry/service/atoms/std-service-oauth.orb +116 -116
- package/dist/behaviors/registry/service/atoms/std-service-redis.orb +95 -95
- package/dist/behaviors/registry/service/atoms/std-service-storage.orb +105 -105
- package/dist/behaviors/registry/service/atoms/std-service-stripe.orb +98 -98
- package/dist/behaviors/registry/service/atoms/std-service-twilio.orb +99 -99
- package/dist/behaviors/registry/service/atoms/std-service-youtube.orb +115 -115
- package/dist/behaviors/registry/service/organisms/std-service-marketplace.orb +917 -917
- package/dist/behaviors/registry/service/organisms/std-service-research-assistant.orb +933 -933
- 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,48 +314,48 @@
|
|
|
308
314
|
"render-ui",
|
|
309
315
|
"main",
|
|
310
316
|
{
|
|
311
|
-
"type": "stack",
|
|
312
317
|
"direction": "vertical",
|
|
313
318
|
"gap": "lg",
|
|
319
|
+
"type": "stack",
|
|
314
320
|
"children": [
|
|
315
321
|
{
|
|
322
|
+
"direction": "horizontal",
|
|
316
323
|
"type": "stack",
|
|
324
|
+
"gap": "md",
|
|
325
|
+
"justify": "between",
|
|
317
326
|
"children": [
|
|
318
327
|
{
|
|
328
|
+
"gap": "md",
|
|
329
|
+
"type": "stack",
|
|
330
|
+
"direction": "horizontal",
|
|
319
331
|
"children": [
|
|
320
332
|
{
|
|
321
|
-
"
|
|
322
|
-
"
|
|
333
|
+
"type": "icon",
|
|
334
|
+
"name": "tag"
|
|
323
335
|
},
|
|
324
336
|
{
|
|
325
|
-
"variant": "h2",
|
|
326
337
|
"type": "typography",
|
|
327
|
-
"content": "AgentClassifier"
|
|
338
|
+
"content": "AgentClassifier",
|
|
339
|
+
"variant": "h2"
|
|
328
340
|
}
|
|
329
|
-
]
|
|
330
|
-
"direction": "horizontal",
|
|
331
|
-
"type": "stack",
|
|
332
|
-
"gap": "md"
|
|
341
|
+
]
|
|
333
342
|
},
|
|
334
343
|
{
|
|
344
|
+
"variant": "primary",
|
|
345
|
+
"icon": "tag",
|
|
335
346
|
"action": "CLASSIFY",
|
|
336
347
|
"type": "button",
|
|
337
|
-
"
|
|
338
|
-
"label": "Open",
|
|
339
|
-
"icon": "tag"
|
|
348
|
+
"label": "Open"
|
|
340
349
|
}
|
|
341
|
-
]
|
|
342
|
-
"gap": "md",
|
|
343
|
-
"justify": "between",
|
|
344
|
-
"direction": "horizontal"
|
|
350
|
+
]
|
|
345
351
|
},
|
|
346
352
|
{
|
|
347
353
|
"type": "divider"
|
|
348
354
|
},
|
|
349
355
|
{
|
|
350
|
-
"type": "empty-state",
|
|
351
356
|
"icon": "tag",
|
|
352
357
|
"title": "Nothing open",
|
|
358
|
+
"type": "empty-state",
|
|
353
359
|
"description": "Click Open to view details in a modal overlay."
|
|
354
360
|
}
|
|
355
361
|
]
|
|
@@ -367,19 +373,20 @@
|
|
|
367
373
|
"modal",
|
|
368
374
|
{
|
|
369
375
|
"direction": "vertical",
|
|
376
|
+
"type": "stack",
|
|
370
377
|
"children": [
|
|
371
378
|
{
|
|
372
|
-
"direction": "horizontal",
|
|
373
379
|
"type": "stack",
|
|
380
|
+
"direction": "horizontal",
|
|
374
381
|
"children": [
|
|
375
382
|
{
|
|
376
383
|
"type": "icon",
|
|
377
384
|
"name": "tag"
|
|
378
385
|
},
|
|
379
386
|
{
|
|
380
|
-
"content": "AgentClassifier",
|
|
381
387
|
"variant": "h3",
|
|
382
|
-
"type": "typography"
|
|
388
|
+
"type": "typography",
|
|
389
|
+
"content": "AgentClassifier"
|
|
383
390
|
}
|
|
384
391
|
],
|
|
385
392
|
"gap": "sm"
|
|
@@ -389,6 +396,8 @@
|
|
|
389
396
|
},
|
|
390
397
|
{
|
|
391
398
|
"type": "stack",
|
|
399
|
+
"direction": "horizontal",
|
|
400
|
+
"gap": "sm",
|
|
392
401
|
"children": [
|
|
393
402
|
{
|
|
394
403
|
"variant": "caption",
|
|
@@ -396,9 +405,9 @@
|
|
|
396
405
|
"type": "typography"
|
|
397
406
|
},
|
|
398
407
|
{
|
|
399
|
-
"
|
|
408
|
+
"type": "badge",
|
|
400
409
|
"label": "positive",
|
|
401
|
-
"
|
|
410
|
+
"variant": "secondary"
|
|
402
411
|
},
|
|
403
412
|
{
|
|
404
413
|
"variant": "secondary",
|
|
@@ -406,25 +415,22 @@
|
|
|
406
415
|
"label": "negative"
|
|
407
416
|
},
|
|
408
417
|
{
|
|
409
|
-
"
|
|
418
|
+
"type": "badge",
|
|
410
419
|
"label": "neutral",
|
|
411
|
-
"
|
|
420
|
+
"variant": "secondary"
|
|
412
421
|
}
|
|
413
|
-
]
|
|
414
|
-
"direction": "horizontal",
|
|
415
|
-
"gap": "sm"
|
|
422
|
+
]
|
|
416
423
|
},
|
|
417
424
|
{
|
|
418
|
-
"cancelEvent": "CLOSE",
|
|
419
425
|
"mode": "create",
|
|
420
|
-
"submitEvent": "SAVE",
|
|
421
426
|
"fields": [
|
|
422
427
|
"input"
|
|
423
428
|
],
|
|
424
|
-
"type": "form-section"
|
|
429
|
+
"type": "form-section",
|
|
430
|
+
"cancelEvent": "CLOSE",
|
|
431
|
+
"submitEvent": "SAVE"
|
|
425
432
|
}
|
|
426
433
|
],
|
|
427
|
-
"type": "stack",
|
|
428
434
|
"gap": "md"
|
|
429
435
|
}
|
|
430
436
|
]
|
|
@@ -453,51 +459,51 @@
|
|
|
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
|
-
"direction": "horizontal",
|
|
464
465
|
"gap": "md",
|
|
465
466
|
"children": [
|
|
466
467
|
{
|
|
467
|
-
"gap": "md",
|
|
468
468
|
"type": "stack",
|
|
469
|
+
"direction": "horizontal",
|
|
469
470
|
"children": [
|
|
470
471
|
{
|
|
471
472
|
"name": "tag",
|
|
472
473
|
"type": "icon"
|
|
473
474
|
},
|
|
474
475
|
{
|
|
475
|
-
"variant": "h2",
|
|
476
476
|
"content": "AgentClassifier",
|
|
477
|
-
"type": "typography"
|
|
477
|
+
"type": "typography",
|
|
478
|
+
"variant": "h2"
|
|
478
479
|
}
|
|
479
480
|
],
|
|
480
|
-
"
|
|
481
|
+
"gap": "md"
|
|
481
482
|
},
|
|
482
483
|
{
|
|
483
|
-
"icon": "tag",
|
|
484
484
|
"label": "Open",
|
|
485
|
+
"icon": "tag",
|
|
485
486
|
"action": "CLASSIFY",
|
|
486
487
|
"type": "button",
|
|
487
488
|
"variant": "primary"
|
|
488
489
|
}
|
|
489
|
-
]
|
|
490
|
+
],
|
|
491
|
+
"justify": "between",
|
|
492
|
+
"direction": "horizontal"
|
|
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
500
|
"title": "Nothing open",
|
|
498
|
-
"
|
|
501
|
+
"type": "empty-state"
|
|
499
502
|
}
|
|
500
|
-
]
|
|
503
|
+
],
|
|
504
|
+
"gap": "lg",
|
|
505
|
+
"type": "stack",
|
|
506
|
+
"direction": "vertical"
|
|
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
|
],
|
|
@@ -537,20 +543,16 @@
|
|
|
537
543
|
"main",
|
|
538
544
|
{
|
|
539
545
|
"direction": "vertical",
|
|
540
|
-
"gap": "lg",
|
|
541
|
-
"type": "stack",
|
|
542
546
|
"children": [
|
|
543
547
|
{
|
|
544
|
-
"
|
|
545
|
-
"justify": "between",
|
|
548
|
+
"type": "stack",
|
|
546
549
|
"children": [
|
|
547
550
|
{
|
|
548
|
-
"gap": "md",
|
|
549
551
|
"direction": "horizontal",
|
|
550
552
|
"children": [
|
|
551
553
|
{
|
|
552
|
-
"
|
|
553
|
-
"
|
|
554
|
+
"name": "tag",
|
|
555
|
+
"type": "icon"
|
|
554
556
|
},
|
|
555
557
|
{
|
|
556
558
|
"type": "typography",
|
|
@@ -558,29 +560,33 @@
|
|
|
558
560
|
"variant": "h2"
|
|
559
561
|
}
|
|
560
562
|
],
|
|
561
|
-
"type": "stack"
|
|
563
|
+
"type": "stack",
|
|
564
|
+
"gap": "md"
|
|
562
565
|
},
|
|
563
566
|
{
|
|
564
|
-
"
|
|
567
|
+
"icon": "tag",
|
|
565
568
|
"variant": "primary",
|
|
569
|
+
"label": "Open",
|
|
566
570
|
"action": "CLASSIFY",
|
|
567
|
-
"icon": "tag",
|
|
568
571
|
"type": "button"
|
|
569
572
|
}
|
|
570
573
|
],
|
|
574
|
+
"direction": "horizontal",
|
|
571
575
|
"gap": "md",
|
|
572
|
-
"
|
|
576
|
+
"justify": "between"
|
|
573
577
|
},
|
|
574
578
|
{
|
|
575
579
|
"type": "divider"
|
|
576
580
|
},
|
|
577
581
|
{
|
|
578
|
-
"description": "Click Open to view details in a modal overlay.",
|
|
579
582
|
"icon": "tag",
|
|
580
583
|
"title": "Nothing open",
|
|
581
|
-
"type": "empty-state"
|
|
584
|
+
"type": "empty-state",
|
|
585
|
+
"description": "Click Open to view details in a modal overlay."
|
|
582
586
|
}
|
|
583
|
-
]
|
|
587
|
+
],
|
|
588
|
+
"type": "stack",
|
|
589
|
+
"gap": "lg"
|
|
584
590
|
}
|
|
585
591
|
]
|
|
586
592
|
]
|
|
@@ -789,38 +795,38 @@
|
|
|
789
795
|
"render-ui",
|
|
790
796
|
"main",
|
|
791
797
|
{
|
|
792
|
-
"
|
|
798
|
+
"gap": "lg",
|
|
793
799
|
"children": [
|
|
794
800
|
{
|
|
795
|
-
"gap": "md",
|
|
796
|
-
"justify": "between",
|
|
797
801
|
"type": "stack",
|
|
802
|
+
"gap": "md",
|
|
798
803
|
"direction": "horizontal",
|
|
804
|
+
"justify": "between",
|
|
799
805
|
"align": "center",
|
|
800
806
|
"children": [
|
|
801
807
|
{
|
|
802
|
-
"direction": "horizontal",
|
|
803
808
|
"type": "stack",
|
|
809
|
+
"gap": "md",
|
|
810
|
+
"align": "center",
|
|
804
811
|
"children": [
|
|
805
812
|
{
|
|
806
|
-
"
|
|
807
|
-
"
|
|
813
|
+
"name": "tag",
|
|
814
|
+
"type": "icon"
|
|
808
815
|
},
|
|
809
816
|
{
|
|
810
|
-
"content": "AgentClassifier Result",
|
|
811
817
|
"variant": "h2",
|
|
812
|
-
"type": "typography"
|
|
818
|
+
"type": "typography",
|
|
819
|
+
"content": "AgentClassifier Result"
|
|
813
820
|
}
|
|
814
821
|
],
|
|
815
|
-
"
|
|
816
|
-
"align": "center"
|
|
822
|
+
"direction": "horizontal"
|
|
817
823
|
},
|
|
818
824
|
{
|
|
819
|
-
"label": "Dismiss",
|
|
820
825
|
"icon": "x",
|
|
821
826
|
"variant": "ghost",
|
|
822
|
-
"
|
|
823
|
-
"
|
|
827
|
+
"action": "HIDE",
|
|
828
|
+
"label": "Dismiss",
|
|
829
|
+
"type": "button"
|
|
824
830
|
}
|
|
825
831
|
]
|
|
826
832
|
},
|
|
@@ -828,21 +834,21 @@
|
|
|
828
834
|
"type": "divider"
|
|
829
835
|
},
|
|
830
836
|
{
|
|
831
|
-
"variant": "@entity.notificationType",
|
|
832
837
|
"type": "alert",
|
|
833
|
-
"message": "@entity.message"
|
|
838
|
+
"message": "@entity.message",
|
|
839
|
+
"variant": "@entity.notificationType"
|
|
834
840
|
},
|
|
835
841
|
{
|
|
836
842
|
"type": "toast-slot"
|
|
837
843
|
},
|
|
838
844
|
{
|
|
839
|
-
"variant": "warning",
|
|
840
845
|
"message": "@entity.message",
|
|
841
|
-
"type": "alert"
|
|
846
|
+
"type": "alert",
|
|
847
|
+
"variant": "warning"
|
|
842
848
|
}
|
|
843
849
|
],
|
|
844
850
|
"type": "stack",
|
|
845
|
-
"
|
|
851
|
+
"direction": "vertical"
|
|
846
852
|
}
|
|
847
853
|
]
|
|
848
854
|
]
|
|
@@ -866,48 +872,48 @@
|
|
|
866
872
|
"render-ui",
|
|
867
873
|
"main",
|
|
868
874
|
{
|
|
869
|
-
"type": "stack",
|
|
870
875
|
"direction": "vertical",
|
|
876
|
+
"gap": "lg",
|
|
871
877
|
"children": [
|
|
872
878
|
{
|
|
873
879
|
"children": [
|
|
874
880
|
{
|
|
875
|
-
"gap": "md",
|
|
876
|
-
"align": "center",
|
|
877
881
|
"direction": "horizontal",
|
|
882
|
+
"align": "center",
|
|
878
883
|
"children": [
|
|
879
884
|
{
|
|
880
|
-
"
|
|
881
|
-
"
|
|
885
|
+
"name": "tag",
|
|
886
|
+
"type": "icon"
|
|
882
887
|
},
|
|
883
888
|
{
|
|
884
889
|
"content": "AgentClassifier Result",
|
|
885
|
-
"
|
|
886
|
-
"
|
|
890
|
+
"type": "typography",
|
|
891
|
+
"variant": "h2"
|
|
887
892
|
}
|
|
888
893
|
],
|
|
889
|
-
"type": "stack"
|
|
894
|
+
"type": "stack",
|
|
895
|
+
"gap": "md"
|
|
890
896
|
},
|
|
891
897
|
{
|
|
892
|
-
"
|
|
893
|
-
"type": "button",
|
|
898
|
+
"action": "HIDE",
|
|
894
899
|
"variant": "ghost",
|
|
895
900
|
"icon": "x",
|
|
896
|
-
"
|
|
901
|
+
"type": "button",
|
|
902
|
+
"label": "Dismiss"
|
|
897
903
|
}
|
|
898
904
|
],
|
|
905
|
+
"gap": "md",
|
|
899
906
|
"align": "center",
|
|
900
907
|
"type": "stack",
|
|
901
|
-
"
|
|
902
|
-
"direction": "horizontal"
|
|
903
|
-
"justify": "between"
|
|
908
|
+
"justify": "between",
|
|
909
|
+
"direction": "horizontal"
|
|
904
910
|
},
|
|
905
911
|
{
|
|
906
912
|
"type": "divider"
|
|
907
913
|
},
|
|
908
914
|
{
|
|
909
|
-
"variant": "@entity.notificationType",
|
|
910
915
|
"type": "alert",
|
|
916
|
+
"variant": "@entity.notificationType",
|
|
911
917
|
"message": "@entity.message"
|
|
912
918
|
},
|
|
913
919
|
{
|
|
@@ -919,7 +925,7 @@
|
|
|
919
925
|
"message": "@entity.message"
|
|
920
926
|
}
|
|
921
927
|
],
|
|
922
|
-
"
|
|
928
|
+
"type": "stack"
|
|
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
|
+
}
|