@almadar/std 5.3.0 → 5.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/exports/atoms/std-agent-activity-log.orb +7 -0
- package/behaviors/exports/atoms/std-agent-chat-thread.orb +8 -0
- package/behaviors/exports/atoms/std-agent-classifier.orb +4 -0
- package/behaviors/exports/atoms/std-agent-completion.orb +4 -0
- package/behaviors/exports/atoms/std-agent-context-window.orb +4 -0
- package/behaviors/exports/atoms/std-agent-conversation.orb +8 -0
- package/behaviors/exports/atoms/std-agent-memory.orb +4 -0
- package/behaviors/exports/atoms/std-agent-provider.orb +4 -0
- package/behaviors/exports/atoms/std-agent-search.orb +4 -0
- package/behaviors/exports/atoms/std-agent-session.orb +4 -0
- package/behaviors/exports/atoms/std-agent-step-progress.orb +4 -0
- package/behaviors/exports/atoms/std-agent-token-gauge.orb +4 -0
- package/behaviors/exports/atoms/std-agent-tool-call.orb +4 -0
- package/behaviors/exports/atoms/std-async.orb +4 -0
- package/behaviors/exports/atoms/std-browse.orb +4 -0
- package/behaviors/exports/atoms/std-cache-aside.orb +4 -0
- package/behaviors/exports/atoms/std-calendar.orb +4 -0
- package/behaviors/exports/atoms/std-circuit-breaker.orb +4 -0
- package/behaviors/exports/atoms/std-collision.orb +4 -0
- package/behaviors/exports/atoms/std-combat-log.orb +4 -0
- package/behaviors/exports/atoms/std-combat.orb +4 -0
- package/behaviors/exports/atoms/std-dialogue-box.orb +4 -0
- package/behaviors/exports/atoms/std-display.orb +149 -0
- package/behaviors/exports/atoms/std-drawer.orb +54 -0
- package/behaviors/exports/atoms/std-filter.orb +4 -0
- package/behaviors/exports/atoms/std-flip-card.orb +4 -0
- package/behaviors/exports/atoms/std-gallery.orb +4 -0
- package/behaviors/exports/atoms/std-game-audio.orb +4 -0
- package/behaviors/exports/atoms/std-game-canvas2d.orb +4 -0
- package/behaviors/exports/atoms/std-game-canvas3d.orb +4 -0
- package/behaviors/exports/atoms/std-game-hud.orb +12 -0
- package/behaviors/exports/atoms/std-game-menu.orb +4 -0
- package/behaviors/exports/atoms/std-game-over-screen.orb +4 -0
- package/behaviors/exports/atoms/std-gameflow.orb +4 -0
- package/behaviors/exports/atoms/std-input.orb +4 -0
- package/behaviors/exports/atoms/std-inventory-panel.orb +4 -0
- package/behaviors/exports/atoms/std-isometric-canvas.orb +4 -0
- package/behaviors/exports/atoms/std-loading.orb +4 -0
- package/behaviors/exports/atoms/std-modal.orb +4 -0
- package/behaviors/exports/atoms/std-movement.orb +4 -0
- package/behaviors/exports/atoms/std-notification.orb +4 -0
- package/behaviors/exports/atoms/std-overworld.orb +4 -0
- package/behaviors/exports/atoms/std-pagination.orb +4 -0
- package/behaviors/exports/atoms/std-physics2d.orb +4 -0
- package/behaviors/exports/atoms/std-platformer-canvas.orb +4 -0
- package/behaviors/exports/atoms/std-quest.orb +6 -1
- package/behaviors/exports/atoms/std-rate-limiter.orb +4 -0
- package/behaviors/exports/atoms/std-rating.orb +4 -0
- package/behaviors/exports/atoms/std-score-board.orb +4 -0
- package/behaviors/exports/atoms/std-score.orb +4 -0
- package/behaviors/exports/atoms/std-search.orb +4 -0
- package/behaviors/exports/atoms/std-selection.orb +4 -0
- package/behaviors/exports/atoms/std-service-custom-bearer.orb +4 -0
- package/behaviors/exports/atoms/std-service-custom-header.orb +4 -0
- package/behaviors/exports/atoms/std-service-custom-noauth.orb +4 -0
- package/behaviors/exports/atoms/std-service-custom-query.orb +4 -0
- package/behaviors/exports/atoms/std-service-email.orb +4 -0
- package/behaviors/exports/atoms/std-service-github.orb +4 -0
- package/behaviors/exports/atoms/std-service-llm.orb +4 -0
- package/behaviors/exports/atoms/std-service-oauth.orb +4 -0
- package/behaviors/exports/atoms/std-service-redis.orb +4 -0
- package/behaviors/exports/atoms/std-service-storage.orb +4 -0
- package/behaviors/exports/atoms/std-service-stripe.orb +4 -0
- package/behaviors/exports/atoms/std-service-twilio.orb +4 -0
- package/behaviors/exports/atoms/std-service-youtube.orb +4 -0
- package/behaviors/exports/atoms/std-simulation-canvas.orb +4 -0
- package/behaviors/exports/atoms/std-sort.orb +48 -0
- package/behaviors/exports/atoms/std-sprite.orb +4 -0
- package/behaviors/exports/atoms/std-tabs.orb +12 -0
- package/behaviors/exports/atoms/std-text-effects.orb +4 -0
- package/behaviors/exports/atoms/std-theme.orb +4 -0
- package/behaviors/exports/atoms/std-timer.orb +4 -0
- package/behaviors/exports/atoms/std-undo.orb +4 -0
- package/behaviors/exports/atoms/std-upload.orb +4 -0
- package/behaviors/exports/atoms/std-wizard.orb +22 -0
- package/behaviors/exports/molecules/std-agent-fix-loop.orb +9 -20
- package/behaviors/exports/molecules/std-agent-learner.orb +5 -4
- package/behaviors/exports/molecules/std-agent-planner.orb +6 -8
- package/behaviors/exports/molecules/std-agent-rag.orb +6 -8
- package/behaviors/exports/molecules/std-agent-tool-loop.orb +9 -20
- package/behaviors/exports/molecules/std-builder-game.orb +4 -0
- package/behaviors/exports/molecules/std-cart.orb +1 -2
- package/behaviors/exports/molecules/std-classifier-game.orb +4 -0
- package/behaviors/exports/molecules/std-debugger-game.orb +4 -0
- package/behaviors/exports/molecules/std-detail.orb +21 -0
- package/behaviors/exports/molecules/std-event-handler-game.orb +4 -0
- package/behaviors/exports/molecules/std-form-advanced.orb +4 -0
- package/behaviors/exports/molecules/std-geospatial.orb +1 -2
- package/behaviors/exports/molecules/std-inventory.orb +1 -2
- package/behaviors/exports/molecules/std-list.orb +21 -0
- package/behaviors/exports/molecules/std-messaging.orb +21 -0
- package/behaviors/exports/molecules/std-negotiator-game.orb +4 -0
- package/behaviors/exports/molecules/std-platformer-game.orb +4 -0
- package/behaviors/exports/molecules/std-puzzle-game.orb +4 -0
- package/behaviors/exports/molecules/std-quiz.orb +4 -0
- package/behaviors/exports/molecules/std-sequencer-game.orb +4 -0
- package/behaviors/exports/molecules/std-service-content-pipeline.orb +4 -0
- package/behaviors/exports/molecules/std-service-custom-api-tester.orb +4 -0
- package/behaviors/exports/molecules/std-service-devops-toolkit.orb +4 -0
- package/behaviors/exports/molecules/std-service-notification-hub.orb +4 -0
- package/behaviors/exports/molecules/std-service-payment-flow.orb +4 -0
- package/behaviors/exports/molecules/std-simulator-game.orb +4 -0
- package/behaviors/exports/molecules/std-turn-based-battle.orb +4 -0
- package/behaviors/exports/organisms/std-agent-builder.orb +12 -48
- package/behaviors/exports/organisms/std-agent-pipeline.orb +7 -28
- package/behaviors/exports/organisms/std-agent-reviewer.orb +2 -8
- package/behaviors/exports/organisms/std-api-gateway.orb +5 -0
- package/behaviors/exports/organisms/std-booking-system.orb +10 -0
- package/behaviors/exports/organisms/std-cicd-pipeline.orb +5 -0
- package/behaviors/exports/organisms/std-cms.orb +10 -0
- package/behaviors/exports/organisms/std-crm.orb +10 -0
- package/behaviors/exports/organisms/std-devops-dashboard.orb +5 -0
- package/behaviors/exports/organisms/std-ecommerce.orb +10 -0
- package/behaviors/exports/organisms/std-finance-tracker.orb +5 -0
- package/behaviors/exports/organisms/std-healthcare.orb +10 -0
- package/behaviors/exports/organisms/std-helpdesk.orb +5 -0
- package/behaviors/exports/organisms/std-hr-portal.orb +10 -0
- package/behaviors/exports/organisms/std-iot-dashboard.orb +5 -0
- package/behaviors/exports/organisms/std-lms.orb +5 -0
- package/behaviors/exports/organisms/std-project-manager.orb +10 -0
- package/behaviors/exports/organisms/std-realtime-chat.orb +5 -0
- package/behaviors/exports/organisms/std-service-marketplace.orb +10 -0
- package/behaviors/exports/organisms/std-trading-dashboard.orb +5 -0
- package/behaviors/exports/validation-report.json +163 -304
- package/dist/behaviors/exports/atoms/std-agent-activity-log.orb +7 -0
- package/dist/behaviors/exports/atoms/std-agent-chat-thread.orb +8 -0
- package/dist/behaviors/exports/atoms/std-agent-classifier.orb +4 -0
- package/dist/behaviors/exports/atoms/std-agent-completion.orb +4 -0
- package/dist/behaviors/exports/atoms/std-agent-context-window.orb +4 -0
- package/dist/behaviors/exports/atoms/std-agent-conversation.orb +8 -0
- package/dist/behaviors/exports/atoms/std-agent-memory.orb +4 -0
- package/dist/behaviors/exports/atoms/std-agent-provider.orb +4 -0
- package/dist/behaviors/exports/atoms/std-agent-search.orb +4 -0
- package/dist/behaviors/exports/atoms/std-agent-session.orb +4 -0
- package/dist/behaviors/exports/atoms/std-agent-step-progress.orb +4 -0
- package/dist/behaviors/exports/atoms/std-agent-token-gauge.orb +4 -0
- package/dist/behaviors/exports/atoms/std-agent-tool-call.orb +4 -0
- package/dist/behaviors/exports/atoms/std-async.orb +4 -0
- package/dist/behaviors/exports/atoms/std-browse.orb +4 -0
- package/dist/behaviors/exports/atoms/std-cache-aside.orb +4 -0
- package/dist/behaviors/exports/atoms/std-calendar.orb +4 -0
- package/dist/behaviors/exports/atoms/std-circuit-breaker.orb +4 -0
- package/dist/behaviors/exports/atoms/std-collision.orb +4 -0
- package/dist/behaviors/exports/atoms/std-combat-log.orb +4 -0
- package/dist/behaviors/exports/atoms/std-combat.orb +4 -0
- package/dist/behaviors/exports/atoms/std-dialogue-box.orb +4 -0
- package/dist/behaviors/exports/atoms/std-display.orb +149 -0
- package/dist/behaviors/exports/atoms/std-drawer.orb +54 -0
- package/dist/behaviors/exports/atoms/std-filter.orb +4 -0
- package/dist/behaviors/exports/atoms/std-flip-card.orb +4 -0
- package/dist/behaviors/exports/atoms/std-gallery.orb +4 -0
- package/dist/behaviors/exports/atoms/std-game-audio.orb +4 -0
- package/dist/behaviors/exports/atoms/std-game-canvas2d.orb +4 -0
- package/dist/behaviors/exports/atoms/std-game-canvas3d.orb +4 -0
- package/dist/behaviors/exports/atoms/std-game-hud.orb +12 -0
- package/dist/behaviors/exports/atoms/std-game-menu.orb +4 -0
- package/dist/behaviors/exports/atoms/std-game-over-screen.orb +4 -0
- package/dist/behaviors/exports/atoms/std-gameflow.orb +4 -0
- package/dist/behaviors/exports/atoms/std-input.orb +4 -0
- package/dist/behaviors/exports/atoms/std-inventory-panel.orb +4 -0
- package/dist/behaviors/exports/atoms/std-isometric-canvas.orb +4 -0
- package/dist/behaviors/exports/atoms/std-loading.orb +4 -0
- package/dist/behaviors/exports/atoms/std-modal.orb +4 -0
- package/dist/behaviors/exports/atoms/std-movement.orb +4 -0
- package/dist/behaviors/exports/atoms/std-notification.orb +4 -0
- package/dist/behaviors/exports/atoms/std-overworld.orb +4 -0
- package/dist/behaviors/exports/atoms/std-pagination.orb +4 -0
- package/dist/behaviors/exports/atoms/std-physics2d.orb +4 -0
- package/dist/behaviors/exports/atoms/std-platformer-canvas.orb +4 -0
- package/dist/behaviors/exports/atoms/std-quest.orb +6 -1
- package/dist/behaviors/exports/atoms/std-rate-limiter.orb +4 -0
- package/dist/behaviors/exports/atoms/std-rating.orb +4 -0
- package/dist/behaviors/exports/atoms/std-score-board.orb +4 -0
- package/dist/behaviors/exports/atoms/std-score.orb +4 -0
- package/dist/behaviors/exports/atoms/std-search.orb +4 -0
- package/dist/behaviors/exports/atoms/std-selection.orb +4 -0
- package/dist/behaviors/exports/atoms/std-service-custom-bearer.orb +4 -0
- package/dist/behaviors/exports/atoms/std-service-custom-header.orb +4 -0
- package/dist/behaviors/exports/atoms/std-service-custom-noauth.orb +4 -0
- package/dist/behaviors/exports/atoms/std-service-custom-query.orb +4 -0
- package/dist/behaviors/exports/atoms/std-service-email.orb +4 -0
- package/dist/behaviors/exports/atoms/std-service-github.orb +4 -0
- package/dist/behaviors/exports/atoms/std-service-llm.orb +4 -0
- package/dist/behaviors/exports/atoms/std-service-oauth.orb +4 -0
- package/dist/behaviors/exports/atoms/std-service-redis.orb +4 -0
- package/dist/behaviors/exports/atoms/std-service-storage.orb +4 -0
- package/dist/behaviors/exports/atoms/std-service-stripe.orb +4 -0
- package/dist/behaviors/exports/atoms/std-service-twilio.orb +4 -0
- package/dist/behaviors/exports/atoms/std-service-youtube.orb +4 -0
- package/dist/behaviors/exports/atoms/std-simulation-canvas.orb +4 -0
- package/dist/behaviors/exports/atoms/std-sort.orb +48 -0
- package/dist/behaviors/exports/atoms/std-sprite.orb +4 -0
- package/dist/behaviors/exports/atoms/std-tabs.orb +12 -0
- package/dist/behaviors/exports/atoms/std-text-effects.orb +4 -0
- package/dist/behaviors/exports/atoms/std-theme.orb +4 -0
- package/dist/behaviors/exports/atoms/std-timer.orb +4 -0
- package/dist/behaviors/exports/atoms/std-undo.orb +4 -0
- package/dist/behaviors/exports/atoms/std-upload.orb +4 -0
- package/dist/behaviors/exports/atoms/std-wizard.orb +22 -0
- package/dist/behaviors/exports/molecules/std-agent-fix-loop.orb +9 -20
- package/dist/behaviors/exports/molecules/std-agent-learner.orb +5 -4
- package/dist/behaviors/exports/molecules/std-agent-planner.orb +6 -8
- package/dist/behaviors/exports/molecules/std-agent-rag.orb +6 -8
- package/dist/behaviors/exports/molecules/std-agent-tool-loop.orb +9 -20
- package/dist/behaviors/exports/molecules/std-builder-game.orb +4 -0
- package/dist/behaviors/exports/molecules/std-cart.orb +1 -2
- package/dist/behaviors/exports/molecules/std-classifier-game.orb +4 -0
- package/dist/behaviors/exports/molecules/std-debugger-game.orb +4 -0
- package/dist/behaviors/exports/molecules/std-detail.orb +21 -0
- package/dist/behaviors/exports/molecules/std-event-handler-game.orb +4 -0
- package/dist/behaviors/exports/molecules/std-form-advanced.orb +4 -0
- package/dist/behaviors/exports/molecules/std-geospatial.orb +1 -2
- package/dist/behaviors/exports/molecules/std-inventory.orb +1 -2
- package/dist/behaviors/exports/molecules/std-list.orb +21 -0
- package/dist/behaviors/exports/molecules/std-messaging.orb +21 -0
- package/dist/behaviors/exports/molecules/std-negotiator-game.orb +4 -0
- package/dist/behaviors/exports/molecules/std-platformer-game.orb +4 -0
- package/dist/behaviors/exports/molecules/std-puzzle-game.orb +4 -0
- package/dist/behaviors/exports/molecules/std-quiz.orb +4 -0
- package/dist/behaviors/exports/molecules/std-sequencer-game.orb +4 -0
- package/dist/behaviors/exports/molecules/std-service-content-pipeline.orb +4 -0
- package/dist/behaviors/exports/molecules/std-service-custom-api-tester.orb +4 -0
- package/dist/behaviors/exports/molecules/std-service-devops-toolkit.orb +4 -0
- package/dist/behaviors/exports/molecules/std-service-notification-hub.orb +4 -0
- package/dist/behaviors/exports/molecules/std-service-payment-flow.orb +4 -0
- package/dist/behaviors/exports/molecules/std-simulator-game.orb +4 -0
- package/dist/behaviors/exports/molecules/std-turn-based-battle.orb +4 -0
- package/dist/behaviors/exports/organisms/std-agent-builder.orb +12 -48
- package/dist/behaviors/exports/organisms/std-agent-pipeline.orb +7 -28
- package/dist/behaviors/exports/organisms/std-agent-reviewer.orb +2 -8
- package/dist/behaviors/exports/organisms/std-api-gateway.orb +5 -0
- package/dist/behaviors/exports/organisms/std-booking-system.orb +10 -0
- package/dist/behaviors/exports/organisms/std-cicd-pipeline.orb +5 -0
- package/dist/behaviors/exports/organisms/std-cms.orb +10 -0
- package/dist/behaviors/exports/organisms/std-crm.orb +10 -0
- package/dist/behaviors/exports/organisms/std-devops-dashboard.orb +5 -0
- package/dist/behaviors/exports/organisms/std-ecommerce.orb +10 -0
- package/dist/behaviors/exports/organisms/std-finance-tracker.orb +5 -0
- package/dist/behaviors/exports/organisms/std-healthcare.orb +10 -0
- package/dist/behaviors/exports/organisms/std-helpdesk.orb +5 -0
- package/dist/behaviors/exports/organisms/std-hr-portal.orb +10 -0
- package/dist/behaviors/exports/organisms/std-iot-dashboard.orb +5 -0
- package/dist/behaviors/exports/organisms/std-lms.orb +5 -0
- package/dist/behaviors/exports/organisms/std-project-manager.orb +10 -0
- package/dist/behaviors/exports/organisms/std-realtime-chat.orb +5 -0
- package/dist/behaviors/exports/organisms/std-service-marketplace.orb +10 -0
- package/dist/behaviors/exports/organisms/std-trading-dashboard.orb +5 -0
- package/dist/behaviors/exports/validation-report.json +163 -304
- package/dist/behaviors/exports-reader.js +25 -14
- package/dist/behaviors/exports-reader.js.map +1 -1
- package/dist/behaviors/functions/index.js +17 -13
- package/dist/behaviors/functions/index.js.map +1 -1
- package/dist/behaviors/index.js +25 -14
- package/dist/behaviors/index.js.map +1 -1
- package/dist/behaviors/query.js +17 -13
- package/dist/behaviors/query.js.map +1 -1
- package/dist/exports/atoms/std-agent-activity-log.orb +7 -0
- package/dist/exports/atoms/std-agent-chat-thread.orb +8 -0
- package/dist/exports/atoms/std-agent-classifier.orb +4 -0
- package/dist/exports/atoms/std-agent-completion.orb +4 -0
- package/dist/exports/atoms/std-agent-context-window.orb +4 -0
- package/dist/exports/atoms/std-agent-conversation.orb +8 -0
- package/dist/exports/atoms/std-agent-memory.orb +4 -0
- package/dist/exports/atoms/std-agent-provider.orb +4 -0
- package/dist/exports/atoms/std-agent-search.orb +4 -0
- package/dist/exports/atoms/std-agent-session.orb +4 -0
- package/dist/exports/atoms/std-agent-step-progress.orb +4 -0
- package/dist/exports/atoms/std-agent-token-gauge.orb +4 -0
- package/dist/exports/atoms/std-agent-tool-call.orb +4 -0
- package/dist/exports/atoms/std-async.orb +4 -0
- package/dist/exports/atoms/std-browse.orb +4 -0
- package/dist/exports/atoms/std-cache-aside.orb +4 -0
- package/dist/exports/atoms/std-calendar.orb +4 -0
- package/dist/exports/atoms/std-circuit-breaker.orb +4 -0
- package/dist/exports/atoms/std-collision.orb +4 -0
- package/dist/exports/atoms/std-combat-log.orb +4 -0
- package/dist/exports/atoms/std-combat.orb +4 -0
- package/dist/exports/atoms/std-dialogue-box.orb +4 -0
- package/dist/exports/atoms/std-display.orb +149 -0
- package/dist/exports/atoms/std-drawer.orb +54 -0
- package/dist/exports/atoms/std-filter.orb +4 -0
- package/dist/exports/atoms/std-flip-card.orb +4 -0
- package/dist/exports/atoms/std-gallery.orb +4 -0
- package/dist/exports/atoms/std-game-audio.orb +4 -0
- package/dist/exports/atoms/std-game-canvas2d.orb +4 -0
- package/dist/exports/atoms/std-game-canvas3d.orb +4 -0
- package/dist/exports/atoms/std-game-hud.orb +12 -0
- package/dist/exports/atoms/std-game-menu.orb +4 -0
- package/dist/exports/atoms/std-game-over-screen.orb +4 -0
- package/dist/exports/atoms/std-gameflow.orb +4 -0
- package/dist/exports/atoms/std-input.orb +4 -0
- package/dist/exports/atoms/std-inventory-panel.orb +4 -0
- package/dist/exports/atoms/std-isometric-canvas.orb +4 -0
- package/dist/exports/atoms/std-loading.orb +4 -0
- package/dist/exports/atoms/std-modal.orb +4 -0
- package/dist/exports/atoms/std-movement.orb +4 -0
- package/dist/exports/atoms/std-notification.orb +4 -0
- package/dist/exports/atoms/std-overworld.orb +4 -0
- package/dist/exports/atoms/std-pagination.orb +4 -0
- package/dist/exports/atoms/std-physics2d.orb +4 -0
- package/dist/exports/atoms/std-platformer-canvas.orb +4 -0
- package/dist/exports/atoms/std-quest.orb +6 -1
- package/dist/exports/atoms/std-rate-limiter.orb +4 -0
- package/dist/exports/atoms/std-rating.orb +4 -0
- package/dist/exports/atoms/std-score-board.orb +4 -0
- package/dist/exports/atoms/std-score.orb +4 -0
- package/dist/exports/atoms/std-search.orb +4 -0
- package/dist/exports/atoms/std-selection.orb +4 -0
- package/dist/exports/atoms/std-service-custom-bearer.orb +4 -0
- package/dist/exports/atoms/std-service-custom-header.orb +4 -0
- package/dist/exports/atoms/std-service-custom-noauth.orb +4 -0
- package/dist/exports/atoms/std-service-custom-query.orb +4 -0
- package/dist/exports/atoms/std-service-email.orb +4 -0
- package/dist/exports/atoms/std-service-github.orb +4 -0
- package/dist/exports/atoms/std-service-llm.orb +4 -0
- package/dist/exports/atoms/std-service-oauth.orb +4 -0
- package/dist/exports/atoms/std-service-redis.orb +4 -0
- package/dist/exports/atoms/std-service-storage.orb +4 -0
- package/dist/exports/atoms/std-service-stripe.orb +4 -0
- package/dist/exports/atoms/std-service-twilio.orb +4 -0
- package/dist/exports/atoms/std-service-youtube.orb +4 -0
- package/dist/exports/atoms/std-simulation-canvas.orb +4 -0
- package/dist/exports/atoms/std-sort.orb +48 -0
- package/dist/exports/atoms/std-sprite.orb +4 -0
- package/dist/exports/atoms/std-tabs.orb +12 -0
- package/dist/exports/atoms/std-text-effects.orb +4 -0
- package/dist/exports/atoms/std-theme.orb +4 -0
- package/dist/exports/atoms/std-timer.orb +4 -0
- package/dist/exports/atoms/std-undo.orb +4 -0
- package/dist/exports/atoms/std-upload.orb +4 -0
- package/dist/exports/atoms/std-wizard.orb +22 -0
- package/dist/exports/molecules/std-agent-fix-loop.orb +9 -20
- package/dist/exports/molecules/std-agent-learner.orb +5 -4
- package/dist/exports/molecules/std-agent-planner.orb +6 -8
- package/dist/exports/molecules/std-agent-rag.orb +6 -8
- package/dist/exports/molecules/std-agent-tool-loop.orb +9 -20
- package/dist/exports/molecules/std-builder-game.orb +4 -0
- package/dist/exports/molecules/std-cart.orb +1 -2
- package/dist/exports/molecules/std-classifier-game.orb +4 -0
- package/dist/exports/molecules/std-debugger-game.orb +4 -0
- package/dist/exports/molecules/std-detail.orb +21 -0
- package/dist/exports/molecules/std-event-handler-game.orb +4 -0
- package/dist/exports/molecules/std-form-advanced.orb +4 -0
- package/dist/exports/molecules/std-geospatial.orb +1 -2
- package/dist/exports/molecules/std-inventory.orb +1 -2
- package/dist/exports/molecules/std-list.orb +21 -0
- package/dist/exports/molecules/std-messaging.orb +21 -0
- package/dist/exports/molecules/std-negotiator-game.orb +4 -0
- package/dist/exports/molecules/std-platformer-game.orb +4 -0
- package/dist/exports/molecules/std-puzzle-game.orb +4 -0
- package/dist/exports/molecules/std-quiz.orb +4 -0
- package/dist/exports/molecules/std-sequencer-game.orb +4 -0
- package/dist/exports/molecules/std-service-content-pipeline.orb +4 -0
- package/dist/exports/molecules/std-service-custom-api-tester.orb +4 -0
- package/dist/exports/molecules/std-service-devops-toolkit.orb +4 -0
- package/dist/exports/molecules/std-service-notification-hub.orb +4 -0
- package/dist/exports/molecules/std-service-payment-flow.orb +4 -0
- package/dist/exports/molecules/std-simulator-game.orb +4 -0
- package/dist/exports/molecules/std-turn-based-battle.orb +4 -0
- package/dist/exports/organisms/std-agent-builder.orb +12 -48
- package/dist/exports/organisms/std-agent-pipeline.orb +7 -28
- package/dist/exports/organisms/std-agent-reviewer.orb +2 -8
- package/dist/exports/organisms/std-api-gateway.orb +5 -0
- package/dist/exports/organisms/std-booking-system.orb +10 -0
- package/dist/exports/organisms/std-cicd-pipeline.orb +5 -0
- package/dist/exports/organisms/std-cms.orb +10 -0
- package/dist/exports/organisms/std-crm.orb +10 -0
- package/dist/exports/organisms/std-devops-dashboard.orb +5 -0
- package/dist/exports/organisms/std-ecommerce.orb +10 -0
- package/dist/exports/organisms/std-finance-tracker.orb +5 -0
- package/dist/exports/organisms/std-healthcare.orb +10 -0
- package/dist/exports/organisms/std-helpdesk.orb +5 -0
- package/dist/exports/organisms/std-hr-portal.orb +10 -0
- package/dist/exports/organisms/std-iot-dashboard.orb +5 -0
- package/dist/exports/organisms/std-lms.orb +5 -0
- package/dist/exports/organisms/std-project-manager.orb +10 -0
- package/dist/exports/organisms/std-realtime-chat.orb +5 -0
- package/dist/exports/organisms/std-service-marketplace.orb +10 -0
- package/dist/exports/organisms/std-trading-dashboard.orb +5 -0
- package/dist/exports/validation-report.json +163 -304
- package/dist/index.js +25 -14
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
|
@@ -35,6 +35,10 @@
|
|
|
35
35
|
"name": "createdAt",
|
|
36
36
|
"type": "string"
|
|
37
37
|
},
|
|
38
|
+
{
|
|
39
|
+
"name": "pendingId",
|
|
40
|
+
"type": "string"
|
|
41
|
+
},
|
|
38
42
|
{
|
|
39
43
|
"name": "action",
|
|
40
44
|
"type": "string",
|
|
@@ -251,6 +255,7 @@
|
|
|
251
255
|
"description",
|
|
252
256
|
"status",
|
|
253
257
|
"createdAt",
|
|
258
|
+
"pendingId",
|
|
254
259
|
"action",
|
|
255
260
|
"detail",
|
|
256
261
|
"timestamp",
|
|
@@ -392,6 +397,7 @@
|
|
|
392
397
|
"description",
|
|
393
398
|
"status",
|
|
394
399
|
"createdAt",
|
|
400
|
+
"pendingId",
|
|
395
401
|
"action",
|
|
396
402
|
"detail",
|
|
397
403
|
"timestamp",
|
|
@@ -531,6 +537,7 @@
|
|
|
531
537
|
"description",
|
|
532
538
|
"status",
|
|
533
539
|
"createdAt",
|
|
540
|
+
"pendingId",
|
|
534
541
|
"action",
|
|
535
542
|
"detail",
|
|
536
543
|
"timestamp",
|
|
@@ -35,6 +35,10 @@
|
|
|
35
35
|
"name": "createdAt",
|
|
36
36
|
"type": "string"
|
|
37
37
|
},
|
|
38
|
+
{
|
|
39
|
+
"name": "pendingId",
|
|
40
|
+
"type": "string"
|
|
41
|
+
},
|
|
38
42
|
{
|
|
39
43
|
"name": "role",
|
|
40
44
|
"type": "string",
|
|
@@ -359,6 +363,10 @@
|
|
|
359
363
|
"name": "createdAt",
|
|
360
364
|
"type": "string"
|
|
361
365
|
},
|
|
366
|
+
{
|
|
367
|
+
"name": "pendingId",
|
|
368
|
+
"type": "string"
|
|
369
|
+
},
|
|
362
370
|
{
|
|
363
371
|
"name": "role",
|
|
364
372
|
"type": "string"
|
|
@@ -35,6 +35,10 @@
|
|
|
35
35
|
"name": "createdAt",
|
|
36
36
|
"type": "string"
|
|
37
37
|
},
|
|
38
|
+
{
|
|
39
|
+
"name": "pendingId",
|
|
40
|
+
"type": "string"
|
|
41
|
+
},
|
|
38
42
|
{
|
|
39
43
|
"name": "messages",
|
|
40
44
|
"type": "array",
|
|
@@ -379,6 +383,10 @@
|
|
|
379
383
|
"name": "createdAt",
|
|
380
384
|
"type": "string"
|
|
381
385
|
},
|
|
386
|
+
{
|
|
387
|
+
"name": "pendingId",
|
|
388
|
+
"type": "string"
|
|
389
|
+
},
|
|
382
390
|
{
|
|
383
391
|
"name": "messages",
|
|
384
392
|
"type": "array"
|
|
@@ -33,6 +33,10 @@
|
|
|
33
33
|
{
|
|
34
34
|
"name": "createdAt",
|
|
35
35
|
"type": "string"
|
|
36
|
+
},
|
|
37
|
+
{
|
|
38
|
+
"name": "pendingId",
|
|
39
|
+
"type": "string"
|
|
36
40
|
}
|
|
37
41
|
]
|
|
38
42
|
},
|
|
@@ -263,6 +267,35 @@
|
|
|
263
267
|
]
|
|
264
268
|
}
|
|
265
269
|
]
|
|
270
|
+
},
|
|
271
|
+
{
|
|
272
|
+
"type": "card",
|
|
273
|
+
"children": [
|
|
274
|
+
{
|
|
275
|
+
"type": "stack",
|
|
276
|
+
"direction": "vertical",
|
|
277
|
+
"gap": "sm",
|
|
278
|
+
"children": [
|
|
279
|
+
{
|
|
280
|
+
"type": "typography",
|
|
281
|
+
"variant": "caption",
|
|
282
|
+
"content": "PendingId"
|
|
283
|
+
},
|
|
284
|
+
{
|
|
285
|
+
"type": "typography",
|
|
286
|
+
"variant": "h3",
|
|
287
|
+
"content": [
|
|
288
|
+
"object/get",
|
|
289
|
+
[
|
|
290
|
+
"array/first",
|
|
291
|
+
"@entity"
|
|
292
|
+
],
|
|
293
|
+
"pendingId"
|
|
294
|
+
]
|
|
295
|
+
}
|
|
296
|
+
]
|
|
297
|
+
}
|
|
298
|
+
]
|
|
266
299
|
}
|
|
267
300
|
]
|
|
268
301
|
}
|
|
@@ -575,6 +608,35 @@
|
|
|
575
608
|
]
|
|
576
609
|
}
|
|
577
610
|
]
|
|
611
|
+
},
|
|
612
|
+
{
|
|
613
|
+
"type": "card",
|
|
614
|
+
"children": [
|
|
615
|
+
{
|
|
616
|
+
"type": "stack",
|
|
617
|
+
"direction": "vertical",
|
|
618
|
+
"gap": "sm",
|
|
619
|
+
"children": [
|
|
620
|
+
{
|
|
621
|
+
"type": "typography",
|
|
622
|
+
"variant": "caption",
|
|
623
|
+
"content": "PendingId"
|
|
624
|
+
},
|
|
625
|
+
{
|
|
626
|
+
"type": "typography",
|
|
627
|
+
"variant": "h3",
|
|
628
|
+
"content": [
|
|
629
|
+
"object/get",
|
|
630
|
+
[
|
|
631
|
+
"array/first",
|
|
632
|
+
"@entity"
|
|
633
|
+
],
|
|
634
|
+
"pendingId"
|
|
635
|
+
]
|
|
636
|
+
}
|
|
637
|
+
]
|
|
638
|
+
}
|
|
639
|
+
]
|
|
578
640
|
}
|
|
579
641
|
]
|
|
580
642
|
}
|
|
@@ -887,6 +949,35 @@
|
|
|
887
949
|
]
|
|
888
950
|
}
|
|
889
951
|
]
|
|
952
|
+
},
|
|
953
|
+
{
|
|
954
|
+
"type": "card",
|
|
955
|
+
"children": [
|
|
956
|
+
{
|
|
957
|
+
"type": "stack",
|
|
958
|
+
"direction": "vertical",
|
|
959
|
+
"gap": "sm",
|
|
960
|
+
"children": [
|
|
961
|
+
{
|
|
962
|
+
"type": "typography",
|
|
963
|
+
"variant": "caption",
|
|
964
|
+
"content": "PendingId"
|
|
965
|
+
},
|
|
966
|
+
{
|
|
967
|
+
"type": "typography",
|
|
968
|
+
"variant": "h3",
|
|
969
|
+
"content": [
|
|
970
|
+
"object/get",
|
|
971
|
+
[
|
|
972
|
+
"array/first",
|
|
973
|
+
"@entity"
|
|
974
|
+
],
|
|
975
|
+
"pendingId"
|
|
976
|
+
]
|
|
977
|
+
}
|
|
978
|
+
]
|
|
979
|
+
}
|
|
980
|
+
]
|
|
890
981
|
}
|
|
891
982
|
]
|
|
892
983
|
}
|
|
@@ -1199,6 +1290,35 @@
|
|
|
1199
1290
|
]
|
|
1200
1291
|
}
|
|
1201
1292
|
]
|
|
1293
|
+
},
|
|
1294
|
+
{
|
|
1295
|
+
"type": "card",
|
|
1296
|
+
"children": [
|
|
1297
|
+
{
|
|
1298
|
+
"type": "stack",
|
|
1299
|
+
"direction": "vertical",
|
|
1300
|
+
"gap": "sm",
|
|
1301
|
+
"children": [
|
|
1302
|
+
{
|
|
1303
|
+
"type": "typography",
|
|
1304
|
+
"variant": "caption",
|
|
1305
|
+
"content": "PendingId"
|
|
1306
|
+
},
|
|
1307
|
+
{
|
|
1308
|
+
"type": "typography",
|
|
1309
|
+
"variant": "h3",
|
|
1310
|
+
"content": [
|
|
1311
|
+
"object/get",
|
|
1312
|
+
[
|
|
1313
|
+
"array/first",
|
|
1314
|
+
"@entity"
|
|
1315
|
+
],
|
|
1316
|
+
"pendingId"
|
|
1317
|
+
]
|
|
1318
|
+
}
|
|
1319
|
+
]
|
|
1320
|
+
}
|
|
1321
|
+
]
|
|
1202
1322
|
}
|
|
1203
1323
|
]
|
|
1204
1324
|
}
|
|
@@ -1511,6 +1631,35 @@
|
|
|
1511
1631
|
]
|
|
1512
1632
|
}
|
|
1513
1633
|
]
|
|
1634
|
+
},
|
|
1635
|
+
{
|
|
1636
|
+
"type": "card",
|
|
1637
|
+
"children": [
|
|
1638
|
+
{
|
|
1639
|
+
"type": "stack",
|
|
1640
|
+
"direction": "vertical",
|
|
1641
|
+
"gap": "sm",
|
|
1642
|
+
"children": [
|
|
1643
|
+
{
|
|
1644
|
+
"type": "typography",
|
|
1645
|
+
"variant": "caption",
|
|
1646
|
+
"content": "PendingId"
|
|
1647
|
+
},
|
|
1648
|
+
{
|
|
1649
|
+
"type": "typography",
|
|
1650
|
+
"variant": "h3",
|
|
1651
|
+
"content": [
|
|
1652
|
+
"object/get",
|
|
1653
|
+
[
|
|
1654
|
+
"array/first",
|
|
1655
|
+
"@entity"
|
|
1656
|
+
],
|
|
1657
|
+
"pendingId"
|
|
1658
|
+
]
|
|
1659
|
+
}
|
|
1660
|
+
]
|
|
1661
|
+
}
|
|
1662
|
+
]
|
|
1514
1663
|
}
|
|
1515
1664
|
]
|
|
1516
1665
|
}
|
|
@@ -33,6 +33,10 @@
|
|
|
33
33
|
{
|
|
34
34
|
"name": "createdAt",
|
|
35
35
|
"type": "string"
|
|
36
|
+
},
|
|
37
|
+
{
|
|
38
|
+
"name": "pendingId",
|
|
39
|
+
"type": "string"
|
|
36
40
|
}
|
|
37
41
|
]
|
|
38
42
|
},
|
|
@@ -275,6 +279,31 @@
|
|
|
275
279
|
}
|
|
276
280
|
]
|
|
277
281
|
},
|
|
282
|
+
{
|
|
283
|
+
"type": "stack",
|
|
284
|
+
"direction": "horizontal",
|
|
285
|
+
"gap": "md",
|
|
286
|
+
"justify": "space-between",
|
|
287
|
+
"children": [
|
|
288
|
+
{
|
|
289
|
+
"type": "typography",
|
|
290
|
+
"variant": "caption",
|
|
291
|
+
"content": "PendingId"
|
|
292
|
+
},
|
|
293
|
+
{
|
|
294
|
+
"type": "typography",
|
|
295
|
+
"variant": "body",
|
|
296
|
+
"content": [
|
|
297
|
+
"object/get",
|
|
298
|
+
[
|
|
299
|
+
"array/first",
|
|
300
|
+
"@entity"
|
|
301
|
+
],
|
|
302
|
+
"pendingId"
|
|
303
|
+
]
|
|
304
|
+
}
|
|
305
|
+
]
|
|
306
|
+
},
|
|
278
307
|
{
|
|
279
308
|
"type": "divider"
|
|
280
309
|
},
|
|
@@ -406,6 +435,31 @@
|
|
|
406
435
|
]
|
|
407
436
|
}
|
|
408
437
|
]
|
|
438
|
+
},
|
|
439
|
+
{
|
|
440
|
+
"type": "stack",
|
|
441
|
+
"direction": "horizontal",
|
|
442
|
+
"gap": "md",
|
|
443
|
+
"justify": "space-between",
|
|
444
|
+
"children": [
|
|
445
|
+
{
|
|
446
|
+
"type": "typography",
|
|
447
|
+
"variant": "caption",
|
|
448
|
+
"content": "PendingId"
|
|
449
|
+
},
|
|
450
|
+
{
|
|
451
|
+
"type": "typography",
|
|
452
|
+
"variant": "body",
|
|
453
|
+
"content": [
|
|
454
|
+
"object/get",
|
|
455
|
+
[
|
|
456
|
+
"array/first",
|
|
457
|
+
"@entity"
|
|
458
|
+
],
|
|
459
|
+
"pendingId"
|
|
460
|
+
]
|
|
461
|
+
}
|
|
462
|
+
]
|
|
409
463
|
}
|
|
410
464
|
]
|
|
411
465
|
}
|