@almadar/std 8.3.0 → 8.4.1
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 +62 -62
- package/behaviors/registry/agent/atoms/std-agent-chat-thread.orb +101 -101
- package/behaviors/registry/agent/atoms/std-agent-classifier.orb +119 -114
- package/behaviors/registry/agent/atoms/std-agent-completion.orb +103 -103
- package/behaviors/registry/agent/atoms/std-agent-context-window.orb +413 -404
- package/behaviors/registry/agent/atoms/std-agent-conversation.orb +94 -94
- package/behaviors/registry/agent/atoms/std-agent-memory.orb +66 -66
- package/behaviors/registry/agent/atoms/std-agent-provider.orb +146 -141
- package/behaviors/registry/agent/atoms/std-agent-search.orb +61 -61
- package/behaviors/registry/agent/atoms/std-agent-session.orb +109 -109
- package/behaviors/registry/agent/atoms/std-agent-step-progress.orb +196 -196
- package/behaviors/registry/agent/atoms/std-agent-token-gauge.orb +347 -347
- package/behaviors/registry/agent/atoms/std-agent-tool-call.orb +61 -60
- package/behaviors/registry/agent/molecules/std-agent-fix-loop.orb +187 -187
- package/behaviors/registry/agent/molecules/std-agent-learner.orb +180 -180
- package/behaviors/registry/agent/molecules/std-agent-planner.orb +108 -108
- package/behaviors/registry/agent/molecules/std-agent-rag.orb +107 -107
- package/behaviors/registry/agent/molecules/std-agent-tool-loop.orb +184 -184
- package/behaviors/registry/agent/organisms/std-agent-assistant.orb +1130 -1130
- package/behaviors/registry/agent/organisms/std-agent-builder.orb +2998 -2998
- package/behaviors/registry/agent/organisms/std-agent-pipeline.orb +2135 -2135
- package/behaviors/registry/agent/organisms/std-agent-reviewer.orb +1033 -1033
- package/behaviors/registry/agent/organisms/std-agent-tutor.orb +784 -784
- package/behaviors/registry/app/organisms/std-api-gateway.orb +798 -798
- package/behaviors/registry/app/organisms/std-booking-system.orb +1139 -1139
- package/behaviors/registry/app/organisms/std-cicd-pipeline.orb +776 -776
- package/behaviors/registry/app/organisms/std-cms.orb +469 -469
- package/behaviors/registry/app/organisms/std-coding-academy.orb +338 -338
- package/behaviors/registry/app/organisms/std-crm.orb +832 -832
- package/behaviors/registry/app/organisms/std-devops-dashboard.orb +1350 -1350
- package/behaviors/registry/app/organisms/std-ecommerce.orb +975 -975
- package/behaviors/registry/app/organisms/std-finance-tracker.orb +573 -573
- package/behaviors/registry/app/organisms/std-healthcare.orb +1370 -1370
- package/behaviors/registry/app/organisms/std-helpdesk.orb +617 -617
- package/behaviors/registry/app/organisms/std-hr-portal.orb +1177 -1177
- package/behaviors/registry/app/organisms/std-iot-dashboard.orb +871 -871
- package/behaviors/registry/app/organisms/std-lms.orb +839 -839
- package/behaviors/registry/app/organisms/std-project-manager.orb +667 -667
- package/behaviors/registry/app/organisms/std-realtime-chat.orb +667 -667
- package/behaviors/registry/app/organisms/std-social-feed.orb +230 -230
- package/behaviors/registry/app/organisms/std-trading-dashboard.orb +682 -682
- package/behaviors/registry/core/atoms/std-browse.orb +53 -53
- package/behaviors/registry/core/atoms/std-cache-aside.orb +89 -89
- package/behaviors/registry/core/atoms/std-calendar.orb +57 -57
- package/behaviors/registry/core/atoms/std-circuit-breaker.orb +196 -196
- package/behaviors/registry/core/atoms/std-confirmation.orb +19 -19
- package/behaviors/registry/core/atoms/std-display.orb +383 -383
- package/behaviors/registry/core/atoms/std-drawer.orb +56 -56
- package/behaviors/registry/core/atoms/std-filter.orb +42 -42
- package/behaviors/registry/core/atoms/std-gallery.orb +54 -54
- 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 +42 -42
- package/behaviors/registry/core/atoms/std-rate-limiter.orb +179 -179
- package/behaviors/registry/core/atoms/std-related.orb +34 -34
- 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 +52 -52
- package/behaviors/registry/core/molecules/std-cart.orb +45 -45
- package/behaviors/registry/core/molecules/std-filtered-list.orb +7 -7
- package/behaviors/registry/core/molecules/std-form-advanced.orb +127 -127
- package/behaviors/registry/core/molecules/std-list.orb +46 -46
- package/behaviors/registry/core/molecules/std-wizard-form.orb +147 -147
- package/behaviors/registry/game/atoms/std-collision.orb +121 -121
- package/behaviors/registry/game/atoms/std-combat.orb +68 -68
- package/behaviors/registry/game/atoms/std-dialogue-box.orb +25 -25
- package/behaviors/registry/game/atoms/std-game-canvas2d.orb +48 -48
- package/behaviors/registry/game/atoms/std-gameflow.orb +37 -37
- package/behaviors/registry/game/atoms/std-movement.orb +306 -306
- package/behaviors/registry/game/atoms/std-overworld.orb +68 -68
- 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 +274 -274
- package/behaviors/registry/game/organisms/std-arcade-game.orb +145 -145
- package/behaviors/registry/game/organisms/std-logic-training.orb +67 -67
- package/behaviors/registry/game/organisms/std-platformer-app.orb +218 -218
- package/behaviors/registry/game/organisms/std-puzzle-app.orb +90 -90
- package/behaviors/registry/game/organisms/std-rpg-game.orb +372 -372
- package/behaviors/registry/game/organisms/std-stem-lab.orb +345 -345
- package/behaviors/registry/game/organisms/std-strategy-game.orb +540 -540
- package/behaviors/registry/probes/molecules/std-source-scope-probe.orb +14 -14
- package/behaviors/registry/service/atoms/std-service-custom-bearer.orb +86 -86
- package/behaviors/registry/service/atoms/std-service-email.orb +72 -72
- package/behaviors/registry/service/atoms/std-service-github.orb +98 -98
- package/behaviors/registry/service/atoms/std-service-llm.orb +118 -118
- package/behaviors/registry/service/atoms/std-service-oauth.orb +118 -118
- package/behaviors/registry/service/atoms/std-service-redis.orb +103 -103
- package/behaviors/registry/service/atoms/std-service-storage.orb +105 -105
- package/behaviors/registry/service/atoms/std-service-stripe.orb +95 -95
- package/behaviors/registry/service/atoms/std-service-twilio.orb +107 -107
- package/behaviors/registry/service/atoms/std-service-youtube.orb +104 -104
- package/behaviors/registry/service/organisms/std-service-marketplace.orb +966 -966
- package/behaviors/registry/service/organisms/std-service-research-assistant.orb +905 -905
- package/dist/behaviors/registry/agent/atoms/std-agent-activity-log.orb +62 -62
- package/dist/behaviors/registry/agent/atoms/std-agent-chat-thread.orb +101 -101
- package/dist/behaviors/registry/agent/atoms/std-agent-classifier.orb +119 -114
- package/dist/behaviors/registry/agent/atoms/std-agent-completion.orb +103 -103
- package/dist/behaviors/registry/agent/atoms/std-agent-context-window.orb +413 -404
- package/dist/behaviors/registry/agent/atoms/std-agent-conversation.orb +94 -94
- package/dist/behaviors/registry/agent/atoms/std-agent-memory.orb +66 -66
- package/dist/behaviors/registry/agent/atoms/std-agent-provider.orb +146 -141
- package/dist/behaviors/registry/agent/atoms/std-agent-search.orb +61 -61
- package/dist/behaviors/registry/agent/atoms/std-agent-session.orb +109 -109
- package/dist/behaviors/registry/agent/atoms/std-agent-step-progress.orb +196 -196
- package/dist/behaviors/registry/agent/atoms/std-agent-token-gauge.orb +347 -347
- package/dist/behaviors/registry/agent/atoms/std-agent-tool-call.orb +61 -60
- package/dist/behaviors/registry/agent/molecules/std-agent-fix-loop.orb +187 -187
- package/dist/behaviors/registry/agent/molecules/std-agent-learner.orb +180 -180
- package/dist/behaviors/registry/agent/molecules/std-agent-planner.orb +108 -108
- package/dist/behaviors/registry/agent/molecules/std-agent-rag.orb +107 -107
- package/dist/behaviors/registry/agent/molecules/std-agent-tool-loop.orb +184 -184
- package/dist/behaviors/registry/agent/organisms/std-agent-assistant.orb +1130 -1130
- package/dist/behaviors/registry/agent/organisms/std-agent-builder.orb +2998 -2998
- package/dist/behaviors/registry/agent/organisms/std-agent-pipeline.orb +2135 -2135
- package/dist/behaviors/registry/agent/organisms/std-agent-reviewer.orb +1033 -1033
- package/dist/behaviors/registry/agent/organisms/std-agent-tutor.orb +784 -784
- package/dist/behaviors/registry/app/organisms/std-api-gateway.orb +798 -798
- package/dist/behaviors/registry/app/organisms/std-booking-system.orb +1139 -1139
- package/dist/behaviors/registry/app/organisms/std-cicd-pipeline.orb +776 -776
- package/dist/behaviors/registry/app/organisms/std-cms.orb +469 -469
- package/dist/behaviors/registry/app/organisms/std-coding-academy.orb +338 -338
- package/dist/behaviors/registry/app/organisms/std-crm.orb +832 -832
- package/dist/behaviors/registry/app/organisms/std-devops-dashboard.orb +1350 -1350
- package/dist/behaviors/registry/app/organisms/std-ecommerce.orb +975 -975
- package/dist/behaviors/registry/app/organisms/std-finance-tracker.orb +573 -573
- package/dist/behaviors/registry/app/organisms/std-healthcare.orb +1370 -1370
- package/dist/behaviors/registry/app/organisms/std-helpdesk.orb +617 -617
- package/dist/behaviors/registry/app/organisms/std-hr-portal.orb +1177 -1177
- package/dist/behaviors/registry/app/organisms/std-iot-dashboard.orb +871 -871
- package/dist/behaviors/registry/app/organisms/std-lms.orb +839 -839
- package/dist/behaviors/registry/app/organisms/std-project-manager.orb +667 -667
- package/dist/behaviors/registry/app/organisms/std-realtime-chat.orb +667 -667
- package/dist/behaviors/registry/app/organisms/std-social-feed.orb +230 -230
- package/dist/behaviors/registry/app/organisms/std-trading-dashboard.orb +682 -682
- package/dist/behaviors/registry/core/atoms/std-browse.orb +53 -53
- package/dist/behaviors/registry/core/atoms/std-cache-aside.orb +89 -89
- package/dist/behaviors/registry/core/atoms/std-calendar.orb +57 -57
- package/dist/behaviors/registry/core/atoms/std-circuit-breaker.orb +196 -196
- package/dist/behaviors/registry/core/atoms/std-confirmation.orb +19 -19
- package/dist/behaviors/registry/core/atoms/std-display.orb +383 -383
- package/dist/behaviors/registry/core/atoms/std-drawer.orb +56 -56
- package/dist/behaviors/registry/core/atoms/std-filter.orb +42 -42
- package/dist/behaviors/registry/core/atoms/std-gallery.orb +54 -54
- 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 +42 -42
- package/dist/behaviors/registry/core/atoms/std-rate-limiter.orb +179 -179
- package/dist/behaviors/registry/core/atoms/std-related.orb +34 -34
- 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 +52 -52
- package/dist/behaviors/registry/core/molecules/std-cart.orb +45 -45
- package/dist/behaviors/registry/core/molecules/std-filtered-list.orb +7 -7
- package/dist/behaviors/registry/core/molecules/std-form-advanced.orb +127 -127
- package/dist/behaviors/registry/core/molecules/std-list.orb +46 -46
- package/dist/behaviors/registry/core/molecules/std-wizard-form.orb +147 -147
- package/dist/behaviors/registry/game/atoms/std-collision.orb +121 -121
- package/dist/behaviors/registry/game/atoms/std-combat.orb +68 -68
- package/dist/behaviors/registry/game/atoms/std-dialogue-box.orb +25 -25
- package/dist/behaviors/registry/game/atoms/std-game-canvas2d.orb +48 -48
- package/dist/behaviors/registry/game/atoms/std-gameflow.orb +37 -37
- package/dist/behaviors/registry/game/atoms/std-movement.orb +306 -306
- package/dist/behaviors/registry/game/atoms/std-overworld.orb +68 -68
- 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 +274 -274
- package/dist/behaviors/registry/game/organisms/std-arcade-game.orb +145 -145
- package/dist/behaviors/registry/game/organisms/std-logic-training.orb +67 -67
- package/dist/behaviors/registry/game/organisms/std-platformer-app.orb +218 -218
- package/dist/behaviors/registry/game/organisms/std-puzzle-app.orb +90 -90
- package/dist/behaviors/registry/game/organisms/std-rpg-game.orb +372 -372
- package/dist/behaviors/registry/game/organisms/std-stem-lab.orb +345 -345
- package/dist/behaviors/registry/game/organisms/std-strategy-game.orb +540 -540
- package/dist/behaviors/registry/probes/molecules/std-source-scope-probe.orb +14 -14
- package/dist/behaviors/registry/service/atoms/std-service-custom-bearer.orb +86 -86
- package/dist/behaviors/registry/service/atoms/std-service-email.orb +72 -72
- package/dist/behaviors/registry/service/atoms/std-service-github.orb +98 -98
- package/dist/behaviors/registry/service/atoms/std-service-llm.orb +118 -118
- package/dist/behaviors/registry/service/atoms/std-service-oauth.orb +118 -118
- package/dist/behaviors/registry/service/atoms/std-service-redis.orb +103 -103
- package/dist/behaviors/registry/service/atoms/std-service-storage.orb +105 -105
- package/dist/behaviors/registry/service/atoms/std-service-stripe.orb +95 -95
- package/dist/behaviors/registry/service/atoms/std-service-twilio.orb +107 -107
- package/dist/behaviors/registry/service/atoms/std-service-youtube.orb +104 -104
- package/dist/behaviors/registry/service/organisms/std-service-marketplace.orb +966 -966
- package/dist/behaviors/registry/service/organisms/std-service-research-assistant.orb +905 -905
- package/package.json +1 -1
|
@@ -229,56 +229,56 @@
|
|
|
229
229
|
"main",
|
|
230
230
|
{
|
|
231
231
|
"type": "stack",
|
|
232
|
+
"direction": "vertical",
|
|
232
233
|
"gap": "lg",
|
|
233
234
|
"children": [
|
|
234
235
|
{
|
|
235
|
-
"align": "center",
|
|
236
|
-
"type": "stack",
|
|
237
|
-
"direction": "horizontal",
|
|
238
236
|
"children": [
|
|
239
237
|
{
|
|
240
|
-
"
|
|
241
|
-
"
|
|
238
|
+
"name": "brain",
|
|
239
|
+
"type": "icon"
|
|
242
240
|
},
|
|
243
241
|
{
|
|
244
|
-
"content": "RAG Pipeline",
|
|
245
242
|
"type": "typography",
|
|
243
|
+
"content": "RAG Pipeline",
|
|
246
244
|
"variant": "h2"
|
|
247
245
|
}
|
|
248
246
|
],
|
|
249
|
-
"gap": "sm"
|
|
247
|
+
"gap": "sm",
|
|
248
|
+
"direction": "horizontal",
|
|
249
|
+
"align": "center",
|
|
250
|
+
"type": "stack"
|
|
250
251
|
},
|
|
251
252
|
{
|
|
252
253
|
"type": "divider"
|
|
253
254
|
},
|
|
254
255
|
{
|
|
256
|
+
"type": "card",
|
|
255
257
|
"children": [
|
|
256
258
|
{
|
|
259
|
+
"direction": "vertical",
|
|
260
|
+
"type": "stack",
|
|
257
261
|
"gap": "md",
|
|
258
262
|
"children": [
|
|
259
263
|
{
|
|
260
|
-
"
|
|
264
|
+
"type": "typography",
|
|
261
265
|
"content": "Enter a query to retrieve context and generate a response",
|
|
262
|
-
"
|
|
266
|
+
"variant": "body"
|
|
263
267
|
},
|
|
264
268
|
{
|
|
265
|
-
"mode": "edit",
|
|
266
269
|
"fields": [
|
|
267
270
|
"query"
|
|
268
271
|
],
|
|
269
|
-
"
|
|
272
|
+
"mode": "edit",
|
|
273
|
+
"type": "form-section",
|
|
270
274
|
"entity": "@entity",
|
|
271
|
-
"
|
|
275
|
+
"submitEvent": "GENERATE"
|
|
272
276
|
}
|
|
273
|
-
]
|
|
274
|
-
"type": "stack",
|
|
275
|
-
"direction": "vertical"
|
|
277
|
+
]
|
|
276
278
|
}
|
|
277
|
-
]
|
|
278
|
-
"type": "card"
|
|
279
|
+
]
|
|
279
280
|
}
|
|
280
|
-
]
|
|
281
|
-
"direction": "vertical"
|
|
281
|
+
]
|
|
282
282
|
}
|
|
283
283
|
]
|
|
284
284
|
]
|
|
@@ -306,38 +306,38 @@
|
|
|
306
306
|
"render-ui",
|
|
307
307
|
"main",
|
|
308
308
|
{
|
|
309
|
-
"direction": "vertical",
|
|
310
|
-
"gap": "lg",
|
|
311
309
|
"type": "stack",
|
|
310
|
+
"gap": "lg",
|
|
311
|
+
"direction": "vertical",
|
|
312
312
|
"align": "center",
|
|
313
313
|
"children": [
|
|
314
314
|
{
|
|
315
|
-
"
|
|
316
|
-
"
|
|
315
|
+
"type": "icon",
|
|
316
|
+
"name": "search"
|
|
317
317
|
},
|
|
318
318
|
{
|
|
319
|
-
"variant": "h3",
|
|
320
319
|
"type": "typography",
|
|
320
|
+
"variant": "h3",
|
|
321
321
|
"content": "Retrieving context..."
|
|
322
322
|
},
|
|
323
323
|
{
|
|
324
324
|
"type": "spinner"
|
|
325
325
|
},
|
|
326
326
|
{
|
|
327
|
+
"justify": "center",
|
|
327
328
|
"children": [
|
|
328
329
|
{
|
|
329
|
-
"
|
|
330
|
-
"
|
|
330
|
+
"type": "badge",
|
|
331
|
+
"label": "Recalling memories"
|
|
331
332
|
},
|
|
332
333
|
{
|
|
333
|
-
"
|
|
334
|
-
"
|
|
334
|
+
"label": "Searching code",
|
|
335
|
+
"type": "badge"
|
|
335
336
|
}
|
|
336
337
|
],
|
|
338
|
+
"direction": "horizontal",
|
|
337
339
|
"gap": "md",
|
|
338
|
-
"
|
|
339
|
-
"type": "stack",
|
|
340
|
-
"direction": "horizontal"
|
|
340
|
+
"type": "stack"
|
|
341
341
|
}
|
|
342
342
|
]
|
|
343
343
|
}
|
|
@@ -384,27 +384,25 @@
|
|
|
384
384
|
"render-ui",
|
|
385
385
|
"main",
|
|
386
386
|
{
|
|
387
|
+
"type": "stack",
|
|
387
388
|
"direction": "vertical",
|
|
388
389
|
"gap": "lg",
|
|
389
390
|
"align": "center",
|
|
390
391
|
"children": [
|
|
391
392
|
{
|
|
392
|
-
"
|
|
393
|
-
"
|
|
393
|
+
"name": "cpu",
|
|
394
|
+
"type": "icon"
|
|
394
395
|
},
|
|
395
396
|
{
|
|
396
|
-
"content": "Generating response...",
|
|
397
397
|
"variant": "h3",
|
|
398
|
+
"content": "Generating response...",
|
|
398
399
|
"type": "typography"
|
|
399
400
|
},
|
|
400
401
|
{
|
|
401
402
|
"type": "spinner"
|
|
402
403
|
},
|
|
403
404
|
{
|
|
404
|
-
"gap": "md",
|
|
405
405
|
"direction": "horizontal",
|
|
406
|
-
"type": "stack",
|
|
407
|
-
"justify": "center",
|
|
408
406
|
"children": [
|
|
409
407
|
{
|
|
410
408
|
"label": "@entity.memoryHits",
|
|
@@ -414,10 +412,12 @@
|
|
|
414
412
|
"type": "badge",
|
|
415
413
|
"label": "@entity.searchHits"
|
|
416
414
|
}
|
|
417
|
-
]
|
|
415
|
+
],
|
|
416
|
+
"justify": "center",
|
|
417
|
+
"type": "stack",
|
|
418
|
+
"gap": "md"
|
|
418
419
|
}
|
|
419
|
-
]
|
|
420
|
-
"type": "stack"
|
|
420
|
+
]
|
|
421
421
|
}
|
|
422
422
|
]
|
|
423
423
|
]
|
|
@@ -441,33 +441,33 @@
|
|
|
441
441
|
"render-ui",
|
|
442
442
|
"main",
|
|
443
443
|
{
|
|
444
|
-
"
|
|
444
|
+
"type": "stack",
|
|
445
445
|
"children": [
|
|
446
446
|
{
|
|
447
447
|
"name": "alert-triangle",
|
|
448
448
|
"type": "icon"
|
|
449
449
|
},
|
|
450
450
|
{
|
|
451
|
-
"
|
|
451
|
+
"type": "typography",
|
|
452
452
|
"variant": "h2",
|
|
453
|
-
"
|
|
453
|
+
"content": "RAG Pipeline Error"
|
|
454
454
|
},
|
|
455
455
|
{
|
|
456
456
|
"variant": "error",
|
|
457
|
-
"
|
|
458
|
-
"
|
|
457
|
+
"message": "@entity.error",
|
|
458
|
+
"type": "alert"
|
|
459
459
|
},
|
|
460
460
|
{
|
|
461
461
|
"type": "button",
|
|
462
462
|
"action": "RESET",
|
|
463
|
-
"variant": "primary",
|
|
464
463
|
"label": "Try Again",
|
|
464
|
+
"variant": "primary",
|
|
465
465
|
"icon": "rotate-ccw"
|
|
466
466
|
}
|
|
467
467
|
],
|
|
468
468
|
"direction": "vertical",
|
|
469
469
|
"gap": "lg",
|
|
470
|
-
"
|
|
470
|
+
"align": "center"
|
|
471
471
|
}
|
|
472
472
|
]
|
|
473
473
|
]
|
|
@@ -500,39 +500,36 @@
|
|
|
500
500
|
"render-ui",
|
|
501
501
|
"main",
|
|
502
502
|
{
|
|
503
|
-
"direction": "vertical",
|
|
504
|
-
"type": "stack",
|
|
505
|
-
"gap": "lg",
|
|
506
503
|
"children": [
|
|
507
504
|
{
|
|
508
505
|
"direction": "horizontal",
|
|
509
|
-
"type": "stack",
|
|
510
506
|
"align": "center",
|
|
507
|
+
"type": "stack",
|
|
511
508
|
"justify": "between",
|
|
512
509
|
"children": [
|
|
513
510
|
{
|
|
511
|
+
"gap": "sm",
|
|
514
512
|
"children": [
|
|
515
513
|
{
|
|
516
|
-
"
|
|
517
|
-
"
|
|
514
|
+
"name": "check-circle",
|
|
515
|
+
"type": "icon"
|
|
518
516
|
},
|
|
519
517
|
{
|
|
520
|
-
"
|
|
518
|
+
"content": "RAG Complete",
|
|
521
519
|
"type": "typography",
|
|
522
|
-
"
|
|
520
|
+
"variant": "h2"
|
|
523
521
|
}
|
|
524
522
|
],
|
|
525
523
|
"direction": "horizontal",
|
|
526
|
-
"align": "center",
|
|
527
524
|
"type": "stack",
|
|
528
|
-
"
|
|
525
|
+
"align": "center"
|
|
529
526
|
},
|
|
530
527
|
{
|
|
531
|
-
"variant": "ghost",
|
|
532
|
-
"icon": "rotate-ccw",
|
|
533
|
-
"action": "RESET",
|
|
534
528
|
"type": "button",
|
|
535
|
-
"label": "New Query"
|
|
529
|
+
"label": "New Query",
|
|
530
|
+
"action": "RESET",
|
|
531
|
+
"variant": "ghost",
|
|
532
|
+
"icon": "rotate-ccw"
|
|
536
533
|
}
|
|
537
534
|
],
|
|
538
535
|
"gap": "sm"
|
|
@@ -541,7 +538,7 @@
|
|
|
541
538
|
"type": "divider"
|
|
542
539
|
},
|
|
543
540
|
{
|
|
544
|
-
"
|
|
541
|
+
"cols": 2.0,
|
|
545
542
|
"children": [
|
|
546
543
|
{
|
|
547
544
|
"label": "Memory Hits",
|
|
@@ -556,16 +553,17 @@
|
|
|
556
553
|
"label": "Code Hits"
|
|
557
554
|
}
|
|
558
555
|
],
|
|
559
|
-
"
|
|
556
|
+
"type": "simple-grid"
|
|
560
557
|
},
|
|
561
558
|
{
|
|
562
559
|
"type": "divider"
|
|
563
560
|
},
|
|
564
561
|
{
|
|
565
|
-
"type": "card",
|
|
566
562
|
"children": [
|
|
567
563
|
{
|
|
568
564
|
"gap": "md",
|
|
565
|
+
"type": "stack",
|
|
566
|
+
"direction": "vertical",
|
|
569
567
|
"children": [
|
|
570
568
|
{
|
|
571
569
|
"content": "Query",
|
|
@@ -574,51 +572,53 @@
|
|
|
574
572
|
},
|
|
575
573
|
{
|
|
576
574
|
"content": "@entity.query",
|
|
577
|
-
"
|
|
578
|
-
"
|
|
575
|
+
"type": "typography",
|
|
576
|
+
"variant": "body"
|
|
579
577
|
},
|
|
580
578
|
{
|
|
581
579
|
"type": "divider"
|
|
582
580
|
},
|
|
583
581
|
{
|
|
584
|
-
"
|
|
582
|
+
"type": "typography",
|
|
585
583
|
"variant": "caption",
|
|
586
|
-
"
|
|
584
|
+
"content": "Response"
|
|
587
585
|
},
|
|
588
586
|
{
|
|
589
587
|
"content": "@entity.response",
|
|
590
588
|
"variant": "body",
|
|
591
589
|
"type": "typography"
|
|
592
590
|
}
|
|
593
|
-
]
|
|
594
|
-
"type": "stack",
|
|
595
|
-
"direction": "vertical"
|
|
591
|
+
]
|
|
596
592
|
}
|
|
597
|
-
]
|
|
593
|
+
],
|
|
594
|
+
"type": "card"
|
|
598
595
|
},
|
|
599
596
|
{
|
|
600
|
-
"type": "card",
|
|
601
597
|
"children": [
|
|
602
598
|
{
|
|
599
|
+
"direction": "vertical",
|
|
603
600
|
"gap": "sm",
|
|
604
601
|
"type": "stack",
|
|
605
602
|
"children": [
|
|
606
603
|
{
|
|
607
|
-
"content": "Retrieved Context",
|
|
608
604
|
"type": "typography",
|
|
605
|
+
"content": "Retrieved Context",
|
|
609
606
|
"variant": "caption"
|
|
610
607
|
},
|
|
611
608
|
{
|
|
612
|
-
"content": "@entity.context",
|
|
613
609
|
"variant": "body",
|
|
614
|
-
"type": "typography"
|
|
610
|
+
"type": "typography",
|
|
611
|
+
"content": "@entity.context"
|
|
615
612
|
}
|
|
616
|
-
]
|
|
617
|
-
"direction": "vertical"
|
|
613
|
+
]
|
|
618
614
|
}
|
|
619
|
-
]
|
|
615
|
+
],
|
|
616
|
+
"type": "card"
|
|
620
617
|
}
|
|
621
|
-
]
|
|
618
|
+
],
|
|
619
|
+
"direction": "vertical",
|
|
620
|
+
"gap": "lg",
|
|
621
|
+
"type": "stack"
|
|
622
622
|
}
|
|
623
623
|
]
|
|
624
624
|
]
|
|
@@ -643,32 +643,32 @@
|
|
|
643
643
|
"main",
|
|
644
644
|
{
|
|
645
645
|
"align": "center",
|
|
646
|
-
"gap": "lg",
|
|
647
|
-
"type": "stack",
|
|
648
646
|
"direction": "vertical",
|
|
647
|
+
"type": "stack",
|
|
649
648
|
"children": [
|
|
650
649
|
{
|
|
651
|
-
"
|
|
652
|
-
"
|
|
650
|
+
"type": "icon",
|
|
651
|
+
"name": "alert-triangle"
|
|
653
652
|
},
|
|
654
653
|
{
|
|
655
654
|
"content": "RAG Pipeline Error",
|
|
656
|
-
"
|
|
657
|
-
"
|
|
655
|
+
"type": "typography",
|
|
656
|
+
"variant": "h2"
|
|
658
657
|
},
|
|
659
658
|
{
|
|
660
|
-
"message": "@entity.error",
|
|
661
659
|
"type": "alert",
|
|
662
|
-
"variant": "error"
|
|
660
|
+
"variant": "error",
|
|
661
|
+
"message": "@entity.error"
|
|
663
662
|
},
|
|
664
663
|
{
|
|
665
|
-
"type": "button",
|
|
666
|
-
"action": "RESET",
|
|
667
|
-
"variant": "primary",
|
|
668
664
|
"label": "Try Again",
|
|
669
|
-
"
|
|
665
|
+
"variant": "primary",
|
|
666
|
+
"action": "RESET",
|
|
667
|
+
"icon": "rotate-ccw",
|
|
668
|
+
"type": "button"
|
|
670
669
|
}
|
|
671
|
-
]
|
|
670
|
+
],
|
|
671
|
+
"gap": "lg"
|
|
672
672
|
}
|
|
673
673
|
]
|
|
674
674
|
]
|
|
@@ -712,10 +712,10 @@
|
|
|
712
712
|
"render-ui",
|
|
713
713
|
"main",
|
|
714
714
|
{
|
|
715
|
-
"gap": "lg",
|
|
716
715
|
"direction": "vertical",
|
|
717
716
|
"children": [
|
|
718
717
|
{
|
|
718
|
+
"direction": "horizontal",
|
|
719
719
|
"type": "stack",
|
|
720
720
|
"children": [
|
|
721
721
|
{
|
|
@@ -723,22 +723,21 @@
|
|
|
723
723
|
"name": "brain"
|
|
724
724
|
},
|
|
725
725
|
{
|
|
726
|
+
"content": "RAG Pipeline",
|
|
726
727
|
"variant": "h2",
|
|
727
|
-
"type": "typography"
|
|
728
|
-
"content": "RAG Pipeline"
|
|
728
|
+
"type": "typography"
|
|
729
729
|
}
|
|
730
730
|
],
|
|
731
|
-
"
|
|
732
|
-
"gap": "sm"
|
|
733
|
-
"align": "center"
|
|
731
|
+
"align": "center",
|
|
732
|
+
"gap": "sm"
|
|
734
733
|
},
|
|
735
734
|
{
|
|
736
735
|
"type": "divider"
|
|
737
736
|
},
|
|
738
737
|
{
|
|
739
|
-
"type": "card",
|
|
740
738
|
"children": [
|
|
741
739
|
{
|
|
740
|
+
"direction": "vertical",
|
|
742
741
|
"children": [
|
|
743
742
|
{
|
|
744
743
|
"content": "Enter a query to retrieve context and generate a response",
|
|
@@ -746,23 +745,24 @@
|
|
|
746
745
|
"type": "typography"
|
|
747
746
|
},
|
|
748
747
|
{
|
|
749
|
-
"mode": "edit",
|
|
750
748
|
"entity": "@entity",
|
|
751
|
-
"
|
|
749
|
+
"mode": "edit",
|
|
752
750
|
"type": "form-section",
|
|
753
751
|
"fields": [
|
|
754
752
|
"query"
|
|
755
|
-
]
|
|
753
|
+
],
|
|
754
|
+
"submitEvent": "GENERATE"
|
|
756
755
|
}
|
|
757
756
|
],
|
|
758
|
-
"gap": "md",
|
|
759
757
|
"type": "stack",
|
|
760
|
-
"
|
|
758
|
+
"gap": "md"
|
|
761
759
|
}
|
|
762
|
-
]
|
|
760
|
+
],
|
|
761
|
+
"type": "card"
|
|
763
762
|
}
|
|
764
763
|
],
|
|
765
|
-
"type": "stack"
|
|
764
|
+
"type": "stack",
|
|
765
|
+
"gap": "lg"
|
|
766
766
|
}
|
|
767
767
|
]
|
|
768
768
|
]
|