@almadar/std 8.2.0 → 8.4.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 +74 -74
- package/behaviors/registry/agent/atoms/std-agent-chat-thread.orb +103 -103
- package/behaviors/registry/agent/atoms/std-agent-classifier.orb +104 -98
- package/behaviors/registry/agent/atoms/std-agent-completion.orb +126 -111
- package/behaviors/registry/agent/atoms/std-agent-context-window.orb +406 -400
- package/behaviors/registry/agent/atoms/std-agent-conversation.orb +87 -87
- package/behaviors/registry/agent/atoms/std-agent-memory.orb +82 -82
- package/behaviors/registry/agent/atoms/std-agent-provider.orb +120 -114
- package/behaviors/registry/agent/atoms/std-agent-search.orb +68 -68
- package/behaviors/registry/agent/atoms/std-agent-session.orb +126 -126
- package/behaviors/registry/agent/atoms/std-agent-step-progress.orb +208 -208
- package/behaviors/registry/agent/atoms/std-agent-token-gauge.orb +342 -342
- package/behaviors/registry/agent/atoms/std-agent-tool-call.orb +77 -76
- package/behaviors/registry/agent/molecules/std-agent-fix-loop.orb +181 -181
- package/behaviors/registry/agent/molecules/std-agent-learner.orb +183 -183
- package/behaviors/registry/agent/molecules/std-agent-planner.orb +139 -139
- package/behaviors/registry/agent/molecules/std-agent-rag.orb +124 -124
- package/behaviors/registry/agent/molecules/std-agent-tool-loop.orb +188 -188
- package/behaviors/registry/agent/organisms/std-agent-assistant.orb +1124 -1124
- package/behaviors/registry/agent/organisms/std-agent-builder.orb +3064 -3064
- package/behaviors/registry/agent/organisms/std-agent-pipeline.orb +2165 -2165
- package/behaviors/registry/agent/organisms/std-agent-reviewer.orb +917 -917
- package/behaviors/registry/agent/organisms/std-agent-tutor.orb +759 -759
- package/behaviors/registry/app/organisms/std-api-gateway.orb +827 -827
- package/behaviors/registry/app/organisms/std-booking-system.orb +1181 -1181
- package/behaviors/registry/app/organisms/std-cicd-pipeline.orb +745 -745
- package/behaviors/registry/app/organisms/std-cms.orb +432 -432
- package/behaviors/registry/app/organisms/std-coding-academy.orb +378 -378
- package/behaviors/registry/app/organisms/std-crm.orb +813 -813
- package/behaviors/registry/app/organisms/std-devops-dashboard.orb +1290 -1290
- package/behaviors/registry/app/organisms/std-ecommerce.orb +989 -989
- package/behaviors/registry/app/organisms/std-finance-tracker.orb +575 -575
- package/behaviors/registry/app/organisms/std-healthcare.orb +1374 -1374
- package/behaviors/registry/app/organisms/std-helpdesk.orb +714 -714
- package/behaviors/registry/app/organisms/std-hr-portal.orb +1175 -1175
- package/behaviors/registry/app/organisms/std-iot-dashboard.orb +834 -834
- package/behaviors/registry/app/organisms/std-lms.orb +858 -858
- package/behaviors/registry/app/organisms/std-project-manager.orb +654 -654
- package/behaviors/registry/app/organisms/std-realtime-chat.orb +720 -720
- package/behaviors/registry/app/organisms/std-social-feed.orb +197 -197
- package/behaviors/registry/app/organisms/std-trading-dashboard.orb +744 -744
- package/behaviors/registry/core/atoms/std-browse.orb +64 -64
- package/behaviors/registry/core/atoms/std-cache-aside.orb +93 -93
- package/behaviors/registry/core/atoms/std-calendar.orb +52 -52
- package/behaviors/registry/core/atoms/std-circuit-breaker.orb +178 -178
- package/behaviors/registry/core/atoms/std-confirmation.orb +24 -42
- package/behaviors/registry/core/atoms/std-display.orb +413 -413
- package/behaviors/registry/core/atoms/std-drawer.orb +61 -61
- package/behaviors/registry/core/atoms/std-filter.orb +50 -50
- package/behaviors/registry/core/atoms/std-gallery.orb +53 -53
- package/behaviors/registry/core/atoms/std-modal.orb +13 -31
- package/behaviors/registry/core/atoms/std-pagination.orb +48 -48
- package/behaviors/registry/core/atoms/std-push.orb +47 -47
- package/behaviors/registry/core/atoms/std-rate-limiter.orb +176 -176
- package/behaviors/registry/core/atoms/std-related.orb +31 -31
- package/behaviors/registry/core/atoms/std-search.orb +75 -75
- package/behaviors/registry/core/atoms/std-selection.orb +91 -91
- package/behaviors/registry/core/atoms/std-tabs.orb +45 -45
- package/behaviors/registry/core/molecules/std-cart.orb +49 -49
- package/behaviors/registry/core/molecules/std-filtered-list.orb +8 -8
- package/behaviors/registry/core/molecules/std-form-advanced.orb +115 -115
- package/behaviors/registry/core/molecules/std-list.orb +58 -58
- package/behaviors/registry/core/molecules/std-wizard-form.orb +136 -136
- package/behaviors/registry/game/atoms/std-collision.orb +132 -132
- package/behaviors/registry/game/atoms/std-combat.orb +59 -59
- package/behaviors/registry/game/atoms/std-dialogue-box.orb +26 -26
- package/behaviors/registry/game/atoms/std-game-canvas2d.orb +49 -49
- package/behaviors/registry/game/atoms/std-gameflow.orb +32 -32
- package/behaviors/registry/game/atoms/std-movement.orb +287 -287
- package/behaviors/registry/game/atoms/std-overworld.orb +64 -64
- package/behaviors/registry/game/atoms/std-physics2d.orb +80 -80
- package/behaviors/registry/game/atoms/std-quest.orb +133 -133
- package/behaviors/registry/game/atoms/std-timer.orb +266 -275
- package/behaviors/registry/game/organisms/std-arcade-game.orb +149 -149
- package/behaviors/registry/game/organisms/std-logic-training.orb +78 -78
- package/behaviors/registry/game/organisms/std-platformer-app.orb +207 -207
- package/behaviors/registry/game/organisms/std-puzzle-app.orb +103 -103
- package/behaviors/registry/game/organisms/std-rpg-game.orb +368 -368
- package/behaviors/registry/game/organisms/std-stem-lab.orb +331 -331
- package/behaviors/registry/game/organisms/std-strategy-game.orb +528 -528
- package/behaviors/registry/probes/molecules/std-source-scope-probe.orb +15 -15
- package/behaviors/registry/service/atoms/std-service-custom-bearer.orb +76 -76
- package/behaviors/registry/service/atoms/std-service-email.orb +78 -78
- package/behaviors/registry/service/atoms/std-service-github.orb +91 -91
- package/behaviors/registry/service/atoms/std-service-llm.orb +107 -107
- package/behaviors/registry/service/atoms/std-service-oauth.orb +113 -113
- package/behaviors/registry/service/atoms/std-service-redis.orb +101 -101
- package/behaviors/registry/service/atoms/std-service-storage.orb +105 -105
- package/behaviors/registry/service/atoms/std-service-stripe.orb +105 -105
- package/behaviors/registry/service/atoms/std-service-twilio.orb +92 -92
- package/behaviors/registry/service/atoms/std-service-youtube.orb +113 -113
- package/behaviors/registry/service/organisms/std-service-marketplace.orb +943 -943
- package/behaviors/registry/service/organisms/std-service-research-assistant.orb +965 -965
- package/dist/behaviors/registry/agent/atoms/std-agent-activity-log.orb +74 -74
- package/dist/behaviors/registry/agent/atoms/std-agent-chat-thread.orb +103 -103
- package/dist/behaviors/registry/agent/atoms/std-agent-classifier.orb +104 -98
- package/dist/behaviors/registry/agent/atoms/std-agent-completion.orb +126 -111
- package/dist/behaviors/registry/agent/atoms/std-agent-context-window.orb +406 -400
- package/dist/behaviors/registry/agent/atoms/std-agent-conversation.orb +87 -87
- package/dist/behaviors/registry/agent/atoms/std-agent-memory.orb +82 -82
- package/dist/behaviors/registry/agent/atoms/std-agent-provider.orb +120 -114
- package/dist/behaviors/registry/agent/atoms/std-agent-search.orb +68 -68
- package/dist/behaviors/registry/agent/atoms/std-agent-session.orb +126 -126
- package/dist/behaviors/registry/agent/atoms/std-agent-step-progress.orb +208 -208
- package/dist/behaviors/registry/agent/atoms/std-agent-token-gauge.orb +342 -342
- package/dist/behaviors/registry/agent/atoms/std-agent-tool-call.orb +77 -76
- package/dist/behaviors/registry/agent/molecules/std-agent-fix-loop.orb +181 -181
- package/dist/behaviors/registry/agent/molecules/std-agent-learner.orb +183 -183
- package/dist/behaviors/registry/agent/molecules/std-agent-planner.orb +139 -139
- package/dist/behaviors/registry/agent/molecules/std-agent-rag.orb +124 -124
- package/dist/behaviors/registry/agent/molecules/std-agent-tool-loop.orb +188 -188
- package/dist/behaviors/registry/agent/organisms/std-agent-assistant.orb +1124 -1124
- package/dist/behaviors/registry/agent/organisms/std-agent-builder.orb +3064 -3064
- package/dist/behaviors/registry/agent/organisms/std-agent-pipeline.orb +2165 -2165
- package/dist/behaviors/registry/agent/organisms/std-agent-reviewer.orb +917 -917
- package/dist/behaviors/registry/agent/organisms/std-agent-tutor.orb +759 -759
- package/dist/behaviors/registry/app/organisms/std-api-gateway.orb +827 -827
- package/dist/behaviors/registry/app/organisms/std-booking-system.orb +1181 -1181
- package/dist/behaviors/registry/app/organisms/std-cicd-pipeline.orb +745 -745
- package/dist/behaviors/registry/app/organisms/std-cms.orb +432 -432
- package/dist/behaviors/registry/app/organisms/std-coding-academy.orb +378 -378
- package/dist/behaviors/registry/app/organisms/std-crm.orb +813 -813
- package/dist/behaviors/registry/app/organisms/std-devops-dashboard.orb +1290 -1290
- package/dist/behaviors/registry/app/organisms/std-ecommerce.orb +989 -989
- package/dist/behaviors/registry/app/organisms/std-finance-tracker.orb +575 -575
- package/dist/behaviors/registry/app/organisms/std-healthcare.orb +1374 -1374
- package/dist/behaviors/registry/app/organisms/std-helpdesk.orb +714 -714
- package/dist/behaviors/registry/app/organisms/std-hr-portal.orb +1175 -1175
- package/dist/behaviors/registry/app/organisms/std-iot-dashboard.orb +834 -834
- package/dist/behaviors/registry/app/organisms/std-lms.orb +858 -858
- package/dist/behaviors/registry/app/organisms/std-project-manager.orb +654 -654
- package/dist/behaviors/registry/app/organisms/std-realtime-chat.orb +720 -720
- package/dist/behaviors/registry/app/organisms/std-social-feed.orb +197 -197
- package/dist/behaviors/registry/app/organisms/std-trading-dashboard.orb +744 -744
- package/dist/behaviors/registry/core/atoms/std-browse.orb +64 -64
- package/dist/behaviors/registry/core/atoms/std-cache-aside.orb +93 -93
- package/dist/behaviors/registry/core/atoms/std-calendar.orb +52 -52
- package/dist/behaviors/registry/core/atoms/std-circuit-breaker.orb +178 -178
- package/dist/behaviors/registry/core/atoms/std-confirmation.orb +24 -42
- package/dist/behaviors/registry/core/atoms/std-display.orb +413 -413
- package/dist/behaviors/registry/core/atoms/std-drawer.orb +61 -61
- package/dist/behaviors/registry/core/atoms/std-filter.orb +50 -50
- package/dist/behaviors/registry/core/atoms/std-gallery.orb +53 -53
- package/dist/behaviors/registry/core/atoms/std-modal.orb +13 -31
- package/dist/behaviors/registry/core/atoms/std-pagination.orb +48 -48
- package/dist/behaviors/registry/core/atoms/std-push.orb +47 -47
- package/dist/behaviors/registry/core/atoms/std-rate-limiter.orb +176 -176
- package/dist/behaviors/registry/core/atoms/std-related.orb +31 -31
- package/dist/behaviors/registry/core/atoms/std-search.orb +75 -75
- package/dist/behaviors/registry/core/atoms/std-selection.orb +91 -91
- package/dist/behaviors/registry/core/atoms/std-tabs.orb +45 -45
- package/dist/behaviors/registry/core/molecules/std-cart.orb +49 -49
- package/dist/behaviors/registry/core/molecules/std-filtered-list.orb +8 -8
- package/dist/behaviors/registry/core/molecules/std-form-advanced.orb +115 -115
- package/dist/behaviors/registry/core/molecules/std-list.orb +58 -58
- package/dist/behaviors/registry/core/molecules/std-wizard-form.orb +136 -136
- package/dist/behaviors/registry/game/atoms/std-collision.orb +132 -132
- package/dist/behaviors/registry/game/atoms/std-combat.orb +59 -59
- package/dist/behaviors/registry/game/atoms/std-dialogue-box.orb +26 -26
- package/dist/behaviors/registry/game/atoms/std-game-canvas2d.orb +49 -49
- package/dist/behaviors/registry/game/atoms/std-gameflow.orb +32 -32
- package/dist/behaviors/registry/game/atoms/std-movement.orb +287 -287
- package/dist/behaviors/registry/game/atoms/std-overworld.orb +64 -64
- package/dist/behaviors/registry/game/atoms/std-physics2d.orb +80 -80
- package/dist/behaviors/registry/game/atoms/std-quest.orb +133 -133
- package/dist/behaviors/registry/game/atoms/std-timer.orb +266 -275
- package/dist/behaviors/registry/game/organisms/std-arcade-game.orb +149 -149
- package/dist/behaviors/registry/game/organisms/std-logic-training.orb +78 -78
- package/dist/behaviors/registry/game/organisms/std-platformer-app.orb +207 -207
- package/dist/behaviors/registry/game/organisms/std-puzzle-app.orb +103 -103
- package/dist/behaviors/registry/game/organisms/std-rpg-game.orb +368 -368
- package/dist/behaviors/registry/game/organisms/std-stem-lab.orb +331 -331
- package/dist/behaviors/registry/game/organisms/std-strategy-game.orb +528 -528
- package/dist/behaviors/registry/probes/molecules/std-source-scope-probe.orb +15 -15
- package/dist/behaviors/registry/service/atoms/std-service-custom-bearer.orb +76 -76
- package/dist/behaviors/registry/service/atoms/std-service-email.orb +78 -78
- package/dist/behaviors/registry/service/atoms/std-service-github.orb +91 -91
- package/dist/behaviors/registry/service/atoms/std-service-llm.orb +107 -107
- package/dist/behaviors/registry/service/atoms/std-service-oauth.orb +113 -113
- package/dist/behaviors/registry/service/atoms/std-service-redis.orb +101 -101
- package/dist/behaviors/registry/service/atoms/std-service-storage.orb +105 -105
- package/dist/behaviors/registry/service/atoms/std-service-stripe.orb +105 -105
- package/dist/behaviors/registry/service/atoms/std-service-twilio.orb +92 -92
- package/dist/behaviors/registry/service/atoms/std-service-youtube.orb +113 -113
- package/dist/behaviors/registry/service/organisms/std-service-marketplace.orb +943 -943
- package/dist/behaviors/registry/service/organisms/std-service-research-assistant.orb +965 -965
- package/package.json +1 -1
|
@@ -229,13 +229,14 @@
|
|
|
229
229
|
"main",
|
|
230
230
|
{
|
|
231
231
|
"type": "stack",
|
|
232
|
+
"direction": "vertical",
|
|
232
233
|
"gap": "lg",
|
|
233
234
|
"children": [
|
|
234
235
|
{
|
|
235
236
|
"children": [
|
|
236
237
|
{
|
|
237
|
-
"
|
|
238
|
-
"
|
|
238
|
+
"name": "brain",
|
|
239
|
+
"type": "icon"
|
|
239
240
|
},
|
|
240
241
|
{
|
|
241
242
|
"type": "typography",
|
|
@@ -243,9 +244,9 @@
|
|
|
243
244
|
"variant": "h2"
|
|
244
245
|
}
|
|
245
246
|
],
|
|
247
|
+
"gap": "sm",
|
|
246
248
|
"direction": "horizontal",
|
|
247
249
|
"align": "center",
|
|
248
|
-
"gap": "sm",
|
|
249
250
|
"type": "stack"
|
|
250
251
|
},
|
|
251
252
|
{
|
|
@@ -255,30 +256,29 @@
|
|
|
255
256
|
"type": "card",
|
|
256
257
|
"children": [
|
|
257
258
|
{
|
|
259
|
+
"direction": "vertical",
|
|
260
|
+
"type": "stack",
|
|
261
|
+
"gap": "md",
|
|
258
262
|
"children": [
|
|
259
263
|
{
|
|
260
|
-
"variant": "body",
|
|
261
264
|
"type": "typography",
|
|
262
|
-
"content": "Enter a query to retrieve context and generate a response"
|
|
265
|
+
"content": "Enter a query to retrieve context and generate a response",
|
|
266
|
+
"variant": "body"
|
|
263
267
|
},
|
|
264
268
|
{
|
|
265
|
-
"type": "form-section",
|
|
266
|
-
"mode": "edit",
|
|
267
|
-
"entity": "@entity",
|
|
268
269
|
"fields": [
|
|
269
270
|
"query"
|
|
270
271
|
],
|
|
272
|
+
"mode": "edit",
|
|
273
|
+
"type": "form-section",
|
|
274
|
+
"entity": "@entity",
|
|
271
275
|
"submitEvent": "GENERATE"
|
|
272
276
|
}
|
|
273
|
-
]
|
|
274
|
-
"gap": "md",
|
|
275
|
-
"type": "stack",
|
|
276
|
-
"direction": "vertical"
|
|
277
|
+
]
|
|
277
278
|
}
|
|
278
279
|
]
|
|
279
280
|
}
|
|
280
|
-
]
|
|
281
|
-
"direction": "vertical"
|
|
281
|
+
]
|
|
282
282
|
}
|
|
283
283
|
]
|
|
284
284
|
]
|
|
@@ -306,8 +306,10 @@
|
|
|
306
306
|
"render-ui",
|
|
307
307
|
"main",
|
|
308
308
|
{
|
|
309
|
-
"align": "center",
|
|
310
309
|
"type": "stack",
|
|
310
|
+
"gap": "lg",
|
|
311
|
+
"direction": "vertical",
|
|
312
|
+
"align": "center",
|
|
311
313
|
"children": [
|
|
312
314
|
{
|
|
313
315
|
"type": "icon",
|
|
@@ -315,15 +317,13 @@
|
|
|
315
317
|
},
|
|
316
318
|
{
|
|
317
319
|
"type": "typography",
|
|
318
|
-
"
|
|
319
|
-
"
|
|
320
|
+
"variant": "h3",
|
|
321
|
+
"content": "Retrieving context..."
|
|
320
322
|
},
|
|
321
323
|
{
|
|
322
324
|
"type": "spinner"
|
|
323
325
|
},
|
|
324
326
|
{
|
|
325
|
-
"type": "stack",
|
|
326
|
-
"gap": "md",
|
|
327
327
|
"justify": "center",
|
|
328
328
|
"children": [
|
|
329
329
|
{
|
|
@@ -335,11 +335,11 @@
|
|
|
335
335
|
"type": "badge"
|
|
336
336
|
}
|
|
337
337
|
],
|
|
338
|
-
"direction": "horizontal"
|
|
338
|
+
"direction": "horizontal",
|
|
339
|
+
"gap": "md",
|
|
340
|
+
"type": "stack"
|
|
339
341
|
}
|
|
340
|
-
]
|
|
341
|
-
"gap": "lg",
|
|
342
|
-
"direction": "vertical"
|
|
342
|
+
]
|
|
343
343
|
}
|
|
344
344
|
]
|
|
345
345
|
]
|
|
@@ -384,40 +384,40 @@
|
|
|
384
384
|
"render-ui",
|
|
385
385
|
"main",
|
|
386
386
|
{
|
|
387
|
+
"type": "stack",
|
|
388
|
+
"direction": "vertical",
|
|
389
|
+
"gap": "lg",
|
|
390
|
+
"align": "center",
|
|
387
391
|
"children": [
|
|
388
392
|
{
|
|
389
393
|
"name": "cpu",
|
|
390
394
|
"type": "icon"
|
|
391
395
|
},
|
|
392
396
|
{
|
|
393
|
-
"
|
|
397
|
+
"variant": "h3",
|
|
394
398
|
"content": "Generating response...",
|
|
395
|
-
"
|
|
399
|
+
"type": "typography"
|
|
396
400
|
},
|
|
397
401
|
{
|
|
398
402
|
"type": "spinner"
|
|
399
403
|
},
|
|
400
404
|
{
|
|
401
|
-
"gap": "md",
|
|
402
405
|
"direction": "horizontal",
|
|
403
|
-
"type": "stack",
|
|
404
|
-
"justify": "center",
|
|
405
406
|
"children": [
|
|
406
407
|
{
|
|
407
|
-
"
|
|
408
|
-
"
|
|
408
|
+
"label": "@entity.memoryHits",
|
|
409
|
+
"type": "badge"
|
|
409
410
|
},
|
|
410
411
|
{
|
|
411
|
-
"
|
|
412
|
-
"
|
|
412
|
+
"type": "badge",
|
|
413
|
+
"label": "@entity.searchHits"
|
|
413
414
|
}
|
|
414
|
-
]
|
|
415
|
+
],
|
|
416
|
+
"justify": "center",
|
|
417
|
+
"type": "stack",
|
|
418
|
+
"gap": "md"
|
|
415
419
|
}
|
|
416
|
-
]
|
|
417
|
-
"gap": "lg",
|
|
418
|
-
"type": "stack",
|
|
419
|
-
"align": "center",
|
|
420
|
-
"direction": "vertical"
|
|
420
|
+
]
|
|
421
421
|
}
|
|
422
422
|
]
|
|
423
423
|
]
|
|
@@ -441,19 +441,16 @@
|
|
|
441
441
|
"render-ui",
|
|
442
442
|
"main",
|
|
443
443
|
{
|
|
444
|
-
"align": "center",
|
|
445
444
|
"type": "stack",
|
|
446
|
-
"direction": "vertical",
|
|
447
|
-
"gap": "lg",
|
|
448
445
|
"children": [
|
|
449
446
|
{
|
|
450
|
-
"
|
|
451
|
-
"
|
|
447
|
+
"name": "alert-triangle",
|
|
448
|
+
"type": "icon"
|
|
452
449
|
},
|
|
453
450
|
{
|
|
454
|
-
"
|
|
451
|
+
"type": "typography",
|
|
455
452
|
"variant": "h2",
|
|
456
|
-
"
|
|
453
|
+
"content": "RAG Pipeline Error"
|
|
457
454
|
},
|
|
458
455
|
{
|
|
459
456
|
"variant": "error",
|
|
@@ -461,13 +458,16 @@
|
|
|
461
458
|
"type": "alert"
|
|
462
459
|
},
|
|
463
460
|
{
|
|
461
|
+
"type": "button",
|
|
464
462
|
"action": "RESET",
|
|
463
|
+
"label": "Try Again",
|
|
465
464
|
"variant": "primary",
|
|
466
|
-
"
|
|
467
|
-
"icon": "rotate-ccw",
|
|
468
|
-
"label": "Try Again"
|
|
465
|
+
"icon": "rotate-ccw"
|
|
469
466
|
}
|
|
470
|
-
]
|
|
467
|
+
],
|
|
468
|
+
"direction": "vertical",
|
|
469
|
+
"gap": "lg",
|
|
470
|
+
"align": "center"
|
|
471
471
|
}
|
|
472
472
|
]
|
|
473
473
|
]
|
|
@@ -500,125 +500,125 @@
|
|
|
500
500
|
"render-ui",
|
|
501
501
|
"main",
|
|
502
502
|
{
|
|
503
|
-
"type": "stack",
|
|
504
|
-
"direction": "vertical",
|
|
505
|
-
"gap": "lg",
|
|
506
503
|
"children": [
|
|
507
504
|
{
|
|
505
|
+
"direction": "horizontal",
|
|
506
|
+
"align": "center",
|
|
507
|
+
"type": "stack",
|
|
508
|
+
"justify": "between",
|
|
508
509
|
"children": [
|
|
509
510
|
{
|
|
510
|
-
"
|
|
511
|
+
"gap": "sm",
|
|
511
512
|
"children": [
|
|
512
513
|
{
|
|
513
514
|
"name": "check-circle",
|
|
514
515
|
"type": "icon"
|
|
515
516
|
},
|
|
516
517
|
{
|
|
517
|
-
"variant": "h2",
|
|
518
518
|
"content": "RAG Complete",
|
|
519
|
-
"type": "typography"
|
|
519
|
+
"type": "typography",
|
|
520
|
+
"variant": "h2"
|
|
520
521
|
}
|
|
521
522
|
],
|
|
522
523
|
"direction": "horizontal",
|
|
523
524
|
"type": "stack",
|
|
524
|
-
"
|
|
525
|
+
"align": "center"
|
|
525
526
|
},
|
|
526
527
|
{
|
|
527
|
-
"variant": "ghost",
|
|
528
|
-
"icon": "rotate-ccw",
|
|
529
|
-
"action": "RESET",
|
|
530
528
|
"type": "button",
|
|
531
|
-
"label": "New Query"
|
|
529
|
+
"label": "New Query",
|
|
530
|
+
"action": "RESET",
|
|
531
|
+
"variant": "ghost",
|
|
532
|
+
"icon": "rotate-ccw"
|
|
532
533
|
}
|
|
533
534
|
],
|
|
534
|
-
"
|
|
535
|
-
"gap": "sm",
|
|
536
|
-
"direction": "horizontal",
|
|
537
|
-
"type": "stack",
|
|
538
|
-
"align": "center"
|
|
535
|
+
"gap": "sm"
|
|
539
536
|
},
|
|
540
537
|
{
|
|
541
538
|
"type": "divider"
|
|
542
539
|
},
|
|
543
540
|
{
|
|
541
|
+
"cols": 2.0,
|
|
544
542
|
"children": [
|
|
545
543
|
{
|
|
544
|
+
"label": "Memory Hits",
|
|
546
545
|
"type": "stat-display",
|
|
547
|
-
"value": "@entity.memoryHits",
|
|
548
546
|
"icon": "brain",
|
|
549
|
-
"
|
|
547
|
+
"value": "@entity.memoryHits"
|
|
550
548
|
},
|
|
551
549
|
{
|
|
552
|
-
"
|
|
553
|
-
"icon": "code",
|
|
550
|
+
"type": "stat-display",
|
|
554
551
|
"value": "@entity.searchHits",
|
|
555
|
-
"
|
|
552
|
+
"icon": "code",
|
|
553
|
+
"label": "Code Hits"
|
|
556
554
|
}
|
|
557
555
|
],
|
|
558
|
-
"type": "simple-grid"
|
|
559
|
-
"cols": 2.0
|
|
556
|
+
"type": "simple-grid"
|
|
560
557
|
},
|
|
561
558
|
{
|
|
562
559
|
"type": "divider"
|
|
563
560
|
},
|
|
564
561
|
{
|
|
565
|
-
"type": "card",
|
|
566
562
|
"children": [
|
|
567
563
|
{
|
|
564
|
+
"gap": "md",
|
|
565
|
+
"type": "stack",
|
|
566
|
+
"direction": "vertical",
|
|
568
567
|
"children": [
|
|
569
568
|
{
|
|
569
|
+
"content": "Query",
|
|
570
570
|
"variant": "caption",
|
|
571
|
-
"type": "typography"
|
|
572
|
-
"content": "Query"
|
|
571
|
+
"type": "typography"
|
|
573
572
|
},
|
|
574
573
|
{
|
|
575
|
-
"
|
|
574
|
+
"content": "@entity.query",
|
|
576
575
|
"type": "typography",
|
|
577
|
-
"
|
|
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
|
{
|
|
587
|
+
"content": "@entity.response",
|
|
588
588
|
"variant": "body",
|
|
589
|
-
"type": "typography"
|
|
590
|
-
"content": "@entity.response"
|
|
589
|
+
"type": "typography"
|
|
591
590
|
}
|
|
592
|
-
]
|
|
593
|
-
"direction": "vertical",
|
|
594
|
-
"gap": "md",
|
|
595
|
-
"type": "stack"
|
|
591
|
+
]
|
|
596
592
|
}
|
|
597
|
-
]
|
|
593
|
+
],
|
|
594
|
+
"type": "card"
|
|
598
595
|
},
|
|
599
596
|
{
|
|
600
597
|
"children": [
|
|
601
598
|
{
|
|
599
|
+
"direction": "vertical",
|
|
600
|
+
"gap": "sm",
|
|
601
|
+
"type": "stack",
|
|
602
602
|
"children": [
|
|
603
603
|
{
|
|
604
604
|
"type": "typography",
|
|
605
|
-
"
|
|
606
|
-
"
|
|
605
|
+
"content": "Retrieved Context",
|
|
606
|
+
"variant": "caption"
|
|
607
607
|
},
|
|
608
608
|
{
|
|
609
|
-
"content": "@entity.context",
|
|
610
609
|
"variant": "body",
|
|
611
|
-
"type": "typography"
|
|
610
|
+
"type": "typography",
|
|
611
|
+
"content": "@entity.context"
|
|
612
612
|
}
|
|
613
|
-
]
|
|
614
|
-
"gap": "sm",
|
|
615
|
-
"direction": "vertical",
|
|
616
|
-
"type": "stack"
|
|
613
|
+
]
|
|
617
614
|
}
|
|
618
615
|
],
|
|
619
616
|
"type": "card"
|
|
620
617
|
}
|
|
621
|
-
]
|
|
618
|
+
],
|
|
619
|
+
"direction": "vertical",
|
|
620
|
+
"gap": "lg",
|
|
621
|
+
"type": "stack"
|
|
622
622
|
}
|
|
623
623
|
]
|
|
624
624
|
]
|
|
@@ -642,32 +642,32 @@
|
|
|
642
642
|
"render-ui",
|
|
643
643
|
"main",
|
|
644
644
|
{
|
|
645
|
+
"align": "center",
|
|
646
|
+
"direction": "vertical",
|
|
645
647
|
"type": "stack",
|
|
646
648
|
"children": [
|
|
647
649
|
{
|
|
648
|
-
"
|
|
649
|
-
"
|
|
650
|
+
"type": "icon",
|
|
651
|
+
"name": "alert-triangle"
|
|
650
652
|
},
|
|
651
653
|
{
|
|
652
|
-
"variant": "h2",
|
|
653
654
|
"content": "RAG Pipeline Error",
|
|
654
|
-
"type": "typography"
|
|
655
|
+
"type": "typography",
|
|
656
|
+
"variant": "h2"
|
|
655
657
|
},
|
|
656
658
|
{
|
|
657
|
-
"
|
|
659
|
+
"type": "alert",
|
|
658
660
|
"variant": "error",
|
|
659
|
-
"
|
|
661
|
+
"message": "@entity.error"
|
|
660
662
|
},
|
|
661
663
|
{
|
|
662
|
-
"icon": "rotate-ccw",
|
|
663
664
|
"label": "Try Again",
|
|
665
|
+
"variant": "primary",
|
|
664
666
|
"action": "RESET",
|
|
665
|
-
"
|
|
666
|
-
"
|
|
667
|
+
"icon": "rotate-ccw",
|
|
668
|
+
"type": "button"
|
|
667
669
|
}
|
|
668
670
|
],
|
|
669
|
-
"align": "center",
|
|
670
|
-
"direction": "vertical",
|
|
671
671
|
"gap": "lg"
|
|
672
672
|
}
|
|
673
673
|
]
|
|
@@ -712,57 +712,57 @@
|
|
|
712
712
|
"render-ui",
|
|
713
713
|
"main",
|
|
714
714
|
{
|
|
715
|
-
"
|
|
715
|
+
"direction": "vertical",
|
|
716
716
|
"children": [
|
|
717
717
|
{
|
|
718
|
-
"gap": "sm",
|
|
719
718
|
"direction": "horizontal",
|
|
719
|
+
"type": "stack",
|
|
720
720
|
"children": [
|
|
721
721
|
{
|
|
722
|
-
"
|
|
723
|
-
"
|
|
722
|
+
"type": "icon",
|
|
723
|
+
"name": "brain"
|
|
724
724
|
},
|
|
725
725
|
{
|
|
726
|
-
"
|
|
726
|
+
"content": "RAG Pipeline",
|
|
727
727
|
"variant": "h2",
|
|
728
|
-
"
|
|
728
|
+
"type": "typography"
|
|
729
729
|
}
|
|
730
730
|
],
|
|
731
731
|
"align": "center",
|
|
732
|
-
"
|
|
732
|
+
"gap": "sm"
|
|
733
733
|
},
|
|
734
734
|
{
|
|
735
735
|
"type": "divider"
|
|
736
736
|
},
|
|
737
737
|
{
|
|
738
|
-
"type": "card",
|
|
739
738
|
"children": [
|
|
740
739
|
{
|
|
741
|
-
"gap": "md",
|
|
742
|
-
"type": "stack",
|
|
743
740
|
"direction": "vertical",
|
|
744
741
|
"children": [
|
|
745
742
|
{
|
|
746
|
-
"variant": "body",
|
|
747
743
|
"content": "Enter a query to retrieve context and generate a response",
|
|
744
|
+
"variant": "body",
|
|
748
745
|
"type": "typography"
|
|
749
746
|
},
|
|
750
747
|
{
|
|
748
|
+
"entity": "@entity",
|
|
749
|
+
"mode": "edit",
|
|
750
|
+
"type": "form-section",
|
|
751
751
|
"fields": [
|
|
752
752
|
"query"
|
|
753
753
|
],
|
|
754
|
-
"mode": "edit",
|
|
755
|
-
"type": "form-section",
|
|
756
|
-
"entity": "@entity",
|
|
757
754
|
"submitEvent": "GENERATE"
|
|
758
755
|
}
|
|
759
|
-
]
|
|
756
|
+
],
|
|
757
|
+
"type": "stack",
|
|
758
|
+
"gap": "md"
|
|
760
759
|
}
|
|
761
|
-
]
|
|
760
|
+
],
|
|
761
|
+
"type": "card"
|
|
762
762
|
}
|
|
763
763
|
],
|
|
764
764
|
"type": "stack",
|
|
765
|
-
"
|
|
765
|
+
"gap": "lg"
|
|
766
766
|
}
|
|
767
767
|
]
|
|
768
768
|
]
|
|
@@ -820,4 +820,4 @@
|
|
|
820
820
|
]
|
|
821
821
|
}
|
|
822
822
|
]
|
|
823
|
-
}
|
|
823
|
+
}
|