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