@almadar/std 13.6.0 → 13.8.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 +69 -69
- package/behaviors/registry/agent/atoms/std-agent-chat-thread.orb +120 -120
- package/behaviors/registry/agent/atoms/std-agent-classifier.orb +114 -114
- package/behaviors/registry/agent/atoms/std-agent-completion.orb +124 -114
- package/behaviors/registry/agent/atoms/std-agent-context-window.orb +410 -395
- package/behaviors/registry/agent/atoms/std-agent-conversation.orb +93 -93
- package/behaviors/registry/agent/atoms/std-agent-memory.orb +67 -117
- package/behaviors/registry/agent/atoms/std-agent-provider.orb +149 -134
- package/behaviors/registry/agent/atoms/std-agent-search.orb +64 -64
- package/behaviors/registry/agent/atoms/std-agent-session.orb +106 -106
- package/behaviors/registry/agent/atoms/std-agent-step-progress.orb +194 -189
- package/behaviors/registry/agent/atoms/std-agent-token-gauge.orb +360 -355
- package/behaviors/registry/agent/atoms/std-agent-tool-call.orb +69 -69
- package/behaviors/registry/agent/molecules/std-agent-fix-loop.orb +204 -199
- package/behaviors/registry/agent/molecules/std-agent-learner.orb +174 -174
- package/behaviors/registry/agent/molecules/std-agent-planner.orb +125 -125
- package/behaviors/registry/agent/molecules/std-agent-rag.orb +127 -109
- package/behaviors/registry/agent/molecules/std-agent-tool-loop.orb +190 -185
- package/behaviors/registry/agent/organisms/std-agent-assistant.orb +1209 -1155
- package/behaviors/registry/agent/organisms/std-agent-builder.orb +3021 -3001
- package/behaviors/registry/agent/organisms/std-agent-pipeline.orb +2184 -2249
- package/behaviors/registry/agent/organisms/std-agent-reviewer.orb +1029 -1050
- package/behaviors/registry/agent/organisms/std-agent-tutor.orb +842 -804
- package/behaviors/registry/app/organisms/std-cms.orb +547 -547
- package/behaviors/registry/core/atoms/std-browse.orb +36 -36
- package/behaviors/registry/core/atoms/std-cache-aside.orb +111 -111
- package/behaviors/registry/core/atoms/std-calendar.orb +56 -51
- package/behaviors/registry/core/atoms/std-circuit-breaker.orb +202 -187
- package/behaviors/registry/core/atoms/std-confirmation.orb +24 -27
- package/behaviors/registry/core/atoms/std-display.orb +2 -2
- package/behaviors/registry/core/atoms/std-drawer.orb +58 -58
- package/behaviors/registry/core/atoms/std-filter.orb +6 -9
- package/behaviors/registry/core/atoms/std-gallery.orb +46 -46
- package/behaviors/registry/core/atoms/std-graphs.orb +24 -24
- package/behaviors/registry/core/atoms/std-modal.orb +19 -19
- package/behaviors/registry/core/atoms/std-pagination.orb +14 -14
- package/behaviors/registry/core/atoms/std-push.orb +48 -90
- package/behaviors/registry/core/atoms/std-rate-limiter.orb +205 -190
- package/behaviors/registry/core/atoms/std-related.orb +31 -31
- package/behaviors/registry/core/atoms/std-search.orb +3 -3
- package/behaviors/registry/core/atoms/std-selection.orb +102 -102
- package/behaviors/registry/core/atoms/std-stats.orb +64 -64
- package/behaviors/registry/core/atoms/std-tabs.orb +18 -18
- package/behaviors/registry/core/molecules/std-cart.orb +64 -64
- package/behaviors/registry/core/molecules/std-dashboard.orb +46 -46
- package/behaviors/registry/core/molecules/std-filtered-list.orb +21 -21
- package/behaviors/registry/core/molecules/std-form-advanced.orb +172 -127
- package/behaviors/registry/core/molecules/std-list.orb +63 -63
- package/behaviors/registry/core/molecules/std-wizard-form.orb +145 -130
- package/behaviors/registry/game/atoms/std-dialogue-box.orb +25 -25
- package/behaviors/registry/game/atoms/std-game-canvas2d.orb +42 -42
- package/behaviors/registry/game/atoms/std-overworld.orb +57 -57
- package/behaviors/registry/game/atoms/std-physics2d.orb +74 -74
- package/behaviors/registry/game/atoms/std-quest.orb +137 -137
- package/behaviors/registry/game/atoms/std-timer.orb +291 -291
- package/behaviors/registry/probes/molecules/std-source-scope-probe.orb +31 -31
- package/behaviors/registry/service/atoms/std-service-custom-bearer.orb +93 -78
- package/behaviors/registry/service/atoms/std-service-email.orb +91 -76
- package/behaviors/registry/service/atoms/std-service-github.orb +103 -83
- package/behaviors/registry/service/atoms/std-service-llm.orb +117 -112
- package/behaviors/registry/service/atoms/std-service-oauth.orb +131 -126
- package/behaviors/registry/service/atoms/std-service-redis.orb +123 -108
- package/behaviors/registry/service/atoms/std-service-storage.orb +125 -105
- package/behaviors/registry/service/atoms/std-service-stripe.orb +113 -103
- package/behaviors/registry/service/atoms/std-service-twilio.orb +102 -92
- package/behaviors/registry/service/atoms/std-service-youtube.orb +119 -114
- package/behaviors/registry/service/organisms/std-service-marketplace.orb +985 -873
- package/behaviors/registry/service/organisms/std-service-research-assistant.orb +1027 -972
- package/dist/behaviors/behaviors-registry.json +2913 -322
- package/dist/behaviors/registry/agent/atoms/std-agent-activity-log.orb +69 -69
- package/dist/behaviors/registry/agent/atoms/std-agent-chat-thread.orb +120 -120
- package/dist/behaviors/registry/agent/atoms/std-agent-classifier.orb +114 -114
- package/dist/behaviors/registry/agent/atoms/std-agent-completion.orb +124 -114
- package/dist/behaviors/registry/agent/atoms/std-agent-context-window.orb +410 -395
- package/dist/behaviors/registry/agent/atoms/std-agent-conversation.orb +93 -93
- package/dist/behaviors/registry/agent/atoms/std-agent-memory.orb +67 -117
- package/dist/behaviors/registry/agent/atoms/std-agent-provider.orb +149 -134
- package/dist/behaviors/registry/agent/atoms/std-agent-search.orb +64 -64
- package/dist/behaviors/registry/agent/atoms/std-agent-session.orb +106 -106
- package/dist/behaviors/registry/agent/atoms/std-agent-step-progress.orb +194 -189
- package/dist/behaviors/registry/agent/atoms/std-agent-token-gauge.orb +360 -355
- package/dist/behaviors/registry/agent/atoms/std-agent-tool-call.orb +69 -69
- package/dist/behaviors/registry/agent/molecules/std-agent-fix-loop.orb +204 -199
- package/dist/behaviors/registry/agent/molecules/std-agent-learner.orb +174 -174
- package/dist/behaviors/registry/agent/molecules/std-agent-planner.orb +125 -125
- package/dist/behaviors/registry/agent/molecules/std-agent-rag.orb +127 -109
- package/dist/behaviors/registry/agent/molecules/std-agent-tool-loop.orb +190 -185
- package/dist/behaviors/registry/agent/organisms/std-agent-assistant.orb +1209 -1155
- package/dist/behaviors/registry/agent/organisms/std-agent-builder.orb +3021 -3001
- package/dist/behaviors/registry/agent/organisms/std-agent-pipeline.orb +2184 -2249
- package/dist/behaviors/registry/agent/organisms/std-agent-reviewer.orb +1029 -1050
- package/dist/behaviors/registry/agent/organisms/std-agent-tutor.orb +842 -804
- package/dist/behaviors/registry/app/organisms/std-cms.orb +547 -547
- package/dist/behaviors/registry/core/atoms/std-browse.orb +36 -36
- package/dist/behaviors/registry/core/atoms/std-cache-aside.orb +111 -111
- package/dist/behaviors/registry/core/atoms/std-calendar.orb +56 -51
- package/dist/behaviors/registry/core/atoms/std-circuit-breaker.orb +202 -187
- package/dist/behaviors/registry/core/atoms/std-confirmation.orb +24 -27
- package/dist/behaviors/registry/core/atoms/std-display.orb +2 -2
- package/dist/behaviors/registry/core/atoms/std-drawer.orb +58 -58
- package/dist/behaviors/registry/core/atoms/std-filter.orb +6 -9
- package/dist/behaviors/registry/core/atoms/std-gallery.orb +46 -46
- package/dist/behaviors/registry/core/atoms/std-graphs.orb +24 -24
- package/dist/behaviors/registry/core/atoms/std-modal.orb +19 -19
- package/dist/behaviors/registry/core/atoms/std-pagination.orb +14 -14
- package/dist/behaviors/registry/core/atoms/std-push.orb +48 -90
- package/dist/behaviors/registry/core/atoms/std-rate-limiter.orb +205 -190
- package/dist/behaviors/registry/core/atoms/std-related.orb +31 -31
- package/dist/behaviors/registry/core/atoms/std-search.orb +3 -3
- package/dist/behaviors/registry/core/atoms/std-selection.orb +102 -102
- package/dist/behaviors/registry/core/atoms/std-stats.orb +64 -64
- package/dist/behaviors/registry/core/atoms/std-tabs.orb +18 -18
- package/dist/behaviors/registry/core/molecules/std-cart.orb +64 -64
- package/dist/behaviors/registry/core/molecules/std-dashboard.orb +46 -46
- package/dist/behaviors/registry/core/molecules/std-filtered-list.orb +21 -21
- package/dist/behaviors/registry/core/molecules/std-form-advanced.orb +172 -127
- package/dist/behaviors/registry/core/molecules/std-list.orb +63 -63
- package/dist/behaviors/registry/core/molecules/std-wizard-form.orb +145 -130
- package/dist/behaviors/registry/game/atoms/std-dialogue-box.orb +25 -25
- package/dist/behaviors/registry/game/atoms/std-game-canvas2d.orb +42 -42
- package/dist/behaviors/registry/game/atoms/std-overworld.orb +57 -57
- package/dist/behaviors/registry/game/atoms/std-physics2d.orb +74 -74
- package/dist/behaviors/registry/game/atoms/std-quest.orb +137 -137
- package/dist/behaviors/registry/game/atoms/std-timer.orb +291 -291
- package/dist/behaviors/registry/probes/molecules/std-source-scope-probe.orb +31 -31
- package/dist/behaviors/registry/service/atoms/std-service-custom-bearer.orb +93 -78
- package/dist/behaviors/registry/service/atoms/std-service-email.orb +91 -76
- package/dist/behaviors/registry/service/atoms/std-service-github.orb +103 -83
- package/dist/behaviors/registry/service/atoms/std-service-llm.orb +117 -112
- package/dist/behaviors/registry/service/atoms/std-service-oauth.orb +131 -126
- package/dist/behaviors/registry/service/atoms/std-service-redis.orb +123 -108
- package/dist/behaviors/registry/service/atoms/std-service-storage.orb +125 -105
- package/dist/behaviors/registry/service/atoms/std-service-stripe.orb +113 -103
- package/dist/behaviors/registry/service/atoms/std-service-twilio.orb +102 -92
- package/dist/behaviors/registry/service/atoms/std-service-youtube.orb +119 -114
- package/dist/behaviors/registry/service/organisms/std-service-marketplace.orb +985 -873
- package/dist/behaviors/registry/service/organisms/std-service-research-assistant.orb +1027 -972
- package/dist/behaviors-registry.json +2913 -322
- package/dist/index.d.ts +2 -2
- package/dist/index.js +26 -13
- package/dist/index.js.map +1 -1
- package/dist/modules/agent.d.ts +1 -1
- package/dist/modules/array.d.ts +1 -1
- package/dist/modules/array.js +16 -8
- package/dist/modules/array.js.map +1 -1
- package/dist/modules/async.d.ts +1 -1
- package/dist/modules/composition.d.ts +1 -1
- package/dist/modules/contract.d.ts +1 -1
- package/dist/modules/core.d.ts +1 -1
- package/dist/modules/core.js +6 -3
- package/dist/modules/core.js.map +1 -1
- package/dist/modules/data.d.ts +1 -1
- package/dist/modules/format.d.ts +1 -1
- package/dist/modules/graph.d.ts +1 -1
- package/dist/modules/index.d.ts +1 -1
- package/dist/modules/index.js +26 -13
- package/dist/modules/index.js.map +1 -1
- package/dist/modules/math.d.ts +1 -1
- package/dist/modules/nn.d.ts +1 -1
- package/dist/modules/object.d.ts +1 -1
- package/dist/modules/object.js +4 -2
- package/dist/modules/object.js.map +1 -1
- package/dist/modules/os.d.ts +1 -1
- package/dist/modules/prob.d.ts +1 -1
- package/dist/modules/str.d.ts +1 -1
- package/dist/modules/tensor.d.ts +1 -1
- package/dist/modules/time.d.ts +1 -1
- package/dist/modules/train.d.ts +1 -1
- package/dist/modules/validate.d.ts +1 -1
- package/dist/registry.d.ts +1 -1
- package/dist/registry.js +26 -13
- package/dist/registry.js.map +1 -1
- package/dist/{types-D7dG8fBF.d.ts → types-CdSN5hnD.d.ts} +43 -0
- package/package.json +1 -1
|
@@ -311,8 +311,8 @@
|
|
|
311
311
|
"AgentClassifier",
|
|
312
312
|
{
|
|
313
313
|
"emit": {
|
|
314
|
-
"
|
|
315
|
-
"
|
|
314
|
+
"success": "AgentClassifierLoaded",
|
|
315
|
+
"failure": "AgentClassifierLoadFailed"
|
|
316
316
|
}
|
|
317
317
|
}
|
|
318
318
|
],
|
|
@@ -321,50 +321,50 @@
|
|
|
321
321
|
"main",
|
|
322
322
|
{
|
|
323
323
|
"direction": "vertical",
|
|
324
|
+
"type": "stack",
|
|
324
325
|
"gap": "lg",
|
|
325
326
|
"children": [
|
|
326
327
|
{
|
|
327
328
|
"direction": "horizontal",
|
|
328
329
|
"type": "stack",
|
|
330
|
+
"gap": "md",
|
|
329
331
|
"justify": "between",
|
|
330
332
|
"children": [
|
|
331
333
|
{
|
|
332
|
-
"
|
|
334
|
+
"type": "stack",
|
|
335
|
+
"gap": "md",
|
|
333
336
|
"children": [
|
|
334
337
|
{
|
|
335
338
|
"name": "tag",
|
|
336
339
|
"type": "icon"
|
|
337
340
|
},
|
|
338
341
|
{
|
|
339
|
-
"type": "typography",
|
|
340
342
|
"content": "AgentClassifier",
|
|
341
|
-
"variant": "h2"
|
|
343
|
+
"variant": "h2",
|
|
344
|
+
"type": "typography"
|
|
342
345
|
}
|
|
343
346
|
],
|
|
344
|
-
"
|
|
345
|
-
"gap": "md"
|
|
347
|
+
"direction": "horizontal"
|
|
346
348
|
},
|
|
347
349
|
{
|
|
348
350
|
"action": "CLASSIFY",
|
|
349
|
-
"type": "button",
|
|
350
|
-
"icon": "tag",
|
|
351
351
|
"label": "Open",
|
|
352
|
-
"
|
|
352
|
+
"type": "button",
|
|
353
|
+
"variant": "primary",
|
|
354
|
+
"icon": "tag"
|
|
353
355
|
}
|
|
354
|
-
]
|
|
355
|
-
"gap": "md"
|
|
356
|
+
]
|
|
356
357
|
},
|
|
357
358
|
{
|
|
358
359
|
"type": "divider"
|
|
359
360
|
},
|
|
360
361
|
{
|
|
361
|
-
"icon": "tag",
|
|
362
362
|
"title": "Nothing open",
|
|
363
363
|
"description": "Click Open to view details in a modal overlay.",
|
|
364
|
-
"type": "empty-state"
|
|
364
|
+
"type": "empty-state",
|
|
365
|
+
"icon": "tag"
|
|
365
366
|
}
|
|
366
|
-
]
|
|
367
|
-
"type": "stack"
|
|
367
|
+
]
|
|
368
368
|
}
|
|
369
369
|
]
|
|
370
370
|
]
|
|
@@ -378,39 +378,41 @@
|
|
|
378
378
|
"render-ui",
|
|
379
379
|
"modal",
|
|
380
380
|
{
|
|
381
|
-
"type": "stack",
|
|
382
381
|
"gap": "md",
|
|
382
|
+
"type": "stack",
|
|
383
383
|
"children": [
|
|
384
384
|
{
|
|
385
|
-
"
|
|
385
|
+
"type": "stack",
|
|
386
386
|
"direction": "horizontal",
|
|
387
|
+
"gap": "sm",
|
|
387
388
|
"children": [
|
|
388
389
|
{
|
|
389
|
-
"
|
|
390
|
-
"
|
|
390
|
+
"type": "icon",
|
|
391
|
+
"name": "tag"
|
|
391
392
|
},
|
|
392
393
|
{
|
|
393
394
|
"content": "AgentClassifier",
|
|
394
|
-
"
|
|
395
|
-
"
|
|
395
|
+
"variant": "h3",
|
|
396
|
+
"type": "typography"
|
|
396
397
|
}
|
|
397
|
-
]
|
|
398
|
-
"type": "stack"
|
|
398
|
+
]
|
|
399
399
|
},
|
|
400
400
|
{
|
|
401
401
|
"type": "divider"
|
|
402
402
|
},
|
|
403
403
|
{
|
|
404
|
+
"direction": "horizontal",
|
|
405
|
+
"type": "stack",
|
|
404
406
|
"children": [
|
|
405
407
|
{
|
|
406
|
-
"content": "Categories:",
|
|
407
408
|
"type": "typography",
|
|
408
|
-
"variant": "caption"
|
|
409
|
+
"variant": "caption",
|
|
410
|
+
"content": "Categories:"
|
|
409
411
|
},
|
|
410
412
|
{
|
|
411
|
-
"type": "badge",
|
|
412
413
|
"variant": "secondary",
|
|
413
|
-
"label": "positive"
|
|
414
|
+
"label": "positive",
|
|
415
|
+
"type": "badge"
|
|
414
416
|
},
|
|
415
417
|
{
|
|
416
418
|
"type": "badge",
|
|
@@ -419,22 +421,20 @@
|
|
|
419
421
|
},
|
|
420
422
|
{
|
|
421
423
|
"type": "badge",
|
|
422
|
-
"
|
|
423
|
-
"
|
|
424
|
+
"label": "neutral",
|
|
425
|
+
"variant": "secondary"
|
|
424
426
|
}
|
|
425
427
|
],
|
|
426
|
-
"
|
|
427
|
-
"gap": "sm",
|
|
428
|
-
"direction": "horizontal"
|
|
428
|
+
"gap": "sm"
|
|
429
429
|
},
|
|
430
430
|
{
|
|
431
|
-
"
|
|
431
|
+
"type": "form-section",
|
|
432
|
+
"submitEvent": "SAVE",
|
|
433
|
+
"cancelEvent": "CLOSE",
|
|
432
434
|
"fields": [
|
|
433
435
|
"input"
|
|
434
436
|
],
|
|
435
|
-
"
|
|
436
|
-
"type": "form-section",
|
|
437
|
-
"cancelEvent": "CLOSE"
|
|
437
|
+
"mode": "create"
|
|
438
438
|
}
|
|
439
439
|
],
|
|
440
440
|
"direction": "vertical"
|
|
@@ -462,8 +462,8 @@
|
|
|
462
462
|
"AgentClassifier",
|
|
463
463
|
{
|
|
464
464
|
"emit": {
|
|
465
|
-
"
|
|
466
|
-
"
|
|
465
|
+
"failure": "AgentClassifierLoadFailed",
|
|
466
|
+
"success": "AgentClassifierLoaded"
|
|
467
467
|
}
|
|
468
468
|
}
|
|
469
469
|
],
|
|
@@ -471,40 +471,37 @@
|
|
|
471
471
|
"render-ui",
|
|
472
472
|
"main",
|
|
473
473
|
{
|
|
474
|
-
"direction": "vertical",
|
|
475
|
-
"gap": "lg",
|
|
476
|
-
"type": "stack",
|
|
477
474
|
"children": [
|
|
478
475
|
{
|
|
479
|
-
"direction": "horizontal",
|
|
480
|
-
"justify": "between",
|
|
481
476
|
"type": "stack",
|
|
477
|
+
"justify": "between",
|
|
482
478
|
"children": [
|
|
483
479
|
{
|
|
480
|
+
"type": "stack",
|
|
481
|
+
"gap": "md",
|
|
484
482
|
"children": [
|
|
485
483
|
{
|
|
486
484
|
"type": "icon",
|
|
487
485
|
"name": "tag"
|
|
488
486
|
},
|
|
489
487
|
{
|
|
490
|
-
"type": "typography",
|
|
491
488
|
"variant": "h2",
|
|
489
|
+
"type": "typography",
|
|
492
490
|
"content": "AgentClassifier"
|
|
493
491
|
}
|
|
494
492
|
],
|
|
495
|
-
"direction": "horizontal"
|
|
496
|
-
"gap": "md",
|
|
497
|
-
"type": "stack"
|
|
493
|
+
"direction": "horizontal"
|
|
498
494
|
},
|
|
499
495
|
{
|
|
496
|
+
"variant": "primary",
|
|
500
497
|
"type": "button",
|
|
501
|
-
"icon": "tag",
|
|
502
498
|
"action": "CLASSIFY",
|
|
503
|
-
"
|
|
504
|
-
"
|
|
499
|
+
"icon": "tag",
|
|
500
|
+
"label": "Open"
|
|
505
501
|
}
|
|
506
502
|
],
|
|
507
|
-
"gap": "md"
|
|
503
|
+
"gap": "md",
|
|
504
|
+
"direction": "horizontal"
|
|
508
505
|
},
|
|
509
506
|
{
|
|
510
507
|
"type": "divider"
|
|
@@ -515,7 +512,10 @@
|
|
|
515
512
|
"title": "Nothing open",
|
|
516
513
|
"type": "empty-state"
|
|
517
514
|
}
|
|
518
|
-
]
|
|
515
|
+
],
|
|
516
|
+
"gap": "lg",
|
|
517
|
+
"type": "stack",
|
|
518
|
+
"direction": "vertical"
|
|
519
519
|
}
|
|
520
520
|
]
|
|
521
521
|
]
|
|
@@ -551,8 +551,8 @@
|
|
|
551
551
|
"AgentClassifier",
|
|
552
552
|
{
|
|
553
553
|
"emit": {
|
|
554
|
-
"
|
|
555
|
-
"
|
|
554
|
+
"success": "AgentClassifierLoaded",
|
|
555
|
+
"failure": "AgentClassifierLoadFailed"
|
|
556
556
|
}
|
|
557
557
|
}
|
|
558
558
|
],
|
|
@@ -560,51 +560,51 @@
|
|
|
560
560
|
"render-ui",
|
|
561
561
|
"main",
|
|
562
562
|
{
|
|
563
|
+
"direction": "vertical",
|
|
564
|
+
"gap": "lg",
|
|
565
|
+
"type": "stack",
|
|
563
566
|
"children": [
|
|
564
567
|
{
|
|
565
|
-
"direction": "horizontal",
|
|
566
568
|
"children": [
|
|
567
569
|
{
|
|
568
|
-
"
|
|
569
|
-
"gap": "md",
|
|
570
|
+
"direction": "horizontal",
|
|
570
571
|
"children": [
|
|
571
572
|
{
|
|
572
573
|
"type": "icon",
|
|
573
574
|
"name": "tag"
|
|
574
575
|
},
|
|
575
576
|
{
|
|
576
|
-
"
|
|
577
|
+
"content": "AgentClassifier",
|
|
577
578
|
"variant": "h2",
|
|
578
|
-
"
|
|
579
|
+
"type": "typography"
|
|
579
580
|
}
|
|
580
581
|
],
|
|
581
|
-
"
|
|
582
|
+
"gap": "md",
|
|
583
|
+
"type": "stack"
|
|
582
584
|
},
|
|
583
585
|
{
|
|
584
|
-
"label": "Open",
|
|
585
|
-
"action": "CLASSIFY",
|
|
586
|
-
"type": "button",
|
|
587
586
|
"variant": "primary",
|
|
588
|
-
"icon": "tag"
|
|
587
|
+
"icon": "tag",
|
|
588
|
+
"type": "button",
|
|
589
|
+
"action": "CLASSIFY",
|
|
590
|
+
"label": "Open"
|
|
589
591
|
}
|
|
590
592
|
],
|
|
593
|
+
"type": "stack",
|
|
594
|
+
"direction": "horizontal",
|
|
591
595
|
"gap": "md",
|
|
592
|
-
"justify": "between"
|
|
593
|
-
"type": "stack"
|
|
596
|
+
"justify": "between"
|
|
594
597
|
},
|
|
595
598
|
{
|
|
596
599
|
"type": "divider"
|
|
597
600
|
},
|
|
598
601
|
{
|
|
599
|
-
"icon": "tag",
|
|
600
|
-
"title": "Nothing open",
|
|
601
602
|
"description": "Click Open to view details in a modal overlay.",
|
|
602
|
-
"
|
|
603
|
+
"icon": "tag",
|
|
604
|
+
"type": "empty-state",
|
|
605
|
+
"title": "Nothing open"
|
|
603
606
|
}
|
|
604
|
-
]
|
|
605
|
-
"type": "stack",
|
|
606
|
-
"direction": "vertical",
|
|
607
|
-
"gap": "lg"
|
|
607
|
+
]
|
|
608
608
|
}
|
|
609
609
|
]
|
|
610
610
|
]
|
|
@@ -787,8 +787,8 @@
|
|
|
787
787
|
"AgentClassifier",
|
|
788
788
|
{
|
|
789
789
|
"emit": {
|
|
790
|
-
"
|
|
791
|
-
"
|
|
790
|
+
"success": "AgentClassifierLoaded",
|
|
791
|
+
"failure": "AgentClassifierLoadFailed"
|
|
792
792
|
}
|
|
793
793
|
}
|
|
794
794
|
]
|
|
@@ -813,16 +813,16 @@
|
|
|
813
813
|
"render-ui",
|
|
814
814
|
"main",
|
|
815
815
|
{
|
|
816
|
+
"direction": "vertical",
|
|
816
817
|
"type": "stack",
|
|
817
818
|
"gap": "lg",
|
|
818
|
-
"direction": "vertical",
|
|
819
819
|
"children": [
|
|
820
820
|
{
|
|
821
|
+
"gap": "md",
|
|
822
|
+
"direction": "horizontal",
|
|
821
823
|
"justify": "between",
|
|
822
824
|
"children": [
|
|
823
825
|
{
|
|
824
|
-
"gap": "md",
|
|
825
|
-
"align": "center",
|
|
826
826
|
"type": "stack",
|
|
827
827
|
"direction": "horizontal",
|
|
828
828
|
"children": [
|
|
@@ -831,40 +831,40 @@
|
|
|
831
831
|
"type": "icon"
|
|
832
832
|
},
|
|
833
833
|
{
|
|
834
|
-
"
|
|
834
|
+
"type": "typography",
|
|
835
835
|
"content": "AgentClassifier Result",
|
|
836
|
-
"
|
|
836
|
+
"variant": "h2"
|
|
837
837
|
}
|
|
838
|
-
]
|
|
838
|
+
],
|
|
839
|
+
"align": "center",
|
|
840
|
+
"gap": "md"
|
|
839
841
|
},
|
|
840
842
|
{
|
|
841
|
-
"icon": "x",
|
|
842
|
-
"label": "Dismiss",
|
|
843
843
|
"action": "HIDE",
|
|
844
|
-
"
|
|
845
|
-
"variant": "ghost"
|
|
844
|
+
"label": "Dismiss",
|
|
845
|
+
"variant": "ghost",
|
|
846
|
+
"icon": "x",
|
|
847
|
+
"type": "button"
|
|
846
848
|
}
|
|
847
849
|
],
|
|
848
|
-
"
|
|
849
|
-
"align": "center"
|
|
850
|
-
"gap": "md",
|
|
851
|
-
"type": "stack"
|
|
850
|
+
"type": "stack",
|
|
851
|
+
"align": "center"
|
|
852
852
|
},
|
|
853
853
|
{
|
|
854
854
|
"type": "divider"
|
|
855
855
|
},
|
|
856
856
|
{
|
|
857
|
-
"type": "alert",
|
|
858
857
|
"message": "@entity.message",
|
|
859
|
-
"variant": "@entity.notificationType"
|
|
858
|
+
"variant": "@entity.notificationType",
|
|
859
|
+
"type": "alert"
|
|
860
860
|
},
|
|
861
861
|
{
|
|
862
862
|
"type": "toast-slot"
|
|
863
863
|
},
|
|
864
864
|
{
|
|
865
|
-
"
|
|
865
|
+
"message": "@entity.message",
|
|
866
866
|
"type": "alert",
|
|
867
|
-
"
|
|
867
|
+
"variant": "warning"
|
|
868
868
|
}
|
|
869
869
|
]
|
|
870
870
|
}
|
|
@@ -890,47 +890,48 @@
|
|
|
890
890
|
"render-ui",
|
|
891
891
|
"main",
|
|
892
892
|
{
|
|
893
|
-
"
|
|
893
|
+
"direction": "vertical",
|
|
894
|
+
"type": "stack",
|
|
894
895
|
"children": [
|
|
895
896
|
{
|
|
897
|
+
"justify": "between",
|
|
896
898
|
"children": [
|
|
897
899
|
{
|
|
898
900
|
"align": "center",
|
|
901
|
+
"direction": "horizontal",
|
|
902
|
+
"type": "stack",
|
|
903
|
+
"gap": "md",
|
|
899
904
|
"children": [
|
|
900
905
|
{
|
|
901
906
|
"type": "icon",
|
|
902
907
|
"name": "tag"
|
|
903
908
|
},
|
|
904
909
|
{
|
|
905
|
-
"
|
|
910
|
+
"content": "AgentClassifier Result",
|
|
906
911
|
"type": "typography",
|
|
907
|
-
"
|
|
912
|
+
"variant": "h2"
|
|
908
913
|
}
|
|
909
|
-
]
|
|
910
|
-
"gap": "md",
|
|
911
|
-
"type": "stack",
|
|
912
|
-
"direction": "horizontal"
|
|
914
|
+
]
|
|
913
915
|
},
|
|
914
916
|
{
|
|
917
|
+
"type": "button",
|
|
915
918
|
"action": "HIDE",
|
|
916
|
-
"icon": "x",
|
|
917
|
-
"label": "Dismiss",
|
|
918
919
|
"variant": "ghost",
|
|
919
|
-
"
|
|
920
|
+
"label": "Dismiss",
|
|
921
|
+
"icon": "x"
|
|
920
922
|
}
|
|
921
923
|
],
|
|
922
924
|
"type": "stack",
|
|
923
|
-
"
|
|
924
|
-
"direction": "horizontal",
|
|
925
|
+
"gap": "md",
|
|
925
926
|
"align": "center",
|
|
926
|
-
"
|
|
927
|
+
"direction": "horizontal"
|
|
927
928
|
},
|
|
928
929
|
{
|
|
929
930
|
"type": "divider"
|
|
930
931
|
},
|
|
931
932
|
{
|
|
932
|
-
"message": "@entity.message",
|
|
933
933
|
"type": "alert",
|
|
934
|
+
"message": "@entity.message",
|
|
934
935
|
"variant": "@entity.notificationType"
|
|
935
936
|
},
|
|
936
937
|
{
|
|
@@ -942,8 +943,7 @@
|
|
|
942
943
|
"message": "@entity.message"
|
|
943
944
|
}
|
|
944
945
|
],
|
|
945
|
-
"
|
|
946
|
-
"type": "stack"
|
|
946
|
+
"gap": "lg"
|
|
947
947
|
}
|
|
948
948
|
]
|
|
949
949
|
]
|
|
@@ -1179,10 +1179,10 @@
|
|
|
1179
1179
|
"render-ui",
|
|
1180
1180
|
"main",
|
|
1181
1181
|
{
|
|
1182
|
-
"
|
|
1183
|
-
"type": "empty-state",
|
|
1182
|
+
"title": "Classifier",
|
|
1184
1183
|
"description": "Classifier is ready",
|
|
1185
|
-
"
|
|
1184
|
+
"icon": "tag",
|
|
1185
|
+
"type": "empty-state"
|
|
1186
1186
|
}
|
|
1187
1187
|
]
|
|
1188
1188
|
]
|
|
@@ -1289,4 +1289,4 @@
|
|
|
1289
1289
|
]
|
|
1290
1290
|
}
|
|
1291
1291
|
]
|
|
1292
|
-
}
|
|
1292
|
+
}
|