@almadar/std 14.24.0 → 14.25.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 +75 -75
- package/behaviors/registry/agent/atoms/std-agent-chat-thread.orb +109 -109
- package/behaviors/registry/agent/atoms/std-agent-classifier.orb +107 -107
- package/behaviors/registry/agent/atoms/std-agent-completion.orb +103 -103
- package/behaviors/registry/agent/atoms/std-agent-context-window.orb +392 -392
- package/behaviors/registry/agent/atoms/std-agent-conversation.orb +99 -99
- package/behaviors/registry/agent/atoms/std-agent-memory.orb +79 -79
- package/behaviors/registry/agent/atoms/std-agent-provider.orb +126 -126
- package/behaviors/registry/agent/atoms/std-agent-search.orb +75 -75
- package/behaviors/registry/agent/atoms/std-agent-session.orb +123 -123
- package/behaviors/registry/agent/atoms/std-agent-step-progress.orb +200 -200
- package/behaviors/registry/agent/atoms/std-agent-token-gauge.orb +368 -368
- package/behaviors/registry/agent/atoms/std-agent-tool-call.orb +66 -66
- package/behaviors/registry/agent/molecules/std-agent-fix-loop.orb +197 -197
- package/behaviors/registry/agent/molecules/std-agent-learner.orb +193 -193
- package/behaviors/registry/agent/molecules/std-agent-planner.orb +131 -131
- package/behaviors/registry/agent/molecules/std-agent-rag.orb +116 -116
- package/behaviors/registry/agent/molecules/std-agent-tool-loop.orb +198 -198
- package/behaviors/registry/agent/organisms/std-agent-assistant.orb +1151 -1151
- package/behaviors/registry/agent/organisms/std-agent-builder.orb +3084 -3084
- package/behaviors/registry/agent/organisms/std-agent-pipeline.orb +2150 -2150
- package/behaviors/registry/agent/organisms/std-agent-reviewer.orb +1035 -1035
- package/behaviors/registry/agent/organisms/std-agent-tutor.orb +785 -785
- package/behaviors/registry/app/atoms/std-ap-bill.orb +84 -34
- package/behaviors/registry/app/atoms/std-applicant.orb +43 -43
- package/behaviors/registry/app/atoms/std-approval-request.orb +198 -81
- package/behaviors/registry/app/atoms/std-campaign-goal.orb +241 -34
- package/behaviors/registry/app/atoms/std-change-order.orb +106 -84
- package/behaviors/registry/app/atoms/std-chart-of-accounts.orb +104 -47
- package/behaviors/registry/app/atoms/std-checkin.orb +57 -57
- package/behaviors/registry/app/atoms/std-checkout-terminal.orb +276 -36
- package/behaviors/registry/app/atoms/std-class-roster.orb +60 -35
- package/behaviors/registry/app/atoms/std-class-session.orb +104 -47
- package/behaviors/registry/app/atoms/std-court-deadline.orb +126 -50
- package/behaviors/registry/app/atoms/std-customer-account.orb +122 -45
- package/behaviors/registry/app/atoms/std-donation-receipt.orb +70 -48
- package/behaviors/registry/app/atoms/std-donor.orb +107 -34
- package/behaviors/registry/app/atoms/std-drip-sequence.orb +66 -40
- package/behaviors/registry/app/atoms/std-driver.orb +98 -86
- package/behaviors/registry/app/atoms/std-dunning.orb +181 -45
- package/behaviors/registry/app/atoms/std-email-broadcast.orb +46 -46
- package/behaviors/registry/app/atoms/std-event.orb +60 -60
- package/behaviors/registry/app/atoms/std-health-score.orb +285 -75
- package/behaviors/registry/app/atoms/std-help-article.orb +217 -75
- package/behaviors/registry/app/atoms/std-help-category.orb +129 -88
- package/behaviors/registry/app/atoms/std-interview-slot.orb +44 -44
- package/behaviors/registry/app/atoms/std-invoice.orb +130 -112
- package/behaviors/registry/app/atoms/std-kitchen-display.orb +40 -40
- package/behaviors/registry/app/atoms/std-lease.orb +172 -44
- package/behaviors/registry/app/atoms/std-ledger-entry.orb +163 -32
- package/behaviors/registry/app/atoms/std-maintenance-request.orb +120 -40
- package/behaviors/registry/app/atoms/std-matter.orb +265 -46
- package/behaviors/registry/app/atoms/std-membership.orb +116 -58
- package/behaviors/registry/app/atoms/std-menu.orb +55 -55
- package/behaviors/registry/app/atoms/std-modifier-group.orb +61 -61
- package/behaviors/registry/app/atoms/std-nps-survey.orb +121 -97
- package/behaviors/registry/app/atoms/std-offer-letter.orb +45 -45
- package/behaviors/registry/app/atoms/std-payout-ledger.orb +71 -71
- package/behaviors/registry/app/atoms/std-question-bank.orb +53 -53
- package/behaviors/registry/app/atoms/std-receipt.orb +42 -42
- package/behaviors/registry/app/atoms/std-recurring-charge.orb +165 -63
- package/behaviors/registry/app/atoms/std-renewal-risk.orb +157 -78
- package/behaviors/registry/app/atoms/std-rent-charge.orb +13 -13
- package/behaviors/registry/app/atoms/std-reorder-rule.orb +46 -40
- package/behaviors/registry/app/atoms/std-response-collector.orb +41 -41
- package/behaviors/registry/app/atoms/std-rfi.orb +175 -120
- package/behaviors/registry/app/atoms/std-route-optimize.orb +41 -41
- package/behaviors/registry/app/atoms/std-segment.orb +90 -39
- package/behaviors/registry/app/atoms/std-stock-level.orb +116 -42
- package/behaviors/registry/app/atoms/std-submittal.orb +245 -106
- package/behaviors/registry/app/atoms/std-table-map.orb +41 -41
- package/behaviors/registry/app/atoms/std-technician-dispatch.orb +50 -50
- package/behaviors/registry/app/atoms/std-telematics-event.orb +115 -41
- package/behaviors/registry/app/atoms/std-template-editor.orb +86 -42
- package/behaviors/registry/app/atoms/std-tenant.orb +88 -38
- package/behaviors/registry/app/atoms/std-ticket-tier.orb +56 -56
- package/behaviors/registry/app/atoms/std-time-entry.orb +131 -78
- package/behaviors/registry/app/atoms/std-timesheet.orb +140 -97
- package/behaviors/registry/app/atoms/std-trial.orb +137 -61
- package/behaviors/registry/app/atoms/std-vehicle.orb +209 -84
- package/behaviors/registry/app/atoms/std-waitlist.orb +55 -55
- package/behaviors/registry/app/atoms/std-warehouse.orb +227 -38
- package/behaviors/registry/app/atoms/std-work-order.orb +50 -50
- package/behaviors/registry/app/molecules/std-applicant-form.orb +63 -63
- package/behaviors/registry/app/molecules/std-application.orb +137 -137
- package/behaviors/registry/app/molecules/std-broadcast-builder.orb +190 -58
- package/behaviors/registry/app/molecules/std-cart.orb +51 -51
- package/behaviors/registry/app/molecules/std-form-builder.orb +81 -81
- package/behaviors/registry/app/molecules/std-ledger-entry-form.orb +125 -52
- package/behaviors/registry/app/molecules/std-stock-adjustment.orb +97 -64
- package/behaviors/registry/app/molecules/std-vendor-onboarding.orb +282 -282
- package/behaviors/registry/app/organisms/std-accounting.orb +103 -103
- package/behaviors/registry/app/organisms/std-api-gateway.orb +202 -202
- package/behaviors/registry/app/organisms/std-ats-recruiting.orb +152 -152
- package/behaviors/registry/app/organisms/std-booking-system.orb +694 -694
- package/behaviors/registry/app/organisms/std-cicd-pipeline.orb +305 -305
- package/behaviors/registry/app/organisms/std-cms.orb +252 -252
- package/behaviors/registry/app/organisms/std-coding-academy.orb +223 -223
- package/behaviors/registry/app/organisms/std-construction-pm.orb +729 -96
- package/behaviors/registry/app/organisms/std-crm.orb +274 -274
- package/behaviors/registry/app/organisms/std-customer-success.orb +103 -103
- package/behaviors/registry/app/organisms/std-devops-dashboard.orb +423 -423
- package/behaviors/registry/app/organisms/std-document-mgmt.orb +100 -100
- package/behaviors/registry/app/organisms/std-ecommerce.orb +700 -700
- package/behaviors/registry/app/organisms/std-event-ticketing.orb +192 -192
- package/behaviors/registry/app/organisms/std-field-service.orb +171 -171
- package/behaviors/registry/app/organisms/std-finance-tracker.orb +211 -211
- package/behaviors/registry/app/organisms/std-fitness-studio.orb +144 -144
- package/behaviors/registry/app/organisms/std-fleet-mgmt.orb +739 -90
- package/behaviors/registry/app/organisms/std-forum.orb +142 -142
- package/behaviors/registry/app/organisms/std-healthcare.orb +595 -595
- package/behaviors/registry/app/organisms/std-helpdesk.orb +199 -199
- package/behaviors/registry/app/organisms/std-hr-portal.orb +446 -446
- package/behaviors/registry/app/organisms/std-inventory.orb +899 -97
- package/behaviors/registry/app/organisms/std-iot-dashboard.orb +392 -392
- package/behaviors/registry/app/organisms/std-legal-case.orb +344 -118
- package/behaviors/registry/app/organisms/std-listings.orb +151 -151
- package/behaviors/registry/app/organisms/std-lms.orb +409 -409
- package/behaviors/registry/app/organisms/std-marketing-campaign.orb +144 -144
- package/behaviors/registry/app/organisms/std-marketplace.orb +228 -228
- package/behaviors/registry/app/organisms/std-nonprofit-donations.orb +93 -93
- package/behaviors/registry/app/organisms/std-notes.orb +289 -78
- package/behaviors/registry/app/organisms/std-project-manager.orb +205 -205
- package/behaviors/registry/app/organisms/std-property-mgmt.orb +929 -103
- package/behaviors/registry/app/organisms/std-public-help-center.orb +501 -87
- package/behaviors/registry/app/organisms/std-realtime-chat.orb +255 -255
- package/behaviors/registry/app/organisms/std-restaurant-pos.orb +137 -137
- package/behaviors/registry/app/organisms/std-retail-pos.orb +129 -129
- package/behaviors/registry/app/organisms/std-social-feed.orb +142 -142
- package/behaviors/registry/app/organisms/std-subscription-billing.orb +214 -214
- package/behaviors/registry/app/organisms/std-survey.orb +138 -138
- package/behaviors/registry/app/organisms/std-time-tracking.orb +966 -90
- package/behaviors/registry/app/organisms/std-trading-dashboard.orb +264 -264
- package/behaviors/registry/app/organisms/std-wiki.orb +130 -130
- package/behaviors/registry/core/atoms/std-billable-hour.orb +89 -32
- package/behaviors/registry/core/atoms/std-branching-logic.orb +84 -84
- package/behaviors/registry/core/atoms/std-browse.orb +60 -60
- package/behaviors/registry/core/atoms/std-cache-aside.orb +99 -99
- package/behaviors/registry/core/atoms/std-calendar.orb +53 -53
- package/behaviors/registry/core/atoms/std-circuit-breaker.orb +181 -181
- package/behaviors/registry/core/atoms/std-confirmation.orb +33 -33
- package/behaviors/registry/core/atoms/std-display.orb +3 -3
- package/behaviors/registry/core/atoms/std-drawer.orb +13 -13
- package/behaviors/registry/core/atoms/std-esign-request.orb +62 -43
- package/behaviors/registry/core/atoms/std-file-store.orb +171 -36
- package/behaviors/registry/core/atoms/std-filter.orb +9 -9
- package/behaviors/registry/core/atoms/std-flag.orb +87 -87
- package/behaviors/registry/core/atoms/std-gallery.orb +44 -44
- package/behaviors/registry/core/atoms/std-geosearch.orb +25 -25
- package/behaviors/registry/core/atoms/std-graphs.orb +34 -34
- package/behaviors/registry/core/atoms/std-image-upload-multi.orb +59 -59
- package/behaviors/registry/core/atoms/std-mod-queue.orb +42 -42
- package/behaviors/registry/core/atoms/std-modal.orb +17 -17
- package/behaviors/registry/core/atoms/std-page-tree.orb +121 -49
- package/behaviors/registry/core/atoms/std-pagination.orb +12 -12
- package/behaviors/registry/core/atoms/std-push.orb +43 -43
- package/behaviors/registry/core/atoms/std-rate-limiter.orb +185 -185
- package/behaviors/registry/core/atoms/std-rating-review.orb +63 -63
- package/behaviors/registry/core/atoms/std-related.orb +36 -36
- package/behaviors/registry/core/atoms/std-rich-editor.orb +204 -59
- package/behaviors/registry/core/atoms/std-saved-search.orb +65 -65
- package/behaviors/registry/core/atoms/std-search.orb +5 -5
- package/behaviors/registry/core/atoms/std-selection.orb +106 -106
- package/behaviors/registry/core/atoms/std-signature-capture.orb +84 -84
- package/behaviors/registry/core/atoms/std-stats.orb +140 -140
- package/behaviors/registry/core/atoms/std-tabs.orb +34 -34
- package/behaviors/registry/core/atoms/std-tag-taxonomy.orb +73 -73
- package/behaviors/registry/core/atoms/std-thread.orb +50 -50
- package/behaviors/registry/core/atoms/std-version-history.orb +70 -70
- package/behaviors/registry/core/atoms/std-vote.orb +39 -39
- package/behaviors/registry/core/molecules/std-app-layout.orb +20 -20
- package/behaviors/registry/core/molecules/std-dashboard-grid-layout.orb +12 -12
- package/behaviors/registry/core/molecules/std-dashboard.orb +43 -43
- package/behaviors/registry/core/molecules/std-esign-flow.orb +152 -51
- package/behaviors/registry/core/molecules/std-filtered-list.orb +25 -25
- package/behaviors/registry/core/molecules/std-form-advanced.orb +143 -143
- package/behaviors/registry/core/molecules/std-list.orb +55 -55
- package/behaviors/registry/core/molecules/std-master-detail-layout.orb +15 -15
- package/behaviors/registry/core/molecules/std-stack-layout.orb +14 -14
- package/behaviors/registry/core/molecules/std-tabs-layout.orb +10 -10
- package/behaviors/registry/core/molecules/std-wizard-form.orb +129 -129
- package/behaviors/registry/core/organisms/std-generic-app.orb +541 -541
- package/behaviors/registry/game/atoms/std-dialogue-box.orb +21 -21
- package/behaviors/registry/game/atoms/std-game-canvas2d.orb +50 -50
- package/behaviors/registry/game/atoms/std-overworld.orb +62 -62
- package/behaviors/registry/game/atoms/std-physics2d.orb +73 -73
- package/behaviors/registry/game/atoms/std-quest.orb +122 -122
- package/behaviors/registry/game/atoms/std-timer.orb +292 -292
- package/behaviors/registry/probes/molecules/std-source-scope-probe.orb +37 -37
- package/behaviors/registry/service/atoms/std-service-calendar-ical.orb +55 -55
- package/behaviors/registry/service/atoms/std-service-custom-bearer.orb +61 -61
- package/behaviors/registry/service/atoms/std-service-email.orb +60 -60
- package/behaviors/registry/service/atoms/std-service-github.orb +61 -61
- package/behaviors/registry/service/atoms/std-service-llm.orb +63 -63
- package/behaviors/registry/service/atoms/std-service-maps.orb +68 -68
- package/behaviors/registry/service/atoms/std-service-oauth.orb +59 -59
- package/behaviors/registry/service/atoms/std-service-print.orb +113 -113
- package/behaviors/registry/service/atoms/std-service-redis.orb +50 -50
- package/behaviors/registry/service/atoms/std-service-storage.orb +49 -49
- package/behaviors/registry/service/atoms/std-service-stripe.orb +108 -108
- package/behaviors/registry/service/atoms/std-service-twilio.orb +61 -61
- package/behaviors/registry/service/atoms/std-service-youtube.orb +41 -41
- package/behaviors/registry/service/organisms/std-service-marketplace.orb +985 -985
- package/behaviors/registry/service/organisms/std-service-research-assistant.orb +921 -921
- package/dist/behaviors/behaviors-registry.json +4 -684
- package/dist/behaviors/registry/agent/atoms/std-agent-activity-log.orb +75 -75
- package/dist/behaviors/registry/agent/atoms/std-agent-chat-thread.orb +109 -109
- package/dist/behaviors/registry/agent/atoms/std-agent-classifier.orb +107 -107
- package/dist/behaviors/registry/agent/atoms/std-agent-completion.orb +103 -103
- package/dist/behaviors/registry/agent/atoms/std-agent-context-window.orb +392 -392
- package/dist/behaviors/registry/agent/atoms/std-agent-conversation.orb +99 -99
- package/dist/behaviors/registry/agent/atoms/std-agent-memory.orb +79 -79
- package/dist/behaviors/registry/agent/atoms/std-agent-provider.orb +126 -126
- package/dist/behaviors/registry/agent/atoms/std-agent-search.orb +75 -75
- package/dist/behaviors/registry/agent/atoms/std-agent-session.orb +123 -123
- package/dist/behaviors/registry/agent/atoms/std-agent-step-progress.orb +200 -200
- package/dist/behaviors/registry/agent/atoms/std-agent-token-gauge.orb +368 -368
- package/dist/behaviors/registry/agent/atoms/std-agent-tool-call.orb +66 -66
- package/dist/behaviors/registry/agent/molecules/std-agent-fix-loop.orb +197 -197
- package/dist/behaviors/registry/agent/molecules/std-agent-learner.orb +193 -193
- package/dist/behaviors/registry/agent/molecules/std-agent-planner.orb +131 -131
- package/dist/behaviors/registry/agent/molecules/std-agent-rag.orb +116 -116
- package/dist/behaviors/registry/agent/molecules/std-agent-tool-loop.orb +198 -198
- package/dist/behaviors/registry/agent/organisms/std-agent-assistant.orb +1151 -1151
- package/dist/behaviors/registry/agent/organisms/std-agent-builder.orb +3084 -3084
- package/dist/behaviors/registry/agent/organisms/std-agent-pipeline.orb +2150 -2150
- package/dist/behaviors/registry/agent/organisms/std-agent-reviewer.orb +1035 -1035
- package/dist/behaviors/registry/agent/organisms/std-agent-tutor.orb +785 -785
- package/dist/behaviors/registry/app/atoms/std-ap-bill.orb +84 -34
- package/dist/behaviors/registry/app/atoms/std-applicant.orb +43 -43
- package/dist/behaviors/registry/app/atoms/std-approval-request.orb +198 -81
- package/dist/behaviors/registry/app/atoms/std-campaign-goal.orb +241 -34
- package/dist/behaviors/registry/app/atoms/std-change-order.orb +106 -84
- package/dist/behaviors/registry/app/atoms/std-chart-of-accounts.orb +104 -47
- package/dist/behaviors/registry/app/atoms/std-checkin.orb +57 -57
- package/dist/behaviors/registry/app/atoms/std-checkout-terminal.orb +276 -36
- package/dist/behaviors/registry/app/atoms/std-class-roster.orb +60 -35
- package/dist/behaviors/registry/app/atoms/std-class-session.orb +104 -47
- package/dist/behaviors/registry/app/atoms/std-court-deadline.orb +126 -50
- package/dist/behaviors/registry/app/atoms/std-customer-account.orb +122 -45
- package/dist/behaviors/registry/app/atoms/std-donation-receipt.orb +70 -48
- package/dist/behaviors/registry/app/atoms/std-donor.orb +107 -34
- package/dist/behaviors/registry/app/atoms/std-drip-sequence.orb +66 -40
- package/dist/behaviors/registry/app/atoms/std-driver.orb +98 -86
- package/dist/behaviors/registry/app/atoms/std-dunning.orb +181 -45
- package/dist/behaviors/registry/app/atoms/std-email-broadcast.orb +46 -46
- package/dist/behaviors/registry/app/atoms/std-event.orb +60 -60
- package/dist/behaviors/registry/app/atoms/std-health-score.orb +285 -75
- package/dist/behaviors/registry/app/atoms/std-help-article.orb +217 -75
- package/dist/behaviors/registry/app/atoms/std-help-category.orb +129 -88
- package/dist/behaviors/registry/app/atoms/std-interview-slot.orb +44 -44
- package/dist/behaviors/registry/app/atoms/std-invoice.orb +130 -112
- package/dist/behaviors/registry/app/atoms/std-kitchen-display.orb +40 -40
- package/dist/behaviors/registry/app/atoms/std-lease.orb +172 -44
- package/dist/behaviors/registry/app/atoms/std-ledger-entry.orb +163 -32
- package/dist/behaviors/registry/app/atoms/std-maintenance-request.orb +120 -40
- package/dist/behaviors/registry/app/atoms/std-matter.orb +265 -46
- package/dist/behaviors/registry/app/atoms/std-membership.orb +116 -58
- package/dist/behaviors/registry/app/atoms/std-menu.orb +55 -55
- package/dist/behaviors/registry/app/atoms/std-modifier-group.orb +61 -61
- package/dist/behaviors/registry/app/atoms/std-nps-survey.orb +121 -97
- package/dist/behaviors/registry/app/atoms/std-offer-letter.orb +45 -45
- package/dist/behaviors/registry/app/atoms/std-payout-ledger.orb +71 -71
- package/dist/behaviors/registry/app/atoms/std-question-bank.orb +53 -53
- package/dist/behaviors/registry/app/atoms/std-receipt.orb +42 -42
- package/dist/behaviors/registry/app/atoms/std-recurring-charge.orb +165 -63
- package/dist/behaviors/registry/app/atoms/std-renewal-risk.orb +157 -78
- package/dist/behaviors/registry/app/atoms/std-rent-charge.orb +13 -13
- package/dist/behaviors/registry/app/atoms/std-reorder-rule.orb +46 -40
- package/dist/behaviors/registry/app/atoms/std-response-collector.orb +41 -41
- package/dist/behaviors/registry/app/atoms/std-rfi.orb +175 -120
- package/dist/behaviors/registry/app/atoms/std-route-optimize.orb +41 -41
- package/dist/behaviors/registry/app/atoms/std-segment.orb +90 -39
- package/dist/behaviors/registry/app/atoms/std-stock-level.orb +116 -42
- package/dist/behaviors/registry/app/atoms/std-submittal.orb +245 -106
- package/dist/behaviors/registry/app/atoms/std-table-map.orb +41 -41
- package/dist/behaviors/registry/app/atoms/std-technician-dispatch.orb +50 -50
- package/dist/behaviors/registry/app/atoms/std-telematics-event.orb +115 -41
- package/dist/behaviors/registry/app/atoms/std-template-editor.orb +86 -42
- package/dist/behaviors/registry/app/atoms/std-tenant.orb +88 -38
- package/dist/behaviors/registry/app/atoms/std-ticket-tier.orb +56 -56
- package/dist/behaviors/registry/app/atoms/std-time-entry.orb +131 -78
- package/dist/behaviors/registry/app/atoms/std-timesheet.orb +140 -97
- package/dist/behaviors/registry/app/atoms/std-trial.orb +137 -61
- package/dist/behaviors/registry/app/atoms/std-vehicle.orb +209 -84
- package/dist/behaviors/registry/app/atoms/std-waitlist.orb +55 -55
- package/dist/behaviors/registry/app/atoms/std-warehouse.orb +227 -38
- package/dist/behaviors/registry/app/atoms/std-work-order.orb +50 -50
- package/dist/behaviors/registry/app/molecules/std-applicant-form.orb +63 -63
- package/dist/behaviors/registry/app/molecules/std-application.orb +137 -137
- package/dist/behaviors/registry/app/molecules/std-broadcast-builder.orb +190 -58
- package/dist/behaviors/registry/app/molecules/std-cart.orb +51 -51
- package/dist/behaviors/registry/app/molecules/std-form-builder.orb +81 -81
- package/dist/behaviors/registry/app/molecules/std-ledger-entry-form.orb +125 -52
- package/dist/behaviors/registry/app/molecules/std-stock-adjustment.orb +97 -64
- package/dist/behaviors/registry/app/molecules/std-vendor-onboarding.orb +282 -282
- package/dist/behaviors/registry/app/organisms/std-accounting.orb +103 -103
- package/dist/behaviors/registry/app/organisms/std-api-gateway.orb +202 -202
- package/dist/behaviors/registry/app/organisms/std-ats-recruiting.orb +152 -152
- package/dist/behaviors/registry/app/organisms/std-booking-system.orb +694 -694
- package/dist/behaviors/registry/app/organisms/std-cicd-pipeline.orb +305 -305
- package/dist/behaviors/registry/app/organisms/std-cms.orb +252 -252
- package/dist/behaviors/registry/app/organisms/std-coding-academy.orb +223 -223
- package/dist/behaviors/registry/app/organisms/std-construction-pm.orb +729 -96
- package/dist/behaviors/registry/app/organisms/std-crm.orb +274 -274
- package/dist/behaviors/registry/app/organisms/std-customer-success.orb +103 -103
- package/dist/behaviors/registry/app/organisms/std-devops-dashboard.orb +423 -423
- package/dist/behaviors/registry/app/organisms/std-document-mgmt.orb +100 -100
- package/dist/behaviors/registry/app/organisms/std-ecommerce.orb +700 -700
- package/dist/behaviors/registry/app/organisms/std-event-ticketing.orb +192 -192
- package/dist/behaviors/registry/app/organisms/std-field-service.orb +171 -171
- package/dist/behaviors/registry/app/organisms/std-finance-tracker.orb +211 -211
- package/dist/behaviors/registry/app/organisms/std-fitness-studio.orb +144 -144
- package/dist/behaviors/registry/app/organisms/std-fleet-mgmt.orb +739 -90
- package/dist/behaviors/registry/app/organisms/std-forum.orb +142 -142
- package/dist/behaviors/registry/app/organisms/std-healthcare.orb +595 -595
- package/dist/behaviors/registry/app/organisms/std-helpdesk.orb +199 -199
- package/dist/behaviors/registry/app/organisms/std-hr-portal.orb +446 -446
- package/dist/behaviors/registry/app/organisms/std-inventory.orb +899 -97
- package/dist/behaviors/registry/app/organisms/std-iot-dashboard.orb +392 -392
- package/dist/behaviors/registry/app/organisms/std-legal-case.orb +344 -118
- package/dist/behaviors/registry/app/organisms/std-listings.orb +151 -151
- package/dist/behaviors/registry/app/organisms/std-lms.orb +409 -409
- package/dist/behaviors/registry/app/organisms/std-marketing-campaign.orb +144 -144
- package/dist/behaviors/registry/app/organisms/std-marketplace.orb +228 -228
- package/dist/behaviors/registry/app/organisms/std-nonprofit-donations.orb +93 -93
- package/dist/behaviors/registry/app/organisms/std-notes.orb +289 -78
- package/dist/behaviors/registry/app/organisms/std-project-manager.orb +205 -205
- package/dist/behaviors/registry/app/organisms/std-property-mgmt.orb +929 -103
- package/dist/behaviors/registry/app/organisms/std-public-help-center.orb +501 -87
- package/dist/behaviors/registry/app/organisms/std-realtime-chat.orb +255 -255
- package/dist/behaviors/registry/app/organisms/std-restaurant-pos.orb +137 -137
- package/dist/behaviors/registry/app/organisms/std-retail-pos.orb +129 -129
- package/dist/behaviors/registry/app/organisms/std-social-feed.orb +142 -142
- package/dist/behaviors/registry/app/organisms/std-subscription-billing.orb +214 -214
- package/dist/behaviors/registry/app/organisms/std-survey.orb +138 -138
- package/dist/behaviors/registry/app/organisms/std-time-tracking.orb +966 -90
- package/dist/behaviors/registry/app/organisms/std-trading-dashboard.orb +264 -264
- package/dist/behaviors/registry/app/organisms/std-wiki.orb +130 -130
- package/dist/behaviors/registry/core/atoms/std-billable-hour.orb +89 -32
- package/dist/behaviors/registry/core/atoms/std-branching-logic.orb +84 -84
- package/dist/behaviors/registry/core/atoms/std-browse.orb +60 -60
- package/dist/behaviors/registry/core/atoms/std-cache-aside.orb +99 -99
- package/dist/behaviors/registry/core/atoms/std-calendar.orb +53 -53
- package/dist/behaviors/registry/core/atoms/std-circuit-breaker.orb +181 -181
- package/dist/behaviors/registry/core/atoms/std-confirmation.orb +33 -33
- package/dist/behaviors/registry/core/atoms/std-display.orb +3 -3
- package/dist/behaviors/registry/core/atoms/std-drawer.orb +13 -13
- package/dist/behaviors/registry/core/atoms/std-esign-request.orb +62 -43
- package/dist/behaviors/registry/core/atoms/std-file-store.orb +171 -36
- package/dist/behaviors/registry/core/atoms/std-filter.orb +9 -9
- package/dist/behaviors/registry/core/atoms/std-flag.orb +87 -87
- package/dist/behaviors/registry/core/atoms/std-gallery.orb +44 -44
- package/dist/behaviors/registry/core/atoms/std-geosearch.orb +25 -25
- package/dist/behaviors/registry/core/atoms/std-graphs.orb +34 -34
- package/dist/behaviors/registry/core/atoms/std-image-upload-multi.orb +59 -59
- package/dist/behaviors/registry/core/atoms/std-mod-queue.orb +42 -42
- package/dist/behaviors/registry/core/atoms/std-modal.orb +17 -17
- package/dist/behaviors/registry/core/atoms/std-page-tree.orb +121 -49
- package/dist/behaviors/registry/core/atoms/std-pagination.orb +12 -12
- package/dist/behaviors/registry/core/atoms/std-push.orb +43 -43
- package/dist/behaviors/registry/core/atoms/std-rate-limiter.orb +185 -185
- package/dist/behaviors/registry/core/atoms/std-rating-review.orb +63 -63
- package/dist/behaviors/registry/core/atoms/std-related.orb +36 -36
- package/dist/behaviors/registry/core/atoms/std-rich-editor.orb +204 -59
- package/dist/behaviors/registry/core/atoms/std-saved-search.orb +65 -65
- package/dist/behaviors/registry/core/atoms/std-search.orb +5 -5
- package/dist/behaviors/registry/core/atoms/std-selection.orb +106 -106
- package/dist/behaviors/registry/core/atoms/std-signature-capture.orb +84 -84
- package/dist/behaviors/registry/core/atoms/std-stats.orb +140 -140
- package/dist/behaviors/registry/core/atoms/std-tabs.orb +34 -34
- package/dist/behaviors/registry/core/atoms/std-tag-taxonomy.orb +73 -73
- package/dist/behaviors/registry/core/atoms/std-thread.orb +50 -50
- package/dist/behaviors/registry/core/atoms/std-version-history.orb +70 -70
- package/dist/behaviors/registry/core/atoms/std-vote.orb +39 -39
- package/dist/behaviors/registry/core/molecules/std-app-layout.orb +20 -20
- package/dist/behaviors/registry/core/molecules/std-dashboard-grid-layout.orb +12 -12
- package/dist/behaviors/registry/core/molecules/std-dashboard.orb +43 -43
- package/dist/behaviors/registry/core/molecules/std-esign-flow.orb +152 -51
- package/dist/behaviors/registry/core/molecules/std-filtered-list.orb +25 -25
- package/dist/behaviors/registry/core/molecules/std-form-advanced.orb +143 -143
- package/dist/behaviors/registry/core/molecules/std-list.orb +55 -55
- package/dist/behaviors/registry/core/molecules/std-master-detail-layout.orb +15 -15
- package/dist/behaviors/registry/core/molecules/std-stack-layout.orb +14 -14
- package/dist/behaviors/registry/core/molecules/std-tabs-layout.orb +10 -10
- package/dist/behaviors/registry/core/molecules/std-wizard-form.orb +129 -129
- package/dist/behaviors/registry/core/organisms/std-generic-app.orb +541 -541
- package/dist/behaviors/registry/game/atoms/std-dialogue-box.orb +21 -21
- package/dist/behaviors/registry/game/atoms/std-game-canvas2d.orb +50 -50
- package/dist/behaviors/registry/game/atoms/std-overworld.orb +62 -62
- package/dist/behaviors/registry/game/atoms/std-physics2d.orb +73 -73
- package/dist/behaviors/registry/game/atoms/std-quest.orb +122 -122
- package/dist/behaviors/registry/game/atoms/std-timer.orb +292 -292
- package/dist/behaviors/registry/probes/molecules/std-source-scope-probe.orb +37 -37
- package/dist/behaviors/registry/service/atoms/std-service-calendar-ical.orb +55 -55
- package/dist/behaviors/registry/service/atoms/std-service-custom-bearer.orb +61 -61
- package/dist/behaviors/registry/service/atoms/std-service-email.orb +60 -60
- package/dist/behaviors/registry/service/atoms/std-service-github.orb +61 -61
- package/dist/behaviors/registry/service/atoms/std-service-llm.orb +63 -63
- package/dist/behaviors/registry/service/atoms/std-service-maps.orb +68 -68
- package/dist/behaviors/registry/service/atoms/std-service-oauth.orb +59 -59
- package/dist/behaviors/registry/service/atoms/std-service-print.orb +113 -113
- package/dist/behaviors/registry/service/atoms/std-service-redis.orb +50 -50
- package/dist/behaviors/registry/service/atoms/std-service-storage.orb +49 -49
- package/dist/behaviors/registry/service/atoms/std-service-stripe.orb +108 -108
- package/dist/behaviors/registry/service/atoms/std-service-twilio.orb +61 -61
- package/dist/behaviors/registry/service/atoms/std-service-youtube.orb +41 -41
- package/dist/behaviors/registry/service/organisms/std-service-marketplace.orb +985 -985
- package/dist/behaviors/registry/service/organisms/std-service-research-assistant.orb +921 -921
- package/dist/behaviors-registry.json +4 -684
- package/package.json +1 -1
|
@@ -246,8 +246,12 @@
|
|
|
246
246
|
"render-ui",
|
|
247
247
|
"main",
|
|
248
248
|
{
|
|
249
|
+
"direction": "vertical",
|
|
249
250
|
"children": [
|
|
250
251
|
{
|
|
252
|
+
"align": "center",
|
|
253
|
+
"direction": "horizontal",
|
|
254
|
+
"gap": "sm",
|
|
251
255
|
"children": [
|
|
252
256
|
{
|
|
253
257
|
"type": "icon",
|
|
@@ -255,48 +259,44 @@
|
|
|
255
259
|
},
|
|
256
260
|
{
|
|
257
261
|
"content": "RAG Pipeline",
|
|
258
|
-
"
|
|
259
|
-
"
|
|
262
|
+
"type": "typography",
|
|
263
|
+
"variant": "h2"
|
|
260
264
|
}
|
|
261
265
|
],
|
|
262
|
-
"
|
|
263
|
-
"type": "stack",
|
|
264
|
-
"direction": "horizontal",
|
|
265
|
-
"gap": "sm"
|
|
266
|
+
"type": "stack"
|
|
266
267
|
},
|
|
267
268
|
{
|
|
268
269
|
"type": "divider"
|
|
269
270
|
},
|
|
270
271
|
{
|
|
271
|
-
"type": "card",
|
|
272
272
|
"children": [
|
|
273
273
|
{
|
|
274
|
+
"type": "stack",
|
|
275
|
+
"direction": "vertical",
|
|
274
276
|
"children": [
|
|
275
277
|
{
|
|
276
|
-
"variant": "body",
|
|
277
278
|
"content": "Enter a query to retrieve context and generate a response",
|
|
279
|
+
"variant": "body",
|
|
278
280
|
"type": "typography"
|
|
279
281
|
},
|
|
280
282
|
{
|
|
281
|
-
"entity": "@entity",
|
|
282
283
|
"mode": "edit",
|
|
283
284
|
"submitEvent": "GENERATE",
|
|
284
|
-
"type": "form-section",
|
|
285
285
|
"fields": [
|
|
286
286
|
"query"
|
|
287
|
-
]
|
|
287
|
+
],
|
|
288
|
+
"entity": "@entity",
|
|
289
|
+
"type": "form-section"
|
|
288
290
|
}
|
|
289
291
|
],
|
|
290
|
-
"
|
|
291
|
-
"gap": "md",
|
|
292
|
-
"type": "stack"
|
|
292
|
+
"gap": "md"
|
|
293
293
|
}
|
|
294
|
-
]
|
|
294
|
+
],
|
|
295
|
+
"type": "card"
|
|
295
296
|
}
|
|
296
297
|
],
|
|
297
|
-
"
|
|
298
|
-
"
|
|
299
|
-
"type": "stack"
|
|
298
|
+
"type": "stack",
|
|
299
|
+
"gap": "lg"
|
|
300
300
|
}
|
|
301
301
|
]
|
|
302
302
|
]
|
|
@@ -324,40 +324,40 @@
|
|
|
324
324
|
"render-ui",
|
|
325
325
|
"main",
|
|
326
326
|
{
|
|
327
|
-
"type": "stack",
|
|
328
|
-
"direction": "vertical",
|
|
329
327
|
"align": "center",
|
|
330
328
|
"children": [
|
|
331
329
|
{
|
|
332
|
-
"
|
|
333
|
-
"
|
|
330
|
+
"name": "search",
|
|
331
|
+
"type": "icon"
|
|
334
332
|
},
|
|
335
333
|
{
|
|
336
|
-
"variant": "h3",
|
|
337
334
|
"content": "Retrieving context...",
|
|
335
|
+
"variant": "h3",
|
|
338
336
|
"type": "typography"
|
|
339
337
|
},
|
|
340
338
|
{
|
|
341
339
|
"type": "spinner"
|
|
342
340
|
},
|
|
343
341
|
{
|
|
342
|
+
"direction": "horizontal",
|
|
343
|
+
"gap": "md",
|
|
344
344
|
"justify": "center",
|
|
345
|
+
"type": "stack",
|
|
345
346
|
"children": [
|
|
346
347
|
{
|
|
347
348
|
"type": "badge",
|
|
348
349
|
"label": "Recalling memories"
|
|
349
350
|
},
|
|
350
351
|
{
|
|
351
|
-
"
|
|
352
|
-
"
|
|
352
|
+
"type": "badge",
|
|
353
|
+
"label": "Searching code"
|
|
353
354
|
}
|
|
354
|
-
]
|
|
355
|
-
"gap": "md",
|
|
356
|
-
"type": "stack",
|
|
357
|
-
"direction": "horizontal"
|
|
355
|
+
]
|
|
358
356
|
}
|
|
359
357
|
],
|
|
360
|
-
"
|
|
358
|
+
"type": "stack",
|
|
359
|
+
"gap": "lg",
|
|
360
|
+
"direction": "vertical"
|
|
361
361
|
}
|
|
362
362
|
]
|
|
363
363
|
]
|
|
@@ -402,40 +402,40 @@
|
|
|
402
402
|
"render-ui",
|
|
403
403
|
"main",
|
|
404
404
|
{
|
|
405
|
-
"type": "stack",
|
|
406
|
-
"gap": "lg",
|
|
407
405
|
"align": "center",
|
|
406
|
+
"gap": "lg",
|
|
407
|
+
"direction": "vertical",
|
|
408
|
+
"type": "stack",
|
|
408
409
|
"children": [
|
|
409
410
|
{
|
|
410
411
|
"name": "cpu",
|
|
411
412
|
"type": "icon"
|
|
412
413
|
},
|
|
413
414
|
{
|
|
414
|
-
"variant": "h3",
|
|
415
415
|
"type": "typography",
|
|
416
|
-
"content": "Generating response..."
|
|
416
|
+
"content": "Generating response...",
|
|
417
|
+
"variant": "h3"
|
|
417
418
|
},
|
|
418
419
|
{
|
|
419
420
|
"type": "spinner"
|
|
420
421
|
},
|
|
421
422
|
{
|
|
423
|
+
"type": "stack",
|
|
424
|
+
"direction": "horizontal",
|
|
422
425
|
"children": [
|
|
423
426
|
{
|
|
424
|
-
"
|
|
425
|
-
"
|
|
427
|
+
"label": "@entity.memoryHits",
|
|
428
|
+
"type": "badge"
|
|
426
429
|
},
|
|
427
430
|
{
|
|
428
431
|
"type": "badge",
|
|
429
432
|
"label": "@entity.searchHits"
|
|
430
433
|
}
|
|
431
434
|
],
|
|
432
|
-
"gap": "md",
|
|
433
|
-
"type": "stack",
|
|
434
435
|
"justify": "center",
|
|
435
|
-
"
|
|
436
|
+
"gap": "md"
|
|
436
437
|
}
|
|
437
|
-
]
|
|
438
|
-
"direction": "vertical"
|
|
438
|
+
]
|
|
439
439
|
}
|
|
440
440
|
]
|
|
441
441
|
]
|
|
@@ -459,6 +459,7 @@
|
|
|
459
459
|
"render-ui",
|
|
460
460
|
"main",
|
|
461
461
|
{
|
|
462
|
+
"gap": "lg",
|
|
462
463
|
"direction": "vertical",
|
|
463
464
|
"align": "center",
|
|
464
465
|
"children": [
|
|
@@ -467,9 +468,9 @@
|
|
|
467
468
|
"name": "alert-triangle"
|
|
468
469
|
},
|
|
469
470
|
{
|
|
470
|
-
"
|
|
471
|
+
"content": "RAG Pipeline Error",
|
|
471
472
|
"type": "typography",
|
|
472
|
-
"
|
|
473
|
+
"variant": "h2"
|
|
473
474
|
},
|
|
474
475
|
{
|
|
475
476
|
"message": "@entity.error",
|
|
@@ -477,15 +478,14 @@
|
|
|
477
478
|
"variant": "error"
|
|
478
479
|
},
|
|
479
480
|
{
|
|
480
|
-
"
|
|
481
|
+
"action": "RESET",
|
|
482
|
+
"icon": "rotate-ccw",
|
|
481
483
|
"label": "Try Again",
|
|
482
484
|
"variant": "primary",
|
|
483
|
-
"
|
|
484
|
-
"icon": "rotate-ccw"
|
|
485
|
+
"type": "button"
|
|
485
486
|
}
|
|
486
487
|
],
|
|
487
|
-
"type": "stack"
|
|
488
|
-
"gap": "lg"
|
|
488
|
+
"type": "stack"
|
|
489
489
|
}
|
|
490
490
|
]
|
|
491
491
|
]
|
|
@@ -518,62 +518,61 @@
|
|
|
518
518
|
"render-ui",
|
|
519
519
|
"main",
|
|
520
520
|
{
|
|
521
|
-
"
|
|
522
|
-
"type": "stack",
|
|
521
|
+
"gap": "lg",
|
|
523
522
|
"children": [
|
|
524
523
|
{
|
|
525
|
-
"gap": "sm",
|
|
526
|
-
"direction": "horizontal",
|
|
527
|
-
"type": "stack",
|
|
528
524
|
"justify": "between",
|
|
529
|
-
"align": "center",
|
|
530
525
|
"children": [
|
|
531
526
|
{
|
|
532
527
|
"children": [
|
|
533
528
|
{
|
|
534
|
-
"
|
|
535
|
-
"
|
|
529
|
+
"name": "check-circle",
|
|
530
|
+
"type": "icon"
|
|
536
531
|
},
|
|
537
532
|
{
|
|
538
|
-
"variant": "h2",
|
|
539
533
|
"type": "typography",
|
|
534
|
+
"variant": "h2",
|
|
540
535
|
"content": "RAG Complete"
|
|
541
536
|
}
|
|
542
537
|
],
|
|
543
|
-
"direction": "horizontal",
|
|
544
538
|
"gap": "sm",
|
|
545
539
|
"align": "center",
|
|
540
|
+
"direction": "horizontal",
|
|
546
541
|
"type": "stack"
|
|
547
542
|
},
|
|
548
543
|
{
|
|
549
|
-
"type": "button",
|
|
550
|
-
"action": "RESET",
|
|
551
544
|
"label": "New Query",
|
|
552
545
|
"icon": "rotate-ccw",
|
|
553
|
-
"variant": "ghost"
|
|
546
|
+
"variant": "ghost",
|
|
547
|
+
"action": "RESET",
|
|
548
|
+
"type": "button"
|
|
554
549
|
}
|
|
555
|
-
]
|
|
550
|
+
],
|
|
551
|
+
"type": "stack",
|
|
552
|
+
"direction": "horizontal",
|
|
553
|
+
"gap": "sm",
|
|
554
|
+
"align": "center"
|
|
556
555
|
},
|
|
557
556
|
{
|
|
558
557
|
"type": "divider"
|
|
559
558
|
},
|
|
560
559
|
{
|
|
560
|
+
"type": "simple-grid",
|
|
561
561
|
"children": [
|
|
562
562
|
{
|
|
563
|
-
"
|
|
563
|
+
"icon": "brain",
|
|
564
564
|
"label": "Memory Hits",
|
|
565
|
-
"
|
|
566
|
-
"
|
|
565
|
+
"type": "stat-display",
|
|
566
|
+
"value": "@entity.memoryHits"
|
|
567
567
|
},
|
|
568
568
|
{
|
|
569
|
+
"value": "@entity.searchHits",
|
|
569
570
|
"label": "Code Hits",
|
|
570
|
-
"type": "stat-display",
|
|
571
571
|
"icon": "code",
|
|
572
|
-
"
|
|
572
|
+
"type": "stat-display"
|
|
573
573
|
}
|
|
574
574
|
],
|
|
575
|
-
"cols": 2.0
|
|
576
|
-
"type": "simple-grid"
|
|
575
|
+
"cols": 2.0
|
|
577
576
|
},
|
|
578
577
|
{
|
|
579
578
|
"type": "divider"
|
|
@@ -581,14 +580,12 @@
|
|
|
581
580
|
{
|
|
582
581
|
"children": [
|
|
583
582
|
{
|
|
584
|
-
"gap": "md",
|
|
585
583
|
"direction": "vertical",
|
|
586
|
-
"type": "stack",
|
|
587
584
|
"children": [
|
|
588
585
|
{
|
|
589
|
-
"
|
|
586
|
+
"type": "typography",
|
|
590
587
|
"content": "Query",
|
|
591
|
-
"
|
|
588
|
+
"variant": "caption"
|
|
592
589
|
},
|
|
593
590
|
{
|
|
594
591
|
"variant": "body",
|
|
@@ -599,44 +596,47 @@
|
|
|
599
596
|
"type": "divider"
|
|
600
597
|
},
|
|
601
598
|
{
|
|
599
|
+
"content": "Response",
|
|
602
600
|
"type": "typography",
|
|
603
|
-
"variant": "caption"
|
|
604
|
-
"content": "Response"
|
|
601
|
+
"variant": "caption"
|
|
605
602
|
},
|
|
606
603
|
{
|
|
607
604
|
"content": "@entity.response",
|
|
608
|
-
"
|
|
609
|
-
"
|
|
605
|
+
"type": "typography",
|
|
606
|
+
"variant": "body"
|
|
610
607
|
}
|
|
611
|
-
]
|
|
608
|
+
],
|
|
609
|
+
"gap": "md",
|
|
610
|
+
"type": "stack"
|
|
612
611
|
}
|
|
613
612
|
],
|
|
614
613
|
"type": "card"
|
|
615
614
|
},
|
|
616
615
|
{
|
|
617
|
-
"type": "card",
|
|
618
616
|
"children": [
|
|
619
617
|
{
|
|
620
|
-
"direction": "vertical",
|
|
621
|
-
"type": "stack",
|
|
622
618
|
"gap": "sm",
|
|
619
|
+
"type": "stack",
|
|
623
620
|
"children": [
|
|
624
621
|
{
|
|
625
|
-
"variant": "caption",
|
|
626
622
|
"type": "typography",
|
|
627
|
-
"content": "Retrieved Context"
|
|
623
|
+
"content": "Retrieved Context",
|
|
624
|
+
"variant": "caption"
|
|
628
625
|
},
|
|
629
626
|
{
|
|
630
|
-
"content": "@entity.context",
|
|
631
627
|
"variant": "body",
|
|
632
|
-
"type": "typography"
|
|
628
|
+
"type": "typography",
|
|
629
|
+
"content": "@entity.context"
|
|
633
630
|
}
|
|
634
|
-
]
|
|
631
|
+
],
|
|
632
|
+
"direction": "vertical"
|
|
635
633
|
}
|
|
636
|
-
]
|
|
634
|
+
],
|
|
635
|
+
"type": "card"
|
|
637
636
|
}
|
|
638
637
|
],
|
|
639
|
-
"
|
|
638
|
+
"type": "stack",
|
|
639
|
+
"direction": "vertical"
|
|
640
640
|
}
|
|
641
641
|
]
|
|
642
642
|
]
|
|
@@ -660,32 +660,32 @@
|
|
|
660
660
|
"render-ui",
|
|
661
661
|
"main",
|
|
662
662
|
{
|
|
663
|
-
"type": "stack",
|
|
664
|
-
"gap": "lg",
|
|
665
663
|
"children": [
|
|
666
664
|
{
|
|
667
|
-
"
|
|
668
|
-
"
|
|
665
|
+
"name": "alert-triangle",
|
|
666
|
+
"type": "icon"
|
|
669
667
|
},
|
|
670
668
|
{
|
|
669
|
+
"content": "RAG Pipeline Error",
|
|
671
670
|
"variant": "h2",
|
|
672
|
-
"type": "typography"
|
|
673
|
-
"content": "RAG Pipeline Error"
|
|
671
|
+
"type": "typography"
|
|
674
672
|
},
|
|
675
673
|
{
|
|
676
|
-
"
|
|
674
|
+
"variant": "error",
|
|
677
675
|
"type": "alert",
|
|
678
|
-
"
|
|
676
|
+
"message": "@entity.error"
|
|
679
677
|
},
|
|
680
678
|
{
|
|
681
|
-
"
|
|
682
|
-
"icon": "rotate-ccw",
|
|
679
|
+
"type": "button",
|
|
683
680
|
"label": "Try Again",
|
|
684
681
|
"variant": "primary",
|
|
685
|
-
"
|
|
682
|
+
"action": "RESET",
|
|
683
|
+
"icon": "rotate-ccw"
|
|
686
684
|
}
|
|
687
685
|
],
|
|
688
686
|
"align": "center",
|
|
687
|
+
"type": "stack",
|
|
688
|
+
"gap": "lg",
|
|
689
689
|
"direction": "vertical"
|
|
690
690
|
}
|
|
691
691
|
]
|
|
@@ -730,25 +730,23 @@
|
|
|
730
730
|
"render-ui",
|
|
731
731
|
"main",
|
|
732
732
|
{
|
|
733
|
-
"type": "stack",
|
|
734
|
-
"direction": "vertical",
|
|
735
733
|
"children": [
|
|
736
734
|
{
|
|
737
|
-
"type": "stack",
|
|
738
735
|
"gap": "sm",
|
|
736
|
+
"type": "stack",
|
|
737
|
+
"align": "center",
|
|
738
|
+
"direction": "horizontal",
|
|
739
739
|
"children": [
|
|
740
740
|
{
|
|
741
741
|
"name": "brain",
|
|
742
742
|
"type": "icon"
|
|
743
743
|
},
|
|
744
744
|
{
|
|
745
|
-
"variant": "h2",
|
|
746
745
|
"type": "typography",
|
|
747
|
-
"content": "RAG Pipeline"
|
|
746
|
+
"content": "RAG Pipeline",
|
|
747
|
+
"variant": "h2"
|
|
748
748
|
}
|
|
749
|
-
]
|
|
750
|
-
"direction": "horizontal",
|
|
751
|
-
"align": "center"
|
|
749
|
+
]
|
|
752
750
|
},
|
|
753
751
|
{
|
|
754
752
|
"type": "divider"
|
|
@@ -758,28 +756,30 @@
|
|
|
758
756
|
"children": [
|
|
759
757
|
{
|
|
760
758
|
"direction": "vertical",
|
|
761
|
-
"
|
|
759
|
+
"gap": "md",
|
|
762
760
|
"children": [
|
|
763
761
|
{
|
|
764
|
-
"variant": "body",
|
|
765
762
|
"content": "Enter a query to retrieve context and generate a response",
|
|
766
|
-
"type": "typography"
|
|
763
|
+
"type": "typography",
|
|
764
|
+
"variant": "body"
|
|
767
765
|
},
|
|
768
766
|
{
|
|
769
|
-
"mode": "edit",
|
|
770
767
|
"submitEvent": "GENERATE",
|
|
771
|
-
"entity": "@entity",
|
|
772
|
-
"type": "form-section",
|
|
773
768
|
"fields": [
|
|
774
769
|
"query"
|
|
775
|
-
]
|
|
770
|
+
],
|
|
771
|
+
"entity": "@entity",
|
|
772
|
+
"type": "form-section",
|
|
773
|
+
"mode": "edit"
|
|
776
774
|
}
|
|
777
775
|
],
|
|
778
|
-
"
|
|
776
|
+
"type": "stack"
|
|
779
777
|
}
|
|
780
778
|
]
|
|
781
779
|
}
|
|
782
780
|
],
|
|
781
|
+
"type": "stack",
|
|
782
|
+
"direction": "vertical",
|
|
783
783
|
"gap": "lg"
|
|
784
784
|
}
|
|
785
785
|
]
|
|
@@ -838,4 +838,4 @@
|
|
|
838
838
|
]
|
|
839
839
|
}
|
|
840
840
|
]
|
|
841
|
-
}
|
|
841
|
+
}
|