@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
|
@@ -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
|
},
|
|
@@ -522,6 +526,24 @@
|
|
|
522
526
|
"content": "@entity.createdAt"
|
|
523
527
|
}
|
|
524
528
|
]
|
|
529
|
+
},
|
|
530
|
+
{
|
|
531
|
+
"type": "stack",
|
|
532
|
+
"direction": "horizontal",
|
|
533
|
+
"gap": "md",
|
|
534
|
+
"justify": "space-between",
|
|
535
|
+
"children": [
|
|
536
|
+
{
|
|
537
|
+
"type": "typography",
|
|
538
|
+
"variant": "caption",
|
|
539
|
+
"content": "Pending Id"
|
|
540
|
+
},
|
|
541
|
+
{
|
|
542
|
+
"type": "typography",
|
|
543
|
+
"variant": "body",
|
|
544
|
+
"content": "@entity.pendingId"
|
|
545
|
+
}
|
|
546
|
+
]
|
|
525
547
|
}
|
|
526
548
|
]
|
|
527
549
|
},
|
|
@@ -34,6 +34,10 @@
|
|
|
34
34
|
"name": "createdAt",
|
|
35
35
|
"type": "string"
|
|
36
36
|
},
|
|
37
|
+
{
|
|
38
|
+
"name": "pendingId",
|
|
39
|
+
"type": "string"
|
|
40
|
+
},
|
|
37
41
|
{
|
|
38
42
|
"name": "target",
|
|
39
43
|
"type": "string",
|
|
@@ -393,15 +397,9 @@
|
|
|
393
397
|
"label": [
|
|
394
398
|
"str/concat",
|
|
395
399
|
"Attempt ",
|
|
396
|
-
|
|
397
|
-
"str/concat",
|
|
398
|
-
"@entity.fixAttempts"
|
|
399
|
-
],
|
|
400
|
+
"@entity.fixAttempts",
|
|
400
401
|
"/",
|
|
401
|
-
|
|
402
|
-
"str/concat",
|
|
403
|
-
"@entity.maxAttempts"
|
|
404
|
-
]
|
|
402
|
+
"@entity.maxAttempts"
|
|
405
403
|
]
|
|
406
404
|
}
|
|
407
405
|
]
|
|
@@ -600,10 +598,7 @@
|
|
|
600
598
|
"label": [
|
|
601
599
|
"str/concat",
|
|
602
600
|
"Attempt ",
|
|
603
|
-
|
|
604
|
-
"str/concat",
|
|
605
|
-
"@entity.fixAttempts"
|
|
606
|
-
]
|
|
601
|
+
"@entity.fixAttempts"
|
|
607
602
|
]
|
|
608
603
|
}
|
|
609
604
|
]
|
|
@@ -865,15 +860,9 @@
|
|
|
865
860
|
"label": [
|
|
866
861
|
"str/concat",
|
|
867
862
|
"Attempt ",
|
|
868
|
-
|
|
869
|
-
"str/concat",
|
|
870
|
-
"@entity.fixAttempts"
|
|
871
|
-
],
|
|
863
|
+
"@entity.fixAttempts",
|
|
872
864
|
"/",
|
|
873
|
-
|
|
874
|
-
"str/concat",
|
|
875
|
-
"@entity.maxAttempts"
|
|
876
|
-
]
|
|
865
|
+
"@entity.maxAttempts"
|
|
877
866
|
]
|
|
878
867
|
}
|
|
879
868
|
]
|
|
@@ -34,6 +34,10 @@
|
|
|
34
34
|
"name": "createdAt",
|
|
35
35
|
"type": "string"
|
|
36
36
|
},
|
|
37
|
+
{
|
|
38
|
+
"name": "pendingId",
|
|
39
|
+
"type": "string"
|
|
40
|
+
},
|
|
37
41
|
{
|
|
38
42
|
"name": "outcome",
|
|
39
43
|
"type": "string",
|
|
@@ -654,10 +658,7 @@
|
|
|
654
658
|
],
|
|
655
659
|
"\n",
|
|
656
660
|
"Consecutive failures: ",
|
|
657
|
-
|
|
658
|
-
"str/concat",
|
|
659
|
-
"@entity.consecutiveFailures"
|
|
660
|
-
],
|
|
661
|
+
"@entity.consecutiveFailures",
|
|
661
662
|
"\n\n",
|
|
662
663
|
"Analyze the impact of this outcome. What should be learned? Keep it to 1-2 sentences."
|
|
663
664
|
]
|
|
@@ -34,6 +34,10 @@
|
|
|
34
34
|
"name": "createdAt",
|
|
35
35
|
"type": "string"
|
|
36
36
|
},
|
|
37
|
+
{
|
|
38
|
+
"name": "pendingId",
|
|
39
|
+
"type": "string"
|
|
40
|
+
},
|
|
37
41
|
{
|
|
38
42
|
"name": "task",
|
|
39
43
|
"type": "string",
|
|
@@ -518,10 +522,7 @@
|
|
|
518
522
|
"type": "badge",
|
|
519
523
|
"label": [
|
|
520
524
|
"str/concat",
|
|
521
|
-
|
|
522
|
-
"str/concat",
|
|
523
|
-
"@entity.memoryCount"
|
|
524
|
-
],
|
|
525
|
+
"@entity.memoryCount",
|
|
525
526
|
" memories loaded"
|
|
526
527
|
]
|
|
527
528
|
}
|
|
@@ -627,10 +628,7 @@
|
|
|
627
628
|
"label": "Confidence",
|
|
628
629
|
"value": [
|
|
629
630
|
"str/concat",
|
|
630
|
-
|
|
631
|
-
"str/concat",
|
|
632
|
-
"@entity.confidence"
|
|
633
|
-
],
|
|
631
|
+
"@entity.confidence",
|
|
634
632
|
"%"
|
|
635
633
|
],
|
|
636
634
|
"icon": "target"
|
|
@@ -34,6 +34,10 @@
|
|
|
34
34
|
"name": "createdAt",
|
|
35
35
|
"type": "string"
|
|
36
36
|
},
|
|
37
|
+
{
|
|
38
|
+
"name": "pendingId",
|
|
39
|
+
"type": "string"
|
|
40
|
+
},
|
|
37
41
|
{
|
|
38
42
|
"name": "query",
|
|
39
43
|
"type": "string",
|
|
@@ -397,10 +401,7 @@
|
|
|
397
401
|
"type": "badge",
|
|
398
402
|
"label": [
|
|
399
403
|
"str/concat",
|
|
400
|
-
|
|
401
|
-
"str/concat",
|
|
402
|
-
"@entity.memoryHits"
|
|
403
|
-
],
|
|
404
|
+
"@entity.memoryHits",
|
|
404
405
|
" memories"
|
|
405
406
|
]
|
|
406
407
|
},
|
|
@@ -408,10 +409,7 @@
|
|
|
408
409
|
"type": "badge",
|
|
409
410
|
"label": [
|
|
410
411
|
"str/concat",
|
|
411
|
-
|
|
412
|
-
"str/concat",
|
|
413
|
-
"@entity.searchHits"
|
|
414
|
-
],
|
|
412
|
+
"@entity.searchHits",
|
|
415
413
|
" code hits"
|
|
416
414
|
]
|
|
417
415
|
}
|
|
@@ -34,6 +34,10 @@
|
|
|
34
34
|
"name": "createdAt",
|
|
35
35
|
"type": "string"
|
|
36
36
|
},
|
|
37
|
+
{
|
|
38
|
+
"name": "pendingId",
|
|
39
|
+
"type": "string"
|
|
40
|
+
},
|
|
37
41
|
{
|
|
38
42
|
"name": "task",
|
|
39
43
|
"type": "string",
|
|
@@ -496,15 +500,9 @@
|
|
|
496
500
|
"label": [
|
|
497
501
|
"str/concat",
|
|
498
502
|
"Iteration ",
|
|
499
|
-
|
|
500
|
-
"str/concat",
|
|
501
|
-
"@entity.iterations"
|
|
502
|
-
],
|
|
503
|
+
"@entity.iterations",
|
|
503
504
|
"/",
|
|
504
|
-
|
|
505
|
-
"str/concat",
|
|
506
|
-
"@entity.maxIterations"
|
|
507
|
-
]
|
|
505
|
+
"@entity.maxIterations"
|
|
508
506
|
]
|
|
509
507
|
}
|
|
510
508
|
]
|
|
@@ -616,10 +614,7 @@
|
|
|
616
614
|
"label": [
|
|
617
615
|
"str/concat",
|
|
618
616
|
"Iteration ",
|
|
619
|
-
|
|
620
|
-
"str/concat",
|
|
621
|
-
"@entity.iterations"
|
|
622
|
-
]
|
|
617
|
+
"@entity.iterations"
|
|
623
618
|
]
|
|
624
619
|
}
|
|
625
620
|
]
|
|
@@ -835,15 +830,9 @@
|
|
|
835
830
|
"label": [
|
|
836
831
|
"str/concat",
|
|
837
832
|
"Iteration ",
|
|
838
|
-
|
|
839
|
-
"str/concat",
|
|
840
|
-
"@entity.iterations"
|
|
841
|
-
],
|
|
833
|
+
"@entity.iterations",
|
|
842
834
|
"/",
|
|
843
|
-
|
|
844
|
-
"str/concat",
|
|
845
|
-
"@entity.maxIterations"
|
|
846
|
-
]
|
|
835
|
+
"@entity.maxIterations"
|
|
847
836
|
]
|
|
848
837
|
}
|
|
849
838
|
]
|
|
@@ -34,6 +34,10 @@
|
|
|
34
34
|
{
|
|
35
35
|
"name": "createdAt",
|
|
36
36
|
"type": "string"
|
|
37
|
+
},
|
|
38
|
+
{
|
|
39
|
+
"name": "pendingId",
|
|
40
|
+
"type": "string"
|
|
37
41
|
}
|
|
38
42
|
]
|
|
39
43
|
},
|
|
@@ -522,6 +526,23 @@
|
|
|
522
526
|
}
|
|
523
527
|
]
|
|
524
528
|
},
|
|
529
|
+
{
|
|
530
|
+
"type": "stack",
|
|
531
|
+
"direction": "horizontal",
|
|
532
|
+
"gap": "md",
|
|
533
|
+
"children": [
|
|
534
|
+
{
|
|
535
|
+
"type": "typography",
|
|
536
|
+
"variant": "caption",
|
|
537
|
+
"content": "Pending ID"
|
|
538
|
+
},
|
|
539
|
+
{
|
|
540
|
+
"type": "typography",
|
|
541
|
+
"variant": "body",
|
|
542
|
+
"content": "@entity.pendingId"
|
|
543
|
+
}
|
|
544
|
+
]
|
|
545
|
+
},
|
|
525
546
|
{
|
|
526
547
|
"type": "divider"
|
|
527
548
|
},
|
|
@@ -34,6 +34,10 @@
|
|
|
34
34
|
{
|
|
35
35
|
"name": "createdAt",
|
|
36
36
|
"type": "string"
|
|
37
|
+
},
|
|
38
|
+
{
|
|
39
|
+
"name": "pendingId",
|
|
40
|
+
"type": "string"
|
|
37
41
|
}
|
|
38
42
|
]
|
|
39
43
|
},
|
|
@@ -749,6 +753,23 @@
|
|
|
749
753
|
}
|
|
750
754
|
]
|
|
751
755
|
},
|
|
756
|
+
{
|
|
757
|
+
"type": "stack",
|
|
758
|
+
"direction": "horizontal",
|
|
759
|
+
"gap": "md",
|
|
760
|
+
"children": [
|
|
761
|
+
{
|
|
762
|
+
"type": "typography",
|
|
763
|
+
"variant": "caption",
|
|
764
|
+
"content": "Pending ID"
|
|
765
|
+
},
|
|
766
|
+
{
|
|
767
|
+
"type": "typography",
|
|
768
|
+
"variant": "body",
|
|
769
|
+
"content": "@entity.pendingId"
|
|
770
|
+
}
|
|
771
|
+
]
|
|
772
|
+
},
|
|
752
773
|
{
|
|
753
774
|
"type": "divider"
|
|
754
775
|
},
|
|
@@ -34,6 +34,10 @@
|
|
|
34
34
|
{
|
|
35
35
|
"name": "createdAt",
|
|
36
36
|
"type": "string"
|
|
37
|
+
},
|
|
38
|
+
{
|
|
39
|
+
"name": "pendingId",
|
|
40
|
+
"type": "string"
|
|
37
41
|
}
|
|
38
42
|
]
|
|
39
43
|
},
|
|
@@ -506,6 +510,23 @@
|
|
|
506
510
|
}
|
|
507
511
|
]
|
|
508
512
|
},
|
|
513
|
+
{
|
|
514
|
+
"type": "stack",
|
|
515
|
+
"direction": "horizontal",
|
|
516
|
+
"gap": "md",
|
|
517
|
+
"children": [
|
|
518
|
+
{
|
|
519
|
+
"type": "typography",
|
|
520
|
+
"variant": "caption",
|
|
521
|
+
"content": "Pending ID"
|
|
522
|
+
},
|
|
523
|
+
{
|
|
524
|
+
"type": "typography",
|
|
525
|
+
"variant": "body",
|
|
526
|
+
"content": "@entity.pendingId"
|
|
527
|
+
}
|
|
528
|
+
]
|
|
529
|
+
},
|
|
509
530
|
{
|
|
510
531
|
"type": "divider"
|
|
511
532
|
},
|