@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
|
@@ -228,36 +228,33 @@
|
|
|
228
228
|
"render-ui",
|
|
229
229
|
"main",
|
|
230
230
|
{
|
|
231
|
-
"type": "stack",
|
|
232
231
|
"gap": "lg",
|
|
233
232
|
"direction": "vertical",
|
|
234
233
|
"children": [
|
|
235
234
|
{
|
|
236
|
-
"direction": "horizontal",
|
|
237
|
-
"align": "center",
|
|
238
235
|
"gap": "sm",
|
|
236
|
+
"align": "center",
|
|
237
|
+
"type": "stack",
|
|
238
|
+
"direction": "horizontal",
|
|
239
239
|
"children": [
|
|
240
240
|
{
|
|
241
241
|
"name": "brain",
|
|
242
242
|
"type": "icon"
|
|
243
243
|
},
|
|
244
244
|
{
|
|
245
|
-
"
|
|
245
|
+
"variant": "h2",
|
|
246
246
|
"content": "RAG Pipeline",
|
|
247
|
-
"
|
|
247
|
+
"type": "typography"
|
|
248
248
|
}
|
|
249
|
-
]
|
|
250
|
-
"type": "stack"
|
|
249
|
+
]
|
|
251
250
|
},
|
|
252
251
|
{
|
|
253
252
|
"type": "divider"
|
|
254
253
|
},
|
|
255
254
|
{
|
|
255
|
+
"type": "card",
|
|
256
256
|
"children": [
|
|
257
257
|
{
|
|
258
|
-
"type": "stack",
|
|
259
|
-
"direction": "vertical",
|
|
260
|
-
"gap": "md",
|
|
261
258
|
"children": [
|
|
262
259
|
{
|
|
263
260
|
"content": "Enter a query to retrieve context and generate a response",
|
|
@@ -265,20 +262,23 @@
|
|
|
265
262
|
"type": "typography"
|
|
266
263
|
},
|
|
267
264
|
{
|
|
268
|
-
"entity": "@entity",
|
|
269
265
|
"fields": [
|
|
270
266
|
"query"
|
|
271
267
|
],
|
|
272
268
|
"type": "form-section",
|
|
273
|
-
"
|
|
274
|
-
"
|
|
269
|
+
"mode": "edit",
|
|
270
|
+
"entity": "@entity",
|
|
271
|
+
"submitEvent": "GENERATE"
|
|
275
272
|
}
|
|
276
|
-
]
|
|
273
|
+
],
|
|
274
|
+
"gap": "md",
|
|
275
|
+
"direction": "vertical",
|
|
276
|
+
"type": "stack"
|
|
277
277
|
}
|
|
278
|
-
]
|
|
279
|
-
"type": "card"
|
|
278
|
+
]
|
|
280
279
|
}
|
|
281
|
-
]
|
|
280
|
+
],
|
|
281
|
+
"type": "stack"
|
|
282
282
|
}
|
|
283
283
|
]
|
|
284
284
|
]
|
|
@@ -307,11 +307,11 @@
|
|
|
307
307
|
"main",
|
|
308
308
|
{
|
|
309
309
|
"type": "stack",
|
|
310
|
-
"
|
|
310
|
+
"align": "center",
|
|
311
311
|
"children": [
|
|
312
312
|
{
|
|
313
|
-
"
|
|
314
|
-
"
|
|
313
|
+
"type": "icon",
|
|
314
|
+
"name": "search"
|
|
315
315
|
},
|
|
316
316
|
{
|
|
317
317
|
"content": "Retrieving context...",
|
|
@@ -324,22 +324,22 @@
|
|
|
324
324
|
{
|
|
325
325
|
"gap": "md",
|
|
326
326
|
"direction": "horizontal",
|
|
327
|
-
"
|
|
327
|
+
"justify": "center",
|
|
328
328
|
"children": [
|
|
329
329
|
{
|
|
330
330
|
"type": "badge",
|
|
331
331
|
"label": "Recalling memories"
|
|
332
332
|
},
|
|
333
333
|
{
|
|
334
|
-
"
|
|
335
|
-
"
|
|
334
|
+
"type": "badge",
|
|
335
|
+
"label": "Searching code"
|
|
336
336
|
}
|
|
337
337
|
],
|
|
338
|
-
"
|
|
338
|
+
"type": "stack"
|
|
339
339
|
}
|
|
340
340
|
],
|
|
341
341
|
"gap": "lg",
|
|
342
|
-
"
|
|
342
|
+
"direction": "vertical"
|
|
343
343
|
}
|
|
344
344
|
]
|
|
345
345
|
]
|
|
@@ -385,23 +385,23 @@
|
|
|
385
385
|
"main",
|
|
386
386
|
{
|
|
387
387
|
"direction": "vertical",
|
|
388
|
+
"gap": "lg",
|
|
388
389
|
"type": "stack",
|
|
390
|
+
"align": "center",
|
|
389
391
|
"children": [
|
|
390
392
|
{
|
|
391
393
|
"type": "icon",
|
|
392
394
|
"name": "cpu"
|
|
393
395
|
},
|
|
394
396
|
{
|
|
395
|
-
"
|
|
397
|
+
"content": "Generating response...",
|
|
396
398
|
"variant": "h3",
|
|
397
|
-
"
|
|
399
|
+
"type": "typography"
|
|
398
400
|
},
|
|
399
401
|
{
|
|
400
402
|
"type": "spinner"
|
|
401
403
|
},
|
|
402
404
|
{
|
|
403
|
-
"type": "stack",
|
|
404
|
-
"gap": "md",
|
|
405
405
|
"children": [
|
|
406
406
|
{
|
|
407
407
|
"label": "@entity.memoryHits",
|
|
@@ -412,12 +412,12 @@
|
|
|
412
412
|
"type": "badge"
|
|
413
413
|
}
|
|
414
414
|
],
|
|
415
|
-
"
|
|
416
|
-
"direction": "horizontal"
|
|
415
|
+
"type": "stack",
|
|
416
|
+
"direction": "horizontal",
|
|
417
|
+
"gap": "md",
|
|
418
|
+
"justify": "center"
|
|
417
419
|
}
|
|
418
|
-
]
|
|
419
|
-
"gap": "lg",
|
|
420
|
-
"align": "center"
|
|
420
|
+
]
|
|
421
421
|
}
|
|
422
422
|
]
|
|
423
423
|
]
|
|
@@ -441,18 +441,15 @@
|
|
|
441
441
|
"render-ui",
|
|
442
442
|
"main",
|
|
443
443
|
{
|
|
444
|
-
"direction": "vertical",
|
|
445
|
-
"align": "center",
|
|
446
|
-
"type": "stack",
|
|
447
444
|
"children": [
|
|
448
445
|
{
|
|
449
|
-
"
|
|
450
|
-
"
|
|
446
|
+
"type": "icon",
|
|
447
|
+
"name": "alert-triangle"
|
|
451
448
|
},
|
|
452
449
|
{
|
|
453
|
-
"content": "RAG Pipeline Error",
|
|
454
450
|
"type": "typography",
|
|
455
|
-
"variant": "h2"
|
|
451
|
+
"variant": "h2",
|
|
452
|
+
"content": "RAG Pipeline Error"
|
|
456
453
|
},
|
|
457
454
|
{
|
|
458
455
|
"type": "alert",
|
|
@@ -460,14 +457,17 @@
|
|
|
460
457
|
"message": "@entity.error"
|
|
461
458
|
},
|
|
462
459
|
{
|
|
463
|
-
"variant": "primary",
|
|
464
460
|
"type": "button",
|
|
461
|
+
"variant": "primary",
|
|
462
|
+
"label": "Try Again",
|
|
465
463
|
"action": "RESET",
|
|
466
|
-
"icon": "rotate-ccw"
|
|
467
|
-
"label": "Try Again"
|
|
464
|
+
"icon": "rotate-ccw"
|
|
468
465
|
}
|
|
469
466
|
],
|
|
470
|
-
"
|
|
467
|
+
"align": "center",
|
|
468
|
+
"gap": "lg",
|
|
469
|
+
"type": "stack",
|
|
470
|
+
"direction": "vertical"
|
|
471
471
|
}
|
|
472
472
|
]
|
|
473
473
|
]
|
|
@@ -500,60 +500,62 @@
|
|
|
500
500
|
"render-ui",
|
|
501
501
|
"main",
|
|
502
502
|
{
|
|
503
|
+
"gap": "lg",
|
|
504
|
+
"type": "stack",
|
|
503
505
|
"children": [
|
|
504
506
|
{
|
|
505
507
|
"direction": "horizontal",
|
|
506
|
-
"type": "stack",
|
|
507
|
-
"justify": "between",
|
|
508
508
|
"align": "center",
|
|
509
509
|
"children": [
|
|
510
510
|
{
|
|
511
|
-
"align": "center",
|
|
512
511
|
"children": [
|
|
513
512
|
{
|
|
514
513
|
"type": "icon",
|
|
515
514
|
"name": "check-circle"
|
|
516
515
|
},
|
|
517
516
|
{
|
|
518
|
-
"variant": "h2",
|
|
519
517
|
"type": "typography",
|
|
520
|
-
"content": "RAG Complete"
|
|
518
|
+
"content": "RAG Complete",
|
|
519
|
+
"variant": "h2"
|
|
521
520
|
}
|
|
522
521
|
],
|
|
522
|
+
"type": "stack",
|
|
523
523
|
"direction": "horizontal",
|
|
524
524
|
"gap": "sm",
|
|
525
|
-
"
|
|
525
|
+
"align": "center"
|
|
526
526
|
},
|
|
527
527
|
{
|
|
528
|
-
"action": "RESET",
|
|
529
528
|
"variant": "ghost",
|
|
530
529
|
"icon": "rotate-ccw",
|
|
530
|
+
"action": "RESET",
|
|
531
531
|
"type": "button",
|
|
532
532
|
"label": "New Query"
|
|
533
533
|
}
|
|
534
534
|
],
|
|
535
|
+
"type": "stack",
|
|
536
|
+
"justify": "between",
|
|
535
537
|
"gap": "sm"
|
|
536
538
|
},
|
|
537
539
|
{
|
|
538
540
|
"type": "divider"
|
|
539
541
|
},
|
|
540
542
|
{
|
|
541
|
-
"type": "simple-grid",
|
|
542
|
-
"cols": 2.0,
|
|
543
543
|
"children": [
|
|
544
544
|
{
|
|
545
545
|
"type": "stat-display",
|
|
546
|
-
"
|
|
546
|
+
"value": "@entity.memoryHits",
|
|
547
547
|
"icon": "brain",
|
|
548
|
-
"
|
|
548
|
+
"label": "Memory Hits"
|
|
549
549
|
},
|
|
550
550
|
{
|
|
551
|
-
"
|
|
552
|
-
"type": "stat-display",
|
|
551
|
+
"icon": "code",
|
|
553
552
|
"label": "Code Hits",
|
|
554
|
-
"
|
|
553
|
+
"type": "stat-display",
|
|
554
|
+
"value": "@entity.searchHits"
|
|
555
555
|
}
|
|
556
|
-
]
|
|
556
|
+
],
|
|
557
|
+
"cols": 2.0,
|
|
558
|
+
"type": "simple-grid"
|
|
557
559
|
},
|
|
558
560
|
{
|
|
559
561
|
"type": "divider"
|
|
@@ -562,34 +564,34 @@
|
|
|
562
564
|
"type": "card",
|
|
563
565
|
"children": [
|
|
564
566
|
{
|
|
565
|
-
"direction": "vertical",
|
|
566
|
-
"type": "stack",
|
|
567
|
-
"gap": "md",
|
|
568
567
|
"children": [
|
|
569
568
|
{
|
|
570
|
-
"
|
|
569
|
+
"type": "typography",
|
|
571
570
|
"content": "Query",
|
|
572
|
-
"
|
|
571
|
+
"variant": "caption"
|
|
573
572
|
},
|
|
574
573
|
{
|
|
575
|
-
"variant": "body",
|
|
576
574
|
"type": "typography",
|
|
577
|
-
"content": "@entity.query"
|
|
575
|
+
"content": "@entity.query",
|
|
576
|
+
"variant": "body"
|
|
578
577
|
},
|
|
579
578
|
{
|
|
580
579
|
"type": "divider"
|
|
581
580
|
},
|
|
582
581
|
{
|
|
582
|
+
"type": "typography",
|
|
583
583
|
"variant": "caption",
|
|
584
|
-
"content": "Response"
|
|
585
|
-
"type": "typography"
|
|
584
|
+
"content": "Response"
|
|
586
585
|
},
|
|
587
586
|
{
|
|
588
|
-
"variant": "body",
|
|
589
587
|
"type": "typography",
|
|
590
|
-
"content": "@entity.response"
|
|
588
|
+
"content": "@entity.response",
|
|
589
|
+
"variant": "body"
|
|
591
590
|
}
|
|
592
|
-
]
|
|
591
|
+
],
|
|
592
|
+
"type": "stack",
|
|
593
|
+
"direction": "vertical",
|
|
594
|
+
"gap": "md"
|
|
593
595
|
}
|
|
594
596
|
]
|
|
595
597
|
},
|
|
@@ -597,27 +599,25 @@
|
|
|
597
599
|
"type": "card",
|
|
598
600
|
"children": [
|
|
599
601
|
{
|
|
600
|
-
"direction": "vertical",
|
|
601
|
-
"gap": "sm",
|
|
602
602
|
"type": "stack",
|
|
603
603
|
"children": [
|
|
604
604
|
{
|
|
605
|
-
"type": "typography",
|
|
606
605
|
"variant": "caption",
|
|
607
|
-
"content": "Retrieved Context"
|
|
606
|
+
"content": "Retrieved Context",
|
|
607
|
+
"type": "typography"
|
|
608
608
|
},
|
|
609
609
|
{
|
|
610
|
-
"
|
|
610
|
+
"variant": "body",
|
|
611
611
|
"content": "@entity.context",
|
|
612
|
-
"
|
|
612
|
+
"type": "typography"
|
|
613
613
|
}
|
|
614
|
-
]
|
|
614
|
+
],
|
|
615
|
+
"direction": "vertical",
|
|
616
|
+
"gap": "sm"
|
|
615
617
|
}
|
|
616
618
|
]
|
|
617
619
|
}
|
|
618
620
|
],
|
|
619
|
-
"gap": "lg",
|
|
620
|
-
"type": "stack",
|
|
621
621
|
"direction": "vertical"
|
|
622
622
|
}
|
|
623
623
|
]
|
|
@@ -642,7 +642,8 @@
|
|
|
642
642
|
"render-ui",
|
|
643
643
|
"main",
|
|
644
644
|
{
|
|
645
|
-
"
|
|
645
|
+
"direction": "vertical",
|
|
646
|
+
"align": "center",
|
|
646
647
|
"children": [
|
|
647
648
|
{
|
|
648
649
|
"name": "alert-triangle",
|
|
@@ -654,21 +655,20 @@
|
|
|
654
655
|
"type": "typography"
|
|
655
656
|
},
|
|
656
657
|
{
|
|
657
|
-
"variant": "error",
|
|
658
658
|
"message": "@entity.error",
|
|
659
|
-
"type": "alert"
|
|
659
|
+
"type": "alert",
|
|
660
|
+
"variant": "error"
|
|
660
661
|
},
|
|
661
662
|
{
|
|
663
|
+
"icon": "rotate-ccw",
|
|
662
664
|
"action": "RESET",
|
|
663
|
-
"label": "Try Again",
|
|
664
665
|
"type": "button",
|
|
665
|
-
"
|
|
666
|
-
"
|
|
666
|
+
"label": "Try Again",
|
|
667
|
+
"variant": "primary"
|
|
667
668
|
}
|
|
668
669
|
],
|
|
669
|
-
"
|
|
670
|
-
"
|
|
671
|
-
"type": "stack"
|
|
670
|
+
"type": "stack",
|
|
671
|
+
"gap": "lg"
|
|
672
672
|
}
|
|
673
673
|
]
|
|
674
674
|
]
|
|
@@ -712,25 +712,24 @@
|
|
|
712
712
|
"render-ui",
|
|
713
713
|
"main",
|
|
714
714
|
{
|
|
715
|
-
"type": "stack",
|
|
716
715
|
"direction": "vertical",
|
|
717
716
|
"children": [
|
|
718
717
|
{
|
|
719
|
-
"type": "stack",
|
|
720
|
-
"direction": "horizontal",
|
|
721
718
|
"gap": "sm",
|
|
722
719
|
"align": "center",
|
|
723
720
|
"children": [
|
|
724
721
|
{
|
|
725
|
-
"
|
|
726
|
-
"
|
|
722
|
+
"name": "brain",
|
|
723
|
+
"type": "icon"
|
|
727
724
|
},
|
|
728
725
|
{
|
|
726
|
+
"content": "RAG Pipeline",
|
|
729
727
|
"variant": "h2",
|
|
730
|
-
"type": "typography"
|
|
731
|
-
"content": "RAG Pipeline"
|
|
728
|
+
"type": "typography"
|
|
732
729
|
}
|
|
733
|
-
]
|
|
730
|
+
],
|
|
731
|
+
"type": "stack",
|
|
732
|
+
"direction": "horizontal"
|
|
734
733
|
},
|
|
735
734
|
{
|
|
736
735
|
"type": "divider"
|
|
@@ -739,29 +738,30 @@
|
|
|
739
738
|
"type": "card",
|
|
740
739
|
"children": [
|
|
741
740
|
{
|
|
741
|
+
"type": "stack",
|
|
742
|
+
"gap": "md",
|
|
743
|
+
"direction": "vertical",
|
|
742
744
|
"children": [
|
|
743
745
|
{
|
|
744
|
-
"
|
|
746
|
+
"variant": "body",
|
|
745
747
|
"type": "typography",
|
|
746
|
-
"
|
|
748
|
+
"content": "Enter a query to retrieve context and generate a response"
|
|
747
749
|
},
|
|
748
750
|
{
|
|
751
|
+
"type": "form-section",
|
|
749
752
|
"mode": "edit",
|
|
753
|
+
"entity": "@entity",
|
|
754
|
+
"submitEvent": "GENERATE",
|
|
750
755
|
"fields": [
|
|
751
756
|
"query"
|
|
752
|
-
]
|
|
753
|
-
"type": "form-section",
|
|
754
|
-
"entity": "@entity",
|
|
755
|
-
"submitEvent": "GENERATE"
|
|
757
|
+
]
|
|
756
758
|
}
|
|
757
|
-
]
|
|
758
|
-
"gap": "md",
|
|
759
|
-
"direction": "vertical",
|
|
760
|
-
"type": "stack"
|
|
759
|
+
]
|
|
761
760
|
}
|
|
762
761
|
]
|
|
763
762
|
}
|
|
764
763
|
],
|
|
764
|
+
"type": "stack",
|
|
765
765
|
"gap": "lg"
|
|
766
766
|
}
|
|
767
767
|
]
|