@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
|
@@ -304,13 +304,18 @@
|
|
|
304
304
|
"to": "idle",
|
|
305
305
|
"event": "INIT",
|
|
306
306
|
"effects": [
|
|
307
|
+
[
|
|
308
|
+
"set",
|
|
309
|
+
"@entity.inputText",
|
|
310
|
+
""
|
|
311
|
+
],
|
|
307
312
|
[
|
|
308
313
|
"fetch",
|
|
309
314
|
"ServiceLlm",
|
|
310
315
|
{
|
|
311
316
|
"emit": {
|
|
312
|
-
"
|
|
313
|
-
"
|
|
317
|
+
"failure": "ServiceLlmLoadFailed",
|
|
318
|
+
"success": "ServiceLlmLoaded"
|
|
314
319
|
}
|
|
315
320
|
}
|
|
316
321
|
],
|
|
@@ -318,22 +323,20 @@
|
|
|
318
323
|
"render-ui",
|
|
319
324
|
"main",
|
|
320
325
|
{
|
|
321
|
-
"align": "stretch",
|
|
322
|
-
"direction": "vertical",
|
|
323
326
|
"children": [
|
|
324
327
|
{
|
|
325
328
|
"direction": "horizontal",
|
|
326
|
-
"type": "stack",
|
|
327
329
|
"gap": "md",
|
|
330
|
+
"type": "stack",
|
|
328
331
|
"children": [
|
|
329
332
|
{
|
|
330
|
-
"
|
|
331
|
-
"
|
|
333
|
+
"name": "brain",
|
|
334
|
+
"type": "icon"
|
|
332
335
|
},
|
|
333
336
|
{
|
|
337
|
+
"content": "ServiceLlm LLM",
|
|
334
338
|
"variant": "h2",
|
|
335
|
-
"type": "typography"
|
|
336
|
-
"content": "ServiceLlm LLM"
|
|
339
|
+
"type": "typography"
|
|
337
340
|
}
|
|
338
341
|
],
|
|
339
342
|
"align": "center"
|
|
@@ -342,41 +345,43 @@
|
|
|
342
345
|
"type": "divider"
|
|
343
346
|
},
|
|
344
347
|
{
|
|
345
|
-
"
|
|
346
|
-
"
|
|
348
|
+
"type": "textarea",
|
|
349
|
+
"placeholder": "Enter text for LLM processing..."
|
|
347
350
|
},
|
|
348
351
|
{
|
|
349
352
|
"gap": "sm",
|
|
353
|
+
"type": "stack",
|
|
350
354
|
"justify": "center",
|
|
355
|
+
"direction": "horizontal",
|
|
351
356
|
"children": [
|
|
352
357
|
{
|
|
353
|
-
"
|
|
354
|
-
"variant": "primary",
|
|
355
|
-
"icon": "sparkles",
|
|
358
|
+
"action": "GENERATE",
|
|
356
359
|
"type": "button",
|
|
357
|
-
"
|
|
360
|
+
"icon": "sparkles",
|
|
361
|
+
"variant": "primary",
|
|
362
|
+
"label": "Generate"
|
|
358
363
|
},
|
|
359
364
|
{
|
|
365
|
+
"icon": "tag",
|
|
360
366
|
"type": "button",
|
|
367
|
+
"action": "CLASSIFY",
|
|
361
368
|
"label": "Classify",
|
|
362
|
-
"
|
|
363
|
-
"variant": "secondary",
|
|
364
|
-
"action": "CLASSIFY"
|
|
369
|
+
"variant": "secondary"
|
|
365
370
|
},
|
|
366
371
|
{
|
|
367
372
|
"action": "SUMMARIZE",
|
|
368
|
-
"label": "Summarize",
|
|
369
373
|
"type": "button",
|
|
370
|
-
"
|
|
371
|
-
"
|
|
374
|
+
"variant": "secondary",
|
|
375
|
+
"label": "Summarize",
|
|
376
|
+
"icon": "align-left"
|
|
372
377
|
}
|
|
373
|
-
]
|
|
374
|
-
"direction": "horizontal",
|
|
375
|
-
"type": "stack"
|
|
378
|
+
]
|
|
376
379
|
}
|
|
377
380
|
],
|
|
381
|
+
"gap": "lg",
|
|
378
382
|
"type": "stack",
|
|
379
|
-
"
|
|
383
|
+
"align": "stretch",
|
|
384
|
+
"direction": "vertical"
|
|
380
385
|
}
|
|
381
386
|
]
|
|
382
387
|
]
|
|
@@ -409,8 +414,8 @@
|
|
|
409
414
|
},
|
|
410
415
|
{
|
|
411
416
|
"emit": {
|
|
412
|
-
"
|
|
413
|
-
"
|
|
417
|
+
"failure": "ServiceLlmLlmFailed",
|
|
418
|
+
"success": "ServiceLlmLlmCompleted"
|
|
414
419
|
}
|
|
415
420
|
}
|
|
416
421
|
]
|
|
@@ -430,9 +435,9 @@
|
|
|
430
435
|
"render-ui",
|
|
431
436
|
"main",
|
|
432
437
|
{
|
|
438
|
+
"type": "loading-state",
|
|
433
439
|
"title": "Processing...",
|
|
434
|
-
"message": "Running servicellm LLM task..."
|
|
435
|
-
"type": "loading-state"
|
|
440
|
+
"message": "Running servicellm LLM task..."
|
|
436
441
|
}
|
|
437
442
|
],
|
|
438
443
|
[
|
|
@@ -440,17 +445,17 @@
|
|
|
440
445
|
"llm",
|
|
441
446
|
"classify",
|
|
442
447
|
{
|
|
448
|
+
"text": "@entity.inputText",
|
|
443
449
|
"categories": [
|
|
444
450
|
"positive",
|
|
445
451
|
"negative",
|
|
446
452
|
"neutral"
|
|
447
|
-
]
|
|
448
|
-
"text": "@entity.inputText"
|
|
453
|
+
]
|
|
449
454
|
},
|
|
450
455
|
{
|
|
451
456
|
"emit": {
|
|
452
|
-
"
|
|
453
|
-
"
|
|
457
|
+
"failure": "ServiceLlmLlmFailed",
|
|
458
|
+
"success": "ServiceLlmLlmCompleted"
|
|
454
459
|
}
|
|
455
460
|
}
|
|
456
461
|
]
|
|
@@ -470,9 +475,9 @@
|
|
|
470
475
|
"render-ui",
|
|
471
476
|
"main",
|
|
472
477
|
{
|
|
473
|
-
"message": "Running servicellm LLM task...",
|
|
474
478
|
"title": "Processing...",
|
|
475
|
-
"type": "loading-state"
|
|
479
|
+
"type": "loading-state",
|
|
480
|
+
"message": "Running servicellm LLM task..."
|
|
476
481
|
}
|
|
477
482
|
],
|
|
478
483
|
[
|
|
@@ -484,8 +489,8 @@
|
|
|
484
489
|
},
|
|
485
490
|
{
|
|
486
491
|
"emit": {
|
|
487
|
-
"
|
|
488
|
-
"
|
|
492
|
+
"success": "ServiceLlmLlmCompleted",
|
|
493
|
+
"failure": "ServiceLlmLlmFailed"
|
|
489
494
|
}
|
|
490
495
|
}
|
|
491
496
|
]
|
|
@@ -510,10 +515,9 @@
|
|
|
510
515
|
"render-ui",
|
|
511
516
|
"main",
|
|
512
517
|
{
|
|
513
|
-
"direction": "vertical",
|
|
514
|
-
"type": "stack",
|
|
515
518
|
"align": "center",
|
|
516
|
-
"
|
|
519
|
+
"type": "stack",
|
|
520
|
+
"direction": "vertical",
|
|
517
521
|
"children": [
|
|
518
522
|
{
|
|
519
523
|
"type": "icon",
|
|
@@ -526,17 +530,18 @@
|
|
|
526
530
|
},
|
|
527
531
|
{
|
|
528
532
|
"content": "@entity.result",
|
|
529
|
-
"
|
|
530
|
-
"
|
|
533
|
+
"type": "typography",
|
|
534
|
+
"variant": "body"
|
|
531
535
|
},
|
|
532
536
|
{
|
|
533
|
-
"label": "Start Over",
|
|
534
|
-
"type": "button",
|
|
535
537
|
"variant": "ghost",
|
|
538
|
+
"type": "button",
|
|
536
539
|
"icon": "rotate-ccw",
|
|
540
|
+
"label": "Start Over",
|
|
537
541
|
"action": "RESET"
|
|
538
542
|
}
|
|
539
|
-
]
|
|
543
|
+
],
|
|
544
|
+
"gap": "lg"
|
|
540
545
|
}
|
|
541
546
|
]
|
|
542
547
|
]
|
|
@@ -560,40 +565,40 @@
|
|
|
560
565
|
"render-ui",
|
|
561
566
|
"main",
|
|
562
567
|
{
|
|
563
|
-
"type": "stack",
|
|
564
568
|
"direction": "vertical",
|
|
565
569
|
"children": [
|
|
566
570
|
{
|
|
567
571
|
"onRetry": "RETRY",
|
|
572
|
+
"type": "error-state",
|
|
568
573
|
"message": "@entity.error",
|
|
569
|
-
"title": "LLM Failed"
|
|
570
|
-
"type": "error-state"
|
|
574
|
+
"title": "LLM Failed"
|
|
571
575
|
},
|
|
572
576
|
{
|
|
573
|
-
"type": "stack",
|
|
574
577
|
"children": [
|
|
575
578
|
{
|
|
576
|
-
"icon": "refresh-cw",
|
|
577
|
-
"type": "button",
|
|
578
579
|
"label": "Retry",
|
|
580
|
+
"icon": "refresh-cw",
|
|
579
581
|
"variant": "primary",
|
|
582
|
+
"type": "button",
|
|
580
583
|
"action": "RETRY"
|
|
581
584
|
},
|
|
582
585
|
{
|
|
583
|
-
"label": "Reset",
|
|
584
|
-
"icon": "rotate-ccw",
|
|
585
586
|
"type": "button",
|
|
587
|
+
"variant": "ghost",
|
|
586
588
|
"action": "RESET",
|
|
587
|
-
"
|
|
589
|
+
"label": "Reset",
|
|
590
|
+
"icon": "rotate-ccw"
|
|
588
591
|
}
|
|
589
592
|
],
|
|
593
|
+
"type": "stack",
|
|
590
594
|
"gap": "sm",
|
|
591
595
|
"justify": "center",
|
|
592
596
|
"direction": "horizontal"
|
|
593
597
|
}
|
|
594
598
|
],
|
|
595
599
|
"gap": "lg",
|
|
596
|
-
"align": "center"
|
|
600
|
+
"align": "center",
|
|
601
|
+
"type": "stack"
|
|
597
602
|
}
|
|
598
603
|
]
|
|
599
604
|
]
|
|
@@ -612,15 +617,15 @@
|
|
|
612
617
|
"render-ui",
|
|
613
618
|
"main",
|
|
614
619
|
{
|
|
615
|
-
"gap": "lg",
|
|
616
|
-
"direction": "vertical",
|
|
617
|
-
"align": "stretch",
|
|
618
620
|
"type": "stack",
|
|
621
|
+
"align": "stretch",
|
|
622
|
+
"gap": "lg",
|
|
619
623
|
"children": [
|
|
620
624
|
{
|
|
621
|
-
"gap": "md",
|
|
622
625
|
"type": "stack",
|
|
623
626
|
"align": "center",
|
|
627
|
+
"direction": "horizontal",
|
|
628
|
+
"gap": "md",
|
|
624
629
|
"children": [
|
|
625
630
|
{
|
|
626
631
|
"type": "icon",
|
|
@@ -631,46 +636,46 @@
|
|
|
631
636
|
"content": "ServiceLlm LLM",
|
|
632
637
|
"variant": "h2"
|
|
633
638
|
}
|
|
634
|
-
]
|
|
635
|
-
"direction": "horizontal"
|
|
639
|
+
]
|
|
636
640
|
},
|
|
637
641
|
{
|
|
638
642
|
"type": "divider"
|
|
639
643
|
},
|
|
640
644
|
{
|
|
641
|
-
"
|
|
642
|
-
"
|
|
645
|
+
"placeholder": "Enter text for LLM processing...",
|
|
646
|
+
"type": "textarea"
|
|
643
647
|
},
|
|
644
648
|
{
|
|
645
649
|
"gap": "sm",
|
|
646
650
|
"type": "stack",
|
|
647
|
-
"direction": "horizontal",
|
|
648
|
-
"justify": "center",
|
|
649
651
|
"children": [
|
|
650
652
|
{
|
|
653
|
+
"variant": "primary",
|
|
654
|
+
"action": "GENERATE",
|
|
651
655
|
"icon": "sparkles",
|
|
652
656
|
"type": "button",
|
|
653
|
-
"action": "GENERATE",
|
|
654
|
-
"variant": "primary",
|
|
655
657
|
"label": "Generate"
|
|
656
658
|
},
|
|
657
659
|
{
|
|
658
|
-
"action": "CLASSIFY",
|
|
659
|
-
"type": "button",
|
|
660
660
|
"variant": "secondary",
|
|
661
661
|
"label": "Classify",
|
|
662
|
+
"action": "CLASSIFY",
|
|
663
|
+
"type": "button",
|
|
662
664
|
"icon": "tag"
|
|
663
665
|
},
|
|
664
666
|
{
|
|
665
667
|
"icon": "align-left",
|
|
666
|
-
"label": "Summarize",
|
|
667
668
|
"action": "SUMMARIZE",
|
|
668
|
-
"
|
|
669
|
-
"variant": "secondary"
|
|
669
|
+
"label": "Summarize",
|
|
670
|
+
"variant": "secondary",
|
|
671
|
+
"type": "button"
|
|
670
672
|
}
|
|
671
|
-
]
|
|
673
|
+
],
|
|
674
|
+
"justify": "center",
|
|
675
|
+
"direction": "horizontal"
|
|
672
676
|
}
|
|
673
|
-
]
|
|
677
|
+
],
|
|
678
|
+
"direction": "vertical"
|
|
674
679
|
}
|
|
675
680
|
]
|
|
676
681
|
]
|
|
@@ -689,24 +694,20 @@
|
|
|
689
694
|
"render-ui",
|
|
690
695
|
"main",
|
|
691
696
|
{
|
|
692
|
-
"type": "stack",
|
|
693
|
-
"direction": "vertical",
|
|
694
|
-
"align": "stretch",
|
|
695
|
-
"gap": "lg",
|
|
696
697
|
"children": [
|
|
697
698
|
{
|
|
699
|
+
"align": "center",
|
|
698
700
|
"gap": "md",
|
|
699
701
|
"type": "stack",
|
|
700
702
|
"direction": "horizontal",
|
|
701
|
-
"align": "center",
|
|
702
703
|
"children": [
|
|
703
704
|
{
|
|
704
705
|
"type": "icon",
|
|
705
706
|
"name": "brain"
|
|
706
707
|
},
|
|
707
708
|
{
|
|
708
|
-
"variant": "h2",
|
|
709
709
|
"type": "typography",
|
|
710
|
+
"variant": "h2",
|
|
710
711
|
"content": "ServiceLlm LLM"
|
|
711
712
|
}
|
|
712
713
|
]
|
|
@@ -715,39 +716,43 @@
|
|
|
715
716
|
"type": "divider"
|
|
716
717
|
},
|
|
717
718
|
{
|
|
718
|
-
"
|
|
719
|
-
"
|
|
719
|
+
"placeholder": "Enter text for LLM processing...",
|
|
720
|
+
"type": "textarea"
|
|
720
721
|
},
|
|
721
722
|
{
|
|
723
|
+
"direction": "horizontal",
|
|
724
|
+
"gap": "sm",
|
|
722
725
|
"type": "stack",
|
|
723
726
|
"justify": "center",
|
|
724
|
-
"direction": "horizontal",
|
|
725
727
|
"children": [
|
|
726
728
|
{
|
|
727
|
-
"
|
|
729
|
+
"action": "GENERATE",
|
|
728
730
|
"label": "Generate",
|
|
729
731
|
"variant": "primary",
|
|
730
|
-
"
|
|
732
|
+
"type": "button",
|
|
731
733
|
"icon": "sparkles"
|
|
732
734
|
},
|
|
733
735
|
{
|
|
736
|
+
"action": "CLASSIFY",
|
|
734
737
|
"variant": "secondary",
|
|
735
738
|
"type": "button",
|
|
736
739
|
"icon": "tag",
|
|
737
|
-
"action": "CLASSIFY",
|
|
738
740
|
"label": "Classify"
|
|
739
741
|
},
|
|
740
742
|
{
|
|
741
|
-
"
|
|
742
|
-
"label": "Summarize",
|
|
743
|
+
"action": "SUMMARIZE",
|
|
743
744
|
"variant": "secondary",
|
|
744
745
|
"icon": "align-left",
|
|
745
|
-
"
|
|
746
|
+
"type": "button",
|
|
747
|
+
"label": "Summarize"
|
|
746
748
|
}
|
|
747
|
-
]
|
|
748
|
-
"gap": "sm"
|
|
749
|
+
]
|
|
749
750
|
}
|
|
750
|
-
]
|
|
751
|
+
],
|
|
752
|
+
"direction": "vertical",
|
|
753
|
+
"type": "stack",
|
|
754
|
+
"gap": "lg",
|
|
755
|
+
"align": "stretch"
|
|
751
756
|
}
|
|
752
757
|
]
|
|
753
758
|
]
|
|
@@ -766,65 +771,65 @@
|
|
|
766
771
|
"render-ui",
|
|
767
772
|
"main",
|
|
768
773
|
{
|
|
769
|
-
"type": "stack",
|
|
770
774
|
"align": "stretch",
|
|
775
|
+
"direction": "vertical",
|
|
771
776
|
"children": [
|
|
772
777
|
{
|
|
773
778
|
"type": "stack",
|
|
774
|
-
"
|
|
779
|
+
"direction": "horizontal",
|
|
775
780
|
"children": [
|
|
776
781
|
{
|
|
777
782
|
"name": "brain",
|
|
778
783
|
"type": "icon"
|
|
779
784
|
},
|
|
780
785
|
{
|
|
781
|
-
"
|
|
786
|
+
"type": "typography",
|
|
782
787
|
"variant": "h2",
|
|
783
|
-
"
|
|
788
|
+
"content": "ServiceLlm LLM"
|
|
784
789
|
}
|
|
785
790
|
],
|
|
786
|
-
"
|
|
787
|
-
"
|
|
791
|
+
"align": "center",
|
|
792
|
+
"gap": "md"
|
|
788
793
|
},
|
|
789
794
|
{
|
|
790
795
|
"type": "divider"
|
|
791
796
|
},
|
|
792
797
|
{
|
|
793
|
-
"
|
|
794
|
-
"
|
|
798
|
+
"type": "textarea",
|
|
799
|
+
"placeholder": "Enter text for LLM processing..."
|
|
795
800
|
},
|
|
796
801
|
{
|
|
802
|
+
"direction": "horizontal",
|
|
797
803
|
"gap": "sm",
|
|
804
|
+
"justify": "center",
|
|
798
805
|
"children": [
|
|
799
806
|
{
|
|
800
807
|
"icon": "sparkles",
|
|
808
|
+
"label": "Generate",
|
|
801
809
|
"action": "GENERATE",
|
|
802
810
|
"type": "button",
|
|
803
|
-
"variant": "primary"
|
|
804
|
-
"label": "Generate"
|
|
811
|
+
"variant": "primary"
|
|
805
812
|
},
|
|
806
813
|
{
|
|
807
|
-
"type": "button",
|
|
808
814
|
"variant": "secondary",
|
|
809
815
|
"icon": "tag",
|
|
810
816
|
"label": "Classify",
|
|
817
|
+
"type": "button",
|
|
811
818
|
"action": "CLASSIFY"
|
|
812
819
|
},
|
|
813
820
|
{
|
|
814
821
|
"action": "SUMMARIZE",
|
|
815
|
-
"type": "button",
|
|
816
|
-
"variant": "secondary",
|
|
817
822
|
"icon": "align-left",
|
|
818
|
-
"
|
|
823
|
+
"variant": "secondary",
|
|
824
|
+
"label": "Summarize",
|
|
825
|
+
"type": "button"
|
|
819
826
|
}
|
|
820
827
|
],
|
|
821
|
-
"
|
|
822
|
-
"type": "stack",
|
|
823
|
-
"justify": "center"
|
|
828
|
+
"type": "stack"
|
|
824
829
|
}
|
|
825
830
|
],
|
|
826
|
-
"
|
|
827
|
-
"
|
|
831
|
+
"type": "stack",
|
|
832
|
+
"gap": "lg"
|
|
828
833
|
}
|
|
829
834
|
]
|
|
830
835
|
]
|
|
@@ -847,4 +852,4 @@
|
|
|
847
852
|
]
|
|
848
853
|
}
|
|
849
854
|
]
|
|
850
|
-
}
|
|
855
|
+
}
|