@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
|
@@ -603,10 +603,7 @@
|
|
|
603
603
|
"type": "badge",
|
|
604
604
|
"label": [
|
|
605
605
|
"str/concat",
|
|
606
|
-
|
|
607
|
-
"str/concat",
|
|
608
|
-
"@entity.memoryCount"
|
|
609
|
-
],
|
|
606
|
+
"@entity.memoryCount",
|
|
610
607
|
" memories loaded"
|
|
611
608
|
]
|
|
612
609
|
}
|
|
@@ -735,10 +732,7 @@
|
|
|
735
732
|
"label": "Confidence",
|
|
736
733
|
"value": [
|
|
737
734
|
"str/concat",
|
|
738
|
-
|
|
739
|
-
"str/concat",
|
|
740
|
-
"@entity.confidence"
|
|
741
|
-
],
|
|
735
|
+
"@entity.confidence",
|
|
742
736
|
"%"
|
|
743
737
|
],
|
|
744
738
|
"icon": "target"
|
|
@@ -2931,15 +2925,9 @@
|
|
|
2931
2925
|
"label": [
|
|
2932
2926
|
"str/concat",
|
|
2933
2927
|
"Iteration ",
|
|
2934
|
-
|
|
2935
|
-
"str/concat",
|
|
2936
|
-
"@entity.iterations"
|
|
2937
|
-
],
|
|
2928
|
+
"@entity.iterations",
|
|
2938
2929
|
"/",
|
|
2939
|
-
|
|
2940
|
-
"str/concat",
|
|
2941
|
-
"@entity.maxIterations"
|
|
2942
|
-
]
|
|
2930
|
+
"@entity.maxIterations"
|
|
2943
2931
|
]
|
|
2944
2932
|
}
|
|
2945
2933
|
]
|
|
@@ -3074,10 +3062,7 @@
|
|
|
3074
3062
|
"label": [
|
|
3075
3063
|
"str/concat",
|
|
3076
3064
|
"Iteration ",
|
|
3077
|
-
|
|
3078
|
-
"str/concat",
|
|
3079
|
-
"@entity.iterations"
|
|
3080
|
-
]
|
|
3065
|
+
"@entity.iterations"
|
|
3081
3066
|
]
|
|
3082
3067
|
}
|
|
3083
3068
|
]
|
|
@@ -3339,15 +3324,9 @@
|
|
|
3339
3324
|
"label": [
|
|
3340
3325
|
"str/concat",
|
|
3341
3326
|
"Iteration ",
|
|
3342
|
-
|
|
3343
|
-
"str/concat",
|
|
3344
|
-
"@entity.iterations"
|
|
3345
|
-
],
|
|
3327
|
+
"@entity.iterations",
|
|
3346
3328
|
"/",
|
|
3347
|
-
|
|
3348
|
-
"str/concat",
|
|
3349
|
-
"@entity.maxIterations"
|
|
3350
|
-
]
|
|
3329
|
+
"@entity.maxIterations"
|
|
3351
3330
|
]
|
|
3352
3331
|
}
|
|
3353
3332
|
]
|
|
@@ -8223,15 +8202,9 @@
|
|
|
8223
8202
|
"label": [
|
|
8224
8203
|
"str/concat",
|
|
8225
8204
|
"Attempt ",
|
|
8226
|
-
|
|
8227
|
-
"str/concat",
|
|
8228
|
-
"@entity.fixAttempts"
|
|
8229
|
-
],
|
|
8205
|
+
"@entity.fixAttempts",
|
|
8230
8206
|
"/",
|
|
8231
|
-
|
|
8232
|
-
"str/concat",
|
|
8233
|
-
"@entity.maxAttempts"
|
|
8234
|
-
]
|
|
8207
|
+
"@entity.maxAttempts"
|
|
8235
8208
|
]
|
|
8236
8209
|
}
|
|
8237
8210
|
]
|
|
@@ -8476,10 +8449,7 @@
|
|
|
8476
8449
|
"label": [
|
|
8477
8450
|
"str/concat",
|
|
8478
8451
|
"Attempt ",
|
|
8479
|
-
|
|
8480
|
-
"str/concat",
|
|
8481
|
-
"@entity.fixAttempts"
|
|
8482
|
-
]
|
|
8452
|
+
"@entity.fixAttempts"
|
|
8483
8453
|
]
|
|
8484
8454
|
}
|
|
8485
8455
|
]
|
|
@@ -8810,15 +8780,9 @@
|
|
|
8810
8780
|
"label": [
|
|
8811
8781
|
"str/concat",
|
|
8812
8782
|
"Attempt ",
|
|
8813
|
-
|
|
8814
|
-
"str/concat",
|
|
8815
|
-
"@entity.fixAttempts"
|
|
8816
|
-
],
|
|
8783
|
+
"@entity.fixAttempts",
|
|
8817
8784
|
"/",
|
|
8818
|
-
|
|
8819
|
-
"str/concat",
|
|
8820
|
-
"@entity.maxAttempts"
|
|
8821
|
-
]
|
|
8785
|
+
"@entity.maxAttempts"
|
|
8822
8786
|
]
|
|
8823
8787
|
}
|
|
8824
8788
|
]
|
|
@@ -608,10 +608,7 @@
|
|
|
608
608
|
"type": "badge",
|
|
609
609
|
"label": [
|
|
610
610
|
"str/concat",
|
|
611
|
-
|
|
612
|
-
"str/concat",
|
|
613
|
-
"@entity.memoryCount"
|
|
614
|
-
],
|
|
611
|
+
"@entity.memoryCount",
|
|
615
612
|
" memories loaded"
|
|
616
613
|
]
|
|
617
614
|
}
|
|
@@ -740,10 +737,7 @@
|
|
|
740
737
|
"label": "Confidence",
|
|
741
738
|
"value": [
|
|
742
739
|
"str/concat",
|
|
743
|
-
|
|
744
|
-
"str/concat",
|
|
745
|
-
"@entity.confidence"
|
|
746
|
-
],
|
|
740
|
+
"@entity.confidence",
|
|
747
741
|
"%"
|
|
748
742
|
],
|
|
749
743
|
"icon": "target"
|
|
@@ -2936,15 +2930,9 @@
|
|
|
2936
2930
|
"label": [
|
|
2937
2931
|
"str/concat",
|
|
2938
2932
|
"Iteration ",
|
|
2939
|
-
|
|
2940
|
-
"str/concat",
|
|
2941
|
-
"@entity.iterations"
|
|
2942
|
-
],
|
|
2933
|
+
"@entity.iterations",
|
|
2943
2934
|
"/",
|
|
2944
|
-
|
|
2945
|
-
"str/concat",
|
|
2946
|
-
"@entity.maxIterations"
|
|
2947
|
-
]
|
|
2935
|
+
"@entity.maxIterations"
|
|
2948
2936
|
]
|
|
2949
2937
|
}
|
|
2950
2938
|
]
|
|
@@ -3079,10 +3067,7 @@
|
|
|
3079
3067
|
"label": [
|
|
3080
3068
|
"str/concat",
|
|
3081
3069
|
"Iteration ",
|
|
3082
|
-
|
|
3083
|
-
"str/concat",
|
|
3084
|
-
"@entity.iterations"
|
|
3085
|
-
]
|
|
3070
|
+
"@entity.iterations"
|
|
3086
3071
|
]
|
|
3087
3072
|
}
|
|
3088
3073
|
]
|
|
@@ -3344,15 +3329,9 @@
|
|
|
3344
3329
|
"label": [
|
|
3345
3330
|
"str/concat",
|
|
3346
3331
|
"Iteration ",
|
|
3347
|
-
|
|
3348
|
-
"str/concat",
|
|
3349
|
-
"@entity.iterations"
|
|
3350
|
-
],
|
|
3332
|
+
"@entity.iterations",
|
|
3351
3333
|
"/",
|
|
3352
|
-
|
|
3353
|
-
"str/concat",
|
|
3354
|
-
"@entity.maxIterations"
|
|
3355
|
-
]
|
|
3334
|
+
"@entity.maxIterations"
|
|
3356
3335
|
]
|
|
3357
3336
|
}
|
|
3358
3337
|
]
|
|
@@ -1095,10 +1095,7 @@
|
|
|
1095
1095
|
"type": "badge",
|
|
1096
1096
|
"label": [
|
|
1097
1097
|
"str/concat",
|
|
1098
|
-
|
|
1099
|
-
"str/concat",
|
|
1100
|
-
"@entity.memoryHits"
|
|
1101
|
-
],
|
|
1098
|
+
"@entity.memoryHits",
|
|
1102
1099
|
" memories"
|
|
1103
1100
|
]
|
|
1104
1101
|
},
|
|
@@ -1106,10 +1103,7 @@
|
|
|
1106
1103
|
"type": "badge",
|
|
1107
1104
|
"label": [
|
|
1108
1105
|
"str/concat",
|
|
1109
|
-
|
|
1110
|
-
"str/concat",
|
|
1111
|
-
"@entity.searchHits"
|
|
1112
|
-
],
|
|
1106
|
+
"@entity.searchHits",
|
|
1113
1107
|
" code hits"
|
|
1114
1108
|
]
|
|
1115
1109
|
}
|
|
@@ -41,6 +41,11 @@
|
|
|
41
41
|
"name": "available",
|
|
42
42
|
"type": "boolean",
|
|
43
43
|
"default": true
|
|
44
|
+
},
|
|
45
|
+
{
|
|
46
|
+
"name": "pendingId",
|
|
47
|
+
"type": "string",
|
|
48
|
+
"default": ""
|
|
44
49
|
}
|
|
45
50
|
]
|
|
46
51
|
},
|
|
@@ -2606,6 +2611,11 @@
|
|
|
2606
2611
|
{
|
|
2607
2612
|
"name": "notes",
|
|
2608
2613
|
"type": "string"
|
|
2614
|
+
},
|
|
2615
|
+
{
|
|
2616
|
+
"name": "pendingId",
|
|
2617
|
+
"type": "string",
|
|
2618
|
+
"default": ""
|
|
2609
2619
|
}
|
|
2610
2620
|
]
|
|
2611
2621
|
},
|
|
@@ -46,6 +46,11 @@
|
|
|
46
46
|
{
|
|
47
47
|
"name": "publishedAt",
|
|
48
48
|
"type": "date"
|
|
49
|
+
},
|
|
50
|
+
{
|
|
51
|
+
"name": "pendingId",
|
|
52
|
+
"type": "string",
|
|
53
|
+
"default": ""
|
|
49
54
|
}
|
|
50
55
|
]
|
|
51
56
|
},
|
|
@@ -1826,6 +1831,11 @@
|
|
|
1826
1831
|
"name": "articleCount",
|
|
1827
1832
|
"type": "number",
|
|
1828
1833
|
"default": 0
|
|
1834
|
+
},
|
|
1835
|
+
{
|
|
1836
|
+
"name": "pendingId",
|
|
1837
|
+
"type": "string",
|
|
1838
|
+
"default": ""
|
|
1829
1839
|
}
|
|
1830
1840
|
]
|
|
1831
1841
|
},
|
|
@@ -43,6 +43,11 @@
|
|
|
43
43
|
"customer",
|
|
44
44
|
"inactive"
|
|
45
45
|
]
|
|
46
|
+
},
|
|
47
|
+
{
|
|
48
|
+
"name": "pendingId",
|
|
49
|
+
"type": "string",
|
|
50
|
+
"default": ""
|
|
46
51
|
}
|
|
47
52
|
]
|
|
48
53
|
},
|
|
@@ -1167,6 +1172,11 @@
|
|
|
1167
1172
|
"name": "closedAt",
|
|
1168
1173
|
"type": "date",
|
|
1169
1174
|
"default": ""
|
|
1175
|
+
},
|
|
1176
|
+
{
|
|
1177
|
+
"name": "pendingId",
|
|
1178
|
+
"type": "string",
|
|
1179
|
+
"default": ""
|
|
1170
1180
|
}
|
|
1171
1181
|
]
|
|
1172
1182
|
},
|
|
@@ -40,6 +40,11 @@
|
|
|
40
40
|
"name": "inStock",
|
|
41
41
|
"type": "boolean",
|
|
42
42
|
"default": true
|
|
43
|
+
},
|
|
44
|
+
{
|
|
45
|
+
"name": "pendingId",
|
|
46
|
+
"type": "string",
|
|
47
|
+
"default": ""
|
|
43
48
|
}
|
|
44
49
|
]
|
|
45
50
|
},
|
|
@@ -3462,6 +3467,11 @@
|
|
|
3462
3467
|
"delivered",
|
|
3463
3468
|
"cancelled"
|
|
3464
3469
|
]
|
|
3470
|
+
},
|
|
3471
|
+
{
|
|
3472
|
+
"name": "pendingId",
|
|
3473
|
+
"type": "string",
|
|
3474
|
+
"default": ""
|
|
3465
3475
|
}
|
|
3466
3476
|
]
|
|
3467
3477
|
},
|
|
@@ -46,6 +46,11 @@
|
|
|
46
46
|
"inactive",
|
|
47
47
|
"discharged"
|
|
48
48
|
]
|
|
49
|
+
},
|
|
50
|
+
{
|
|
51
|
+
"name": "pendingId",
|
|
52
|
+
"type": "string",
|
|
53
|
+
"default": ""
|
|
49
54
|
}
|
|
50
55
|
]
|
|
51
56
|
},
|
|
@@ -1195,6 +1200,11 @@
|
|
|
1195
1200
|
"completed",
|
|
1196
1201
|
"cancelled"
|
|
1197
1202
|
]
|
|
1203
|
+
},
|
|
1204
|
+
{
|
|
1205
|
+
"name": "pendingId",
|
|
1206
|
+
"type": "string",
|
|
1207
|
+
"default": ""
|
|
1198
1208
|
}
|
|
1199
1209
|
]
|
|
1200
1210
|
},
|
|
@@ -37,6 +37,11 @@
|
|
|
37
37
|
"name": "startDate",
|
|
38
38
|
"type": "date",
|
|
39
39
|
"default": ""
|
|
40
|
+
},
|
|
41
|
+
{
|
|
42
|
+
"name": "pendingId",
|
|
43
|
+
"type": "string",
|
|
44
|
+
"default": ""
|
|
40
45
|
}
|
|
41
46
|
]
|
|
42
47
|
},
|
|
@@ -2550,6 +2555,11 @@
|
|
|
2550
2555
|
"approved",
|
|
2551
2556
|
"denied"
|
|
2552
2557
|
]
|
|
2558
|
+
},
|
|
2559
|
+
{
|
|
2560
|
+
"name": "pendingId",
|
|
2561
|
+
"type": "string",
|
|
2562
|
+
"default": ""
|
|
2553
2563
|
}
|
|
2554
2564
|
]
|
|
2555
2565
|
},
|
|
@@ -57,6 +57,11 @@
|
|
|
57
57
|
{
|
|
58
58
|
"name": "dueDate",
|
|
59
59
|
"type": "date"
|
|
60
|
+
},
|
|
61
|
+
{
|
|
62
|
+
"name": "pendingId",
|
|
63
|
+
"type": "string",
|
|
64
|
+
"default": ""
|
|
60
65
|
}
|
|
61
66
|
]
|
|
62
67
|
},
|
|
@@ -1215,6 +1220,11 @@
|
|
|
1215
1220
|
"name": "taskCount",
|
|
1216
1221
|
"type": "number",
|
|
1217
1222
|
"default": 0
|
|
1223
|
+
},
|
|
1224
|
+
{
|
|
1225
|
+
"name": "pendingId",
|
|
1226
|
+
"type": "string",
|
|
1227
|
+
"default": ""
|
|
1218
1228
|
}
|
|
1219
1229
|
]
|
|
1220
1230
|
},
|
|
@@ -36,6 +36,11 @@
|
|
|
36
36
|
"name": "inStock",
|
|
37
37
|
"type": "boolean",
|
|
38
38
|
"default": true
|
|
39
|
+
},
|
|
40
|
+
{
|
|
41
|
+
"name": "pendingId",
|
|
42
|
+
"type": "string",
|
|
43
|
+
"default": ""
|
|
39
44
|
}
|
|
40
45
|
]
|
|
41
46
|
},
|
|
@@ -3427,6 +3432,11 @@
|
|
|
3427
3432
|
{
|
|
3428
3433
|
"name": "orderDate",
|
|
3429
3434
|
"type": "string"
|
|
3435
|
+
},
|
|
3436
|
+
{
|
|
3437
|
+
"name": "pendingId",
|
|
3438
|
+
"type": "string",
|
|
3439
|
+
"default": ""
|
|
3430
3440
|
}
|
|
3431
3441
|
]
|
|
3432
3442
|
},
|