@almadar/std 9.0.0 → 11.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/behaviors/registry/agent/atoms/std-agent-activity-log.orb +80 -80
- package/behaviors/registry/agent/atoms/std-agent-chat-thread.orb +103 -103
- package/behaviors/registry/agent/atoms/std-agent-classifier.orb +131 -113
- package/behaviors/registry/agent/atoms/std-agent-completion.orb +116 -98
- package/behaviors/registry/agent/atoms/std-agent-context-window.orb +384 -384
- package/behaviors/registry/agent/atoms/std-agent-conversation.orb +106 -106
- package/behaviors/registry/agent/atoms/std-agent-memory.orb +75 -75
- package/behaviors/registry/agent/atoms/std-agent-provider.orb +163 -139
- package/behaviors/registry/agent/atoms/std-agent-search.orb +64 -64
- package/behaviors/registry/agent/atoms/std-agent-session.orb +130 -130
- package/behaviors/registry/agent/atoms/std-agent-step-progress.orb +185 -185
- package/behaviors/registry/agent/atoms/std-agent-token-gauge.orb +344 -344
- package/behaviors/registry/agent/atoms/std-agent-tool-call.orb +81 -63
- package/behaviors/registry/agent/molecules/std-agent-fix-loop.orb +189 -189
- package/behaviors/registry/agent/molecules/std-agent-learner.orb +163 -163
- package/behaviors/registry/agent/molecules/std-agent-planner.orb +120 -120
- package/behaviors/registry/agent/molecules/std-agent-rag.orb +108 -108
- package/behaviors/registry/agent/molecules/std-agent-tool-loop.orb +188 -188
- package/behaviors/registry/agent/organisms/std-agent-assistant.orb +1097 -1072
- package/behaviors/registry/agent/organisms/std-agent-builder.orb +3183 -3043
- package/behaviors/registry/agent/organisms/std-agent-pipeline.orb +2309 -2217
- package/behaviors/registry/agent/organisms/std-agent-reviewer.orb +1083 -1029
- package/behaviors/registry/agent/organisms/std-agent-tutor.orb +793 -768
- package/behaviors/registry/app/organisms/std-api-gateway.orb +929 -887
- package/behaviors/registry/app/organisms/std-booking-system.orb +1247 -1163
- package/behaviors/registry/app/organisms/std-cicd-pipeline.orb +822 -780
- package/behaviors/registry/app/organisms/std-cms.orb +608 -512
- package/behaviors/registry/app/organisms/std-coding-academy.orb +393 -393
- package/behaviors/registry/app/organisms/std-crm.orb +887 -791
- package/behaviors/registry/app/organisms/std-devops-dashboard.orb +1408 -1366
- package/behaviors/registry/app/organisms/std-ecommerce.orb +1147 -1021
- package/behaviors/registry/app/organisms/std-finance-tracker.orb +670 -616
- package/behaviors/registry/app/organisms/std-healthcare.orb +1447 -1351
- package/behaviors/registry/app/organisms/std-helpdesk.orb +720 -666
- package/behaviors/registry/app/organisms/std-hr-portal.orb +1286 -1202
- package/behaviors/registry/app/organisms/std-iot-dashboard.orb +925 -883
- package/behaviors/registry/app/organisms/std-lms.orb +935 -893
- package/behaviors/registry/app/organisms/std-project-manager.orb +834 -750
- package/behaviors/registry/app/organisms/std-realtime-chat.orb +735 -681
- package/behaviors/registry/app/organisms/std-social-feed.orb +235 -211
- package/behaviors/registry/app/organisms/std-trading-dashboard.orb +730 -688
- package/behaviors/registry/core/atoms/std-browse.orb +56 -56
- package/behaviors/registry/core/atoms/std-cache-aside.orb +95 -95
- package/behaviors/registry/core/atoms/std-calendar.orb +54 -54
- package/behaviors/registry/core/atoms/std-circuit-breaker.orb +180 -180
- package/behaviors/registry/core/atoms/std-confirmation.orb +25 -25
- package/behaviors/registry/core/atoms/std-display.orb +388 -388
- package/behaviors/registry/core/atoms/std-drawer.orb +54 -54
- package/behaviors/registry/core/atoms/std-filter.orb +47 -47
- package/behaviors/registry/core/atoms/std-gallery.orb +51 -51
- package/behaviors/registry/core/atoms/std-modal.orb +12 -12
- package/behaviors/registry/core/atoms/std-pagination.orb +42 -42
- package/behaviors/registry/core/atoms/std-push.orb +43 -43
- package/behaviors/registry/core/atoms/std-rate-limiter.orb +194 -194
- package/behaviors/registry/core/atoms/std-related.orb +37 -37
- package/behaviors/registry/core/atoms/std-search.orb +68 -68
- package/behaviors/registry/core/atoms/std-selection.orb +90 -90
- package/behaviors/registry/core/atoms/std-tabs.orb +44 -44
- package/behaviors/registry/core/molecules/std-cart.orb +55 -59
- package/behaviors/registry/core/molecules/std-filtered-list.orb +6 -6
- package/behaviors/registry/core/molecules/std-form-advanced.orb +132 -132
- package/behaviors/registry/core/molecules/std-list.orb +79 -85
- package/behaviors/registry/core/molecules/std-wizard-form.orb +146 -146
- package/behaviors/registry/game/atoms/std-collision.orb +122 -122
- package/behaviors/registry/game/atoms/std-combat.orb +66 -66
- package/behaviors/registry/game/atoms/std-dialogue-box.orb +25 -25
- package/behaviors/registry/game/atoms/std-game-canvas2d.orb +43 -43
- package/behaviors/registry/game/atoms/std-gameflow.orb +37 -37
- package/behaviors/registry/game/atoms/std-movement.orb +291 -291
- package/behaviors/registry/game/atoms/std-overworld.orb +69 -69
- package/behaviors/registry/game/atoms/std-physics2d.orb +77 -77
- package/behaviors/registry/game/atoms/std-quest.orb +133 -133
- package/behaviors/registry/game/atoms/std-timer.orb +291 -291
- package/behaviors/registry/game/organisms/std-arcade-game.orb +139 -139
- package/behaviors/registry/game/organisms/std-logic-training.orb +81 -81
- package/behaviors/registry/game/organisms/std-platformer-app.orb +273 -237
- package/behaviors/registry/game/organisms/std-puzzle-app.orb +98 -98
- package/behaviors/registry/game/organisms/std-rpg-game.orb +407 -371
- package/behaviors/registry/game/organisms/std-stem-lab.orb +378 -378
- package/behaviors/registry/game/organisms/std-strategy-game.orb +557 -557
- package/behaviors/registry/probes/molecules/std-source-scope-probe.orb +282 -20
- package/behaviors/registry/service/atoms/std-service-custom-bearer.orb +84 -84
- package/behaviors/registry/service/atoms/std-service-email.orb +88 -88
- package/behaviors/registry/service/atoms/std-service-github.orb +88 -88
- package/behaviors/registry/service/atoms/std-service-llm.orb +119 -119
- package/behaviors/registry/service/atoms/std-service-oauth.orb +122 -122
- package/behaviors/registry/service/atoms/std-service-redis.orb +99 -99
- package/behaviors/registry/service/atoms/std-service-storage.orb +109 -109
- package/behaviors/registry/service/atoms/std-service-stripe.orb +105 -105
- package/behaviors/registry/service/atoms/std-service-twilio.orb +112 -112
- package/behaviors/registry/service/atoms/std-service-youtube.orb +111 -111
- package/behaviors/registry/service/organisms/std-service-marketplace.orb +1098 -1014
- package/behaviors/registry/service/organisms/std-service-research-assistant.orb +956 -956
- package/dist/behaviors/registry/agent/atoms/std-agent-activity-log.orb +80 -80
- package/dist/behaviors/registry/agent/atoms/std-agent-chat-thread.orb +103 -103
- package/dist/behaviors/registry/agent/atoms/std-agent-classifier.orb +131 -113
- package/dist/behaviors/registry/agent/atoms/std-agent-completion.orb +116 -98
- package/dist/behaviors/registry/agent/atoms/std-agent-context-window.orb +384 -384
- package/dist/behaviors/registry/agent/atoms/std-agent-conversation.orb +106 -106
- package/dist/behaviors/registry/agent/atoms/std-agent-memory.orb +75 -75
- package/dist/behaviors/registry/agent/atoms/std-agent-provider.orb +163 -139
- package/dist/behaviors/registry/agent/atoms/std-agent-search.orb +64 -64
- package/dist/behaviors/registry/agent/atoms/std-agent-session.orb +130 -130
- package/dist/behaviors/registry/agent/atoms/std-agent-step-progress.orb +185 -185
- package/dist/behaviors/registry/agent/atoms/std-agent-token-gauge.orb +344 -344
- package/dist/behaviors/registry/agent/atoms/std-agent-tool-call.orb +81 -63
- package/dist/behaviors/registry/agent/molecules/std-agent-fix-loop.orb +189 -189
- package/dist/behaviors/registry/agent/molecules/std-agent-learner.orb +163 -163
- package/dist/behaviors/registry/agent/molecules/std-agent-planner.orb +120 -120
- package/dist/behaviors/registry/agent/molecules/std-agent-rag.orb +108 -108
- package/dist/behaviors/registry/agent/molecules/std-agent-tool-loop.orb +188 -188
- package/dist/behaviors/registry/agent/organisms/std-agent-assistant.orb +1097 -1072
- package/dist/behaviors/registry/agent/organisms/std-agent-builder.orb +3183 -3043
- package/dist/behaviors/registry/agent/organisms/std-agent-pipeline.orb +2309 -2217
- package/dist/behaviors/registry/agent/organisms/std-agent-reviewer.orb +1083 -1029
- package/dist/behaviors/registry/agent/organisms/std-agent-tutor.orb +793 -768
- package/dist/behaviors/registry/app/organisms/std-api-gateway.orb +929 -887
- package/dist/behaviors/registry/app/organisms/std-booking-system.orb +1247 -1163
- package/dist/behaviors/registry/app/organisms/std-cicd-pipeline.orb +822 -780
- package/dist/behaviors/registry/app/organisms/std-cms.orb +608 -512
- package/dist/behaviors/registry/app/organisms/std-coding-academy.orb +393 -393
- package/dist/behaviors/registry/app/organisms/std-crm.orb +887 -791
- package/dist/behaviors/registry/app/organisms/std-devops-dashboard.orb +1408 -1366
- package/dist/behaviors/registry/app/organisms/std-ecommerce.orb +1147 -1021
- package/dist/behaviors/registry/app/organisms/std-finance-tracker.orb +670 -616
- package/dist/behaviors/registry/app/organisms/std-healthcare.orb +1447 -1351
- package/dist/behaviors/registry/app/organisms/std-helpdesk.orb +720 -666
- package/dist/behaviors/registry/app/organisms/std-hr-portal.orb +1286 -1202
- package/dist/behaviors/registry/app/organisms/std-iot-dashboard.orb +925 -883
- package/dist/behaviors/registry/app/organisms/std-lms.orb +935 -893
- package/dist/behaviors/registry/app/organisms/std-project-manager.orb +834 -750
- package/dist/behaviors/registry/app/organisms/std-realtime-chat.orb +735 -681
- package/dist/behaviors/registry/app/organisms/std-social-feed.orb +235 -211
- package/dist/behaviors/registry/app/organisms/std-trading-dashboard.orb +730 -688
- package/dist/behaviors/registry/core/atoms/std-browse.orb +56 -56
- package/dist/behaviors/registry/core/atoms/std-cache-aside.orb +95 -95
- package/dist/behaviors/registry/core/atoms/std-calendar.orb +54 -54
- package/dist/behaviors/registry/core/atoms/std-circuit-breaker.orb +180 -180
- package/dist/behaviors/registry/core/atoms/std-confirmation.orb +25 -25
- package/dist/behaviors/registry/core/atoms/std-display.orb +388 -388
- package/dist/behaviors/registry/core/atoms/std-drawer.orb +54 -54
- package/dist/behaviors/registry/core/atoms/std-filter.orb +47 -47
- package/dist/behaviors/registry/core/atoms/std-gallery.orb +51 -51
- package/dist/behaviors/registry/core/atoms/std-modal.orb +12 -12
- package/dist/behaviors/registry/core/atoms/std-pagination.orb +42 -42
- package/dist/behaviors/registry/core/atoms/std-push.orb +43 -43
- package/dist/behaviors/registry/core/atoms/std-rate-limiter.orb +194 -194
- package/dist/behaviors/registry/core/atoms/std-related.orb +37 -37
- package/dist/behaviors/registry/core/atoms/std-search.orb +68 -68
- package/dist/behaviors/registry/core/atoms/std-selection.orb +90 -90
- package/dist/behaviors/registry/core/atoms/std-tabs.orb +44 -44
- package/dist/behaviors/registry/core/molecules/std-cart.orb +55 -59
- package/dist/behaviors/registry/core/molecules/std-filtered-list.orb +6 -6
- package/dist/behaviors/registry/core/molecules/std-form-advanced.orb +132 -132
- package/dist/behaviors/registry/core/molecules/std-list.orb +79 -85
- package/dist/behaviors/registry/core/molecules/std-wizard-form.orb +146 -146
- package/dist/behaviors/registry/game/atoms/std-collision.orb +122 -122
- package/dist/behaviors/registry/game/atoms/std-combat.orb +66 -66
- package/dist/behaviors/registry/game/atoms/std-dialogue-box.orb +25 -25
- package/dist/behaviors/registry/game/atoms/std-game-canvas2d.orb +43 -43
- package/dist/behaviors/registry/game/atoms/std-gameflow.orb +37 -37
- package/dist/behaviors/registry/game/atoms/std-movement.orb +291 -291
- package/dist/behaviors/registry/game/atoms/std-overworld.orb +69 -69
- package/dist/behaviors/registry/game/atoms/std-physics2d.orb +77 -77
- package/dist/behaviors/registry/game/atoms/std-quest.orb +133 -133
- package/dist/behaviors/registry/game/atoms/std-timer.orb +291 -291
- package/dist/behaviors/registry/game/organisms/std-arcade-game.orb +139 -139
- package/dist/behaviors/registry/game/organisms/std-logic-training.orb +81 -81
- package/dist/behaviors/registry/game/organisms/std-platformer-app.orb +273 -237
- package/dist/behaviors/registry/game/organisms/std-puzzle-app.orb +98 -98
- package/dist/behaviors/registry/game/organisms/std-rpg-game.orb +407 -371
- package/dist/behaviors/registry/game/organisms/std-stem-lab.orb +378 -378
- package/dist/behaviors/registry/game/organisms/std-strategy-game.orb +557 -557
- package/dist/behaviors/registry/probes/molecules/std-source-scope-probe.orb +282 -20
- package/dist/behaviors/registry/service/atoms/std-service-custom-bearer.orb +84 -84
- package/dist/behaviors/registry/service/atoms/std-service-email.orb +88 -88
- package/dist/behaviors/registry/service/atoms/std-service-github.orb +88 -88
- package/dist/behaviors/registry/service/atoms/std-service-llm.orb +119 -119
- package/dist/behaviors/registry/service/atoms/std-service-oauth.orb +122 -122
- package/dist/behaviors/registry/service/atoms/std-service-redis.orb +99 -99
- package/dist/behaviors/registry/service/atoms/std-service-storage.orb +109 -109
- package/dist/behaviors/registry/service/atoms/std-service-stripe.orb +105 -105
- package/dist/behaviors/registry/service/atoms/std-service-twilio.orb +112 -112
- package/dist/behaviors/registry/service/atoms/std-service-youtube.orb +111 -111
- package/dist/behaviors/registry/service/organisms/std-service-marketplace.orb +1098 -1014
- package/dist/behaviors/registry/service/organisms/std-service-research-assistant.orb +956 -956
- package/package.json +1 -1
|
@@ -307,58 +307,64 @@
|
|
|
307
307
|
"event": "INIT",
|
|
308
308
|
"effects": [
|
|
309
309
|
[
|
|
310
|
-
"
|
|
311
|
-
"AgentClassifier"
|
|
310
|
+
"fetch",
|
|
311
|
+
"AgentClassifier",
|
|
312
|
+
{
|
|
313
|
+
"emit": {
|
|
314
|
+
"failure": "AgentClassifierLoadFailed",
|
|
315
|
+
"success": "AgentClassifierLoaded"
|
|
316
|
+
}
|
|
317
|
+
}
|
|
312
318
|
],
|
|
313
319
|
[
|
|
314
320
|
"render-ui",
|
|
315
321
|
"main",
|
|
316
322
|
{
|
|
323
|
+
"direction": "vertical",
|
|
317
324
|
"type": "stack",
|
|
318
325
|
"gap": "lg",
|
|
319
326
|
"children": [
|
|
320
327
|
{
|
|
321
|
-
"type": "stack",
|
|
322
328
|
"children": [
|
|
323
329
|
{
|
|
330
|
+
"type": "stack",
|
|
331
|
+
"direction": "horizontal",
|
|
324
332
|
"gap": "md",
|
|
325
333
|
"children": [
|
|
326
334
|
{
|
|
327
|
-
"
|
|
328
|
-
"
|
|
335
|
+
"name": "tag",
|
|
336
|
+
"type": "icon"
|
|
329
337
|
},
|
|
330
338
|
{
|
|
339
|
+
"content": "AgentClassifier",
|
|
331
340
|
"variant": "h2",
|
|
332
|
-
"type": "typography"
|
|
333
|
-
"content": "AgentClassifier"
|
|
341
|
+
"type": "typography"
|
|
334
342
|
}
|
|
335
|
-
]
|
|
336
|
-
"type": "stack",
|
|
337
|
-
"direction": "horizontal"
|
|
343
|
+
]
|
|
338
344
|
},
|
|
339
345
|
{
|
|
340
|
-
"
|
|
346
|
+
"type": "button",
|
|
341
347
|
"icon": "tag",
|
|
342
348
|
"label": "Open",
|
|
343
|
-
"
|
|
344
|
-
"
|
|
349
|
+
"action": "CLASSIFY",
|
|
350
|
+
"variant": "primary"
|
|
345
351
|
}
|
|
346
352
|
],
|
|
347
353
|
"justify": "between",
|
|
354
|
+
"gap": "md",
|
|
348
355
|
"direction": "horizontal",
|
|
349
|
-
"
|
|
356
|
+
"type": "stack"
|
|
350
357
|
},
|
|
351
358
|
{
|
|
352
359
|
"type": "divider"
|
|
353
360
|
},
|
|
354
361
|
{
|
|
355
|
-
"icon": "tag",
|
|
356
362
|
"type": "empty-state",
|
|
363
|
+
"icon": "tag",
|
|
357
364
|
"title": "Nothing open",
|
|
358
365
|
"description": "Click Open to view details in a modal overlay."
|
|
359
366
|
}
|
|
360
|
-
]
|
|
361
|
-
"direction": "vertical"
|
|
367
|
+
]
|
|
362
368
|
}
|
|
363
369
|
]
|
|
364
370
|
]
|
|
@@ -372,35 +378,37 @@
|
|
|
372
378
|
"render-ui",
|
|
373
379
|
"modal",
|
|
374
380
|
{
|
|
381
|
+
"type": "stack",
|
|
382
|
+
"gap": "md",
|
|
375
383
|
"direction": "vertical",
|
|
376
384
|
"children": [
|
|
377
385
|
{
|
|
378
|
-
"gap": "sm",
|
|
379
|
-
"type": "stack",
|
|
380
386
|
"direction": "horizontal",
|
|
381
387
|
"children": [
|
|
382
388
|
{
|
|
383
|
-
"
|
|
384
|
-
"
|
|
389
|
+
"name": "tag",
|
|
390
|
+
"type": "icon"
|
|
385
391
|
},
|
|
386
392
|
{
|
|
387
|
-
"type": "typography",
|
|
388
393
|
"variant": "h3",
|
|
389
|
-
"content": "AgentClassifier"
|
|
394
|
+
"content": "AgentClassifier",
|
|
395
|
+
"type": "typography"
|
|
390
396
|
}
|
|
391
|
-
]
|
|
397
|
+
],
|
|
398
|
+
"type": "stack",
|
|
399
|
+
"gap": "sm"
|
|
392
400
|
},
|
|
393
401
|
{
|
|
394
402
|
"type": "divider"
|
|
395
403
|
},
|
|
396
404
|
{
|
|
397
405
|
"type": "stack",
|
|
398
|
-
"
|
|
406
|
+
"direction": "horizontal",
|
|
399
407
|
"children": [
|
|
400
408
|
{
|
|
401
|
-
"variant": "caption",
|
|
402
409
|
"content": "Categories:",
|
|
403
|
-
"type": "typography"
|
|
410
|
+
"type": "typography",
|
|
411
|
+
"variant": "caption"
|
|
404
412
|
},
|
|
405
413
|
{
|
|
406
414
|
"variant": "secondary",
|
|
@@ -408,8 +416,8 @@
|
|
|
408
416
|
"label": "positive"
|
|
409
417
|
},
|
|
410
418
|
{
|
|
411
|
-
"type": "badge",
|
|
412
419
|
"label": "negative",
|
|
420
|
+
"type": "badge",
|
|
413
421
|
"variant": "secondary"
|
|
414
422
|
},
|
|
415
423
|
{
|
|
@@ -418,20 +426,18 @@
|
|
|
418
426
|
"variant": "secondary"
|
|
419
427
|
}
|
|
420
428
|
],
|
|
421
|
-
"
|
|
429
|
+
"gap": "sm"
|
|
422
430
|
},
|
|
423
431
|
{
|
|
432
|
+
"cancelEvent": "CLOSE",
|
|
424
433
|
"type": "form-section",
|
|
425
|
-
"
|
|
434
|
+
"submitEvent": "SAVE",
|
|
426
435
|
"fields": [
|
|
427
436
|
"input"
|
|
428
437
|
],
|
|
429
|
-
"
|
|
430
|
-
"cancelEvent": "CLOSE"
|
|
438
|
+
"mode": "create"
|
|
431
439
|
}
|
|
432
|
-
]
|
|
433
|
-
"type": "stack",
|
|
434
|
-
"gap": "md"
|
|
440
|
+
]
|
|
435
441
|
}
|
|
436
442
|
]
|
|
437
443
|
]
|
|
@@ -452,57 +458,63 @@
|
|
|
452
458
|
"info"
|
|
453
459
|
],
|
|
454
460
|
[
|
|
455
|
-
"
|
|
456
|
-
"AgentClassifier"
|
|
461
|
+
"fetch",
|
|
462
|
+
"AgentClassifier",
|
|
463
|
+
{
|
|
464
|
+
"emit": {
|
|
465
|
+
"success": "AgentClassifierLoaded",
|
|
466
|
+
"failure": "AgentClassifierLoadFailed"
|
|
467
|
+
}
|
|
468
|
+
}
|
|
457
469
|
],
|
|
458
470
|
[
|
|
459
471
|
"render-ui",
|
|
460
472
|
"main",
|
|
461
473
|
{
|
|
462
|
-
"
|
|
474
|
+
"type": "stack",
|
|
463
475
|
"children": [
|
|
464
476
|
{
|
|
465
|
-
"gap": "md",
|
|
466
|
-
"direction": "horizontal",
|
|
467
|
-
"justify": "between",
|
|
468
|
-
"type": "stack",
|
|
469
477
|
"children": [
|
|
470
478
|
{
|
|
471
|
-
"type": "stack",
|
|
472
|
-
"gap": "md",
|
|
473
479
|
"direction": "horizontal",
|
|
480
|
+
"gap": "md",
|
|
474
481
|
"children": [
|
|
475
482
|
{
|
|
476
|
-
"
|
|
477
|
-
"
|
|
483
|
+
"name": "tag",
|
|
484
|
+
"type": "icon"
|
|
478
485
|
},
|
|
479
486
|
{
|
|
487
|
+
"type": "typography",
|
|
480
488
|
"content": "AgentClassifier",
|
|
481
|
-
"variant": "h2"
|
|
482
|
-
"type": "typography"
|
|
489
|
+
"variant": "h2"
|
|
483
490
|
}
|
|
484
|
-
]
|
|
491
|
+
],
|
|
492
|
+
"type": "stack"
|
|
485
493
|
},
|
|
486
494
|
{
|
|
487
|
-
"type": "button",
|
|
488
|
-
"label": "Open",
|
|
489
|
-
"variant": "primary",
|
|
490
495
|
"action": "CLASSIFY",
|
|
491
|
-
"
|
|
496
|
+
"label": "Open",
|
|
497
|
+
"type": "button",
|
|
498
|
+
"icon": "tag",
|
|
499
|
+
"variant": "primary"
|
|
492
500
|
}
|
|
493
|
-
]
|
|
501
|
+
],
|
|
502
|
+
"gap": "md",
|
|
503
|
+
"justify": "between",
|
|
504
|
+
"type": "stack",
|
|
505
|
+
"direction": "horizontal"
|
|
494
506
|
},
|
|
495
507
|
{
|
|
496
508
|
"type": "divider"
|
|
497
509
|
},
|
|
498
510
|
{
|
|
499
|
-
"type": "empty-state",
|
|
500
511
|
"title": "Nothing open",
|
|
501
|
-
"
|
|
502
|
-
"
|
|
512
|
+
"icon": "tag",
|
|
513
|
+
"type": "empty-state",
|
|
514
|
+
"description": "Click Open to view details in a modal overlay."
|
|
503
515
|
}
|
|
504
516
|
],
|
|
505
|
-
"
|
|
517
|
+
"gap": "lg",
|
|
506
518
|
"direction": "vertical"
|
|
507
519
|
}
|
|
508
520
|
]
|
|
@@ -535,20 +547,32 @@
|
|
|
535
547
|
"CLASSIFIED"
|
|
536
548
|
],
|
|
537
549
|
[
|
|
538
|
-
"
|
|
539
|
-
"AgentClassifier"
|
|
550
|
+
"fetch",
|
|
551
|
+
"AgentClassifier",
|
|
552
|
+
{
|
|
553
|
+
"emit": {
|
|
554
|
+
"success": "AgentClassifierLoaded",
|
|
555
|
+
"failure": "AgentClassifierLoadFailed"
|
|
556
|
+
}
|
|
557
|
+
}
|
|
540
558
|
],
|
|
541
559
|
[
|
|
542
560
|
"render-ui",
|
|
543
561
|
"main",
|
|
544
562
|
{
|
|
563
|
+
"gap": "lg",
|
|
564
|
+
"direction": "vertical",
|
|
545
565
|
"type": "stack",
|
|
546
566
|
"children": [
|
|
547
567
|
{
|
|
548
|
-
"direction": "horizontal",
|
|
549
568
|
"gap": "md",
|
|
569
|
+
"type": "stack",
|
|
570
|
+
"justify": "between",
|
|
550
571
|
"children": [
|
|
551
572
|
{
|
|
573
|
+
"gap": "md",
|
|
574
|
+
"type": "stack",
|
|
575
|
+
"direction": "horizontal",
|
|
552
576
|
"children": [
|
|
553
577
|
{
|
|
554
578
|
"type": "icon",
|
|
@@ -559,34 +583,28 @@
|
|
|
559
583
|
"type": "typography",
|
|
560
584
|
"content": "AgentClassifier"
|
|
561
585
|
}
|
|
562
|
-
]
|
|
563
|
-
"direction": "horizontal",
|
|
564
|
-
"type": "stack",
|
|
565
|
-
"gap": "md"
|
|
586
|
+
]
|
|
566
587
|
},
|
|
567
588
|
{
|
|
568
|
-
"icon": "tag",
|
|
569
589
|
"variant": "primary",
|
|
590
|
+
"icon": "tag",
|
|
591
|
+
"type": "button",
|
|
570
592
|
"action": "CLASSIFY",
|
|
571
|
-
"label": "Open"
|
|
572
|
-
"type": "button"
|
|
593
|
+
"label": "Open"
|
|
573
594
|
}
|
|
574
595
|
],
|
|
575
|
-
"
|
|
576
|
-
"justify": "between"
|
|
596
|
+
"direction": "horizontal"
|
|
577
597
|
},
|
|
578
598
|
{
|
|
579
599
|
"type": "divider"
|
|
580
600
|
},
|
|
581
601
|
{
|
|
582
|
-
"title": "Nothing open",
|
|
583
602
|
"icon": "tag",
|
|
584
|
-
"
|
|
585
|
-
"
|
|
603
|
+
"description": "Click Open to view details in a modal overlay.",
|
|
604
|
+
"title": "Nothing open",
|
|
605
|
+
"type": "empty-state"
|
|
586
606
|
}
|
|
587
|
-
]
|
|
588
|
-
"gap": "lg",
|
|
589
|
-
"direction": "vertical"
|
|
607
|
+
]
|
|
590
608
|
}
|
|
591
609
|
]
|
|
592
610
|
]
|
|
@@ -795,15 +813,21 @@
|
|
|
795
813
|
"render-ui",
|
|
796
814
|
"main",
|
|
797
815
|
{
|
|
798
|
-
"gap": "lg",
|
|
799
816
|
"type": "stack",
|
|
800
817
|
"direction": "vertical",
|
|
818
|
+
"gap": "lg",
|
|
801
819
|
"children": [
|
|
802
820
|
{
|
|
821
|
+
"direction": "horizontal",
|
|
822
|
+
"align": "center",
|
|
823
|
+
"type": "stack",
|
|
824
|
+
"gap": "md",
|
|
825
|
+
"justify": "between",
|
|
803
826
|
"children": [
|
|
804
827
|
{
|
|
828
|
+
"type": "stack",
|
|
805
829
|
"align": "center",
|
|
806
|
-
"
|
|
830
|
+
"gap": "md",
|
|
807
831
|
"children": [
|
|
808
832
|
{
|
|
809
833
|
"type": "icon",
|
|
@@ -815,38 +839,32 @@
|
|
|
815
839
|
"variant": "h2"
|
|
816
840
|
}
|
|
817
841
|
],
|
|
818
|
-
"
|
|
819
|
-
"type": "stack"
|
|
842
|
+
"direction": "horizontal"
|
|
820
843
|
},
|
|
821
844
|
{
|
|
822
845
|
"type": "button",
|
|
823
|
-
"variant": "ghost",
|
|
824
846
|
"label": "Dismiss",
|
|
825
847
|
"action": "HIDE",
|
|
848
|
+
"variant": "ghost",
|
|
826
849
|
"icon": "x"
|
|
827
850
|
}
|
|
828
|
-
]
|
|
829
|
-
"justify": "between",
|
|
830
|
-
"gap": "md",
|
|
831
|
-
"type": "stack",
|
|
832
|
-
"direction": "horizontal",
|
|
833
|
-
"align": "center"
|
|
851
|
+
]
|
|
834
852
|
},
|
|
835
853
|
{
|
|
836
854
|
"type": "divider"
|
|
837
855
|
},
|
|
838
856
|
{
|
|
839
|
-
"message": "@entity.message",
|
|
840
857
|
"type": "alert",
|
|
841
|
-
"variant": "@entity.notificationType"
|
|
858
|
+
"variant": "@entity.notificationType",
|
|
859
|
+
"message": "@entity.message"
|
|
842
860
|
},
|
|
843
861
|
{
|
|
844
862
|
"type": "toast-slot"
|
|
845
863
|
},
|
|
846
864
|
{
|
|
847
|
-
"
|
|
865
|
+
"type": "alert",
|
|
848
866
|
"variant": "warning",
|
|
849
|
-
"
|
|
867
|
+
"message": "@entity.message"
|
|
850
868
|
}
|
|
851
869
|
]
|
|
852
870
|
}
|
|
@@ -877,18 +895,17 @@
|
|
|
877
895
|
"type": "stack",
|
|
878
896
|
"children": [
|
|
879
897
|
{
|
|
880
|
-
"justify": "between",
|
|
881
|
-
"align": "center",
|
|
882
898
|
"type": "stack",
|
|
899
|
+
"align": "center",
|
|
883
900
|
"children": [
|
|
884
901
|
{
|
|
885
|
-
"type": "stack",
|
|
886
|
-
"align": "center",
|
|
887
902
|
"gap": "md",
|
|
903
|
+
"direction": "horizontal",
|
|
904
|
+
"align": "center",
|
|
888
905
|
"children": [
|
|
889
906
|
{
|
|
890
|
-
"
|
|
891
|
-
"
|
|
907
|
+
"name": "tag",
|
|
908
|
+
"type": "icon"
|
|
892
909
|
},
|
|
893
910
|
{
|
|
894
911
|
"variant": "h2",
|
|
@@ -896,34 +913,35 @@
|
|
|
896
913
|
"content": "AgentClassifier Result"
|
|
897
914
|
}
|
|
898
915
|
],
|
|
899
|
-
"
|
|
916
|
+
"type": "stack"
|
|
900
917
|
},
|
|
901
918
|
{
|
|
902
|
-
"
|
|
903
|
-
"action": "HIDE",
|
|
919
|
+
"label": "Dismiss",
|
|
904
920
|
"variant": "ghost",
|
|
905
921
|
"type": "button",
|
|
906
|
-
"
|
|
922
|
+
"icon": "x",
|
|
923
|
+
"action": "HIDE"
|
|
907
924
|
}
|
|
908
925
|
],
|
|
909
|
-
"
|
|
910
|
-
"direction": "horizontal"
|
|
926
|
+
"justify": "between",
|
|
927
|
+
"direction": "horizontal",
|
|
928
|
+
"gap": "md"
|
|
911
929
|
},
|
|
912
930
|
{
|
|
913
931
|
"type": "divider"
|
|
914
932
|
},
|
|
915
933
|
{
|
|
916
|
-
"type": "alert",
|
|
917
934
|
"variant": "@entity.notificationType",
|
|
935
|
+
"type": "alert",
|
|
918
936
|
"message": "@entity.message"
|
|
919
937
|
},
|
|
920
938
|
{
|
|
921
939
|
"type": "toast-slot"
|
|
922
940
|
},
|
|
923
941
|
{
|
|
924
|
-
"type": "alert",
|
|
925
942
|
"variant": "warning",
|
|
926
|
-
"message": "@entity.message"
|
|
943
|
+
"message": "@entity.message",
|
|
944
|
+
"type": "alert"
|
|
927
945
|
}
|
|
928
946
|
]
|
|
929
947
|
}
|
|
@@ -1152,8 +1170,8 @@
|
|
|
1152
1170
|
"AgentClassifier",
|
|
1153
1171
|
{
|
|
1154
1172
|
"emit": {
|
|
1155
|
-
"
|
|
1156
|
-
"
|
|
1173
|
+
"success": "AgentClassifierLoaded",
|
|
1174
|
+
"failure": "AgentClassifierLoadFailed"
|
|
1157
1175
|
}
|
|
1158
1176
|
}
|
|
1159
1177
|
],
|
|
@@ -1161,10 +1179,10 @@
|
|
|
1161
1179
|
"render-ui",
|
|
1162
1180
|
"main",
|
|
1163
1181
|
{
|
|
1164
|
-
"
|
|
1182
|
+
"type": "empty-state",
|
|
1165
1183
|
"title": "Classifier",
|
|
1166
|
-
"
|
|
1167
|
-
"
|
|
1184
|
+
"description": "Classifier is ready",
|
|
1185
|
+
"icon": "tag"
|
|
1168
1186
|
}
|
|
1169
1187
|
]
|
|
1170
1188
|
]
|
|
@@ -1219,8 +1237,8 @@
|
|
|
1219
1237
|
"emit",
|
|
1220
1238
|
"SHOW",
|
|
1221
1239
|
{
|
|
1222
|
-
"
|
|
1223
|
-
"
|
|
1240
|
+
"notificationType": "success",
|
|
1241
|
+
"message": "Classification complete"
|
|
1224
1242
|
}
|
|
1225
1243
|
]
|
|
1226
1244
|
]
|