@almadar/std 5.0.0 → 5.2.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/behaviors/exports/atoms/std-agent-activity-log.orb +5 -45
- package/behaviors/exports/atoms/std-agent-chat-thread.orb +5 -55
- package/behaviors/exports/atoms/std-agent-classifier.orb +8 -8
- package/behaviors/exports/atoms/std-agent-completion.orb +8 -8
- package/behaviors/exports/atoms/std-agent-context-window.orb +5 -4
- package/behaviors/exports/atoms/std-agent-conversation.orb +5 -71
- package/behaviors/exports/atoms/std-agent-memory.orb +13 -127
- package/behaviors/exports/atoms/std-agent-provider.orb +8 -8
- package/behaviors/exports/atoms/std-agent-search.orb +6 -27
- package/behaviors/exports/atoms/std-agent-session.orb +11 -85
- package/behaviors/exports/atoms/std-agent-step-progress.orb +5 -4
- package/behaviors/exports/atoms/std-agent-token-gauge.orb +5 -4
- package/behaviors/exports/atoms/std-agent-tool-call.orb +8 -8
- package/behaviors/exports/atoms/std-async.orb +5 -8
- package/behaviors/exports/atoms/std-autoregressive.orb +4 -2
- package/behaviors/exports/atoms/std-browse.orb +5 -4
- package/behaviors/exports/atoms/std-cache-aside.orb +5 -8
- package/behaviors/exports/atoms/std-calendar.orb +5 -4
- package/behaviors/exports/atoms/std-circuit-breaker.orb +5 -4
- package/behaviors/exports/atoms/std-collision.orb +5 -4
- package/behaviors/exports/atoms/std-combat-log.orb +5 -4
- package/behaviors/exports/atoms/std-combat.orb +5 -4
- package/behaviors/exports/atoms/std-confirmation.orb +10 -4
- package/behaviors/exports/atoms/std-dialogue-box.orb +5 -4
- package/behaviors/exports/atoms/std-display.orb +5 -4
- package/behaviors/exports/atoms/std-drawer.orb +5 -4
- package/behaviors/exports/atoms/std-filter.orb +5 -4
- package/behaviors/exports/atoms/std-flip-card.orb +5 -4
- package/behaviors/exports/atoms/std-gallery.orb +5 -4
- package/behaviors/exports/atoms/std-game-audio.orb +5 -4
- package/behaviors/exports/atoms/std-game-canvas2d.orb +4 -2
- package/behaviors/exports/atoms/std-game-canvas3d.orb +4 -2
- package/behaviors/exports/atoms/std-game-hud.orb +5 -4
- package/behaviors/exports/atoms/std-game-menu.orb +5 -4
- package/behaviors/exports/atoms/std-game-over-screen.orb +5 -4
- package/behaviors/exports/atoms/std-gameflow.orb +5 -4
- package/behaviors/exports/atoms/std-input.orb +5 -4
- package/behaviors/exports/atoms/std-inventory-panel.orb +5 -8
- package/behaviors/exports/atoms/std-isometric-canvas.orb +5 -4
- package/behaviors/exports/atoms/std-loading.orb +5 -4
- package/behaviors/exports/atoms/std-modal.orb +89 -4
- package/behaviors/exports/atoms/std-movement.orb +5 -4
- package/behaviors/exports/atoms/std-notification.orb +5 -4
- package/behaviors/exports/atoms/std-overworld.orb +5 -4
- package/behaviors/exports/atoms/std-pagination.orb +5 -4
- package/behaviors/exports/atoms/std-physics2d.orb +5 -4
- package/behaviors/exports/atoms/std-platformer-canvas.orb +5 -4
- package/behaviors/exports/atoms/std-quest.orb +5 -8
- package/behaviors/exports/atoms/std-rate-limiter.orb +5 -4
- package/behaviors/exports/atoms/std-rating.orb +5 -4
- package/behaviors/exports/atoms/std-score-board.orb +5 -4
- package/behaviors/exports/atoms/std-score.orb +5 -4
- package/behaviors/exports/atoms/std-search.orb +5 -4
- package/behaviors/exports/atoms/std-selection.orb +5 -4
- package/behaviors/exports/atoms/std-service-custom-bearer.orb +5 -15
- package/behaviors/exports/atoms/std-service-custom-header.orb +5 -17
- package/behaviors/exports/atoms/std-service-custom-noauth.orb +5 -11
- package/behaviors/exports/atoms/std-service-custom-query.orb +5 -17
- package/behaviors/exports/atoms/std-service-email.orb +5 -4
- package/behaviors/exports/atoms/std-service-github.orb +5 -4
- package/behaviors/exports/atoms/std-service-llm.orb +5 -4
- package/behaviors/exports/atoms/std-service-oauth.orb +5 -4
- package/behaviors/exports/atoms/std-service-redis.orb +5 -4
- package/behaviors/exports/atoms/std-service-storage.orb +5 -4
- package/behaviors/exports/atoms/std-service-stripe.orb +5 -4
- package/behaviors/exports/atoms/std-service-twilio.orb +5 -4
- package/behaviors/exports/atoms/std-service-youtube.orb +5 -4
- package/behaviors/exports/atoms/std-simulation-canvas.orb +5 -4
- package/behaviors/exports/atoms/std-sort.orb +5 -4
- package/behaviors/exports/atoms/std-sprite.orb +5 -4
- package/behaviors/exports/atoms/std-tabs.orb +5 -4
- package/behaviors/exports/atoms/std-text-effects.orb +5 -4
- package/behaviors/exports/atoms/std-theme.orb +5 -4
- package/behaviors/exports/atoms/std-timer.orb +5 -4
- package/behaviors/exports/atoms/std-undo.orb +5 -4
- package/behaviors/exports/atoms/std-upload.orb +5 -4
- package/behaviors/exports/atoms/std-validate-on-save.orb +5 -32
- package/behaviors/exports/atoms/std-wizard.orb +5 -4
- package/behaviors/exports/molecules/std-agent-fix-loop.orb +1141 -1709
- package/behaviors/exports/molecules/std-agent-learner.orb +608 -938
- package/behaviors/exports/molecules/std-agent-planner.orb +613 -961
- package/behaviors/exports/molecules/std-agent-rag.orb +586 -915
- package/behaviors/exports/molecules/std-agent-tool-loop.orb +915 -2846
- package/behaviors/exports/molecules/std-builder-game.orb +5 -4
- package/behaviors/exports/molecules/std-cart.orb +196 -307
- package/behaviors/exports/molecules/std-classifier-game.orb +5 -4
- package/behaviors/exports/molecules/std-debugger-game.orb +5 -4
- package/behaviors/exports/molecules/std-detail.orb +309 -467
- package/behaviors/exports/molecules/std-event-handler-game.orb +5 -4
- package/behaviors/exports/molecules/std-form-advanced.orb +5 -8
- package/behaviors/exports/molecules/std-geospatial.orb +363 -539
- package/behaviors/exports/molecules/std-inventory.orb +390 -720
- package/behaviors/exports/molecules/std-list.orb +526 -1156
- package/behaviors/exports/molecules/std-messaging.orb +295 -452
- package/behaviors/exports/molecules/std-negotiator-game.orb +5 -4
- package/behaviors/exports/molecules/std-platformer-game.orb +5 -4
- package/behaviors/exports/molecules/std-puzzle-game.orb +5 -4
- package/behaviors/exports/molecules/std-quiz.orb +5 -4
- package/behaviors/exports/molecules/std-sequencer-game.orb +5 -4
- package/behaviors/exports/molecules/std-service-content-pipeline.orb +5 -4
- package/behaviors/exports/molecules/std-service-custom-api-tester.orb +5 -42
- package/behaviors/exports/molecules/std-service-devops-toolkit.orb +5 -4
- package/behaviors/exports/molecules/std-service-notification-hub.orb +5 -4
- package/behaviors/exports/molecules/std-service-payment-flow.orb +5 -4
- package/behaviors/exports/molecules/std-simulator-game.orb +5 -4
- package/behaviors/exports/molecules/std-turn-based-battle.orb +5 -4
- package/behaviors/exports/organisms/std-agent-assistant.orb +15 -143
- package/behaviors/exports/organisms/std-agent-builder.orb +814 -1476
- package/behaviors/exports/organisms/std-agent-pipeline.orb +785 -1567
- package/behaviors/exports/organisms/std-agent-reviewer.orb +299 -502
- package/behaviors/exports/organisms/std-agent-tutor.orb +306 -493
- package/behaviors/exports/organisms/std-api-gateway.orb +284 -626
- package/behaviors/exports/organisms/std-arcade-game.orb +4 -4
- package/behaviors/exports/organisms/std-booking-system.orb +1422 -2160
- package/behaviors/exports/organisms/std-cicd-pipeline.orb +274 -617
- package/behaviors/exports/organisms/std-cms.orb +1274 -1972
- package/behaviors/exports/organisms/std-coding-academy.orb +4 -4
- package/behaviors/exports/organisms/std-crm.orb +999 -1775
- package/behaviors/exports/organisms/std-devops-dashboard.orb +284 -638
- package/behaviors/exports/organisms/std-ecommerce.orb +1653 -2398
- package/behaviors/exports/organisms/std-finance-tracker.orb +340 -684
- package/behaviors/exports/organisms/std-healthcare.orb +984 -1838
- package/behaviors/exports/organisms/std-helpdesk.orb +340 -744
- package/behaviors/exports/organisms/std-hr-portal.orb +1401 -2151
- package/behaviors/exports/organisms/std-iot-dashboard.orb +284 -626
- package/behaviors/exports/organisms/std-lms.orb +284 -632
- package/behaviors/exports/organisms/std-logic-training.orb +4 -4
- package/behaviors/exports/organisms/std-platformer-app.orb +15 -98
- package/behaviors/exports/organisms/std-project-manager.orb +970 -1774
- package/behaviors/exports/organisms/std-puzzle-app.orb +4 -4
- package/behaviors/exports/organisms/std-realtime-chat.orb +364 -714
- package/behaviors/exports/organisms/std-rpg-game.orb +15 -102
- package/behaviors/exports/organisms/std-service-marketplace.orb +1589 -2361
- package/behaviors/exports/organisms/std-service-research-assistant.orb +4 -15
- package/behaviors/exports/organisms/std-social-feed.orb +62 -66
- package/behaviors/exports/organisms/std-stem-lab.orb +4 -4
- package/behaviors/exports/organisms/std-strategy-game.orb +4 -4
- package/behaviors/exports/organisms/std-trading-dashboard.orb +274 -620
- package/dist/behaviors/exports/atoms/std-agent-activity-log.orb +5 -45
- package/dist/behaviors/exports/atoms/std-agent-chat-thread.orb +5 -55
- package/dist/behaviors/exports/atoms/std-agent-classifier.orb +8 -8
- package/dist/behaviors/exports/atoms/std-agent-completion.orb +8 -8
- package/dist/behaviors/exports/atoms/std-agent-context-window.orb +5 -4
- package/dist/behaviors/exports/atoms/std-agent-conversation.orb +5 -71
- package/dist/behaviors/exports/atoms/std-agent-memory.orb +13 -127
- package/dist/behaviors/exports/atoms/std-agent-provider.orb +8 -8
- package/dist/behaviors/exports/atoms/std-agent-search.orb +6 -27
- package/dist/behaviors/exports/atoms/std-agent-session.orb +11 -85
- package/dist/behaviors/exports/atoms/std-agent-step-progress.orb +5 -4
- package/dist/behaviors/exports/atoms/std-agent-token-gauge.orb +5 -4
- package/dist/behaviors/exports/atoms/std-agent-tool-call.orb +8 -8
- package/dist/behaviors/exports/atoms/std-async.orb +5 -8
- package/dist/behaviors/exports/atoms/std-autoregressive.orb +4 -2
- package/dist/behaviors/exports/atoms/std-browse.orb +5 -4
- package/dist/behaviors/exports/atoms/std-cache-aside.orb +5 -8
- package/dist/behaviors/exports/atoms/std-calendar.orb +5 -4
- package/dist/behaviors/exports/atoms/std-circuit-breaker.orb +5 -4
- package/dist/behaviors/exports/atoms/std-collision.orb +5 -4
- package/dist/behaviors/exports/atoms/std-combat-log.orb +5 -4
- package/dist/behaviors/exports/atoms/std-combat.orb +5 -4
- package/dist/behaviors/exports/atoms/std-confirmation.orb +10 -4
- package/dist/behaviors/exports/atoms/std-dialogue-box.orb +5 -4
- package/dist/behaviors/exports/atoms/std-display.orb +5 -4
- package/dist/behaviors/exports/atoms/std-drawer.orb +5 -4
- package/dist/behaviors/exports/atoms/std-filter.orb +5 -4
- package/dist/behaviors/exports/atoms/std-flip-card.orb +5 -4
- package/dist/behaviors/exports/atoms/std-gallery.orb +5 -4
- package/dist/behaviors/exports/atoms/std-game-audio.orb +5 -4
- package/dist/behaviors/exports/atoms/std-game-canvas2d.orb +4 -2
- package/dist/behaviors/exports/atoms/std-game-canvas3d.orb +4 -2
- package/dist/behaviors/exports/atoms/std-game-hud.orb +5 -4
- package/dist/behaviors/exports/atoms/std-game-menu.orb +5 -4
- package/dist/behaviors/exports/atoms/std-game-over-screen.orb +5 -4
- package/dist/behaviors/exports/atoms/std-gameflow.orb +5 -4
- package/dist/behaviors/exports/atoms/std-input.orb +5 -4
- package/dist/behaviors/exports/atoms/std-inventory-panel.orb +5 -8
- package/dist/behaviors/exports/atoms/std-isometric-canvas.orb +5 -4
- package/dist/behaviors/exports/atoms/std-loading.orb +5 -4
- package/dist/behaviors/exports/atoms/std-modal.orb +89 -4
- package/dist/behaviors/exports/atoms/std-movement.orb +5 -4
- package/dist/behaviors/exports/atoms/std-notification.orb +5 -4
- package/dist/behaviors/exports/atoms/std-overworld.orb +5 -4
- package/dist/behaviors/exports/atoms/std-pagination.orb +5 -4
- package/dist/behaviors/exports/atoms/std-physics2d.orb +5 -4
- package/dist/behaviors/exports/atoms/std-platformer-canvas.orb +5 -4
- package/dist/behaviors/exports/atoms/std-quest.orb +5 -8
- package/dist/behaviors/exports/atoms/std-rate-limiter.orb +5 -4
- package/dist/behaviors/exports/atoms/std-rating.orb +5 -4
- package/dist/behaviors/exports/atoms/std-score-board.orb +5 -4
- package/dist/behaviors/exports/atoms/std-score.orb +5 -4
- package/dist/behaviors/exports/atoms/std-search.orb +5 -4
- package/dist/behaviors/exports/atoms/std-selection.orb +5 -4
- package/dist/behaviors/exports/atoms/std-service-custom-bearer.orb +5 -15
- package/dist/behaviors/exports/atoms/std-service-custom-header.orb +5 -17
- package/dist/behaviors/exports/atoms/std-service-custom-noauth.orb +5 -11
- package/dist/behaviors/exports/atoms/std-service-custom-query.orb +5 -17
- package/dist/behaviors/exports/atoms/std-service-email.orb +5 -4
- package/dist/behaviors/exports/atoms/std-service-github.orb +5 -4
- package/dist/behaviors/exports/atoms/std-service-llm.orb +5 -4
- package/dist/behaviors/exports/atoms/std-service-oauth.orb +5 -4
- package/dist/behaviors/exports/atoms/std-service-redis.orb +5 -4
- package/dist/behaviors/exports/atoms/std-service-storage.orb +5 -4
- package/dist/behaviors/exports/atoms/std-service-stripe.orb +5 -4
- package/dist/behaviors/exports/atoms/std-service-twilio.orb +5 -4
- package/dist/behaviors/exports/atoms/std-service-youtube.orb +5 -4
- package/dist/behaviors/exports/atoms/std-simulation-canvas.orb +5 -4
- package/dist/behaviors/exports/atoms/std-sort.orb +5 -4
- package/dist/behaviors/exports/atoms/std-sprite.orb +5 -4
- package/dist/behaviors/exports/atoms/std-tabs.orb +5 -4
- package/dist/behaviors/exports/atoms/std-text-effects.orb +5 -4
- package/dist/behaviors/exports/atoms/std-theme.orb +5 -4
- package/dist/behaviors/exports/atoms/std-timer.orb +5 -4
- package/dist/behaviors/exports/atoms/std-undo.orb +5 -4
- package/dist/behaviors/exports/atoms/std-upload.orb +5 -4
- package/dist/behaviors/exports/atoms/std-validate-on-save.orb +5 -32
- package/dist/behaviors/exports/atoms/std-wizard.orb +5 -4
- package/dist/behaviors/exports/molecules/std-agent-fix-loop.orb +1141 -1709
- package/dist/behaviors/exports/molecules/std-agent-learner.orb +608 -938
- package/dist/behaviors/exports/molecules/std-agent-planner.orb +613 -961
- package/dist/behaviors/exports/molecules/std-agent-rag.orb +586 -915
- package/dist/behaviors/exports/molecules/std-agent-tool-loop.orb +915 -2846
- package/dist/behaviors/exports/molecules/std-builder-game.orb +5 -4
- package/dist/behaviors/exports/molecules/std-cart.orb +196 -307
- package/dist/behaviors/exports/molecules/std-classifier-game.orb +5 -4
- package/dist/behaviors/exports/molecules/std-debugger-game.orb +5 -4
- package/dist/behaviors/exports/molecules/std-detail.orb +309 -467
- package/dist/behaviors/exports/molecules/std-event-handler-game.orb +5 -4
- package/dist/behaviors/exports/molecules/std-form-advanced.orb +5 -8
- package/dist/behaviors/exports/molecules/std-geospatial.orb +363 -539
- package/dist/behaviors/exports/molecules/std-inventory.orb +390 -720
- package/dist/behaviors/exports/molecules/std-list.orb +526 -1156
- package/dist/behaviors/exports/molecules/std-messaging.orb +295 -452
- package/dist/behaviors/exports/molecules/std-negotiator-game.orb +5 -4
- package/dist/behaviors/exports/molecules/std-platformer-game.orb +5 -4
- package/dist/behaviors/exports/molecules/std-puzzle-game.orb +5 -4
- package/dist/behaviors/exports/molecules/std-quiz.orb +5 -4
- package/dist/behaviors/exports/molecules/std-sequencer-game.orb +5 -4
- package/dist/behaviors/exports/molecules/std-service-content-pipeline.orb +5 -4
- package/dist/behaviors/exports/molecules/std-service-custom-api-tester.orb +5 -42
- package/dist/behaviors/exports/molecules/std-service-devops-toolkit.orb +5 -4
- package/dist/behaviors/exports/molecules/std-service-notification-hub.orb +5 -4
- package/dist/behaviors/exports/molecules/std-service-payment-flow.orb +5 -4
- package/dist/behaviors/exports/molecules/std-simulator-game.orb +5 -4
- package/dist/behaviors/exports/molecules/std-turn-based-battle.orb +5 -4
- package/dist/behaviors/exports/organisms/std-agent-assistant.orb +15 -143
- package/dist/behaviors/exports/organisms/std-agent-builder.orb +814 -1476
- package/dist/behaviors/exports/organisms/std-agent-pipeline.orb +785 -1567
- package/dist/behaviors/exports/organisms/std-agent-reviewer.orb +299 -502
- package/dist/behaviors/exports/organisms/std-agent-tutor.orb +306 -493
- package/dist/behaviors/exports/organisms/std-api-gateway.orb +284 -626
- package/dist/behaviors/exports/organisms/std-arcade-game.orb +4 -4
- package/dist/behaviors/exports/organisms/std-booking-system.orb +1422 -2160
- package/dist/behaviors/exports/organisms/std-cicd-pipeline.orb +274 -617
- package/dist/behaviors/exports/organisms/std-cms.orb +1274 -1972
- package/dist/behaviors/exports/organisms/std-coding-academy.orb +4 -4
- package/dist/behaviors/exports/organisms/std-crm.orb +999 -1775
- package/dist/behaviors/exports/organisms/std-devops-dashboard.orb +284 -638
- package/dist/behaviors/exports/organisms/std-ecommerce.orb +1653 -2398
- package/dist/behaviors/exports/organisms/std-finance-tracker.orb +340 -684
- package/dist/behaviors/exports/organisms/std-healthcare.orb +984 -1838
- package/dist/behaviors/exports/organisms/std-helpdesk.orb +340 -744
- package/dist/behaviors/exports/organisms/std-hr-portal.orb +1401 -2151
- package/dist/behaviors/exports/organisms/std-iot-dashboard.orb +284 -626
- package/dist/behaviors/exports/organisms/std-lms.orb +284 -632
- package/dist/behaviors/exports/organisms/std-logic-training.orb +4 -4
- package/dist/behaviors/exports/organisms/std-platformer-app.orb +15 -98
- package/dist/behaviors/exports/organisms/std-project-manager.orb +970 -1774
- package/dist/behaviors/exports/organisms/std-puzzle-app.orb +4 -4
- package/dist/behaviors/exports/organisms/std-realtime-chat.orb +364 -714
- package/dist/behaviors/exports/organisms/std-rpg-game.orb +15 -102
- package/dist/behaviors/exports/organisms/std-service-marketplace.orb +1589 -2361
- package/dist/behaviors/exports/organisms/std-service-research-assistant.orb +4 -15
- package/dist/behaviors/exports/organisms/std-social-feed.orb +62 -66
- package/dist/behaviors/exports/organisms/std-stem-lab.orb +4 -4
- package/dist/behaviors/exports/organisms/std-strategy-game.orb +4 -4
- package/dist/behaviors/exports/organisms/std-trading-dashboard.orb +274 -620
- package/dist/behaviors/exports-reader.js.map +1 -1
- package/dist/behaviors/functions/index.d.ts +2192 -0
- package/dist/behaviors/functions/index.js.map +1 -1
- package/dist/behaviors/index.js.map +1 -1
- package/dist/behaviors/query.js.map +1 -1
- package/dist/exports/atoms/std-agent-activity-log.orb +5 -45
- package/dist/exports/atoms/std-agent-chat-thread.orb +5 -55
- package/dist/exports/atoms/std-agent-classifier.orb +8 -8
- package/dist/exports/atoms/std-agent-completion.orb +8 -8
- package/dist/exports/atoms/std-agent-context-window.orb +5 -4
- package/dist/exports/atoms/std-agent-conversation.orb +5 -71
- package/dist/exports/atoms/std-agent-memory.orb +13 -127
- package/dist/exports/atoms/std-agent-provider.orb +8 -8
- package/dist/exports/atoms/std-agent-search.orb +6 -27
- package/dist/exports/atoms/std-agent-session.orb +11 -85
- package/dist/exports/atoms/std-agent-step-progress.orb +5 -4
- package/dist/exports/atoms/std-agent-token-gauge.orb +5 -4
- package/dist/exports/atoms/std-agent-tool-call.orb +8 -8
- package/dist/exports/atoms/std-async.orb +5 -8
- package/dist/exports/atoms/std-autoregressive.orb +4 -2
- package/dist/exports/atoms/std-browse.orb +5 -4
- package/dist/exports/atoms/std-cache-aside.orb +5 -8
- package/dist/exports/atoms/std-calendar.orb +5 -4
- package/dist/exports/atoms/std-circuit-breaker.orb +5 -4
- package/dist/exports/atoms/std-collision.orb +5 -4
- package/dist/exports/atoms/std-combat-log.orb +5 -4
- package/dist/exports/atoms/std-combat.orb +5 -4
- package/dist/exports/atoms/std-confirmation.orb +10 -4
- package/dist/exports/atoms/std-dialogue-box.orb +5 -4
- package/dist/exports/atoms/std-display.orb +5 -4
- package/dist/exports/atoms/std-drawer.orb +5 -4
- package/dist/exports/atoms/std-filter.orb +5 -4
- package/dist/exports/atoms/std-flip-card.orb +5 -4
- package/dist/exports/atoms/std-gallery.orb +5 -4
- package/dist/exports/atoms/std-game-audio.orb +5 -4
- package/dist/exports/atoms/std-game-canvas2d.orb +4 -2
- package/dist/exports/atoms/std-game-canvas3d.orb +4 -2
- package/dist/exports/atoms/std-game-hud.orb +5 -4
- package/dist/exports/atoms/std-game-menu.orb +5 -4
- package/dist/exports/atoms/std-game-over-screen.orb +5 -4
- package/dist/exports/atoms/std-gameflow.orb +5 -4
- package/dist/exports/atoms/std-input.orb +5 -4
- package/dist/exports/atoms/std-inventory-panel.orb +5 -8
- package/dist/exports/atoms/std-isometric-canvas.orb +5 -4
- package/dist/exports/atoms/std-loading.orb +5 -4
- package/dist/exports/atoms/std-modal.orb +89 -4
- package/dist/exports/atoms/std-movement.orb +5 -4
- package/dist/exports/atoms/std-notification.orb +5 -4
- package/dist/exports/atoms/std-overworld.orb +5 -4
- package/dist/exports/atoms/std-pagination.orb +5 -4
- package/dist/exports/atoms/std-physics2d.orb +5 -4
- package/dist/exports/atoms/std-platformer-canvas.orb +5 -4
- package/dist/exports/atoms/std-quest.orb +5 -8
- package/dist/exports/atoms/std-rate-limiter.orb +5 -4
- package/dist/exports/atoms/std-rating.orb +5 -4
- package/dist/exports/atoms/std-score-board.orb +5 -4
- package/dist/exports/atoms/std-score.orb +5 -4
- package/dist/exports/atoms/std-search.orb +5 -4
- package/dist/exports/atoms/std-selection.orb +5 -4
- package/dist/exports/atoms/std-service-custom-bearer.orb +5 -15
- package/dist/exports/atoms/std-service-custom-header.orb +5 -17
- package/dist/exports/atoms/std-service-custom-noauth.orb +5 -11
- package/dist/exports/atoms/std-service-custom-query.orb +5 -17
- package/dist/exports/atoms/std-service-email.orb +5 -4
- package/dist/exports/atoms/std-service-github.orb +5 -4
- package/dist/exports/atoms/std-service-llm.orb +5 -4
- package/dist/exports/atoms/std-service-oauth.orb +5 -4
- package/dist/exports/atoms/std-service-redis.orb +5 -4
- package/dist/exports/atoms/std-service-storage.orb +5 -4
- package/dist/exports/atoms/std-service-stripe.orb +5 -4
- package/dist/exports/atoms/std-service-twilio.orb +5 -4
- package/dist/exports/atoms/std-service-youtube.orb +5 -4
- package/dist/exports/atoms/std-simulation-canvas.orb +5 -4
- package/dist/exports/atoms/std-sort.orb +5 -4
- package/dist/exports/atoms/std-sprite.orb +5 -4
- package/dist/exports/atoms/std-tabs.orb +5 -4
- package/dist/exports/atoms/std-text-effects.orb +5 -4
- package/dist/exports/atoms/std-theme.orb +5 -4
- package/dist/exports/atoms/std-timer.orb +5 -4
- package/dist/exports/atoms/std-undo.orb +5 -4
- package/dist/exports/atoms/std-upload.orb +5 -4
- package/dist/exports/atoms/std-validate-on-save.orb +5 -32
- package/dist/exports/atoms/std-wizard.orb +5 -4
- package/dist/exports/molecules/std-agent-fix-loop.orb +1141 -1709
- package/dist/exports/molecules/std-agent-learner.orb +608 -938
- package/dist/exports/molecules/std-agent-planner.orb +613 -961
- package/dist/exports/molecules/std-agent-rag.orb +586 -915
- package/dist/exports/molecules/std-agent-tool-loop.orb +915 -2846
- package/dist/exports/molecules/std-builder-game.orb +5 -4
- package/dist/exports/molecules/std-cart.orb +196 -307
- package/dist/exports/molecules/std-classifier-game.orb +5 -4
- package/dist/exports/molecules/std-debugger-game.orb +5 -4
- package/dist/exports/molecules/std-detail.orb +309 -467
- package/dist/exports/molecules/std-event-handler-game.orb +5 -4
- package/dist/exports/molecules/std-form-advanced.orb +5 -8
- package/dist/exports/molecules/std-geospatial.orb +363 -539
- package/dist/exports/molecules/std-inventory.orb +390 -720
- package/dist/exports/molecules/std-list.orb +526 -1156
- package/dist/exports/molecules/std-messaging.orb +295 -452
- package/dist/exports/molecules/std-negotiator-game.orb +5 -4
- package/dist/exports/molecules/std-platformer-game.orb +5 -4
- package/dist/exports/molecules/std-puzzle-game.orb +5 -4
- package/dist/exports/molecules/std-quiz.orb +5 -4
- package/dist/exports/molecules/std-sequencer-game.orb +5 -4
- package/dist/exports/molecules/std-service-content-pipeline.orb +5 -4
- package/dist/exports/molecules/std-service-custom-api-tester.orb +5 -42
- package/dist/exports/molecules/std-service-devops-toolkit.orb +5 -4
- package/dist/exports/molecules/std-service-notification-hub.orb +5 -4
- package/dist/exports/molecules/std-service-payment-flow.orb +5 -4
- package/dist/exports/molecules/std-simulator-game.orb +5 -4
- package/dist/exports/molecules/std-turn-based-battle.orb +5 -4
- package/dist/exports/organisms/std-agent-assistant.orb +15 -143
- package/dist/exports/organisms/std-agent-builder.orb +814 -1476
- package/dist/exports/organisms/std-agent-pipeline.orb +785 -1567
- package/dist/exports/organisms/std-agent-reviewer.orb +299 -502
- package/dist/exports/organisms/std-agent-tutor.orb +306 -493
- package/dist/exports/organisms/std-api-gateway.orb +284 -626
- package/dist/exports/organisms/std-arcade-game.orb +4 -4
- package/dist/exports/organisms/std-booking-system.orb +1422 -2160
- package/dist/exports/organisms/std-cicd-pipeline.orb +274 -617
- package/dist/exports/organisms/std-cms.orb +1274 -1972
- package/dist/exports/organisms/std-coding-academy.orb +4 -4
- package/dist/exports/organisms/std-crm.orb +999 -1775
- package/dist/exports/organisms/std-devops-dashboard.orb +284 -638
- package/dist/exports/organisms/std-ecommerce.orb +1653 -2398
- package/dist/exports/organisms/std-finance-tracker.orb +340 -684
- package/dist/exports/organisms/std-healthcare.orb +984 -1838
- package/dist/exports/organisms/std-helpdesk.orb +340 -744
- package/dist/exports/organisms/std-hr-portal.orb +1401 -2151
- package/dist/exports/organisms/std-iot-dashboard.orb +284 -626
- package/dist/exports/organisms/std-lms.orb +284 -632
- package/dist/exports/organisms/std-logic-training.orb +4 -4
- package/dist/exports/organisms/std-platformer-app.orb +15 -98
- package/dist/exports/organisms/std-project-manager.orb +970 -1774
- package/dist/exports/organisms/std-puzzle-app.orb +4 -4
- package/dist/exports/organisms/std-realtime-chat.orb +364 -714
- package/dist/exports/organisms/std-rpg-game.orb +15 -102
- package/dist/exports/organisms/std-service-marketplace.orb +1589 -2361
- package/dist/exports/organisms/std-service-research-assistant.orb +4 -15
- package/dist/exports/organisms/std-social-feed.orb +62 -66
- package/dist/exports/organisms/std-stem-lab.orb +4 -4
- package/dist/exports/organisms/std-strategy-game.orb +4 -4
- package/dist/exports/organisms/std-trading-dashboard.orb +274 -620
- package/dist/index.js.map +1 -1
- package/package.json +2 -2
|
@@ -1,9 +1,20 @@
|
|
|
1
1
|
{
|
|
2
|
-
"name": "
|
|
2
|
+
"name": "std-agent-pipeline",
|
|
3
3
|
"version": "1.0.0",
|
|
4
|
+
"description": "Multi-step pipeline organism. Composes planner + tool-loop molecules with session management, step progress tracking, and a session tree drawer.",
|
|
4
5
|
"orbitals": [
|
|
5
6
|
{
|
|
6
7
|
"name": "PipelinePlanOrbital",
|
|
8
|
+
"uses": [
|
|
9
|
+
{
|
|
10
|
+
"from": "std/behaviors/std-agent-step-progress",
|
|
11
|
+
"as": "AgentStepProgress"
|
|
12
|
+
},
|
|
13
|
+
{
|
|
14
|
+
"from": "std/behaviors/std-drawer",
|
|
15
|
+
"as": "Drawer"
|
|
16
|
+
}
|
|
17
|
+
],
|
|
7
18
|
"entity": {
|
|
8
19
|
"name": "PipelinePlan",
|
|
9
20
|
"persistence": "runtime",
|
|
@@ -1180,6 +1191,11 @@
|
|
|
1180
1191
|
"name": "PlannerTaskInput",
|
|
1181
1192
|
"linkedEntity": "PipelinePlan",
|
|
1182
1193
|
"category": "interaction",
|
|
1194
|
+
"emits": [
|
|
1195
|
+
{
|
|
1196
|
+
"event": "PLAN"
|
|
1197
|
+
}
|
|
1198
|
+
],
|
|
1183
1199
|
"stateMachine": {
|
|
1184
1200
|
"states": [
|
|
1185
1201
|
{
|
|
@@ -1305,6 +1321,10 @@
|
|
|
1305
1321
|
"linkedEntity": "PipelinePlan",
|
|
1306
1322
|
"category": "interaction",
|
|
1307
1323
|
"emits": [
|
|
1324
|
+
{
|
|
1325
|
+
"event": "SAVE",
|
|
1326
|
+
"scope": "internal"
|
|
1327
|
+
},
|
|
1308
1328
|
{
|
|
1309
1329
|
"event": "CLASSIFIED",
|
|
1310
1330
|
"scope": "internal"
|
|
@@ -1711,10 +1731,6 @@
|
|
|
1711
1731
|
}
|
|
1712
1732
|
]
|
|
1713
1733
|
}
|
|
1714
|
-
],
|
|
1715
|
-
[
|
|
1716
|
-
"notify",
|
|
1717
|
-
"PipelinePlan created successfully"
|
|
1718
1734
|
]
|
|
1719
1735
|
]
|
|
1720
1736
|
}
|
|
@@ -1727,6 +1743,10 @@
|
|
|
1727
1743
|
"linkedEntity": "PipelinePlan",
|
|
1728
1744
|
"category": "interaction",
|
|
1729
1745
|
"emits": [
|
|
1746
|
+
{
|
|
1747
|
+
"event": "SAVE",
|
|
1748
|
+
"scope": "internal"
|
|
1749
|
+
},
|
|
1730
1750
|
{
|
|
1731
1751
|
"event": "GENERATED",
|
|
1732
1752
|
"scope": "internal"
|
|
@@ -2111,10 +2131,6 @@
|
|
|
2111
2131
|
}
|
|
2112
2132
|
]
|
|
2113
2133
|
}
|
|
2114
|
-
],
|
|
2115
|
-
[
|
|
2116
|
-
"notify",
|
|
2117
|
-
"PipelinePlan created successfully"
|
|
2118
2134
|
]
|
|
2119
2135
|
]
|
|
2120
2136
|
}
|
|
@@ -2195,61 +2211,6 @@
|
|
|
2195
2211
|
"type": "object"
|
|
2196
2212
|
}
|
|
2197
2213
|
]
|
|
2198
|
-
},
|
|
2199
|
-
{
|
|
2200
|
-
"key": "MEMORIZED",
|
|
2201
|
-
"name": "MEMORIZED",
|
|
2202
|
-
"payload": [
|
|
2203
|
-
{
|
|
2204
|
-
"name": "data",
|
|
2205
|
-
"type": "object",
|
|
2206
|
-
"required": true
|
|
2207
|
-
}
|
|
2208
|
-
]
|
|
2209
|
-
},
|
|
2210
|
-
{
|
|
2211
|
-
"key": "PINNED",
|
|
2212
|
-
"name": "PINNED",
|
|
2213
|
-
"payload": [
|
|
2214
|
-
{
|
|
2215
|
-
"name": "data",
|
|
2216
|
-
"type": "object",
|
|
2217
|
-
"required": true
|
|
2218
|
-
}
|
|
2219
|
-
]
|
|
2220
|
-
},
|
|
2221
|
-
{
|
|
2222
|
-
"key": "FORGOT",
|
|
2223
|
-
"name": "FORGOT",
|
|
2224
|
-
"payload": [
|
|
2225
|
-
{
|
|
2226
|
-
"name": "data",
|
|
2227
|
-
"type": "object",
|
|
2228
|
-
"required": true
|
|
2229
|
-
}
|
|
2230
|
-
]
|
|
2231
|
-
},
|
|
2232
|
-
{
|
|
2233
|
-
"key": "REINFORCED",
|
|
2234
|
-
"name": "REINFORCED",
|
|
2235
|
-
"payload": [
|
|
2236
|
-
{
|
|
2237
|
-
"name": "data",
|
|
2238
|
-
"type": "object",
|
|
2239
|
-
"required": true
|
|
2240
|
-
}
|
|
2241
|
-
]
|
|
2242
|
-
},
|
|
2243
|
-
{
|
|
2244
|
-
"key": "DECAYED",
|
|
2245
|
-
"name": "DECAYED",
|
|
2246
|
-
"payload": [
|
|
2247
|
-
{
|
|
2248
|
-
"name": "data",
|
|
2249
|
-
"type": "object",
|
|
2250
|
-
"required": true
|
|
2251
|
-
}
|
|
2252
|
-
]
|
|
2253
2214
|
}
|
|
2254
2215
|
],
|
|
2255
2216
|
"transitions": [
|
|
@@ -2415,61 +2376,6 @@
|
|
|
2415
2376
|
}
|
|
2416
2377
|
]
|
|
2417
2378
|
]
|
|
2418
|
-
},
|
|
2419
|
-
{
|
|
2420
|
-
"from": "browsing",
|
|
2421
|
-
"to": "browsing",
|
|
2422
|
-
"event": "MEMORIZED",
|
|
2423
|
-
"effects": [
|
|
2424
|
-
[
|
|
2425
|
-
"ref",
|
|
2426
|
-
"PipelinePlan"
|
|
2427
|
-
]
|
|
2428
|
-
]
|
|
2429
|
-
},
|
|
2430
|
-
{
|
|
2431
|
-
"from": "browsing",
|
|
2432
|
-
"to": "browsing",
|
|
2433
|
-
"event": "PINNED",
|
|
2434
|
-
"effects": [
|
|
2435
|
-
[
|
|
2436
|
-
"ref",
|
|
2437
|
-
"PipelinePlan"
|
|
2438
|
-
]
|
|
2439
|
-
]
|
|
2440
|
-
},
|
|
2441
|
-
{
|
|
2442
|
-
"from": "browsing",
|
|
2443
|
-
"to": "browsing",
|
|
2444
|
-
"event": "FORGOT",
|
|
2445
|
-
"effects": [
|
|
2446
|
-
[
|
|
2447
|
-
"ref",
|
|
2448
|
-
"PipelinePlan"
|
|
2449
|
-
]
|
|
2450
|
-
]
|
|
2451
|
-
},
|
|
2452
|
-
{
|
|
2453
|
-
"from": "browsing",
|
|
2454
|
-
"to": "browsing",
|
|
2455
|
-
"event": "REINFORCED",
|
|
2456
|
-
"effects": [
|
|
2457
|
-
[
|
|
2458
|
-
"ref",
|
|
2459
|
-
"PipelinePlan"
|
|
2460
|
-
]
|
|
2461
|
-
]
|
|
2462
|
-
},
|
|
2463
|
-
{
|
|
2464
|
-
"from": "browsing",
|
|
2465
|
-
"to": "browsing",
|
|
2466
|
-
"event": "DECAYED",
|
|
2467
|
-
"effects": [
|
|
2468
|
-
[
|
|
2469
|
-
"ref",
|
|
2470
|
-
"PipelinePlan"
|
|
2471
|
-
]
|
|
2472
|
-
]
|
|
2473
2379
|
}
|
|
2474
2380
|
]
|
|
2475
2381
|
}
|
|
@@ -5215,6 +5121,10 @@
|
|
|
5215
5121
|
"linkedEntity": "PipelineExec",
|
|
5216
5122
|
"category": "interaction",
|
|
5217
5123
|
"emits": [
|
|
5124
|
+
{
|
|
5125
|
+
"event": "SAVE",
|
|
5126
|
+
"scope": "internal"
|
|
5127
|
+
},
|
|
5218
5128
|
{
|
|
5219
5129
|
"event": "GENERATED",
|
|
5220
5130
|
"scope": "internal"
|
|
@@ -5599,10 +5509,6 @@
|
|
|
5599
5509
|
}
|
|
5600
5510
|
]
|
|
5601
5511
|
}
|
|
5602
|
-
],
|
|
5603
|
-
[
|
|
5604
|
-
"notify",
|
|
5605
|
-
"PipelineExec created successfully"
|
|
5606
5512
|
]
|
|
5607
5513
|
]
|
|
5608
5514
|
}
|
|
@@ -5615,6 +5521,10 @@
|
|
|
5615
5521
|
"linkedEntity": "PipelineExec",
|
|
5616
5522
|
"category": "interaction",
|
|
5617
5523
|
"emits": [
|
|
5524
|
+
{
|
|
5525
|
+
"event": "SAVE",
|
|
5526
|
+
"scope": "internal"
|
|
5527
|
+
},
|
|
5618
5528
|
{
|
|
5619
5529
|
"event": "INVOKED",
|
|
5620
5530
|
"scope": "internal"
|
|
@@ -5985,10 +5895,6 @@
|
|
|
5985
5895
|
}
|
|
5986
5896
|
]
|
|
5987
5897
|
}
|
|
5988
|
-
],
|
|
5989
|
-
[
|
|
5990
|
-
"notify",
|
|
5991
|
-
"PipelineExec created successfully"
|
|
5992
5898
|
]
|
|
5993
5899
|
]
|
|
5994
5900
|
}
|
|
@@ -7966,15 +7872,15 @@
|
|
|
7966
7872
|
"listens": [
|
|
7967
7873
|
{
|
|
7968
7874
|
"event": "FORKED",
|
|
7969
|
-
"triggers": "
|
|
7875
|
+
"triggers": "INIT"
|
|
7970
7876
|
},
|
|
7971
7877
|
{
|
|
7972
7878
|
"event": "LABELED",
|
|
7973
|
-
"triggers": "
|
|
7879
|
+
"triggers": "INIT"
|
|
7974
7880
|
},
|
|
7975
7881
|
{
|
|
7976
7882
|
"event": "ENDED",
|
|
7977
|
-
"triggers": "
|
|
7883
|
+
"triggers": "INIT"
|
|
7978
7884
|
},
|
|
7979
7885
|
{
|
|
7980
7886
|
"event": "STEP_COMPLETE",
|
|
@@ -8020,39 +7926,6 @@
|
|
|
8020
7926
|
"type": "object"
|
|
8021
7927
|
}
|
|
8022
7928
|
]
|
|
8023
|
-
},
|
|
8024
|
-
{
|
|
8025
|
-
"key": "FORKED",
|
|
8026
|
-
"name": "FORKED",
|
|
8027
|
-
"payload": [
|
|
8028
|
-
{
|
|
8029
|
-
"name": "data",
|
|
8030
|
-
"type": "object",
|
|
8031
|
-
"required": true
|
|
8032
|
-
}
|
|
8033
|
-
]
|
|
8034
|
-
},
|
|
8035
|
-
{
|
|
8036
|
-
"key": "LABELED",
|
|
8037
|
-
"name": "LABELED",
|
|
8038
|
-
"payload": [
|
|
8039
|
-
{
|
|
8040
|
-
"name": "data",
|
|
8041
|
-
"type": "object",
|
|
8042
|
-
"required": true
|
|
8043
|
-
}
|
|
8044
|
-
]
|
|
8045
|
-
},
|
|
8046
|
-
{
|
|
8047
|
-
"key": "ENDED",
|
|
8048
|
-
"name": "ENDED",
|
|
8049
|
-
"payload": [
|
|
8050
|
-
{
|
|
8051
|
-
"name": "data",
|
|
8052
|
-
"type": "object",
|
|
8053
|
-
"required": true
|
|
8054
|
-
}
|
|
8055
|
-
]
|
|
8056
7929
|
}
|
|
8057
7930
|
],
|
|
8058
7931
|
"transitions": [
|
|
@@ -8206,39 +8079,6 @@
|
|
|
8206
8079
|
}
|
|
8207
8080
|
]
|
|
8208
8081
|
]
|
|
8209
|
-
},
|
|
8210
|
-
{
|
|
8211
|
-
"from": "browsing",
|
|
8212
|
-
"to": "browsing",
|
|
8213
|
-
"event": "FORKED",
|
|
8214
|
-
"effects": [
|
|
8215
|
-
[
|
|
8216
|
-
"ref",
|
|
8217
|
-
"PipelineSession"
|
|
8218
|
-
]
|
|
8219
|
-
]
|
|
8220
|
-
},
|
|
8221
|
-
{
|
|
8222
|
-
"from": "browsing",
|
|
8223
|
-
"to": "browsing",
|
|
8224
|
-
"event": "LABELED",
|
|
8225
|
-
"effects": [
|
|
8226
|
-
[
|
|
8227
|
-
"ref",
|
|
8228
|
-
"PipelineSession"
|
|
8229
|
-
]
|
|
8230
|
-
]
|
|
8231
|
-
},
|
|
8232
|
-
{
|
|
8233
|
-
"from": "browsing",
|
|
8234
|
-
"to": "browsing",
|
|
8235
|
-
"event": "ENDED",
|
|
8236
|
-
"effects": [
|
|
8237
|
-
[
|
|
8238
|
-
"ref",
|
|
8239
|
-
"PipelineSession"
|
|
8240
|
-
]
|
|
8241
|
-
]
|
|
8242
8082
|
}
|
|
8243
8083
|
]
|
|
8244
8084
|
}
|
|
@@ -8248,6 +8088,9 @@
|
|
|
8248
8088
|
"linkedEntity": "PipelineSession",
|
|
8249
8089
|
"category": "interaction",
|
|
8250
8090
|
"emits": [
|
|
8091
|
+
{
|
|
8092
|
+
"event": "SAVE"
|
|
8093
|
+
},
|
|
8251
8094
|
{
|
|
8252
8095
|
"event": "LABELED"
|
|
8253
8096
|
}
|
|
@@ -8403,10 +8246,6 @@
|
|
|
8403
8246
|
[
|
|
8404
8247
|
"emit",
|
|
8405
8248
|
"LABELED"
|
|
8406
|
-
],
|
|
8407
|
-
[
|
|
8408
|
-
"notify",
|
|
8409
|
-
"PipelineSession updated successfully"
|
|
8410
8249
|
]
|
|
8411
8250
|
]
|
|
8412
8251
|
}
|
|
@@ -8594,10 +8433,6 @@
|
|
|
8594
8433
|
[
|
|
8595
8434
|
"emit",
|
|
8596
8435
|
"FORKED"
|
|
8597
|
-
],
|
|
8598
|
-
[
|
|
8599
|
-
"notify",
|
|
8600
|
-
"PipelineSession created successfully"
|
|
8601
8436
|
]
|
|
8602
8437
|
]
|
|
8603
8438
|
},
|
|
@@ -8631,10 +8466,6 @@
|
|
|
8631
8466
|
[
|
|
8632
8467
|
"emit",
|
|
8633
8468
|
"FORKED"
|
|
8634
|
-
],
|
|
8635
|
-
[
|
|
8636
|
-
"notify",
|
|
8637
|
-
"PipelineSession created successfully"
|
|
8638
8469
|
]
|
|
8639
8470
|
]
|
|
8640
8471
|
},
|
|
@@ -8862,23 +8693,23 @@
|
|
|
8862
8693
|
"listens": [
|
|
8863
8694
|
{
|
|
8864
8695
|
"event": "MEMORIZED",
|
|
8865
|
-
"triggers": "
|
|
8696
|
+
"triggers": "INIT"
|
|
8866
8697
|
},
|
|
8867
8698
|
{
|
|
8868
8699
|
"event": "PINNED",
|
|
8869
|
-
"triggers": "
|
|
8700
|
+
"triggers": "INIT"
|
|
8870
8701
|
},
|
|
8871
8702
|
{
|
|
8872
8703
|
"event": "FORGOT",
|
|
8873
|
-
"triggers": "
|
|
8704
|
+
"triggers": "INIT"
|
|
8874
8705
|
},
|
|
8875
8706
|
{
|
|
8876
8707
|
"event": "REINFORCED",
|
|
8877
|
-
"triggers": "
|
|
8708
|
+
"triggers": "INIT"
|
|
8878
8709
|
},
|
|
8879
8710
|
{
|
|
8880
8711
|
"event": "DECAYED",
|
|
8881
|
-
"triggers": "
|
|
8712
|
+
"triggers": "INIT"
|
|
8882
8713
|
}
|
|
8883
8714
|
],
|
|
8884
8715
|
"stateMachine": {
|
|
@@ -8949,61 +8780,6 @@
|
|
|
8949
8780
|
"type": "object"
|
|
8950
8781
|
}
|
|
8951
8782
|
]
|
|
8952
|
-
},
|
|
8953
|
-
{
|
|
8954
|
-
"key": "MEMORIZED",
|
|
8955
|
-
"name": "MEMORIZED",
|
|
8956
|
-
"payload": [
|
|
8957
|
-
{
|
|
8958
|
-
"name": "data",
|
|
8959
|
-
"type": "object",
|
|
8960
|
-
"required": true
|
|
8961
|
-
}
|
|
8962
|
-
]
|
|
8963
|
-
},
|
|
8964
|
-
{
|
|
8965
|
-
"key": "PINNED",
|
|
8966
|
-
"name": "PINNED",
|
|
8967
|
-
"payload": [
|
|
8968
|
-
{
|
|
8969
|
-
"name": "data",
|
|
8970
|
-
"type": "object",
|
|
8971
|
-
"required": true
|
|
8972
|
-
}
|
|
8973
|
-
]
|
|
8974
|
-
},
|
|
8975
|
-
{
|
|
8976
|
-
"key": "FORGOT",
|
|
8977
|
-
"name": "FORGOT",
|
|
8978
|
-
"payload": [
|
|
8979
|
-
{
|
|
8980
|
-
"name": "data",
|
|
8981
|
-
"type": "object",
|
|
8982
|
-
"required": true
|
|
8983
|
-
}
|
|
8984
|
-
]
|
|
8985
|
-
},
|
|
8986
|
-
{
|
|
8987
|
-
"key": "REINFORCED",
|
|
8988
|
-
"name": "REINFORCED",
|
|
8989
|
-
"payload": [
|
|
8990
|
-
{
|
|
8991
|
-
"name": "data",
|
|
8992
|
-
"type": "object",
|
|
8993
|
-
"required": true
|
|
8994
|
-
}
|
|
8995
|
-
]
|
|
8996
|
-
},
|
|
8997
|
-
{
|
|
8998
|
-
"key": "DECAYED",
|
|
8999
|
-
"name": "DECAYED",
|
|
9000
|
-
"payload": [
|
|
9001
|
-
{
|
|
9002
|
-
"name": "data",
|
|
9003
|
-
"type": "object",
|
|
9004
|
-
"required": true
|
|
9005
|
-
}
|
|
9006
|
-
]
|
|
9007
8783
|
}
|
|
9008
8784
|
],
|
|
9009
8785
|
"transitions": [
|
|
@@ -9169,61 +8945,6 @@
|
|
|
9169
8945
|
}
|
|
9170
8946
|
]
|
|
9171
8947
|
]
|
|
9172
|
-
},
|
|
9173
|
-
{
|
|
9174
|
-
"from": "browsing",
|
|
9175
|
-
"to": "browsing",
|
|
9176
|
-
"event": "MEMORIZED",
|
|
9177
|
-
"effects": [
|
|
9178
|
-
[
|
|
9179
|
-
"ref",
|
|
9180
|
-
"ExecutionLog"
|
|
9181
|
-
]
|
|
9182
|
-
]
|
|
9183
|
-
},
|
|
9184
|
-
{
|
|
9185
|
-
"from": "browsing",
|
|
9186
|
-
"to": "browsing",
|
|
9187
|
-
"event": "PINNED",
|
|
9188
|
-
"effects": [
|
|
9189
|
-
[
|
|
9190
|
-
"ref",
|
|
9191
|
-
"ExecutionLog"
|
|
9192
|
-
]
|
|
9193
|
-
]
|
|
9194
|
-
},
|
|
9195
|
-
{
|
|
9196
|
-
"from": "browsing",
|
|
9197
|
-
"to": "browsing",
|
|
9198
|
-
"event": "FORGOT",
|
|
9199
|
-
"effects": [
|
|
9200
|
-
[
|
|
9201
|
-
"ref",
|
|
9202
|
-
"ExecutionLog"
|
|
9203
|
-
]
|
|
9204
|
-
]
|
|
9205
|
-
},
|
|
9206
|
-
{
|
|
9207
|
-
"from": "browsing",
|
|
9208
|
-
"to": "browsing",
|
|
9209
|
-
"event": "REINFORCED",
|
|
9210
|
-
"effects": [
|
|
9211
|
-
[
|
|
9212
|
-
"ref",
|
|
9213
|
-
"ExecutionLog"
|
|
9214
|
-
]
|
|
9215
|
-
]
|
|
9216
|
-
},
|
|
9217
|
-
{
|
|
9218
|
-
"from": "browsing",
|
|
9219
|
-
"to": "browsing",
|
|
9220
|
-
"event": "DECAYED",
|
|
9221
|
-
"effects": [
|
|
9222
|
-
[
|
|
9223
|
-
"ref",
|
|
9224
|
-
"ExecutionLog"
|
|
9225
|
-
]
|
|
9226
|
-
]
|
|
9227
8948
|
}
|
|
9228
8949
|
]
|
|
9229
8950
|
}
|
|
@@ -9233,6 +8954,9 @@
|
|
|
9233
8954
|
"linkedEntity": "ExecutionLog",
|
|
9234
8955
|
"category": "interaction",
|
|
9235
8956
|
"emits": [
|
|
8957
|
+
{
|
|
8958
|
+
"event": "SAVE"
|
|
8959
|
+
},
|
|
9236
8960
|
{
|
|
9237
8961
|
"event": "MEMORIZED"
|
|
9238
8962
|
}
|
|
@@ -9370,10 +9094,6 @@
|
|
|
9370
9094
|
[
|
|
9371
9095
|
"emit",
|
|
9372
9096
|
"MEMORIZED"
|
|
9373
|
-
],
|
|
9374
|
-
[
|
|
9375
|
-
"notify",
|
|
9376
|
-
"ExecutionLog created successfully"
|
|
9377
9097
|
]
|
|
9378
9098
|
]
|
|
9379
9099
|
}
|
|
@@ -9572,10 +9292,6 @@
|
|
|
9572
9292
|
"create",
|
|
9573
9293
|
"ExecutionLog",
|
|
9574
9294
|
"@payload.data"
|
|
9575
|
-
],
|
|
9576
|
-
[
|
|
9577
|
-
"notify",
|
|
9578
|
-
"ExecutionLog created successfully"
|
|
9579
9295
|
]
|
|
9580
9296
|
]
|
|
9581
9297
|
},
|
|
@@ -9750,715 +9466,230 @@
|
|
|
9750
9466
|
},
|
|
9751
9467
|
"traits": [
|
|
9752
9468
|
{
|
|
9469
|
+
"ref": "AgentStepProgress.traits.AgentStepProgressProgress",
|
|
9753
9470
|
"name": "PipelineStepProgress",
|
|
9754
9471
|
"linkedEntity": "PipelineProgress",
|
|
9755
|
-
"
|
|
9756
|
-
|
|
9757
|
-
|
|
9758
|
-
|
|
9759
|
-
|
|
9760
|
-
|
|
9761
|
-
|
|
9762
|
-
|
|
9763
|
-
|
|
9764
|
-
}
|
|
9765
|
-
]
|
|
9766
|
-
},
|
|
9767
|
-
{
|
|
9768
|
-
"event": "COMPLETE",
|
|
9769
|
-
"scope": "external",
|
|
9770
|
-
"payload": [
|
|
9771
|
-
{
|
|
9772
|
-
"name": "totalSteps",
|
|
9773
|
-
"type": "number"
|
|
9774
|
-
}
|
|
9775
|
-
]
|
|
9776
|
-
},
|
|
9777
|
-
{
|
|
9778
|
-
"event": "FAIL",
|
|
9779
|
-
"scope": "external",
|
|
9780
|
-
"payload": [
|
|
9472
|
+
"effects": {
|
|
9473
|
+
"INIT": [
|
|
9474
|
+
[
|
|
9475
|
+
"fetch",
|
|
9476
|
+
"PipelineProgress"
|
|
9477
|
+
],
|
|
9478
|
+
[
|
|
9479
|
+
"render-ui",
|
|
9480
|
+
"main",
|
|
9781
9481
|
{
|
|
9782
|
-
"
|
|
9783
|
-
"
|
|
9784
|
-
|
|
9785
|
-
|
|
9786
|
-
|
|
9787
|
-
|
|
9788
|
-
|
|
9789
|
-
|
|
9790
|
-
|
|
9791
|
-
|
|
9792
|
-
|
|
9793
|
-
|
|
9794
|
-
|
|
9795
|
-
|
|
9796
|
-
|
|
9797
|
-
|
|
9798
|
-
|
|
9799
|
-
|
|
9800
|
-
"event": "FAIL",
|
|
9801
|
-
"triggers": "FAIL",
|
|
9802
|
-
"scope": "external"
|
|
9803
|
-
}
|
|
9804
|
-
],
|
|
9805
|
-
"stateMachine": {
|
|
9806
|
-
"states": [
|
|
9807
|
-
{
|
|
9808
|
-
"name": "idle",
|
|
9809
|
-
"isInitial": true
|
|
9810
|
-
},
|
|
9811
|
-
{
|
|
9812
|
-
"name": "in_progress"
|
|
9813
|
-
},
|
|
9814
|
-
{
|
|
9815
|
-
"name": "completed"
|
|
9816
|
-
},
|
|
9817
|
-
{
|
|
9818
|
-
"name": "failed"
|
|
9819
|
-
}
|
|
9820
|
-
],
|
|
9821
|
-
"events": [
|
|
9822
|
-
{
|
|
9823
|
-
"key": "INIT",
|
|
9824
|
-
"name": "Initialize"
|
|
9825
|
-
},
|
|
9826
|
-
{
|
|
9827
|
-
"key": "START",
|
|
9828
|
-
"name": "Start Pipeline"
|
|
9829
|
-
},
|
|
9830
|
-
{
|
|
9831
|
-
"key": "ADVANCE",
|
|
9832
|
-
"name": "Advance Step"
|
|
9833
|
-
},
|
|
9834
|
-
{
|
|
9835
|
-
"key": "COMPLETE",
|
|
9836
|
-
"name": "Complete Pipeline"
|
|
9837
|
-
},
|
|
9838
|
-
{
|
|
9839
|
-
"key": "FAIL",
|
|
9840
|
-
"name": "Pipeline Failed"
|
|
9841
|
-
},
|
|
9842
|
-
{
|
|
9843
|
-
"key": "RESET",
|
|
9844
|
-
"name": "Reset Pipeline"
|
|
9845
|
-
}
|
|
9846
|
-
],
|
|
9847
|
-
"transitions": [
|
|
9848
|
-
{
|
|
9849
|
-
"from": "idle",
|
|
9850
|
-
"to": "idle",
|
|
9851
|
-
"event": "INIT",
|
|
9852
|
-
"effects": [
|
|
9853
|
-
[
|
|
9854
|
-
"fetch",
|
|
9855
|
-
"PipelineProgress"
|
|
9482
|
+
"type": "dashboard-layout",
|
|
9483
|
+
"appName": "Agent Pipeline",
|
|
9484
|
+
"navItems": [
|
|
9485
|
+
{
|
|
9486
|
+
"label": "Pipeline",
|
|
9487
|
+
"href": "/pipeline",
|
|
9488
|
+
"icon": "git-branch"
|
|
9489
|
+
},
|
|
9490
|
+
{
|
|
9491
|
+
"label": "Execution",
|
|
9492
|
+
"href": "/execution",
|
|
9493
|
+
"icon": "play"
|
|
9494
|
+
},
|
|
9495
|
+
{
|
|
9496
|
+
"label": "Logs",
|
|
9497
|
+
"href": "/logs",
|
|
9498
|
+
"icon": "terminal"
|
|
9499
|
+
}
|
|
9856
9500
|
],
|
|
9857
|
-
[
|
|
9858
|
-
"render-ui",
|
|
9859
|
-
"main",
|
|
9501
|
+
"children": [
|
|
9860
9502
|
{
|
|
9861
|
-
"type": "
|
|
9862
|
-
"
|
|
9863
|
-
"
|
|
9503
|
+
"type": "stack",
|
|
9504
|
+
"direction": "vertical",
|
|
9505
|
+
"gap": "lg",
|
|
9506
|
+
"children": [
|
|
9864
9507
|
{
|
|
9865
|
-
"
|
|
9866
|
-
"
|
|
9867
|
-
"
|
|
9508
|
+
"type": "stack",
|
|
9509
|
+
"direction": "horizontal",
|
|
9510
|
+
"gap": "sm",
|
|
9511
|
+
"align": "center",
|
|
9512
|
+
"children": [
|
|
9513
|
+
{
|
|
9514
|
+
"type": "icon",
|
|
9515
|
+
"name": "list-ordered",
|
|
9516
|
+
"size": "lg"
|
|
9517
|
+
},
|
|
9518
|
+
{
|
|
9519
|
+
"type": "typography",
|
|
9520
|
+
"content": "PipelineProgress",
|
|
9521
|
+
"variant": "h2"
|
|
9522
|
+
},
|
|
9523
|
+
{
|
|
9524
|
+
"type": "badge",
|
|
9525
|
+
"label": "Idle",
|
|
9526
|
+
"variant": "default"
|
|
9527
|
+
}
|
|
9528
|
+
]
|
|
9868
9529
|
},
|
|
9869
9530
|
{
|
|
9870
|
-
"
|
|
9871
|
-
"href": "/execution",
|
|
9872
|
-
"icon": "play"
|
|
9531
|
+
"type": "divider"
|
|
9873
9532
|
},
|
|
9874
9533
|
{
|
|
9875
|
-
"
|
|
9876
|
-
"
|
|
9877
|
-
"
|
|
9878
|
-
}
|
|
9879
|
-
],
|
|
9880
|
-
"children": [
|
|
9881
|
-
{
|
|
9882
|
-
"type": "stack",
|
|
9883
|
-
"direction": "vertical",
|
|
9884
|
-
"gap": "lg",
|
|
9885
|
-
"children": [
|
|
9534
|
+
"type": "wizard-progress",
|
|
9535
|
+
"currentStep": "@entity.currentStep",
|
|
9536
|
+
"steps": [
|
|
9886
9537
|
{
|
|
9887
|
-
"
|
|
9888
|
-
"
|
|
9889
|
-
"gap": "sm",
|
|
9890
|
-
"align": "center",
|
|
9891
|
-
"children": [
|
|
9892
|
-
{
|
|
9893
|
-
"type": "icon",
|
|
9894
|
-
"name": "list-ordered",
|
|
9895
|
-
"size": "lg"
|
|
9896
|
-
},
|
|
9897
|
-
{
|
|
9898
|
-
"type": "typography",
|
|
9899
|
-
"content": "PipelineProgress",
|
|
9900
|
-
"variant": "h2"
|
|
9901
|
-
},
|
|
9902
|
-
{
|
|
9903
|
-
"type": "badge",
|
|
9904
|
-
"label": "Idle",
|
|
9905
|
-
"variant": "default"
|
|
9906
|
-
}
|
|
9907
|
-
]
|
|
9538
|
+
"id": "0",
|
|
9539
|
+
"title": "Plan"
|
|
9908
9540
|
},
|
|
9909
9541
|
{
|
|
9910
|
-
"
|
|
9542
|
+
"id": "1",
|
|
9543
|
+
"title": "Execute"
|
|
9911
9544
|
},
|
|
9912
9545
|
{
|
|
9913
|
-
"
|
|
9914
|
-
"
|
|
9915
|
-
"steps": [
|
|
9916
|
-
{
|
|
9917
|
-
"id": "0",
|
|
9918
|
-
"title": "Plan"
|
|
9919
|
-
},
|
|
9920
|
-
{
|
|
9921
|
-
"id": "1",
|
|
9922
|
-
"title": "Execute"
|
|
9923
|
-
},
|
|
9924
|
-
{
|
|
9925
|
-
"id": "2",
|
|
9926
|
-
"title": "Checkpoint"
|
|
9927
|
-
},
|
|
9928
|
-
{
|
|
9929
|
-
"id": "3",
|
|
9930
|
-
"title": "Verify"
|
|
9931
|
-
},
|
|
9932
|
-
{
|
|
9933
|
-
"id": "4",
|
|
9934
|
-
"title": "Done"
|
|
9935
|
-
}
|
|
9936
|
-
]
|
|
9546
|
+
"id": "2",
|
|
9547
|
+
"title": "Checkpoint"
|
|
9937
9548
|
},
|
|
9938
9549
|
{
|
|
9939
|
-
"
|
|
9940
|
-
"
|
|
9941
|
-
|
|
9942
|
-
|
|
9943
|
-
"
|
|
9550
|
+
"id": "3",
|
|
9551
|
+
"title": "Verify"
|
|
9552
|
+
},
|
|
9553
|
+
{
|
|
9554
|
+
"id": "4",
|
|
9555
|
+
"title": "Done"
|
|
9944
9556
|
}
|
|
9945
9557
|
]
|
|
9558
|
+
},
|
|
9559
|
+
{
|
|
9560
|
+
"type": "button",
|
|
9561
|
+
"label": "Start",
|
|
9562
|
+
"event": "START",
|
|
9563
|
+
"variant": "primary",
|
|
9564
|
+
"icon": "play"
|
|
9946
9565
|
}
|
|
9947
9566
|
]
|
|
9948
9567
|
}
|
|
9949
9568
|
]
|
|
9950
|
-
|
|
9951
|
-
|
|
9952
|
-
|
|
9953
|
-
|
|
9954
|
-
|
|
9955
|
-
"
|
|
9956
|
-
"
|
|
9957
|
-
|
|
9958
|
-
|
|
9959
|
-
|
|
9960
|
-
|
|
9961
|
-
|
|
9962
|
-
|
|
9963
|
-
|
|
9964
|
-
|
|
9965
|
-
|
|
9569
|
+
}
|
|
9570
|
+
]
|
|
9571
|
+
],
|
|
9572
|
+
"START": [
|
|
9573
|
+
[
|
|
9574
|
+
"set",
|
|
9575
|
+
"@entity.status",
|
|
9576
|
+
"in_progress"
|
|
9577
|
+
],
|
|
9578
|
+
[
|
|
9579
|
+
"set",
|
|
9580
|
+
"@entity.currentStep",
|
|
9581
|
+
0
|
|
9582
|
+
],
|
|
9583
|
+
[
|
|
9584
|
+
"render-ui",
|
|
9585
|
+
"main",
|
|
9586
|
+
{
|
|
9587
|
+
"type": "dashboard-layout",
|
|
9588
|
+
"appName": "Agent Pipeline",
|
|
9589
|
+
"navItems": [
|
|
9590
|
+
{
|
|
9591
|
+
"label": "Pipeline",
|
|
9592
|
+
"href": "/pipeline",
|
|
9593
|
+
"icon": "git-branch"
|
|
9594
|
+
},
|
|
9595
|
+
{
|
|
9596
|
+
"label": "Execution",
|
|
9597
|
+
"href": "/execution",
|
|
9598
|
+
"icon": "play"
|
|
9599
|
+
},
|
|
9600
|
+
{
|
|
9601
|
+
"label": "Logs",
|
|
9602
|
+
"href": "/logs",
|
|
9603
|
+
"icon": "terminal"
|
|
9604
|
+
}
|
|
9966
9605
|
],
|
|
9967
|
-
[
|
|
9968
|
-
"render-ui",
|
|
9969
|
-
"main",
|
|
9606
|
+
"children": [
|
|
9970
9607
|
{
|
|
9971
|
-
"type": "
|
|
9972
|
-
"
|
|
9973
|
-
"
|
|
9974
|
-
{
|
|
9975
|
-
"label": "Pipeline",
|
|
9976
|
-
"href": "/pipeline",
|
|
9977
|
-
"icon": "git-branch"
|
|
9978
|
-
},
|
|
9979
|
-
{
|
|
9980
|
-
"label": "Execution",
|
|
9981
|
-
"href": "/execution",
|
|
9982
|
-
"icon": "play"
|
|
9983
|
-
},
|
|
9984
|
-
{
|
|
9985
|
-
"label": "Logs",
|
|
9986
|
-
"href": "/logs",
|
|
9987
|
-
"icon": "terminal"
|
|
9988
|
-
}
|
|
9989
|
-
],
|
|
9608
|
+
"type": "stack",
|
|
9609
|
+
"direction": "vertical",
|
|
9610
|
+
"gap": "lg",
|
|
9990
9611
|
"children": [
|
|
9991
9612
|
{
|
|
9992
9613
|
"type": "stack",
|
|
9993
|
-
"direction": "
|
|
9994
|
-
"gap": "
|
|
9614
|
+
"direction": "horizontal",
|
|
9615
|
+
"gap": "sm",
|
|
9616
|
+
"align": "center",
|
|
9995
9617
|
"children": [
|
|
9996
9618
|
{
|
|
9997
|
-
"type": "
|
|
9998
|
-
"
|
|
9999
|
-
"
|
|
10000
|
-
"align": "center",
|
|
10001
|
-
"children": [
|
|
10002
|
-
{
|
|
10003
|
-
"type": "icon",
|
|
10004
|
-
"name": "loader",
|
|
10005
|
-
"size": "lg"
|
|
10006
|
-
},
|
|
10007
|
-
{
|
|
10008
|
-
"type": "typography",
|
|
10009
|
-
"content": "PipelineProgress",
|
|
10010
|
-
"variant": "h2"
|
|
10011
|
-
},
|
|
10012
|
-
{
|
|
10013
|
-
"type": "badge",
|
|
10014
|
-
"label": "In Progress",
|
|
10015
|
-
"variant": "warning"
|
|
10016
|
-
}
|
|
10017
|
-
]
|
|
10018
|
-
},
|
|
10019
|
-
{
|
|
10020
|
-
"type": "divider"
|
|
10021
|
-
},
|
|
10022
|
-
{
|
|
10023
|
-
"type": "wizard-progress",
|
|
10024
|
-
"currentStep": "@entity.currentStep",
|
|
10025
|
-
"steps": [
|
|
10026
|
-
{
|
|
10027
|
-
"id": "0",
|
|
10028
|
-
"title": "Plan"
|
|
10029
|
-
},
|
|
10030
|
-
{
|
|
10031
|
-
"id": "1",
|
|
10032
|
-
"title": "Execute"
|
|
10033
|
-
},
|
|
10034
|
-
{
|
|
10035
|
-
"id": "2",
|
|
10036
|
-
"title": "Checkpoint"
|
|
10037
|
-
},
|
|
10038
|
-
{
|
|
10039
|
-
"id": "3",
|
|
10040
|
-
"title": "Verify"
|
|
10041
|
-
},
|
|
10042
|
-
{
|
|
10043
|
-
"id": "4",
|
|
10044
|
-
"title": "Done"
|
|
10045
|
-
}
|
|
10046
|
-
]
|
|
9619
|
+
"type": "icon",
|
|
9620
|
+
"name": "loader",
|
|
9621
|
+
"size": "lg"
|
|
10047
9622
|
},
|
|
10048
9623
|
{
|
|
10049
|
-
"type": "
|
|
10050
|
-
"
|
|
10051
|
-
"
|
|
10052
|
-
"align": "center",
|
|
10053
|
-
"children": [
|
|
10054
|
-
{
|
|
10055
|
-
"type": "stat-display",
|
|
10056
|
-
"label": "Current Step",
|
|
10057
|
-
"value": "@entity.currentStep"
|
|
10058
|
-
},
|
|
10059
|
-
{
|
|
10060
|
-
"type": "stat-display",
|
|
10061
|
-
"label": "Total Steps",
|
|
10062
|
-
"value": "@entity.totalSteps"
|
|
10063
|
-
}
|
|
10064
|
-
]
|
|
9624
|
+
"type": "typography",
|
|
9625
|
+
"content": "PipelineProgress",
|
|
9626
|
+
"variant": "h2"
|
|
10065
9627
|
},
|
|
10066
9628
|
{
|
|
10067
|
-
"type": "
|
|
10068
|
-
"
|
|
10069
|
-
"
|
|
10070
|
-
"children": [
|
|
10071
|
-
{
|
|
10072
|
-
"type": "button",
|
|
10073
|
-
"label": "Advance",
|
|
10074
|
-
"event": "ADVANCE",
|
|
10075
|
-
"variant": "primary",
|
|
10076
|
-
"icon": "chevron-right"
|
|
10077
|
-
},
|
|
10078
|
-
{
|
|
10079
|
-
"type": "button",
|
|
10080
|
-
"label": "Reset",
|
|
10081
|
-
"event": "RESET",
|
|
10082
|
-
"variant": "ghost",
|
|
10083
|
-
"icon": "rotate-ccw"
|
|
10084
|
-
}
|
|
10085
|
-
]
|
|
9629
|
+
"type": "badge",
|
|
9630
|
+
"label": "In Progress",
|
|
9631
|
+
"variant": "warning"
|
|
10086
9632
|
}
|
|
10087
9633
|
]
|
|
10088
|
-
}
|
|
10089
|
-
]
|
|
10090
|
-
}
|
|
10091
|
-
]
|
|
10092
|
-
]
|
|
10093
|
-
},
|
|
10094
|
-
{
|
|
10095
|
-
"from": "in_progress",
|
|
10096
|
-
"to": "in_progress",
|
|
10097
|
-
"event": "ADVANCE",
|
|
10098
|
-
"guard": [
|
|
10099
|
-
"<",
|
|
10100
|
-
"@entity.currentStep",
|
|
10101
|
-
"@entity.totalSteps"
|
|
10102
|
-
],
|
|
10103
|
-
"effects": [
|
|
10104
|
-
[
|
|
10105
|
-
"set",
|
|
10106
|
-
"@entity.currentStep",
|
|
10107
|
-
[
|
|
10108
|
-
"+",
|
|
10109
|
-
"@entity.currentStep",
|
|
10110
|
-
1
|
|
10111
|
-
]
|
|
10112
|
-
],
|
|
10113
|
-
[
|
|
10114
|
-
"render-ui",
|
|
10115
|
-
"main",
|
|
10116
|
-
{
|
|
10117
|
-
"type": "dashboard-layout",
|
|
10118
|
-
"appName": "Agent Pipeline",
|
|
10119
|
-
"navItems": [
|
|
10120
|
-
{
|
|
10121
|
-
"label": "Pipeline",
|
|
10122
|
-
"href": "/pipeline",
|
|
10123
|
-
"icon": "git-branch"
|
|
10124
9634
|
},
|
|
10125
9635
|
{
|
|
10126
|
-
"
|
|
10127
|
-
"href": "/execution",
|
|
10128
|
-
"icon": "play"
|
|
9636
|
+
"type": "divider"
|
|
10129
9637
|
},
|
|
10130
9638
|
{
|
|
10131
|
-
"
|
|
10132
|
-
"
|
|
10133
|
-
"
|
|
10134
|
-
}
|
|
10135
|
-
],
|
|
10136
|
-
"children": [
|
|
10137
|
-
{
|
|
10138
|
-
"type": "stack",
|
|
10139
|
-
"direction": "vertical",
|
|
10140
|
-
"gap": "lg",
|
|
10141
|
-
"children": [
|
|
9639
|
+
"type": "wizard-progress",
|
|
9640
|
+
"currentStep": "@entity.currentStep",
|
|
9641
|
+
"steps": [
|
|
10142
9642
|
{
|
|
10143
|
-
"
|
|
10144
|
-
"
|
|
10145
|
-
"gap": "sm",
|
|
10146
|
-
"align": "center",
|
|
10147
|
-
"children": [
|
|
10148
|
-
{
|
|
10149
|
-
"type": "icon",
|
|
10150
|
-
"name": "loader",
|
|
10151
|
-
"size": "lg"
|
|
10152
|
-
},
|
|
10153
|
-
{
|
|
10154
|
-
"type": "typography",
|
|
10155
|
-
"content": "PipelineProgress",
|
|
10156
|
-
"variant": "h2"
|
|
10157
|
-
},
|
|
10158
|
-
{
|
|
10159
|
-
"type": "badge",
|
|
10160
|
-
"label": "In Progress",
|
|
10161
|
-
"variant": "warning"
|
|
10162
|
-
}
|
|
10163
|
-
]
|
|
9643
|
+
"id": "0",
|
|
9644
|
+
"title": "Plan"
|
|
10164
9645
|
},
|
|
10165
9646
|
{
|
|
10166
|
-
"
|
|
9647
|
+
"id": "1",
|
|
9648
|
+
"title": "Execute"
|
|
10167
9649
|
},
|
|
10168
9650
|
{
|
|
10169
|
-
"
|
|
10170
|
-
"
|
|
10171
|
-
"steps": [
|
|
10172
|
-
{
|
|
10173
|
-
"id": "0",
|
|
10174
|
-
"title": "Plan"
|
|
10175
|
-
},
|
|
10176
|
-
{
|
|
10177
|
-
"id": "1",
|
|
10178
|
-
"title": "Execute"
|
|
10179
|
-
},
|
|
10180
|
-
{
|
|
10181
|
-
"id": "2",
|
|
10182
|
-
"title": "Checkpoint"
|
|
10183
|
-
},
|
|
10184
|
-
{
|
|
10185
|
-
"id": "3",
|
|
10186
|
-
"title": "Verify"
|
|
10187
|
-
},
|
|
10188
|
-
{
|
|
10189
|
-
"id": "4",
|
|
10190
|
-
"title": "Done"
|
|
10191
|
-
}
|
|
10192
|
-
]
|
|
9651
|
+
"id": "2",
|
|
9652
|
+
"title": "Checkpoint"
|
|
10193
9653
|
},
|
|
10194
9654
|
{
|
|
10195
|
-
"
|
|
10196
|
-
"
|
|
10197
|
-
"gap": "sm",
|
|
10198
|
-
"align": "center",
|
|
10199
|
-
"children": [
|
|
10200
|
-
{
|
|
10201
|
-
"type": "stat-display",
|
|
10202
|
-
"label": "Current Step",
|
|
10203
|
-
"value": "@entity.currentStep"
|
|
10204
|
-
},
|
|
10205
|
-
{
|
|
10206
|
-
"type": "stat-display",
|
|
10207
|
-
"label": "Total Steps",
|
|
10208
|
-
"value": "@entity.totalSteps"
|
|
10209
|
-
}
|
|
10210
|
-
]
|
|
9655
|
+
"id": "3",
|
|
9656
|
+
"title": "Verify"
|
|
10211
9657
|
},
|
|
10212
9658
|
{
|
|
10213
|
-
"
|
|
10214
|
-
"
|
|
10215
|
-
"gap": "sm",
|
|
10216
|
-
"children": [
|
|
10217
|
-
{
|
|
10218
|
-
"type": "button",
|
|
10219
|
-
"label": "Advance",
|
|
10220
|
-
"event": "ADVANCE",
|
|
10221
|
-
"variant": "primary",
|
|
10222
|
-
"icon": "chevron-right"
|
|
10223
|
-
},
|
|
10224
|
-
{
|
|
10225
|
-
"type": "button",
|
|
10226
|
-
"label": "Reset",
|
|
10227
|
-
"event": "RESET",
|
|
10228
|
-
"variant": "ghost",
|
|
10229
|
-
"icon": "rotate-ccw"
|
|
10230
|
-
}
|
|
10231
|
-
]
|
|
9659
|
+
"id": "4",
|
|
9660
|
+
"title": "Done"
|
|
10232
9661
|
}
|
|
10233
9662
|
]
|
|
10234
|
-
}
|
|
10235
|
-
]
|
|
10236
|
-
}
|
|
10237
|
-
]
|
|
10238
|
-
]
|
|
10239
|
-
},
|
|
10240
|
-
{
|
|
10241
|
-
"from": "in_progress",
|
|
10242
|
-
"to": "completed",
|
|
10243
|
-
"event": "COMPLETE",
|
|
10244
|
-
"effects": [
|
|
10245
|
-
[
|
|
10246
|
-
"set",
|
|
10247
|
-
"@entity.status",
|
|
10248
|
-
"completed"
|
|
10249
|
-
],
|
|
10250
|
-
[
|
|
10251
|
-
"set",
|
|
10252
|
-
"@entity.currentStep",
|
|
10253
|
-
"@entity.totalSteps"
|
|
10254
|
-
],
|
|
10255
|
-
[
|
|
10256
|
-
"render-ui",
|
|
10257
|
-
"main",
|
|
10258
|
-
{
|
|
10259
|
-
"type": "dashboard-layout",
|
|
10260
|
-
"appName": "Agent Pipeline",
|
|
10261
|
-
"navItems": [
|
|
10262
|
-
{
|
|
10263
|
-
"label": "Pipeline",
|
|
10264
|
-
"href": "/pipeline",
|
|
10265
|
-
"icon": "git-branch"
|
|
10266
9663
|
},
|
|
10267
|
-
{
|
|
10268
|
-
"label": "Execution",
|
|
10269
|
-
"href": "/execution",
|
|
10270
|
-
"icon": "play"
|
|
10271
|
-
},
|
|
10272
|
-
{
|
|
10273
|
-
"label": "Logs",
|
|
10274
|
-
"href": "/logs",
|
|
10275
|
-
"icon": "terminal"
|
|
10276
|
-
}
|
|
10277
|
-
],
|
|
10278
|
-
"children": [
|
|
10279
9664
|
{
|
|
10280
9665
|
"type": "stack",
|
|
10281
|
-
"direction": "
|
|
10282
|
-
"gap": "
|
|
9666
|
+
"direction": "horizontal",
|
|
9667
|
+
"gap": "sm",
|
|
9668
|
+
"align": "center",
|
|
10283
9669
|
"children": [
|
|
10284
9670
|
{
|
|
10285
|
-
"type": "
|
|
10286
|
-
"
|
|
10287
|
-
"
|
|
10288
|
-
"align": "center",
|
|
10289
|
-
"children": [
|
|
10290
|
-
{
|
|
10291
|
-
"type": "icon",
|
|
10292
|
-
"name": "check-circle",
|
|
10293
|
-
"size": "lg"
|
|
10294
|
-
},
|
|
10295
|
-
{
|
|
10296
|
-
"type": "typography",
|
|
10297
|
-
"content": "PipelineProgress",
|
|
10298
|
-
"variant": "h2"
|
|
10299
|
-
},
|
|
10300
|
-
{
|
|
10301
|
-
"type": "badge",
|
|
10302
|
-
"label": "Completed",
|
|
10303
|
-
"variant": "success"
|
|
10304
|
-
}
|
|
10305
|
-
]
|
|
10306
|
-
},
|
|
10307
|
-
{
|
|
10308
|
-
"type": "divider"
|
|
10309
|
-
},
|
|
10310
|
-
{
|
|
10311
|
-
"type": "wizard-progress",
|
|
10312
|
-
"currentStep": "@entity.totalSteps",
|
|
10313
|
-
"steps": [
|
|
10314
|
-
{
|
|
10315
|
-
"id": "0",
|
|
10316
|
-
"title": "Plan"
|
|
10317
|
-
},
|
|
10318
|
-
{
|
|
10319
|
-
"id": "1",
|
|
10320
|
-
"title": "Execute"
|
|
10321
|
-
},
|
|
10322
|
-
{
|
|
10323
|
-
"id": "2",
|
|
10324
|
-
"title": "Checkpoint"
|
|
10325
|
-
},
|
|
10326
|
-
{
|
|
10327
|
-
"id": "3",
|
|
10328
|
-
"title": "Verify"
|
|
10329
|
-
},
|
|
10330
|
-
{
|
|
10331
|
-
"id": "4",
|
|
10332
|
-
"title": "Done"
|
|
10333
|
-
}
|
|
10334
|
-
]
|
|
10335
|
-
},
|
|
10336
|
-
{
|
|
10337
|
-
"type": "alert",
|
|
10338
|
-
"variant": "success",
|
|
10339
|
-
"message": "All steps completed successfully."
|
|
9671
|
+
"type": "stat-display",
|
|
9672
|
+
"label": "Current Step",
|
|
9673
|
+
"value": "@entity.currentStep"
|
|
10340
9674
|
},
|
|
10341
9675
|
{
|
|
10342
|
-
"type": "
|
|
10343
|
-
"label": "
|
|
10344
|
-
"
|
|
10345
|
-
"variant": "ghost",
|
|
10346
|
-
"icon": "rotate-ccw"
|
|
9676
|
+
"type": "stat-display",
|
|
9677
|
+
"label": "Total Steps",
|
|
9678
|
+
"value": "@entity.totalSteps"
|
|
10347
9679
|
}
|
|
10348
9680
|
]
|
|
10349
|
-
}
|
|
10350
|
-
]
|
|
10351
|
-
}
|
|
10352
|
-
]
|
|
10353
|
-
]
|
|
10354
|
-
},
|
|
10355
|
-
{
|
|
10356
|
-
"from": "in_progress",
|
|
10357
|
-
"to": "failed",
|
|
10358
|
-
"event": "FAIL",
|
|
10359
|
-
"effects": [
|
|
10360
|
-
[
|
|
10361
|
-
"set",
|
|
10362
|
-
"@entity.status",
|
|
10363
|
-
"failed"
|
|
10364
|
-
],
|
|
10365
|
-
[
|
|
10366
|
-
"render-ui",
|
|
10367
|
-
"main",
|
|
10368
|
-
{
|
|
10369
|
-
"type": "dashboard-layout",
|
|
10370
|
-
"appName": "Agent Pipeline",
|
|
10371
|
-
"navItems": [
|
|
10372
|
-
{
|
|
10373
|
-
"label": "Pipeline",
|
|
10374
|
-
"href": "/pipeline",
|
|
10375
|
-
"icon": "git-branch"
|
|
10376
9681
|
},
|
|
10377
|
-
{
|
|
10378
|
-
"
|
|
10379
|
-
"
|
|
10380
|
-
"
|
|
10381
|
-
|
|
10382
|
-
|
|
10383
|
-
|
|
10384
|
-
|
|
10385
|
-
|
|
10386
|
-
|
|
10387
|
-
|
|
10388
|
-
"children": [
|
|
10389
|
-
{
|
|
10390
|
-
"type": "stack",
|
|
10391
|
-
"direction": "vertical",
|
|
10392
|
-
"gap": "lg",
|
|
10393
|
-
"children": [
|
|
10394
|
-
{
|
|
10395
|
-
"type": "stack",
|
|
10396
|
-
"direction": "horizontal",
|
|
10397
|
-
"gap": "sm",
|
|
10398
|
-
"align": "center",
|
|
10399
|
-
"children": [
|
|
10400
|
-
{
|
|
10401
|
-
"type": "icon",
|
|
10402
|
-
"name": "x-circle",
|
|
10403
|
-
"size": "lg"
|
|
10404
|
-
},
|
|
10405
|
-
{
|
|
10406
|
-
"type": "typography",
|
|
10407
|
-
"content": "PipelineProgress",
|
|
10408
|
-
"variant": "h2"
|
|
10409
|
-
},
|
|
10410
|
-
{
|
|
10411
|
-
"type": "badge",
|
|
10412
|
-
"label": "Failed",
|
|
10413
|
-
"variant": "destructive"
|
|
10414
|
-
}
|
|
10415
|
-
]
|
|
10416
|
-
},
|
|
10417
|
-
{
|
|
10418
|
-
"type": "divider"
|
|
10419
|
-
},
|
|
10420
|
-
{
|
|
10421
|
-
"type": "wizard-progress",
|
|
10422
|
-
"currentStep": "@entity.currentStep",
|
|
10423
|
-
"steps": [
|
|
10424
|
-
{
|
|
10425
|
-
"id": "0",
|
|
10426
|
-
"title": "Plan"
|
|
10427
|
-
},
|
|
10428
|
-
{
|
|
10429
|
-
"id": "1",
|
|
10430
|
-
"title": "Execute"
|
|
10431
|
-
},
|
|
10432
|
-
{
|
|
10433
|
-
"id": "2",
|
|
10434
|
-
"title": "Checkpoint"
|
|
10435
|
-
},
|
|
10436
|
-
{
|
|
10437
|
-
"id": "3",
|
|
10438
|
-
"title": "Verify"
|
|
10439
|
-
},
|
|
10440
|
-
{
|
|
10441
|
-
"id": "4",
|
|
10442
|
-
"title": "Done"
|
|
10443
|
-
}
|
|
10444
|
-
]
|
|
10445
|
-
},
|
|
10446
|
-
{
|
|
10447
|
-
"type": "alert",
|
|
10448
|
-
"variant": "error",
|
|
10449
|
-
"message": "Pipeline failed at the current step."
|
|
10450
|
-
},
|
|
10451
|
-
{
|
|
10452
|
-
"type": "stack",
|
|
10453
|
-
"direction": "horizontal",
|
|
10454
|
-
"gap": "sm",
|
|
10455
|
-
"children": [
|
|
10456
|
-
{
|
|
10457
|
-
"type": "stat-display",
|
|
10458
|
-
"label": "Failed At Step",
|
|
10459
|
-
"value": "@entity.currentStep"
|
|
10460
|
-
}
|
|
10461
|
-
]
|
|
9682
|
+
{
|
|
9683
|
+
"type": "stack",
|
|
9684
|
+
"direction": "horizontal",
|
|
9685
|
+
"gap": "sm",
|
|
9686
|
+
"children": [
|
|
9687
|
+
{
|
|
9688
|
+
"type": "button",
|
|
9689
|
+
"label": "Advance",
|
|
9690
|
+
"event": "ADVANCE",
|
|
9691
|
+
"variant": "primary",
|
|
9692
|
+
"icon": "chevron-right"
|
|
10462
9693
|
},
|
|
10463
9694
|
{
|
|
10464
9695
|
"type": "button",
|
|
@@ -10472,448 +9703,476 @@
|
|
|
10472
9703
|
]
|
|
10473
9704
|
}
|
|
10474
9705
|
]
|
|
9706
|
+
}
|
|
9707
|
+
]
|
|
9708
|
+
],
|
|
9709
|
+
"ADVANCE": [
|
|
9710
|
+
[
|
|
9711
|
+
"set",
|
|
9712
|
+
"@entity.currentStep",
|
|
9713
|
+
[
|
|
9714
|
+
"+",
|
|
9715
|
+
"@entity.currentStep",
|
|
9716
|
+
1
|
|
10475
9717
|
]
|
|
10476
|
-
|
|
10477
|
-
|
|
10478
|
-
"
|
|
10479
|
-
"
|
|
10480
|
-
|
|
10481
|
-
|
|
10482
|
-
|
|
10483
|
-
|
|
10484
|
-
|
|
10485
|
-
|
|
10486
|
-
|
|
10487
|
-
|
|
10488
|
-
|
|
10489
|
-
|
|
10490
|
-
|
|
9718
|
+
],
|
|
9719
|
+
[
|
|
9720
|
+
"render-ui",
|
|
9721
|
+
"main",
|
|
9722
|
+
{
|
|
9723
|
+
"type": "dashboard-layout",
|
|
9724
|
+
"appName": "Agent Pipeline",
|
|
9725
|
+
"navItems": [
|
|
9726
|
+
{
|
|
9727
|
+
"label": "Pipeline",
|
|
9728
|
+
"href": "/pipeline",
|
|
9729
|
+
"icon": "git-branch"
|
|
9730
|
+
},
|
|
9731
|
+
{
|
|
9732
|
+
"label": "Execution",
|
|
9733
|
+
"href": "/execution",
|
|
9734
|
+
"icon": "play"
|
|
9735
|
+
},
|
|
9736
|
+
{
|
|
9737
|
+
"label": "Logs",
|
|
9738
|
+
"href": "/logs",
|
|
9739
|
+
"icon": "terminal"
|
|
9740
|
+
}
|
|
10491
9741
|
],
|
|
10492
|
-
[
|
|
10493
|
-
"render-ui",
|
|
10494
|
-
"main",
|
|
9742
|
+
"children": [
|
|
10495
9743
|
{
|
|
10496
|
-
"type": "
|
|
10497
|
-
"
|
|
10498
|
-
"
|
|
9744
|
+
"type": "stack",
|
|
9745
|
+
"direction": "vertical",
|
|
9746
|
+
"gap": "lg",
|
|
9747
|
+
"children": [
|
|
10499
9748
|
{
|
|
10500
|
-
"
|
|
10501
|
-
"
|
|
10502
|
-
"
|
|
9749
|
+
"type": "stack",
|
|
9750
|
+
"direction": "horizontal",
|
|
9751
|
+
"gap": "sm",
|
|
9752
|
+
"align": "center",
|
|
9753
|
+
"children": [
|
|
9754
|
+
{
|
|
9755
|
+
"type": "icon",
|
|
9756
|
+
"name": "loader",
|
|
9757
|
+
"size": "lg"
|
|
9758
|
+
},
|
|
9759
|
+
{
|
|
9760
|
+
"type": "typography",
|
|
9761
|
+
"content": "PipelineProgress",
|
|
9762
|
+
"variant": "h2"
|
|
9763
|
+
},
|
|
9764
|
+
{
|
|
9765
|
+
"type": "badge",
|
|
9766
|
+
"label": "In Progress",
|
|
9767
|
+
"variant": "warning"
|
|
9768
|
+
}
|
|
9769
|
+
]
|
|
10503
9770
|
},
|
|
10504
9771
|
{
|
|
10505
|
-
"
|
|
10506
|
-
"href": "/execution",
|
|
10507
|
-
"icon": "play"
|
|
9772
|
+
"type": "divider"
|
|
10508
9773
|
},
|
|
10509
9774
|
{
|
|
10510
|
-
"
|
|
10511
|
-
"
|
|
10512
|
-
"
|
|
10513
|
-
|
|
10514
|
-
|
|
10515
|
-
|
|
9775
|
+
"type": "wizard-progress",
|
|
9776
|
+
"currentStep": "@entity.currentStep",
|
|
9777
|
+
"steps": [
|
|
9778
|
+
{
|
|
9779
|
+
"id": "0",
|
|
9780
|
+
"title": "Plan"
|
|
9781
|
+
},
|
|
9782
|
+
{
|
|
9783
|
+
"id": "1",
|
|
9784
|
+
"title": "Execute"
|
|
9785
|
+
},
|
|
9786
|
+
{
|
|
9787
|
+
"id": "2",
|
|
9788
|
+
"title": "Checkpoint"
|
|
9789
|
+
},
|
|
9790
|
+
{
|
|
9791
|
+
"id": "3",
|
|
9792
|
+
"title": "Verify"
|
|
9793
|
+
},
|
|
9794
|
+
{
|
|
9795
|
+
"id": "4",
|
|
9796
|
+
"title": "Done"
|
|
9797
|
+
}
|
|
9798
|
+
]
|
|
9799
|
+
},
|
|
10516
9800
|
{
|
|
10517
9801
|
"type": "stack",
|
|
10518
|
-
"direction": "
|
|
10519
|
-
"gap": "
|
|
9802
|
+
"direction": "horizontal",
|
|
9803
|
+
"gap": "sm",
|
|
9804
|
+
"align": "center",
|
|
10520
9805
|
"children": [
|
|
10521
9806
|
{
|
|
10522
|
-
"type": "
|
|
10523
|
-
"
|
|
10524
|
-
"
|
|
10525
|
-
"align": "center",
|
|
10526
|
-
"children": [
|
|
10527
|
-
{
|
|
10528
|
-
"type": "icon",
|
|
10529
|
-
"name": "list-ordered",
|
|
10530
|
-
"size": "lg"
|
|
10531
|
-
},
|
|
10532
|
-
{
|
|
10533
|
-
"type": "typography",
|
|
10534
|
-
"content": "PipelineProgress",
|
|
10535
|
-
"variant": "h2"
|
|
10536
|
-
},
|
|
10537
|
-
{
|
|
10538
|
-
"type": "badge",
|
|
10539
|
-
"label": "Idle",
|
|
10540
|
-
"variant": "default"
|
|
10541
|
-
}
|
|
10542
|
-
]
|
|
9807
|
+
"type": "stat-display",
|
|
9808
|
+
"label": "Current Step",
|
|
9809
|
+
"value": "@entity.currentStep"
|
|
10543
9810
|
},
|
|
10544
9811
|
{
|
|
10545
|
-
"type": "
|
|
10546
|
-
|
|
9812
|
+
"type": "stat-display",
|
|
9813
|
+
"label": "Total Steps",
|
|
9814
|
+
"value": "@entity.totalSteps"
|
|
9815
|
+
}
|
|
9816
|
+
]
|
|
9817
|
+
},
|
|
9818
|
+
{
|
|
9819
|
+
"type": "stack",
|
|
9820
|
+
"direction": "horizontal",
|
|
9821
|
+
"gap": "sm",
|
|
9822
|
+
"children": [
|
|
10547
9823
|
{
|
|
10548
|
-
"type": "
|
|
10549
|
-
"
|
|
10550
|
-
"
|
|
10551
|
-
|
|
10552
|
-
|
|
10553
|
-
"title": "Plan"
|
|
10554
|
-
},
|
|
10555
|
-
{
|
|
10556
|
-
"id": "1",
|
|
10557
|
-
"title": "Execute"
|
|
10558
|
-
},
|
|
10559
|
-
{
|
|
10560
|
-
"id": "2",
|
|
10561
|
-
"title": "Checkpoint"
|
|
10562
|
-
},
|
|
10563
|
-
{
|
|
10564
|
-
"id": "3",
|
|
10565
|
-
"title": "Verify"
|
|
10566
|
-
},
|
|
10567
|
-
{
|
|
10568
|
-
"id": "4",
|
|
10569
|
-
"title": "Done"
|
|
10570
|
-
}
|
|
10571
|
-
]
|
|
9824
|
+
"type": "button",
|
|
9825
|
+
"label": "Advance",
|
|
9826
|
+
"event": "ADVANCE",
|
|
9827
|
+
"variant": "primary",
|
|
9828
|
+
"icon": "chevron-right"
|
|
10572
9829
|
},
|
|
10573
9830
|
{
|
|
10574
9831
|
"type": "button",
|
|
10575
|
-
"label": "
|
|
10576
|
-
"event": "
|
|
10577
|
-
"variant": "
|
|
10578
|
-
"icon": "
|
|
9832
|
+
"label": "Reset",
|
|
9833
|
+
"event": "RESET",
|
|
9834
|
+
"variant": "ghost",
|
|
9835
|
+
"icon": "rotate-ccw"
|
|
10579
9836
|
}
|
|
10580
9837
|
]
|
|
10581
9838
|
}
|
|
10582
9839
|
]
|
|
10583
9840
|
}
|
|
10584
9841
|
]
|
|
10585
|
-
|
|
10586
|
-
|
|
10587
|
-
|
|
10588
|
-
|
|
10589
|
-
|
|
10590
|
-
"
|
|
10591
|
-
"
|
|
10592
|
-
|
|
10593
|
-
|
|
10594
|
-
|
|
10595
|
-
|
|
10596
|
-
|
|
10597
|
-
|
|
10598
|
-
|
|
10599
|
-
|
|
10600
|
-
|
|
9842
|
+
}
|
|
9843
|
+
]
|
|
9844
|
+
],
|
|
9845
|
+
"COMPLETE": [
|
|
9846
|
+
[
|
|
9847
|
+
"set",
|
|
9848
|
+
"@entity.status",
|
|
9849
|
+
"completed"
|
|
9850
|
+
],
|
|
9851
|
+
[
|
|
9852
|
+
"set",
|
|
9853
|
+
"@entity.currentStep",
|
|
9854
|
+
"@entity.totalSteps"
|
|
9855
|
+
],
|
|
9856
|
+
[
|
|
9857
|
+
"render-ui",
|
|
9858
|
+
"main",
|
|
9859
|
+
{
|
|
9860
|
+
"type": "dashboard-layout",
|
|
9861
|
+
"appName": "Agent Pipeline",
|
|
9862
|
+
"navItems": [
|
|
9863
|
+
{
|
|
9864
|
+
"label": "Pipeline",
|
|
9865
|
+
"href": "/pipeline",
|
|
9866
|
+
"icon": "git-branch"
|
|
9867
|
+
},
|
|
9868
|
+
{
|
|
9869
|
+
"label": "Execution",
|
|
9870
|
+
"href": "/execution",
|
|
9871
|
+
"icon": "play"
|
|
9872
|
+
},
|
|
9873
|
+
{
|
|
9874
|
+
"label": "Logs",
|
|
9875
|
+
"href": "/logs",
|
|
9876
|
+
"icon": "terminal"
|
|
9877
|
+
}
|
|
10601
9878
|
],
|
|
10602
|
-
[
|
|
10603
|
-
"render-ui",
|
|
10604
|
-
"main",
|
|
9879
|
+
"children": [
|
|
10605
9880
|
{
|
|
10606
|
-
"type": "
|
|
10607
|
-
"
|
|
10608
|
-
"
|
|
10609
|
-
{
|
|
10610
|
-
"label": "Pipeline",
|
|
10611
|
-
"href": "/pipeline",
|
|
10612
|
-
"icon": "git-branch"
|
|
10613
|
-
},
|
|
10614
|
-
{
|
|
10615
|
-
"label": "Execution",
|
|
10616
|
-
"href": "/execution",
|
|
10617
|
-
"icon": "play"
|
|
10618
|
-
},
|
|
10619
|
-
{
|
|
10620
|
-
"label": "Logs",
|
|
10621
|
-
"href": "/logs",
|
|
10622
|
-
"icon": "terminal"
|
|
10623
|
-
}
|
|
10624
|
-
],
|
|
9881
|
+
"type": "stack",
|
|
9882
|
+
"direction": "vertical",
|
|
9883
|
+
"gap": "lg",
|
|
10625
9884
|
"children": [
|
|
10626
9885
|
{
|
|
10627
9886
|
"type": "stack",
|
|
10628
|
-
"direction": "
|
|
10629
|
-
"gap": "
|
|
9887
|
+
"direction": "horizontal",
|
|
9888
|
+
"gap": "sm",
|
|
9889
|
+
"align": "center",
|
|
10630
9890
|
"children": [
|
|
10631
9891
|
{
|
|
10632
|
-
"type": "
|
|
10633
|
-
"
|
|
10634
|
-
"
|
|
10635
|
-
"align": "center",
|
|
10636
|
-
"children": [
|
|
10637
|
-
{
|
|
10638
|
-
"type": "icon",
|
|
10639
|
-
"name": "list-ordered",
|
|
10640
|
-
"size": "lg"
|
|
10641
|
-
},
|
|
10642
|
-
{
|
|
10643
|
-
"type": "typography",
|
|
10644
|
-
"content": "PipelineProgress",
|
|
10645
|
-
"variant": "h2"
|
|
10646
|
-
},
|
|
10647
|
-
{
|
|
10648
|
-
"type": "badge",
|
|
10649
|
-
"label": "Idle",
|
|
10650
|
-
"variant": "default"
|
|
10651
|
-
}
|
|
10652
|
-
]
|
|
9892
|
+
"type": "icon",
|
|
9893
|
+
"name": "check-circle",
|
|
9894
|
+
"size": "lg"
|
|
10653
9895
|
},
|
|
10654
9896
|
{
|
|
10655
|
-
"type": "
|
|
9897
|
+
"type": "typography",
|
|
9898
|
+
"content": "PipelineProgress",
|
|
9899
|
+
"variant": "h2"
|
|
10656
9900
|
},
|
|
10657
9901
|
{
|
|
10658
|
-
"type": "
|
|
10659
|
-
"
|
|
10660
|
-
"
|
|
10661
|
-
|
|
10662
|
-
|
|
10663
|
-
|
|
10664
|
-
|
|
10665
|
-
|
|
10666
|
-
|
|
10667
|
-
|
|
10668
|
-
|
|
10669
|
-
|
|
10670
|
-
|
|
10671
|
-
|
|
10672
|
-
|
|
10673
|
-
|
|
10674
|
-
"id": "3",
|
|
10675
|
-
"title": "Verify"
|
|
10676
|
-
},
|
|
10677
|
-
{
|
|
10678
|
-
"id": "4",
|
|
10679
|
-
"title": "Done"
|
|
10680
|
-
}
|
|
10681
|
-
]
|
|
9902
|
+
"type": "badge",
|
|
9903
|
+
"label": "Completed",
|
|
9904
|
+
"variant": "success"
|
|
9905
|
+
}
|
|
9906
|
+
]
|
|
9907
|
+
},
|
|
9908
|
+
{
|
|
9909
|
+
"type": "divider"
|
|
9910
|
+
},
|
|
9911
|
+
{
|
|
9912
|
+
"type": "wizard-progress",
|
|
9913
|
+
"currentStep": "@entity.totalSteps",
|
|
9914
|
+
"steps": [
|
|
9915
|
+
{
|
|
9916
|
+
"id": "0",
|
|
9917
|
+
"title": "Plan"
|
|
10682
9918
|
},
|
|
10683
9919
|
{
|
|
10684
|
-
"
|
|
10685
|
-
"
|
|
10686
|
-
|
|
10687
|
-
|
|
10688
|
-
"
|
|
9920
|
+
"id": "1",
|
|
9921
|
+
"title": "Execute"
|
|
9922
|
+
},
|
|
9923
|
+
{
|
|
9924
|
+
"id": "2",
|
|
9925
|
+
"title": "Checkpoint"
|
|
9926
|
+
},
|
|
9927
|
+
{
|
|
9928
|
+
"id": "3",
|
|
9929
|
+
"title": "Verify"
|
|
9930
|
+
},
|
|
9931
|
+
{
|
|
9932
|
+
"id": "4",
|
|
9933
|
+
"title": "Done"
|
|
10689
9934
|
}
|
|
10690
9935
|
]
|
|
9936
|
+
},
|
|
9937
|
+
{
|
|
9938
|
+
"type": "alert",
|
|
9939
|
+
"variant": "success",
|
|
9940
|
+
"message": "All steps completed successfully."
|
|
9941
|
+
},
|
|
9942
|
+
{
|
|
9943
|
+
"type": "button",
|
|
9944
|
+
"label": "Reset",
|
|
9945
|
+
"event": "RESET",
|
|
9946
|
+
"variant": "ghost",
|
|
9947
|
+
"icon": "rotate-ccw"
|
|
10691
9948
|
}
|
|
10692
9949
|
]
|
|
10693
9950
|
}
|
|
10694
9951
|
]
|
|
10695
|
-
|
|
10696
|
-
|
|
10697
|
-
|
|
10698
|
-
|
|
10699
|
-
|
|
10700
|
-
"
|
|
10701
|
-
"
|
|
10702
|
-
|
|
10703
|
-
|
|
10704
|
-
|
|
10705
|
-
|
|
10706
|
-
|
|
10707
|
-
|
|
10708
|
-
|
|
10709
|
-
|
|
10710
|
-
|
|
9952
|
+
}
|
|
9953
|
+
]
|
|
9954
|
+
],
|
|
9955
|
+
"FAIL": [
|
|
9956
|
+
[
|
|
9957
|
+
"set",
|
|
9958
|
+
"@entity.status",
|
|
9959
|
+
"failed"
|
|
9960
|
+
],
|
|
9961
|
+
[
|
|
9962
|
+
"render-ui",
|
|
9963
|
+
"main",
|
|
9964
|
+
{
|
|
9965
|
+
"type": "dashboard-layout",
|
|
9966
|
+
"appName": "Agent Pipeline",
|
|
9967
|
+
"navItems": [
|
|
9968
|
+
{
|
|
9969
|
+
"label": "Pipeline",
|
|
9970
|
+
"href": "/pipeline",
|
|
9971
|
+
"icon": "git-branch"
|
|
9972
|
+
},
|
|
9973
|
+
{
|
|
9974
|
+
"label": "Execution",
|
|
9975
|
+
"href": "/execution",
|
|
9976
|
+
"icon": "play"
|
|
9977
|
+
},
|
|
9978
|
+
{
|
|
9979
|
+
"label": "Logs",
|
|
9980
|
+
"href": "/logs",
|
|
9981
|
+
"icon": "terminal"
|
|
9982
|
+
}
|
|
10711
9983
|
],
|
|
10712
|
-
[
|
|
10713
|
-
"render-ui",
|
|
10714
|
-
"main",
|
|
9984
|
+
"children": [
|
|
10715
9985
|
{
|
|
10716
|
-
"type": "
|
|
10717
|
-
"
|
|
10718
|
-
"
|
|
9986
|
+
"type": "stack",
|
|
9987
|
+
"direction": "vertical",
|
|
9988
|
+
"gap": "lg",
|
|
9989
|
+
"children": [
|
|
10719
9990
|
{
|
|
10720
|
-
"
|
|
10721
|
-
"
|
|
10722
|
-
"
|
|
9991
|
+
"type": "stack",
|
|
9992
|
+
"direction": "horizontal",
|
|
9993
|
+
"gap": "sm",
|
|
9994
|
+
"align": "center",
|
|
9995
|
+
"children": [
|
|
9996
|
+
{
|
|
9997
|
+
"type": "icon",
|
|
9998
|
+
"name": "x-circle",
|
|
9999
|
+
"size": "lg"
|
|
10000
|
+
},
|
|
10001
|
+
{
|
|
10002
|
+
"type": "typography",
|
|
10003
|
+
"content": "PipelineProgress",
|
|
10004
|
+
"variant": "h2"
|
|
10005
|
+
},
|
|
10006
|
+
{
|
|
10007
|
+
"type": "badge",
|
|
10008
|
+
"label": "Failed",
|
|
10009
|
+
"variant": "destructive"
|
|
10010
|
+
}
|
|
10011
|
+
]
|
|
10723
10012
|
},
|
|
10724
10013
|
{
|
|
10725
|
-
"
|
|
10726
|
-
"href": "/execution",
|
|
10727
|
-
"icon": "play"
|
|
10014
|
+
"type": "divider"
|
|
10728
10015
|
},
|
|
10729
10016
|
{
|
|
10730
|
-
"
|
|
10731
|
-
"
|
|
10732
|
-
"
|
|
10733
|
-
}
|
|
10734
|
-
],
|
|
10735
|
-
"children": [
|
|
10736
|
-
{
|
|
10737
|
-
"type": "stack",
|
|
10738
|
-
"direction": "vertical",
|
|
10739
|
-
"gap": "lg",
|
|
10740
|
-
"children": [
|
|
10017
|
+
"type": "wizard-progress",
|
|
10018
|
+
"currentStep": "@entity.currentStep",
|
|
10019
|
+
"steps": [
|
|
10741
10020
|
{
|
|
10742
|
-
"
|
|
10743
|
-
"
|
|
10744
|
-
"gap": "sm",
|
|
10745
|
-
"align": "center",
|
|
10746
|
-
"children": [
|
|
10747
|
-
{
|
|
10748
|
-
"type": "icon",
|
|
10749
|
-
"name": "list-ordered",
|
|
10750
|
-
"size": "lg"
|
|
10751
|
-
},
|
|
10752
|
-
{
|
|
10753
|
-
"type": "typography",
|
|
10754
|
-
"content": "PipelineProgress",
|
|
10755
|
-
"variant": "h2"
|
|
10756
|
-
},
|
|
10757
|
-
{
|
|
10758
|
-
"type": "badge",
|
|
10759
|
-
"label": "Idle",
|
|
10760
|
-
"variant": "default"
|
|
10761
|
-
}
|
|
10762
|
-
]
|
|
10021
|
+
"id": "0",
|
|
10022
|
+
"title": "Plan"
|
|
10763
10023
|
},
|
|
10764
10024
|
{
|
|
10765
|
-
"
|
|
10025
|
+
"id": "1",
|
|
10026
|
+
"title": "Execute"
|
|
10766
10027
|
},
|
|
10767
10028
|
{
|
|
10768
|
-
"
|
|
10769
|
-
"
|
|
10770
|
-
"steps": [
|
|
10771
|
-
{
|
|
10772
|
-
"id": "0",
|
|
10773
|
-
"title": "Plan"
|
|
10774
|
-
},
|
|
10775
|
-
{
|
|
10776
|
-
"id": "1",
|
|
10777
|
-
"title": "Execute"
|
|
10778
|
-
},
|
|
10779
|
-
{
|
|
10780
|
-
"id": "2",
|
|
10781
|
-
"title": "Checkpoint"
|
|
10782
|
-
},
|
|
10783
|
-
{
|
|
10784
|
-
"id": "3",
|
|
10785
|
-
"title": "Verify"
|
|
10786
|
-
},
|
|
10787
|
-
{
|
|
10788
|
-
"id": "4",
|
|
10789
|
-
"title": "Done"
|
|
10790
|
-
}
|
|
10791
|
-
]
|
|
10029
|
+
"id": "2",
|
|
10030
|
+
"title": "Checkpoint"
|
|
10792
10031
|
},
|
|
10793
10032
|
{
|
|
10794
|
-
"
|
|
10795
|
-
"
|
|
10796
|
-
|
|
10797
|
-
|
|
10798
|
-
"
|
|
10033
|
+
"id": "3",
|
|
10034
|
+
"title": "Verify"
|
|
10035
|
+
},
|
|
10036
|
+
{
|
|
10037
|
+
"id": "4",
|
|
10038
|
+
"title": "Done"
|
|
10799
10039
|
}
|
|
10800
10040
|
]
|
|
10801
|
-
}
|
|
10802
|
-
]
|
|
10803
|
-
}
|
|
10804
|
-
]
|
|
10805
|
-
]
|
|
10806
|
-
},
|
|
10807
|
-
{
|
|
10808
|
-
"from": "failed",
|
|
10809
|
-
"to": "idle",
|
|
10810
|
-
"event": "RESET",
|
|
10811
|
-
"effects": [
|
|
10812
|
-
[
|
|
10813
|
-
"set",
|
|
10814
|
-
"@entity.status",
|
|
10815
|
-
"idle"
|
|
10816
|
-
],
|
|
10817
|
-
[
|
|
10818
|
-
"set",
|
|
10819
|
-
"@entity.currentStep",
|
|
10820
|
-
0
|
|
10821
|
-
],
|
|
10822
|
-
[
|
|
10823
|
-
"render-ui",
|
|
10824
|
-
"main",
|
|
10825
|
-
{
|
|
10826
|
-
"type": "dashboard-layout",
|
|
10827
|
-
"appName": "Agent Pipeline",
|
|
10828
|
-
"navItems": [
|
|
10041
|
+
},
|
|
10829
10042
|
{
|
|
10830
|
-
"
|
|
10831
|
-
"
|
|
10832
|
-
"
|
|
10043
|
+
"type": "alert",
|
|
10044
|
+
"variant": "error",
|
|
10045
|
+
"message": "Pipeline failed at the current step."
|
|
10833
10046
|
},
|
|
10834
10047
|
{
|
|
10835
|
-
"
|
|
10836
|
-
"
|
|
10837
|
-
"
|
|
10048
|
+
"type": "stack",
|
|
10049
|
+
"direction": "horizontal",
|
|
10050
|
+
"gap": "sm",
|
|
10051
|
+
"children": [
|
|
10052
|
+
{
|
|
10053
|
+
"type": "stat-display",
|
|
10054
|
+
"label": "Failed At Step",
|
|
10055
|
+
"value": "@entity.currentStep"
|
|
10056
|
+
}
|
|
10057
|
+
]
|
|
10838
10058
|
},
|
|
10839
10059
|
{
|
|
10840
|
-
"
|
|
10841
|
-
"
|
|
10842
|
-
"
|
|
10060
|
+
"type": "button",
|
|
10061
|
+
"label": "Reset",
|
|
10062
|
+
"event": "RESET",
|
|
10063
|
+
"variant": "ghost",
|
|
10064
|
+
"icon": "rotate-ccw"
|
|
10843
10065
|
}
|
|
10844
|
-
]
|
|
10066
|
+
]
|
|
10067
|
+
}
|
|
10068
|
+
]
|
|
10069
|
+
}
|
|
10070
|
+
]
|
|
10071
|
+
],
|
|
10072
|
+
"RESET": [
|
|
10073
|
+
[
|
|
10074
|
+
"set",
|
|
10075
|
+
"@entity.status",
|
|
10076
|
+
"idle"
|
|
10077
|
+
],
|
|
10078
|
+
[
|
|
10079
|
+
"set",
|
|
10080
|
+
"@entity.currentStep",
|
|
10081
|
+
0
|
|
10082
|
+
],
|
|
10083
|
+
[
|
|
10084
|
+
"render-ui",
|
|
10085
|
+
"main",
|
|
10086
|
+
{
|
|
10087
|
+
"type": "dashboard-layout",
|
|
10088
|
+
"appName": "Agent Pipeline",
|
|
10089
|
+
"navItems": [
|
|
10090
|
+
{
|
|
10091
|
+
"label": "Pipeline",
|
|
10092
|
+
"href": "/pipeline",
|
|
10093
|
+
"icon": "git-branch"
|
|
10094
|
+
},
|
|
10095
|
+
{
|
|
10096
|
+
"label": "Execution",
|
|
10097
|
+
"href": "/execution",
|
|
10098
|
+
"icon": "play"
|
|
10099
|
+
},
|
|
10100
|
+
{
|
|
10101
|
+
"label": "Logs",
|
|
10102
|
+
"href": "/logs",
|
|
10103
|
+
"icon": "terminal"
|
|
10104
|
+
}
|
|
10105
|
+
],
|
|
10106
|
+
"children": [
|
|
10107
|
+
{
|
|
10108
|
+
"type": "stack",
|
|
10109
|
+
"direction": "vertical",
|
|
10110
|
+
"gap": "lg",
|
|
10845
10111
|
"children": [
|
|
10846
10112
|
{
|
|
10847
10113
|
"type": "stack",
|
|
10848
|
-
"direction": "
|
|
10849
|
-
"gap": "
|
|
10114
|
+
"direction": "horizontal",
|
|
10115
|
+
"gap": "sm",
|
|
10116
|
+
"align": "center",
|
|
10850
10117
|
"children": [
|
|
10851
10118
|
{
|
|
10852
|
-
"type": "
|
|
10853
|
-
"
|
|
10854
|
-
"
|
|
10855
|
-
"align": "center",
|
|
10856
|
-
"children": [
|
|
10857
|
-
{
|
|
10858
|
-
"type": "icon",
|
|
10859
|
-
"name": "list-ordered",
|
|
10860
|
-
"size": "lg"
|
|
10861
|
-
},
|
|
10862
|
-
{
|
|
10863
|
-
"type": "typography",
|
|
10864
|
-
"content": "PipelineProgress",
|
|
10865
|
-
"variant": "h2"
|
|
10866
|
-
},
|
|
10867
|
-
{
|
|
10868
|
-
"type": "badge",
|
|
10869
|
-
"label": "Idle",
|
|
10870
|
-
"variant": "default"
|
|
10871
|
-
}
|
|
10872
|
-
]
|
|
10119
|
+
"type": "icon",
|
|
10120
|
+
"name": "list-ordered",
|
|
10121
|
+
"size": "lg"
|
|
10873
10122
|
},
|
|
10874
10123
|
{
|
|
10875
|
-
"type": "
|
|
10124
|
+
"type": "typography",
|
|
10125
|
+
"content": "PipelineProgress",
|
|
10126
|
+
"variant": "h2"
|
|
10876
10127
|
},
|
|
10877
10128
|
{
|
|
10878
|
-
"type": "
|
|
10879
|
-
"
|
|
10880
|
-
"
|
|
10881
|
-
|
|
10882
|
-
|
|
10883
|
-
|
|
10884
|
-
|
|
10885
|
-
|
|
10886
|
-
|
|
10887
|
-
|
|
10888
|
-
|
|
10889
|
-
|
|
10890
|
-
|
|
10891
|
-
|
|
10892
|
-
|
|
10893
|
-
|
|
10894
|
-
"id": "3",
|
|
10895
|
-
"title": "Verify"
|
|
10896
|
-
},
|
|
10897
|
-
{
|
|
10898
|
-
"id": "4",
|
|
10899
|
-
"title": "Done"
|
|
10900
|
-
}
|
|
10901
|
-
]
|
|
10129
|
+
"type": "badge",
|
|
10130
|
+
"label": "Idle",
|
|
10131
|
+
"variant": "default"
|
|
10132
|
+
}
|
|
10133
|
+
]
|
|
10134
|
+
},
|
|
10135
|
+
{
|
|
10136
|
+
"type": "divider"
|
|
10137
|
+
},
|
|
10138
|
+
{
|
|
10139
|
+
"type": "wizard-progress",
|
|
10140
|
+
"currentStep": "@entity.currentStep",
|
|
10141
|
+
"steps": [
|
|
10142
|
+
{
|
|
10143
|
+
"id": "0",
|
|
10144
|
+
"title": "Plan"
|
|
10902
10145
|
},
|
|
10903
10146
|
{
|
|
10904
|
-
"
|
|
10905
|
-
"
|
|
10906
|
-
|
|
10907
|
-
|
|
10908
|
-
"
|
|
10147
|
+
"id": "1",
|
|
10148
|
+
"title": "Execute"
|
|
10149
|
+
},
|
|
10150
|
+
{
|
|
10151
|
+
"id": "2",
|
|
10152
|
+
"title": "Checkpoint"
|
|
10153
|
+
},
|
|
10154
|
+
{
|
|
10155
|
+
"id": "3",
|
|
10156
|
+
"title": "Verify"
|
|
10157
|
+
},
|
|
10158
|
+
{
|
|
10159
|
+
"id": "4",
|
|
10160
|
+
"title": "Done"
|
|
10909
10161
|
}
|
|
10910
10162
|
]
|
|
10163
|
+
},
|
|
10164
|
+
{
|
|
10165
|
+
"type": "button",
|
|
10166
|
+
"label": "Start",
|
|
10167
|
+
"event": "START",
|
|
10168
|
+
"variant": "primary",
|
|
10169
|
+
"icon": "play"
|
|
10911
10170
|
}
|
|
10912
10171
|
]
|
|
10913
10172
|
}
|
|
10914
10173
|
]
|
|
10915
|
-
|
|
10916
|
-
|
|
10174
|
+
}
|
|
10175
|
+
]
|
|
10917
10176
|
]
|
|
10918
10177
|
}
|
|
10919
10178
|
}
|
|
@@ -10960,252 +10219,217 @@
|
|
|
10960
10219
|
},
|
|
10961
10220
|
"traits": [
|
|
10962
10221
|
{
|
|
10222
|
+
"ref": "Drawer.traits.DrawerContentDrawer",
|
|
10963
10223
|
"name": "SessionTreeDrawer",
|
|
10964
10224
|
"linkedEntity": "SessionTree",
|
|
10965
|
-
"
|
|
10966
|
-
|
|
10967
|
-
|
|
10968
|
-
|
|
10969
|
-
"
|
|
10970
|
-
|
|
10971
|
-
},
|
|
10972
|
-
{
|
|
10973
|
-
"name": "open"
|
|
10974
|
-
}
|
|
10975
|
-
],
|
|
10976
|
-
"events": [
|
|
10977
|
-
{
|
|
10978
|
-
"key": "INIT",
|
|
10979
|
-
"name": "Initialize"
|
|
10980
|
-
},
|
|
10981
|
-
{
|
|
10982
|
-
"key": "OPEN",
|
|
10983
|
-
"name": "Open"
|
|
10984
|
-
},
|
|
10985
|
-
{
|
|
10986
|
-
"key": "CLOSE",
|
|
10987
|
-
"name": "Close"
|
|
10988
|
-
}
|
|
10225
|
+
"effects": {
|
|
10226
|
+
"INIT": [
|
|
10227
|
+
[
|
|
10228
|
+
"fetch",
|
|
10229
|
+
"SessionTree"
|
|
10230
|
+
]
|
|
10989
10231
|
],
|
|
10990
|
-
"
|
|
10991
|
-
|
|
10992
|
-
"
|
|
10993
|
-
"
|
|
10994
|
-
|
|
10995
|
-
|
|
10996
|
-
|
|
10997
|
-
|
|
10998
|
-
|
|
10999
|
-
|
|
11000
|
-
|
|
11001
|
-
|
|
11002
|
-
|
|
11003
|
-
"from": "closed",
|
|
11004
|
-
"to": "open",
|
|
11005
|
-
"event": "OPEN",
|
|
11006
|
-
"effects": [
|
|
11007
|
-
[
|
|
11008
|
-
"fetch",
|
|
11009
|
-
"SessionTree"
|
|
11010
|
-
],
|
|
11011
|
-
[
|
|
11012
|
-
"render-ui",
|
|
11013
|
-
"drawer",
|
|
10232
|
+
"OPEN": [
|
|
10233
|
+
[
|
|
10234
|
+
"fetch",
|
|
10235
|
+
"SessionTree"
|
|
10236
|
+
],
|
|
10237
|
+
[
|
|
10238
|
+
"render-ui",
|
|
10239
|
+
"drawer",
|
|
10240
|
+
{
|
|
10241
|
+
"type": "stack",
|
|
10242
|
+
"direction": "vertical",
|
|
10243
|
+
"gap": "none",
|
|
10244
|
+
"children": [
|
|
11014
10245
|
{
|
|
11015
|
-
"type": "
|
|
11016
|
-
"
|
|
11017
|
-
"
|
|
10246
|
+
"type": "drawer",
|
|
10247
|
+
"title": "Session Tree",
|
|
10248
|
+
"isOpen": true,
|
|
11018
10249
|
"children": [
|
|
11019
10250
|
{
|
|
11020
|
-
"type": "
|
|
11021
|
-
"
|
|
11022
|
-
"
|
|
10251
|
+
"type": "stack",
|
|
10252
|
+
"direction": "vertical",
|
|
10253
|
+
"gap": "md",
|
|
11023
10254
|
"children": [
|
|
11024
10255
|
{
|
|
11025
10256
|
"type": "stack",
|
|
11026
|
-
"direction": "
|
|
10257
|
+
"direction": "horizontal",
|
|
11027
10258
|
"gap": "md",
|
|
10259
|
+
"justify": "space-between",
|
|
11028
10260
|
"children": [
|
|
11029
10261
|
{
|
|
11030
|
-
"type": "
|
|
11031
|
-
"
|
|
11032
|
-
"
|
|
11033
|
-
"justify": "space-between",
|
|
11034
|
-
"children": [
|
|
11035
|
-
{
|
|
11036
|
-
"type": "typography",
|
|
11037
|
-
"variant": "caption",
|
|
11038
|
-
"content": "BranchId"
|
|
11039
|
-
},
|
|
11040
|
-
{
|
|
11041
|
-
"type": "typography",
|
|
11042
|
-
"variant": "body",
|
|
11043
|
-
"content": [
|
|
11044
|
-
"object/get",
|
|
11045
|
-
[
|
|
11046
|
-
"array/first",
|
|
11047
|
-
"@entity"
|
|
11048
|
-
],
|
|
11049
|
-
"branchId"
|
|
11050
|
-
]
|
|
11051
|
-
}
|
|
11052
|
-
]
|
|
10262
|
+
"type": "typography",
|
|
10263
|
+
"variant": "caption",
|
|
10264
|
+
"content": "BranchId"
|
|
11053
10265
|
},
|
|
11054
10266
|
{
|
|
11055
|
-
"type": "
|
|
11056
|
-
"
|
|
11057
|
-
"
|
|
11058
|
-
|
|
11059
|
-
|
|
11060
|
-
|
|
11061
|
-
"
|
|
11062
|
-
|
|
11063
|
-
|
|
11064
|
-
},
|
|
11065
|
-
{
|
|
11066
|
-
"type": "typography",
|
|
11067
|
-
"variant": "body",
|
|
11068
|
-
"content": [
|
|
11069
|
-
"object/get",
|
|
11070
|
-
[
|
|
11071
|
-
"array/first",
|
|
11072
|
-
"@entity"
|
|
11073
|
-
],
|
|
11074
|
-
"label"
|
|
11075
|
-
]
|
|
11076
|
-
}
|
|
10267
|
+
"type": "typography",
|
|
10268
|
+
"variant": "body",
|
|
10269
|
+
"content": [
|
|
10270
|
+
"object/get",
|
|
10271
|
+
[
|
|
10272
|
+
"array/first",
|
|
10273
|
+
"@entity"
|
|
10274
|
+
],
|
|
10275
|
+
"branchId"
|
|
11077
10276
|
]
|
|
10277
|
+
}
|
|
10278
|
+
]
|
|
10279
|
+
},
|
|
10280
|
+
{
|
|
10281
|
+
"type": "stack",
|
|
10282
|
+
"direction": "horizontal",
|
|
10283
|
+
"gap": "md",
|
|
10284
|
+
"justify": "space-between",
|
|
10285
|
+
"children": [
|
|
10286
|
+
{
|
|
10287
|
+
"type": "typography",
|
|
10288
|
+
"variant": "caption",
|
|
10289
|
+
"content": "Label"
|
|
11078
10290
|
},
|
|
11079
10291
|
{
|
|
11080
|
-
"type": "
|
|
11081
|
-
"
|
|
11082
|
-
"
|
|
11083
|
-
|
|
11084
|
-
|
|
11085
|
-
|
|
11086
|
-
"
|
|
11087
|
-
|
|
11088
|
-
|
|
11089
|
-
},
|
|
11090
|
-
{
|
|
11091
|
-
"type": "typography",
|
|
11092
|
-
"variant": "body",
|
|
11093
|
-
"content": [
|
|
11094
|
-
"object/get",
|
|
11095
|
-
[
|
|
11096
|
-
"array/first",
|
|
11097
|
-
"@entity"
|
|
11098
|
-
],
|
|
11099
|
-
"status"
|
|
11100
|
-
]
|
|
11101
|
-
}
|
|
10292
|
+
"type": "typography",
|
|
10293
|
+
"variant": "body",
|
|
10294
|
+
"content": [
|
|
10295
|
+
"object/get",
|
|
10296
|
+
[
|
|
10297
|
+
"array/first",
|
|
10298
|
+
"@entity"
|
|
10299
|
+
],
|
|
10300
|
+
"label"
|
|
11102
10301
|
]
|
|
11103
|
-
}
|
|
10302
|
+
}
|
|
10303
|
+
]
|
|
10304
|
+
},
|
|
10305
|
+
{
|
|
10306
|
+
"type": "stack",
|
|
10307
|
+
"direction": "horizontal",
|
|
10308
|
+
"gap": "md",
|
|
10309
|
+
"justify": "space-between",
|
|
10310
|
+
"children": [
|
|
11104
10311
|
{
|
|
11105
|
-
"type": "
|
|
10312
|
+
"type": "typography",
|
|
10313
|
+
"variant": "caption",
|
|
10314
|
+
"content": "Status"
|
|
11106
10315
|
},
|
|
11107
10316
|
{
|
|
11108
|
-
"type": "
|
|
11109
|
-
"
|
|
11110
|
-
"
|
|
11111
|
-
|
|
11112
|
-
|
|
11113
|
-
|
|
11114
|
-
"
|
|
11115
|
-
|
|
11116
|
-
|
|
11117
|
-
"variant": "ghost"
|
|
11118
|
-
}
|
|
10317
|
+
"type": "typography",
|
|
10318
|
+
"variant": "body",
|
|
10319
|
+
"content": [
|
|
10320
|
+
"object/get",
|
|
10321
|
+
[
|
|
10322
|
+
"array/first",
|
|
10323
|
+
"@entity"
|
|
10324
|
+
],
|
|
10325
|
+
"status"
|
|
11119
10326
|
]
|
|
11120
10327
|
}
|
|
11121
10328
|
]
|
|
10329
|
+
},
|
|
10330
|
+
{
|
|
10331
|
+
"type": "divider"
|
|
10332
|
+
},
|
|
10333
|
+
{
|
|
10334
|
+
"type": "stack",
|
|
10335
|
+
"direction": "horizontal",
|
|
10336
|
+
"gap": "sm",
|
|
10337
|
+
"justify": "end",
|
|
10338
|
+
"children": [
|
|
10339
|
+
{
|
|
10340
|
+
"type": "button",
|
|
10341
|
+
"label": "Close",
|
|
10342
|
+
"event": "CLOSE",
|
|
10343
|
+
"variant": "ghost"
|
|
10344
|
+
}
|
|
10345
|
+
]
|
|
11122
10346
|
}
|
|
11123
10347
|
]
|
|
11124
|
-
}
|
|
10348
|
+
}
|
|
10349
|
+
]
|
|
10350
|
+
},
|
|
10351
|
+
{
|
|
10352
|
+
"type": "side-panel",
|
|
10353
|
+
"title": "Session Tree",
|
|
10354
|
+
"isOpen": true,
|
|
10355
|
+
"position": "right",
|
|
10356
|
+
"children": [
|
|
11125
10357
|
{
|
|
11126
|
-
"type": "
|
|
11127
|
-
"
|
|
11128
|
-
"
|
|
11129
|
-
"position": "right",
|
|
10358
|
+
"type": "stack",
|
|
10359
|
+
"direction": "vertical",
|
|
10360
|
+
"gap": "md",
|
|
11130
10361
|
"children": [
|
|
11131
10362
|
{
|
|
11132
10363
|
"type": "stack",
|
|
11133
|
-
"direction": "
|
|
10364
|
+
"direction": "horizontal",
|
|
11134
10365
|
"gap": "md",
|
|
10366
|
+
"justify": "space-between",
|
|
11135
10367
|
"children": [
|
|
11136
10368
|
{
|
|
11137
|
-
"type": "
|
|
11138
|
-
"
|
|
11139
|
-
"
|
|
11140
|
-
|
|
11141
|
-
|
|
11142
|
-
|
|
11143
|
-
|
|
11144
|
-
|
|
11145
|
-
|
|
11146
|
-
|
|
11147
|
-
|
|
11148
|
-
"
|
|
11149
|
-
|
|
11150
|
-
|
|
11151
|
-
"object/get",
|
|
11152
|
-
[
|
|
11153
|
-
"array/first",
|
|
11154
|
-
"@entity"
|
|
11155
|
-
],
|
|
11156
|
-
"branchId"
|
|
11157
|
-
]
|
|
11158
|
-
}
|
|
10369
|
+
"type": "typography",
|
|
10370
|
+
"variant": "caption",
|
|
10371
|
+
"content": "BranchId"
|
|
10372
|
+
},
|
|
10373
|
+
{
|
|
10374
|
+
"type": "typography",
|
|
10375
|
+
"variant": "body",
|
|
10376
|
+
"content": [
|
|
10377
|
+
"object/get",
|
|
10378
|
+
[
|
|
10379
|
+
"array/first",
|
|
10380
|
+
"@entity"
|
|
10381
|
+
],
|
|
10382
|
+
"branchId"
|
|
11159
10383
|
]
|
|
10384
|
+
}
|
|
10385
|
+
]
|
|
10386
|
+
},
|
|
10387
|
+
{
|
|
10388
|
+
"type": "stack",
|
|
10389
|
+
"direction": "horizontal",
|
|
10390
|
+
"gap": "md",
|
|
10391
|
+
"justify": "space-between",
|
|
10392
|
+
"children": [
|
|
10393
|
+
{
|
|
10394
|
+
"type": "typography",
|
|
10395
|
+
"variant": "caption",
|
|
10396
|
+
"content": "Label"
|
|
11160
10397
|
},
|
|
11161
10398
|
{
|
|
11162
|
-
"type": "
|
|
11163
|
-
"
|
|
11164
|
-
"
|
|
11165
|
-
|
|
11166
|
-
|
|
11167
|
-
|
|
11168
|
-
"
|
|
11169
|
-
|
|
11170
|
-
|
|
11171
|
-
},
|
|
11172
|
-
{
|
|
11173
|
-
"type": "typography",
|
|
11174
|
-
"variant": "body",
|
|
11175
|
-
"content": [
|
|
11176
|
-
"object/get",
|
|
11177
|
-
[
|
|
11178
|
-
"array/first",
|
|
11179
|
-
"@entity"
|
|
11180
|
-
],
|
|
11181
|
-
"label"
|
|
11182
|
-
]
|
|
11183
|
-
}
|
|
10399
|
+
"type": "typography",
|
|
10400
|
+
"variant": "body",
|
|
10401
|
+
"content": [
|
|
10402
|
+
"object/get",
|
|
10403
|
+
[
|
|
10404
|
+
"array/first",
|
|
10405
|
+
"@entity"
|
|
10406
|
+
],
|
|
10407
|
+
"label"
|
|
11184
10408
|
]
|
|
10409
|
+
}
|
|
10410
|
+
]
|
|
10411
|
+
},
|
|
10412
|
+
{
|
|
10413
|
+
"type": "stack",
|
|
10414
|
+
"direction": "horizontal",
|
|
10415
|
+
"gap": "md",
|
|
10416
|
+
"justify": "space-between",
|
|
10417
|
+
"children": [
|
|
10418
|
+
{
|
|
10419
|
+
"type": "typography",
|
|
10420
|
+
"variant": "caption",
|
|
10421
|
+
"content": "Status"
|
|
11185
10422
|
},
|
|
11186
10423
|
{
|
|
11187
|
-
"type": "
|
|
11188
|
-
"
|
|
11189
|
-
"
|
|
11190
|
-
|
|
11191
|
-
|
|
11192
|
-
|
|
11193
|
-
"
|
|
11194
|
-
|
|
11195
|
-
|
|
11196
|
-
},
|
|
11197
|
-
{
|
|
11198
|
-
"type": "typography",
|
|
11199
|
-
"variant": "body",
|
|
11200
|
-
"content": [
|
|
11201
|
-
"object/get",
|
|
11202
|
-
[
|
|
11203
|
-
"array/first",
|
|
11204
|
-
"@entity"
|
|
11205
|
-
],
|
|
11206
|
-
"status"
|
|
11207
|
-
]
|
|
11208
|
-
}
|
|
10424
|
+
"type": "typography",
|
|
10425
|
+
"variant": "body",
|
|
10426
|
+
"content": [
|
|
10427
|
+
"object/get",
|
|
10428
|
+
[
|
|
10429
|
+
"array/first",
|
|
10430
|
+
"@entity"
|
|
10431
|
+
],
|
|
10432
|
+
"status"
|
|
11209
10433
|
]
|
|
11210
10434
|
}
|
|
11211
10435
|
]
|
|
@@ -11215,24 +10439,19 @@
|
|
|
11215
10439
|
]
|
|
11216
10440
|
}
|
|
11217
10441
|
]
|
|
11218
|
-
|
|
11219
|
-
|
|
11220
|
-
|
|
11221
|
-
|
|
11222
|
-
|
|
11223
|
-
"
|
|
11224
|
-
"
|
|
11225
|
-
|
|
11226
|
-
|
|
11227
|
-
|
|
11228
|
-
|
|
11229
|
-
|
|
11230
|
-
|
|
11231
|
-
"fetch",
|
|
11232
|
-
"SessionTree"
|
|
11233
|
-
]
|
|
11234
|
-
]
|
|
11235
|
-
}
|
|
10442
|
+
}
|
|
10443
|
+
]
|
|
10444
|
+
],
|
|
10445
|
+
"CLOSE": [
|
|
10446
|
+
[
|
|
10447
|
+
"render-ui",
|
|
10448
|
+
"drawer",
|
|
10449
|
+
null
|
|
10450
|
+
],
|
|
10451
|
+
[
|
|
10452
|
+
"fetch",
|
|
10453
|
+
"SessionTree"
|
|
10454
|
+
]
|
|
11236
10455
|
]
|
|
11237
10456
|
}
|
|
11238
10457
|
}
|
|
@@ -11249,6 +10468,5 @@
|
|
|
11249
10468
|
}
|
|
11250
10469
|
]
|
|
11251
10470
|
}
|
|
11252
|
-
]
|
|
11253
|
-
|
|
11254
|
-
}
|
|
10471
|
+
]
|
|
10472
|
+
}
|