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