@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
|
@@ -318,10 +318,13 @@
|
|
|
318
318
|
"render-ui",
|
|
319
319
|
"main",
|
|
320
320
|
{
|
|
321
|
+
"direction": "vertical",
|
|
322
|
+
"type": "stack",
|
|
323
|
+
"gap": "lg",
|
|
321
324
|
"align": "stretch",
|
|
322
325
|
"children": [
|
|
323
326
|
{
|
|
324
|
-
"
|
|
327
|
+
"direction": "horizontal",
|
|
325
328
|
"gap": "md",
|
|
326
329
|
"align": "center",
|
|
327
330
|
"children": [
|
|
@@ -330,53 +333,50 @@
|
|
|
330
333
|
"name": "brain"
|
|
331
334
|
},
|
|
332
335
|
{
|
|
333
|
-
"type": "typography",
|
|
334
336
|
"content": "ServiceLlm LLM",
|
|
335
|
-
"variant": "h2"
|
|
337
|
+
"variant": "h2",
|
|
338
|
+
"type": "typography"
|
|
336
339
|
}
|
|
337
340
|
],
|
|
338
|
-
"
|
|
341
|
+
"type": "stack"
|
|
339
342
|
},
|
|
340
343
|
{
|
|
341
344
|
"type": "divider"
|
|
342
345
|
},
|
|
343
346
|
{
|
|
344
|
-
"
|
|
345
|
-
"
|
|
347
|
+
"placeholder": "Enter text for LLM processing...",
|
|
348
|
+
"type": "textarea"
|
|
346
349
|
},
|
|
347
350
|
{
|
|
348
|
-
"
|
|
351
|
+
"type": "stack",
|
|
349
352
|
"children": [
|
|
350
353
|
{
|
|
351
|
-
"label": "Generate",
|
|
352
|
-
"action": "GENERATE",
|
|
353
354
|
"type": "button",
|
|
355
|
+
"label": "Generate",
|
|
354
356
|
"variant": "primary",
|
|
357
|
+
"action": "GENERATE",
|
|
355
358
|
"icon": "sparkles"
|
|
356
359
|
},
|
|
357
360
|
{
|
|
358
|
-
"
|
|
359
|
-
"type": "button",
|
|
361
|
+
"action": "CLASSIFY",
|
|
360
362
|
"label": "Classify",
|
|
361
|
-
"
|
|
362
|
-
"
|
|
363
|
+
"type": "button",
|
|
364
|
+
"variant": "secondary",
|
|
365
|
+
"icon": "tag"
|
|
363
366
|
},
|
|
364
367
|
{
|
|
365
368
|
"variant": "secondary",
|
|
369
|
+
"icon": "align-left",
|
|
366
370
|
"label": "Summarize",
|
|
367
371
|
"type": "button",
|
|
368
|
-
"icon": "align-left",
|
|
369
372
|
"action": "SUMMARIZE"
|
|
370
373
|
}
|
|
371
374
|
],
|
|
372
|
-
"type": "stack",
|
|
373
375
|
"direction": "horizontal",
|
|
374
|
-
"gap": "sm"
|
|
376
|
+
"gap": "sm",
|
|
377
|
+
"justify": "center"
|
|
375
378
|
}
|
|
376
|
-
]
|
|
377
|
-
"gap": "lg",
|
|
378
|
-
"type": "stack",
|
|
379
|
-
"direction": "vertical"
|
|
379
|
+
]
|
|
380
380
|
}
|
|
381
381
|
]
|
|
382
382
|
]
|
|
@@ -430,9 +430,9 @@
|
|
|
430
430
|
"render-ui",
|
|
431
431
|
"main",
|
|
432
432
|
{
|
|
433
|
-
"title": "Processing...",
|
|
434
433
|
"type": "loading-state",
|
|
435
|
-
"message": "Running servicellm LLM task..."
|
|
434
|
+
"message": "Running servicellm LLM task...",
|
|
435
|
+
"title": "Processing..."
|
|
436
436
|
}
|
|
437
437
|
],
|
|
438
438
|
[
|
|
@@ -449,8 +449,8 @@
|
|
|
449
449
|
},
|
|
450
450
|
{
|
|
451
451
|
"emit": {
|
|
452
|
-
"
|
|
453
|
-
"
|
|
452
|
+
"failure": "ServiceLlmLlmFailed",
|
|
453
|
+
"success": "ServiceLlmLlmCompleted"
|
|
454
454
|
}
|
|
455
455
|
}
|
|
456
456
|
]
|
|
@@ -470,9 +470,9 @@
|
|
|
470
470
|
"render-ui",
|
|
471
471
|
"main",
|
|
472
472
|
{
|
|
473
|
+
"message": "Running servicellm LLM task...",
|
|
473
474
|
"type": "loading-state",
|
|
474
|
-
"title": "Processing..."
|
|
475
|
-
"message": "Running servicellm LLM task..."
|
|
475
|
+
"title": "Processing..."
|
|
476
476
|
}
|
|
477
477
|
],
|
|
478
478
|
[
|
|
@@ -510,33 +510,33 @@
|
|
|
510
510
|
"render-ui",
|
|
511
511
|
"main",
|
|
512
512
|
{
|
|
513
|
-
"
|
|
514
|
-
"align": "center",
|
|
513
|
+
"direction": "vertical",
|
|
515
514
|
"gap": "lg",
|
|
516
515
|
"children": [
|
|
517
516
|
{
|
|
518
|
-
"
|
|
519
|
-
"
|
|
517
|
+
"type": "icon",
|
|
518
|
+
"name": "check-circle"
|
|
520
519
|
},
|
|
521
520
|
{
|
|
522
521
|
"message": "LLM task complete",
|
|
523
|
-
"
|
|
524
|
-
"
|
|
522
|
+
"variant": "success",
|
|
523
|
+
"type": "alert"
|
|
525
524
|
},
|
|
526
525
|
{
|
|
527
|
-
"type": "typography",
|
|
528
526
|
"content": "@entity.result",
|
|
529
|
-
"variant": "body"
|
|
527
|
+
"variant": "body",
|
|
528
|
+
"type": "typography"
|
|
530
529
|
},
|
|
531
530
|
{
|
|
532
|
-
"
|
|
531
|
+
"label": "Start Over",
|
|
533
532
|
"type": "button",
|
|
534
|
-
"
|
|
533
|
+
"variant": "ghost",
|
|
535
534
|
"icon": "rotate-ccw",
|
|
536
|
-
"
|
|
535
|
+
"action": "RESET"
|
|
537
536
|
}
|
|
538
537
|
],
|
|
539
|
-
"
|
|
538
|
+
"type": "stack",
|
|
539
|
+
"align": "center"
|
|
540
540
|
}
|
|
541
541
|
]
|
|
542
542
|
]
|
|
@@ -561,37 +561,37 @@
|
|
|
561
561
|
"main",
|
|
562
562
|
{
|
|
563
563
|
"direction": "vertical",
|
|
564
|
-
"align": "center",
|
|
565
|
-
"gap": "lg",
|
|
566
564
|
"type": "stack",
|
|
565
|
+
"gap": "lg",
|
|
566
|
+
"align": "center",
|
|
567
567
|
"children": [
|
|
568
568
|
{
|
|
569
569
|
"message": "@entity.error",
|
|
570
|
+
"onRetry": "RETRY",
|
|
570
571
|
"type": "error-state",
|
|
571
|
-
"title": "LLM Failed"
|
|
572
|
-
"onRetry": "RETRY"
|
|
572
|
+
"title": "LLM Failed"
|
|
573
573
|
},
|
|
574
574
|
{
|
|
575
|
-
"justify": "center",
|
|
576
575
|
"children": [
|
|
577
576
|
{
|
|
578
|
-
"
|
|
577
|
+
"label": "Retry",
|
|
578
|
+
"type": "button",
|
|
579
579
|
"variant": "primary",
|
|
580
580
|
"icon": "refresh-cw",
|
|
581
|
-
"
|
|
582
|
-
"label": "Retry"
|
|
581
|
+
"action": "RETRY"
|
|
583
582
|
},
|
|
584
583
|
{
|
|
584
|
+
"type": "button",
|
|
585
585
|
"label": "Reset",
|
|
586
|
-
"icon": "rotate-ccw",
|
|
587
|
-
"variant": "ghost",
|
|
588
586
|
"action": "RESET",
|
|
589
|
-
"
|
|
587
|
+
"icon": "rotate-ccw",
|
|
588
|
+
"variant": "ghost"
|
|
590
589
|
}
|
|
591
590
|
],
|
|
592
591
|
"gap": "sm",
|
|
593
592
|
"type": "stack",
|
|
594
|
-
"direction": "horizontal"
|
|
593
|
+
"direction": "horizontal",
|
|
594
|
+
"justify": "center"
|
|
595
595
|
}
|
|
596
596
|
]
|
|
597
597
|
}
|
|
@@ -612,27 +612,24 @@
|
|
|
612
612
|
"render-ui",
|
|
613
613
|
"main",
|
|
614
614
|
{
|
|
615
|
-
"type": "stack",
|
|
616
|
-
"direction": "vertical",
|
|
617
|
-
"gap": "lg",
|
|
618
615
|
"align": "stretch",
|
|
619
616
|
"children": [
|
|
620
617
|
{
|
|
621
|
-
"direction": "horizontal",
|
|
622
|
-
"align": "center",
|
|
623
618
|
"type": "stack",
|
|
624
|
-
"
|
|
619
|
+
"direction": "horizontal",
|
|
625
620
|
"children": [
|
|
626
621
|
{
|
|
627
622
|
"name": "brain",
|
|
628
623
|
"type": "icon"
|
|
629
624
|
},
|
|
630
625
|
{
|
|
631
|
-
"
|
|
626
|
+
"content": "ServiceLlm LLM",
|
|
632
627
|
"type": "typography",
|
|
633
|
-
"
|
|
628
|
+
"variant": "h2"
|
|
634
629
|
}
|
|
635
|
-
]
|
|
630
|
+
],
|
|
631
|
+
"gap": "md",
|
|
632
|
+
"align": "center"
|
|
636
633
|
},
|
|
637
634
|
{
|
|
638
635
|
"type": "divider"
|
|
@@ -642,35 +639,38 @@
|
|
|
642
639
|
"placeholder": "Enter text for LLM processing..."
|
|
643
640
|
},
|
|
644
641
|
{
|
|
645
|
-
"
|
|
642
|
+
"type": "stack",
|
|
646
643
|
"justify": "center",
|
|
647
644
|
"children": [
|
|
648
645
|
{
|
|
649
|
-
"label": "Generate",
|
|
650
|
-
"action": "GENERATE",
|
|
651
|
-
"type": "button",
|
|
652
646
|
"variant": "primary",
|
|
653
|
-
"
|
|
647
|
+
"type": "button",
|
|
648
|
+
"icon": "sparkles",
|
|
649
|
+
"label": "Generate",
|
|
650
|
+
"action": "GENERATE"
|
|
654
651
|
},
|
|
655
652
|
{
|
|
656
|
-
"icon": "tag",
|
|
657
653
|
"action": "CLASSIFY",
|
|
658
654
|
"type": "button",
|
|
655
|
+
"label": "Classify",
|
|
659
656
|
"variant": "secondary",
|
|
660
|
-
"
|
|
657
|
+
"icon": "tag"
|
|
661
658
|
},
|
|
662
659
|
{
|
|
663
660
|
"label": "Summarize",
|
|
664
|
-
"
|
|
661
|
+
"variant": "secondary",
|
|
665
662
|
"action": "SUMMARIZE",
|
|
666
|
-
"
|
|
667
|
-
"
|
|
663
|
+
"type": "button",
|
|
664
|
+
"icon": "align-left"
|
|
668
665
|
}
|
|
669
666
|
],
|
|
670
667
|
"direction": "horizontal",
|
|
671
|
-
"
|
|
668
|
+
"gap": "sm"
|
|
672
669
|
}
|
|
673
|
-
]
|
|
670
|
+
],
|
|
671
|
+
"gap": "lg",
|
|
672
|
+
"type": "stack",
|
|
673
|
+
"direction": "vertical"
|
|
674
674
|
}
|
|
675
675
|
]
|
|
676
676
|
]
|
|
@@ -689,23 +689,26 @@
|
|
|
689
689
|
"render-ui",
|
|
690
690
|
"main",
|
|
691
691
|
{
|
|
692
|
+
"type": "stack",
|
|
693
|
+
"direction": "vertical",
|
|
694
|
+
"gap": "lg",
|
|
692
695
|
"children": [
|
|
693
696
|
{
|
|
697
|
+
"align": "center",
|
|
698
|
+
"type": "stack",
|
|
694
699
|
"direction": "horizontal",
|
|
700
|
+
"gap": "md",
|
|
695
701
|
"children": [
|
|
696
702
|
{
|
|
697
703
|
"type": "icon",
|
|
698
704
|
"name": "brain"
|
|
699
705
|
},
|
|
700
706
|
{
|
|
701
|
-
"
|
|
707
|
+
"content": "ServiceLlm LLM",
|
|
702
708
|
"variant": "h2",
|
|
703
|
-
"
|
|
709
|
+
"type": "typography"
|
|
704
710
|
}
|
|
705
|
-
]
|
|
706
|
-
"align": "center",
|
|
707
|
-
"type": "stack",
|
|
708
|
-
"gap": "md"
|
|
711
|
+
]
|
|
709
712
|
},
|
|
710
713
|
{
|
|
711
714
|
"type": "divider"
|
|
@@ -715,38 +718,35 @@
|
|
|
715
718
|
"placeholder": "Enter text for LLM processing..."
|
|
716
719
|
},
|
|
717
720
|
{
|
|
721
|
+
"direction": "horizontal",
|
|
722
|
+
"type": "stack",
|
|
718
723
|
"gap": "sm",
|
|
719
724
|
"justify": "center",
|
|
720
725
|
"children": [
|
|
721
726
|
{
|
|
722
|
-
"
|
|
723
|
-
"action": "GENERATE",
|
|
727
|
+
"icon": "sparkles",
|
|
724
728
|
"type": "button",
|
|
725
729
|
"variant": "primary",
|
|
726
|
-
"
|
|
730
|
+
"label": "Generate",
|
|
731
|
+
"action": "GENERATE"
|
|
727
732
|
},
|
|
728
733
|
{
|
|
729
|
-
"icon": "tag",
|
|
730
734
|
"action": "CLASSIFY",
|
|
735
|
+
"icon": "tag",
|
|
736
|
+
"variant": "secondary",
|
|
731
737
|
"type": "button",
|
|
732
|
-
"label": "Classify"
|
|
733
|
-
"variant": "secondary"
|
|
738
|
+
"label": "Classify"
|
|
734
739
|
},
|
|
735
740
|
{
|
|
741
|
+
"label": "Summarize",
|
|
736
742
|
"type": "button",
|
|
737
743
|
"action": "SUMMARIZE",
|
|
738
|
-
"icon": "align-left",
|
|
739
744
|
"variant": "secondary",
|
|
740
|
-
"
|
|
745
|
+
"icon": "align-left"
|
|
741
746
|
}
|
|
742
|
-
]
|
|
743
|
-
"type": "stack",
|
|
744
|
-
"direction": "horizontal"
|
|
747
|
+
]
|
|
745
748
|
}
|
|
746
749
|
],
|
|
747
|
-
"gap": "lg",
|
|
748
|
-
"type": "stack",
|
|
749
|
-
"direction": "vertical",
|
|
750
750
|
"align": "stretch"
|
|
751
751
|
}
|
|
752
752
|
]
|
|
@@ -766,64 +766,64 @@
|
|
|
766
766
|
"render-ui",
|
|
767
767
|
"main",
|
|
768
768
|
{
|
|
769
|
-
"
|
|
769
|
+
"gap": "lg",
|
|
770
770
|
"align": "stretch",
|
|
771
|
+
"direction": "vertical",
|
|
771
772
|
"children": [
|
|
772
773
|
{
|
|
773
|
-
"gap": "md",
|
|
774
|
-
"type": "stack",
|
|
775
|
-
"direction": "horizontal",
|
|
776
|
-
"align": "center",
|
|
777
774
|
"children": [
|
|
778
775
|
{
|
|
779
|
-
"
|
|
780
|
-
"
|
|
776
|
+
"name": "brain",
|
|
777
|
+
"type": "icon"
|
|
781
778
|
},
|
|
782
779
|
{
|
|
780
|
+
"content": "ServiceLlm LLM",
|
|
783
781
|
"variant": "h2",
|
|
784
|
-
"type": "typography"
|
|
785
|
-
"content": "ServiceLlm LLM"
|
|
782
|
+
"type": "typography"
|
|
786
783
|
}
|
|
787
|
-
]
|
|
784
|
+
],
|
|
785
|
+
"type": "stack",
|
|
786
|
+
"gap": "md",
|
|
787
|
+
"direction": "horizontal",
|
|
788
|
+
"align": "center"
|
|
788
789
|
},
|
|
789
790
|
{
|
|
790
791
|
"type": "divider"
|
|
791
792
|
},
|
|
792
793
|
{
|
|
793
|
-
"
|
|
794
|
-
"
|
|
794
|
+
"type": "textarea",
|
|
795
|
+
"placeholder": "Enter text for LLM processing..."
|
|
795
796
|
},
|
|
796
797
|
{
|
|
797
|
-
"direction": "horizontal",
|
|
798
|
-
"gap": "sm",
|
|
799
|
-
"justify": "center",
|
|
800
798
|
"children": [
|
|
801
799
|
{
|
|
800
|
+
"action": "GENERATE",
|
|
802
801
|
"label": "Generate",
|
|
803
802
|
"type": "button",
|
|
804
|
-
"
|
|
805
|
-
"variant": "primary"
|
|
806
|
-
"icon": "sparkles"
|
|
803
|
+
"icon": "sparkles",
|
|
804
|
+
"variant": "primary"
|
|
807
805
|
},
|
|
808
806
|
{
|
|
809
|
-
"action": "CLASSIFY",
|
|
810
|
-
"type": "button",
|
|
811
|
-
"variant": "secondary",
|
|
812
807
|
"label": "Classify",
|
|
813
|
-
"
|
|
808
|
+
"variant": "secondary",
|
|
809
|
+
"icon": "tag",
|
|
810
|
+
"action": "CLASSIFY",
|
|
811
|
+
"type": "button"
|
|
814
812
|
},
|
|
815
813
|
{
|
|
816
|
-
"
|
|
817
|
-
"icon": "align-left",
|
|
818
|
-
"label": "Summarize",
|
|
814
|
+
"type": "button",
|
|
819
815
|
"action": "SUMMARIZE",
|
|
820
|
-
"
|
|
816
|
+
"label": "Summarize",
|
|
817
|
+
"variant": "secondary",
|
|
818
|
+
"icon": "align-left"
|
|
821
819
|
}
|
|
822
820
|
],
|
|
823
|
-
"type": "stack"
|
|
821
|
+
"type": "stack",
|
|
822
|
+
"gap": "sm",
|
|
823
|
+
"direction": "horizontal",
|
|
824
|
+
"justify": "center"
|
|
824
825
|
}
|
|
825
826
|
],
|
|
826
|
-
"gap": "lg",
|
|
827
827
|
"type": "stack"
|
|
828
828
|
}
|
|
829
829
|
]
|