@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,6 +1,7 @@
|
|
|
1
1
|
{
|
|
2
|
-
"name": "
|
|
2
|
+
"name": "std-devops-dashboard",
|
|
3
3
|
"version": "1.0.0",
|
|
4
|
+
"description": "DevOps monitoring organism. Composes: stdCircuitBreaker(ServiceNode) + stdDisplay(AlertMetric) + stdList(LogEntry) + stdDisplay(SystemMetric)",
|
|
4
5
|
"orbitals": [
|
|
5
6
|
{
|
|
6
7
|
"name": "ServiceNodeOrbital",
|
|
@@ -3048,11 +3049,15 @@
|
|
|
3048
3049
|
"listens": [
|
|
3049
3050
|
{
|
|
3050
3051
|
"event": "LOG_ENTRY_CREATED",
|
|
3051
|
-
"triggers": "
|
|
3052
|
+
"triggers": "INIT"
|
|
3052
3053
|
},
|
|
3053
3054
|
{
|
|
3054
3055
|
"event": "LOG_ENTRY_UPDATED",
|
|
3055
|
-
"triggers": "
|
|
3056
|
+
"triggers": "INIT"
|
|
3057
|
+
},
|
|
3058
|
+
{
|
|
3059
|
+
"event": "LOG_ENTRY_DELETED",
|
|
3060
|
+
"triggers": "INIT"
|
|
3056
3061
|
}
|
|
3057
3062
|
],
|
|
3058
3063
|
"stateMachine": {
|
|
@@ -3060,9 +3065,6 @@
|
|
|
3060
3065
|
{
|
|
3061
3066
|
"name": "browsing",
|
|
3062
3067
|
"isInitial": true
|
|
3063
|
-
},
|
|
3064
|
-
{
|
|
3065
|
-
"name": "deleting"
|
|
3066
3068
|
}
|
|
3067
3069
|
],
|
|
3068
3070
|
"events": [
|
|
@@ -3086,633 +3088,48 @@
|
|
|
3086
3088
|
{
|
|
3087
3089
|
"name": "row",
|
|
3088
3090
|
"type": "object"
|
|
3089
|
-
}
|
|
3090
|
-
]
|
|
3091
|
-
},
|
|
3092
|
-
{
|
|
3093
|
-
"key": "EDIT",
|
|
3094
|
-
"name": "EDIT",
|
|
3095
|
-
"payload": [
|
|
3096
|
-
{
|
|
3097
|
-
"name": "id",
|
|
3098
|
-
"type": "string",
|
|
3099
|
-
"required": true
|
|
3100
|
-
},
|
|
3101
|
-
{
|
|
3102
|
-
"name": "row",
|
|
3103
|
-
"type": "object"
|
|
3104
|
-
}
|
|
3105
|
-
]
|
|
3106
|
-
},
|
|
3107
|
-
{
|
|
3108
|
-
"key": "DELETE",
|
|
3109
|
-
"name": "DELETE",
|
|
3110
|
-
"payload": [
|
|
3111
|
-
{
|
|
3112
|
-
"name": "id",
|
|
3113
|
-
"type": "string",
|
|
3114
|
-
"required": true
|
|
3115
|
-
},
|
|
3116
|
-
{
|
|
3117
|
-
"name": "row",
|
|
3118
|
-
"type": "object"
|
|
3119
|
-
}
|
|
3120
|
-
]
|
|
3121
|
-
},
|
|
3122
|
-
{
|
|
3123
|
-
"key": "LOG_ENTRY_CREATED",
|
|
3124
|
-
"name": "LOG_ENTRY_CREATED",
|
|
3125
|
-
"payload": [
|
|
3126
|
-
{
|
|
3127
|
-
"name": "data",
|
|
3128
|
-
"type": "object",
|
|
3129
|
-
"required": true
|
|
3130
|
-
}
|
|
3131
|
-
]
|
|
3132
|
-
},
|
|
3133
|
-
{
|
|
3134
|
-
"key": "LOG_ENTRY_UPDATED",
|
|
3135
|
-
"name": "LOG_ENTRY_UPDATED",
|
|
3136
|
-
"payload": [
|
|
3137
|
-
{
|
|
3138
|
-
"name": "data",
|
|
3139
|
-
"type": "object",
|
|
3140
|
-
"required": true
|
|
3141
|
-
}
|
|
3142
|
-
]
|
|
3143
|
-
},
|
|
3144
|
-
{
|
|
3145
|
-
"key": "CONFIRM_DELETE",
|
|
3146
|
-
"name": "Confirm Delete"
|
|
3147
|
-
},
|
|
3148
|
-
{
|
|
3149
|
-
"key": "CANCEL",
|
|
3150
|
-
"name": "Cancel"
|
|
3151
|
-
},
|
|
3152
|
-
{
|
|
3153
|
-
"key": "CLOSE",
|
|
3154
|
-
"name": "Close"
|
|
3155
|
-
}
|
|
3156
|
-
],
|
|
3157
|
-
"transitions": [
|
|
3158
|
-
{
|
|
3159
|
-
"from": "browsing",
|
|
3160
|
-
"to": "browsing",
|
|
3161
|
-
"event": "INIT",
|
|
3162
|
-
"effects": [
|
|
3163
|
-
[
|
|
3164
|
-
"ref",
|
|
3165
|
-
"LogEntry"
|
|
3166
|
-
],
|
|
3167
|
-
[
|
|
3168
|
-
"render-ui",
|
|
3169
|
-
"main",
|
|
3170
|
-
{
|
|
3171
|
-
"type": "dashboard-layout",
|
|
3172
|
-
"appName": "DevOps Dashboard",
|
|
3173
|
-
"navItems": [
|
|
3174
|
-
{
|
|
3175
|
-
"label": "Services",
|
|
3176
|
-
"href": "/services",
|
|
3177
|
-
"icon": "server"
|
|
3178
|
-
},
|
|
3179
|
-
{
|
|
3180
|
-
"label": "Alerts",
|
|
3181
|
-
"href": "/alerts",
|
|
3182
|
-
"icon": "bell"
|
|
3183
|
-
},
|
|
3184
|
-
{
|
|
3185
|
-
"label": "Logs",
|
|
3186
|
-
"href": "/logs",
|
|
3187
|
-
"icon": "terminal"
|
|
3188
|
-
},
|
|
3189
|
-
{
|
|
3190
|
-
"label": "Metrics",
|
|
3191
|
-
"href": "/metrics",
|
|
3192
|
-
"icon": "layout-list"
|
|
3193
|
-
}
|
|
3194
|
-
],
|
|
3195
|
-
"children": [
|
|
3196
|
-
{
|
|
3197
|
-
"type": "stack",
|
|
3198
|
-
"direction": "vertical",
|
|
3199
|
-
"gap": "lg",
|
|
3200
|
-
"className": "max-w-5xl mx-auto w-full",
|
|
3201
|
-
"children": [
|
|
3202
|
-
{
|
|
3203
|
-
"type": "stack",
|
|
3204
|
-
"direction": "horizontal",
|
|
3205
|
-
"gap": "md",
|
|
3206
|
-
"justify": "space-between",
|
|
3207
|
-
"align": "center",
|
|
3208
|
-
"children": [
|
|
3209
|
-
{
|
|
3210
|
-
"type": "stack",
|
|
3211
|
-
"direction": "horizontal",
|
|
3212
|
-
"gap": "sm",
|
|
3213
|
-
"align": "center",
|
|
3214
|
-
"children": [
|
|
3215
|
-
{
|
|
3216
|
-
"type": "icon",
|
|
3217
|
-
"name": "file-text",
|
|
3218
|
-
"size": "lg"
|
|
3219
|
-
},
|
|
3220
|
-
{
|
|
3221
|
-
"type": "typography",
|
|
3222
|
-
"content": "Logs",
|
|
3223
|
-
"variant": "h2"
|
|
3224
|
-
}
|
|
3225
|
-
]
|
|
3226
|
-
},
|
|
3227
|
-
{
|
|
3228
|
-
"type": "stack",
|
|
3229
|
-
"direction": "horizontal",
|
|
3230
|
-
"gap": "sm",
|
|
3231
|
-
"children": [
|
|
3232
|
-
{
|
|
3233
|
-
"type": "button",
|
|
3234
|
-
"label": "Create LogEntry",
|
|
3235
|
-
"event": "CREATE",
|
|
3236
|
-
"variant": "primary",
|
|
3237
|
-
"icon": "plus"
|
|
3238
|
-
}
|
|
3239
|
-
]
|
|
3240
|
-
}
|
|
3241
|
-
]
|
|
3242
|
-
},
|
|
3243
|
-
{
|
|
3244
|
-
"type": "divider"
|
|
3245
|
-
},
|
|
3246
|
-
{
|
|
3247
|
-
"type": "data-list",
|
|
3248
|
-
"entity": "LogEntry",
|
|
3249
|
-
"emptyIcon": "inbox",
|
|
3250
|
-
"emptyTitle": "No log entries",
|
|
3251
|
-
"emptyDescription": "Logs will appear here when services report activity.",
|
|
3252
|
-
"itemActions": [
|
|
3253
|
-
{
|
|
3254
|
-
"label": "View",
|
|
3255
|
-
"event": "VIEW",
|
|
3256
|
-
"variant": "ghost",
|
|
3257
|
-
"size": "sm"
|
|
3258
|
-
},
|
|
3259
|
-
{
|
|
3260
|
-
"label": "Edit",
|
|
3261
|
-
"event": "EDIT",
|
|
3262
|
-
"variant": "ghost",
|
|
3263
|
-
"size": "sm"
|
|
3264
|
-
},
|
|
3265
|
-
{
|
|
3266
|
-
"label": "Delete",
|
|
3267
|
-
"event": "DELETE",
|
|
3268
|
-
"variant": "danger",
|
|
3269
|
-
"size": "sm"
|
|
3270
|
-
}
|
|
3271
|
-
],
|
|
3272
|
-
"columns": [
|
|
3273
|
-
{
|
|
3274
|
-
"name": "message",
|
|
3275
|
-
"variant": "h4",
|
|
3276
|
-
"icon": "file-text"
|
|
3277
|
-
},
|
|
3278
|
-
{
|
|
3279
|
-
"name": "level",
|
|
3280
|
-
"variant": "badge"
|
|
3281
|
-
},
|
|
3282
|
-
{
|
|
3283
|
-
"name": "service",
|
|
3284
|
-
"variant": "body"
|
|
3285
|
-
},
|
|
3286
|
-
{
|
|
3287
|
-
"name": "timestamp",
|
|
3288
|
-
"variant": "caption",
|
|
3289
|
-
"format": "date"
|
|
3290
|
-
}
|
|
3291
|
-
],
|
|
3292
|
-
"variant": "compact",
|
|
3293
|
-
"gap": "sm"
|
|
3294
|
-
}
|
|
3295
|
-
]
|
|
3296
|
-
}
|
|
3297
|
-
]
|
|
3298
|
-
}
|
|
3299
|
-
]
|
|
3300
|
-
]
|
|
3301
|
-
},
|
|
3302
|
-
{
|
|
3303
|
-
"from": "browsing",
|
|
3304
|
-
"to": "browsing",
|
|
3305
|
-
"event": "LOG_ENTRY_CREATED",
|
|
3306
|
-
"effects": [
|
|
3307
|
-
[
|
|
3308
|
-
"ref",
|
|
3309
|
-
"LogEntry"
|
|
3310
|
-
]
|
|
3311
|
-
]
|
|
3312
|
-
},
|
|
3313
|
-
{
|
|
3314
|
-
"from": "browsing",
|
|
3315
|
-
"to": "browsing",
|
|
3316
|
-
"event": "LOG_ENTRY_UPDATED",
|
|
3317
|
-
"effects": [
|
|
3318
|
-
[
|
|
3319
|
-
"ref",
|
|
3320
|
-
"LogEntry"
|
|
3321
|
-
]
|
|
3322
|
-
]
|
|
3323
|
-
},
|
|
3324
|
-
{
|
|
3325
|
-
"from": "browsing",
|
|
3326
|
-
"to": "deleting",
|
|
3327
|
-
"event": "DELETE",
|
|
3328
|
-
"effects": [
|
|
3329
|
-
[
|
|
3330
|
-
"fetch",
|
|
3331
|
-
"LogEntry",
|
|
3332
|
-
{
|
|
3333
|
-
"id": "@payload.id"
|
|
3334
|
-
}
|
|
3335
|
-
],
|
|
3336
|
-
[
|
|
3337
|
-
"render-ui",
|
|
3338
|
-
"modal",
|
|
3339
|
-
{
|
|
3340
|
-
"type": "stack",
|
|
3341
|
-
"direction": "vertical",
|
|
3342
|
-
"gap": "md",
|
|
3343
|
-
"children": [
|
|
3344
|
-
{
|
|
3345
|
-
"type": "stack",
|
|
3346
|
-
"direction": "horizontal",
|
|
3347
|
-
"gap": "sm",
|
|
3348
|
-
"children": [
|
|
3349
|
-
{
|
|
3350
|
-
"type": "icon",
|
|
3351
|
-
"name": "trash-2",
|
|
3352
|
-
"size": "md"
|
|
3353
|
-
},
|
|
3354
|
-
{
|
|
3355
|
-
"type": "typography",
|
|
3356
|
-
"content": "Delete LogEntry",
|
|
3357
|
-
"variant": "h3"
|
|
3358
|
-
}
|
|
3359
|
-
]
|
|
3360
|
-
},
|
|
3361
|
-
{
|
|
3362
|
-
"type": "divider"
|
|
3363
|
-
},
|
|
3364
|
-
{
|
|
3365
|
-
"type": "typography",
|
|
3366
|
-
"content": "@entity.level",
|
|
3367
|
-
"variant": "h4"
|
|
3368
|
-
},
|
|
3369
|
-
{
|
|
3370
|
-
"type": "typography",
|
|
3371
|
-
"content": "This action cannot be undone.",
|
|
3372
|
-
"variant": "body"
|
|
3373
|
-
},
|
|
3374
|
-
{
|
|
3375
|
-
"type": "stack",
|
|
3376
|
-
"direction": "horizontal",
|
|
3377
|
-
"gap": "sm",
|
|
3378
|
-
"justify": "end",
|
|
3379
|
-
"children": [
|
|
3380
|
-
{
|
|
3381
|
-
"type": "button",
|
|
3382
|
-
"label": "Cancel",
|
|
3383
|
-
"event": "CANCEL",
|
|
3384
|
-
"variant": "ghost"
|
|
3385
|
-
},
|
|
3386
|
-
{
|
|
3387
|
-
"type": "button",
|
|
3388
|
-
"label": "Delete",
|
|
3389
|
-
"event": "CONFIRM_DELETE",
|
|
3390
|
-
"variant": "danger",
|
|
3391
|
-
"icon": "trash"
|
|
3392
|
-
}
|
|
3393
|
-
]
|
|
3394
|
-
}
|
|
3395
|
-
]
|
|
3396
|
-
}
|
|
3397
|
-
]
|
|
3398
|
-
]
|
|
3399
|
-
},
|
|
3400
|
-
{
|
|
3401
|
-
"from": "deleting",
|
|
3402
|
-
"to": "browsing",
|
|
3403
|
-
"event": "CONFIRM_DELETE",
|
|
3404
|
-
"effects": [
|
|
3405
|
-
[
|
|
3406
|
-
"persist",
|
|
3407
|
-
"delete",
|
|
3408
|
-
"LogEntry",
|
|
3409
|
-
"@entity.id"
|
|
3410
|
-
],
|
|
3411
|
-
[
|
|
3412
|
-
"render-ui",
|
|
3413
|
-
"modal",
|
|
3414
|
-
null
|
|
3415
|
-
],
|
|
3416
|
-
[
|
|
3417
|
-
"render-ui",
|
|
3418
|
-
"main",
|
|
3419
|
-
{
|
|
3420
|
-
"type": "dashboard-layout",
|
|
3421
|
-
"appName": "DevOps Dashboard",
|
|
3422
|
-
"navItems": [
|
|
3423
|
-
{
|
|
3424
|
-
"label": "Services",
|
|
3425
|
-
"href": "/services",
|
|
3426
|
-
"icon": "server"
|
|
3427
|
-
},
|
|
3428
|
-
{
|
|
3429
|
-
"label": "Alerts",
|
|
3430
|
-
"href": "/alerts",
|
|
3431
|
-
"icon": "bell"
|
|
3432
|
-
},
|
|
3433
|
-
{
|
|
3434
|
-
"label": "Logs",
|
|
3435
|
-
"href": "/logs",
|
|
3436
|
-
"icon": "terminal"
|
|
3437
|
-
},
|
|
3438
|
-
{
|
|
3439
|
-
"label": "Metrics",
|
|
3440
|
-
"href": "/metrics",
|
|
3441
|
-
"icon": "layout-list"
|
|
3442
|
-
}
|
|
3443
|
-
],
|
|
3444
|
-
"children": [
|
|
3445
|
-
{
|
|
3446
|
-
"type": "stack",
|
|
3447
|
-
"direction": "vertical",
|
|
3448
|
-
"gap": "lg",
|
|
3449
|
-
"className": "max-w-5xl mx-auto w-full",
|
|
3450
|
-
"children": [
|
|
3451
|
-
{
|
|
3452
|
-
"type": "stack",
|
|
3453
|
-
"direction": "horizontal",
|
|
3454
|
-
"gap": "md",
|
|
3455
|
-
"justify": "space-between",
|
|
3456
|
-
"align": "center",
|
|
3457
|
-
"children": [
|
|
3458
|
-
{
|
|
3459
|
-
"type": "stack",
|
|
3460
|
-
"direction": "horizontal",
|
|
3461
|
-
"gap": "sm",
|
|
3462
|
-
"align": "center",
|
|
3463
|
-
"children": [
|
|
3464
|
-
{
|
|
3465
|
-
"type": "icon",
|
|
3466
|
-
"name": "file-text",
|
|
3467
|
-
"size": "lg"
|
|
3468
|
-
},
|
|
3469
|
-
{
|
|
3470
|
-
"type": "typography",
|
|
3471
|
-
"content": "Logs",
|
|
3472
|
-
"variant": "h2"
|
|
3473
|
-
}
|
|
3474
|
-
]
|
|
3475
|
-
},
|
|
3476
|
-
{
|
|
3477
|
-
"type": "stack",
|
|
3478
|
-
"direction": "horizontal",
|
|
3479
|
-
"gap": "sm",
|
|
3480
|
-
"children": [
|
|
3481
|
-
{
|
|
3482
|
-
"type": "button",
|
|
3483
|
-
"label": "Create LogEntry",
|
|
3484
|
-
"event": "CREATE",
|
|
3485
|
-
"variant": "primary",
|
|
3486
|
-
"icon": "plus"
|
|
3487
|
-
}
|
|
3488
|
-
]
|
|
3489
|
-
}
|
|
3490
|
-
]
|
|
3491
|
-
},
|
|
3492
|
-
{
|
|
3493
|
-
"type": "divider"
|
|
3494
|
-
},
|
|
3495
|
-
{
|
|
3496
|
-
"type": "data-list",
|
|
3497
|
-
"entity": "LogEntry",
|
|
3498
|
-
"emptyIcon": "inbox",
|
|
3499
|
-
"emptyTitle": "No log entries",
|
|
3500
|
-
"emptyDescription": "Logs will appear here when services report activity.",
|
|
3501
|
-
"itemActions": [
|
|
3502
|
-
{
|
|
3503
|
-
"label": "View",
|
|
3504
|
-
"event": "VIEW",
|
|
3505
|
-
"variant": "ghost",
|
|
3506
|
-
"size": "sm"
|
|
3507
|
-
},
|
|
3508
|
-
{
|
|
3509
|
-
"label": "Edit",
|
|
3510
|
-
"event": "EDIT",
|
|
3511
|
-
"variant": "ghost",
|
|
3512
|
-
"size": "sm"
|
|
3513
|
-
},
|
|
3514
|
-
{
|
|
3515
|
-
"label": "Delete",
|
|
3516
|
-
"event": "DELETE",
|
|
3517
|
-
"variant": "danger",
|
|
3518
|
-
"size": "sm"
|
|
3519
|
-
}
|
|
3520
|
-
],
|
|
3521
|
-
"columns": [
|
|
3522
|
-
{
|
|
3523
|
-
"name": "message",
|
|
3524
|
-
"variant": "h4",
|
|
3525
|
-
"icon": "file-text"
|
|
3526
|
-
},
|
|
3527
|
-
{
|
|
3528
|
-
"name": "level",
|
|
3529
|
-
"variant": "badge"
|
|
3530
|
-
},
|
|
3531
|
-
{
|
|
3532
|
-
"name": "service",
|
|
3533
|
-
"variant": "body"
|
|
3534
|
-
},
|
|
3535
|
-
{
|
|
3536
|
-
"name": "timestamp",
|
|
3537
|
-
"variant": "caption",
|
|
3538
|
-
"format": "date"
|
|
3539
|
-
}
|
|
3540
|
-
],
|
|
3541
|
-
"variant": "compact",
|
|
3542
|
-
"gap": "sm"
|
|
3543
|
-
}
|
|
3544
|
-
]
|
|
3545
|
-
}
|
|
3546
|
-
]
|
|
3547
|
-
}
|
|
3548
|
-
],
|
|
3549
|
-
[
|
|
3550
|
-
"notify",
|
|
3551
|
-
"LogEntry deleted successfully"
|
|
3552
|
-
]
|
|
3553
|
-
]
|
|
3554
|
-
},
|
|
3555
|
-
{
|
|
3556
|
-
"from": "deleting",
|
|
3557
|
-
"to": "browsing",
|
|
3558
|
-
"event": "CANCEL",
|
|
3559
|
-
"effects": [
|
|
3560
|
-
[
|
|
3561
|
-
"render-ui",
|
|
3562
|
-
"modal",
|
|
3563
|
-
null
|
|
3564
|
-
],
|
|
3565
|
-
[
|
|
3566
|
-
"fetch",
|
|
3567
|
-
"LogEntry"
|
|
3568
|
-
],
|
|
3569
|
-
[
|
|
3570
|
-
"render-ui",
|
|
3571
|
-
"main",
|
|
3572
|
-
{
|
|
3573
|
-
"type": "dashboard-layout",
|
|
3574
|
-
"appName": "DevOps Dashboard",
|
|
3575
|
-
"navItems": [
|
|
3576
|
-
{
|
|
3577
|
-
"label": "Services",
|
|
3578
|
-
"href": "/services",
|
|
3579
|
-
"icon": "server"
|
|
3580
|
-
},
|
|
3581
|
-
{
|
|
3582
|
-
"label": "Alerts",
|
|
3583
|
-
"href": "/alerts",
|
|
3584
|
-
"icon": "bell"
|
|
3585
|
-
},
|
|
3586
|
-
{
|
|
3587
|
-
"label": "Logs",
|
|
3588
|
-
"href": "/logs",
|
|
3589
|
-
"icon": "terminal"
|
|
3590
|
-
},
|
|
3591
|
-
{
|
|
3592
|
-
"label": "Metrics",
|
|
3593
|
-
"href": "/metrics",
|
|
3594
|
-
"icon": "layout-list"
|
|
3595
|
-
}
|
|
3596
|
-
],
|
|
3597
|
-
"children": [
|
|
3598
|
-
{
|
|
3599
|
-
"type": "stack",
|
|
3600
|
-
"direction": "vertical",
|
|
3601
|
-
"gap": "lg",
|
|
3602
|
-
"className": "max-w-5xl mx-auto w-full",
|
|
3603
|
-
"children": [
|
|
3604
|
-
{
|
|
3605
|
-
"type": "stack",
|
|
3606
|
-
"direction": "horizontal",
|
|
3607
|
-
"gap": "md",
|
|
3608
|
-
"justify": "space-between",
|
|
3609
|
-
"align": "center",
|
|
3610
|
-
"children": [
|
|
3611
|
-
{
|
|
3612
|
-
"type": "stack",
|
|
3613
|
-
"direction": "horizontal",
|
|
3614
|
-
"gap": "sm",
|
|
3615
|
-
"align": "center",
|
|
3616
|
-
"children": [
|
|
3617
|
-
{
|
|
3618
|
-
"type": "icon",
|
|
3619
|
-
"name": "file-text",
|
|
3620
|
-
"size": "lg"
|
|
3621
|
-
},
|
|
3622
|
-
{
|
|
3623
|
-
"type": "typography",
|
|
3624
|
-
"content": "Logs",
|
|
3625
|
-
"variant": "h2"
|
|
3626
|
-
}
|
|
3627
|
-
]
|
|
3628
|
-
},
|
|
3629
|
-
{
|
|
3630
|
-
"type": "stack",
|
|
3631
|
-
"direction": "horizontal",
|
|
3632
|
-
"gap": "sm",
|
|
3633
|
-
"children": [
|
|
3634
|
-
{
|
|
3635
|
-
"type": "button",
|
|
3636
|
-
"label": "Create LogEntry",
|
|
3637
|
-
"event": "CREATE",
|
|
3638
|
-
"variant": "primary",
|
|
3639
|
-
"icon": "plus"
|
|
3640
|
-
}
|
|
3641
|
-
]
|
|
3642
|
-
}
|
|
3643
|
-
]
|
|
3644
|
-
},
|
|
3645
|
-
{
|
|
3646
|
-
"type": "divider"
|
|
3647
|
-
},
|
|
3648
|
-
{
|
|
3649
|
-
"type": "data-list",
|
|
3650
|
-
"entity": "LogEntry",
|
|
3651
|
-
"emptyIcon": "inbox",
|
|
3652
|
-
"emptyTitle": "No log entries",
|
|
3653
|
-
"emptyDescription": "Logs will appear here when services report activity.",
|
|
3654
|
-
"itemActions": [
|
|
3655
|
-
{
|
|
3656
|
-
"label": "View",
|
|
3657
|
-
"event": "VIEW",
|
|
3658
|
-
"variant": "ghost",
|
|
3659
|
-
"size": "sm"
|
|
3660
|
-
},
|
|
3661
|
-
{
|
|
3662
|
-
"label": "Edit",
|
|
3663
|
-
"event": "EDIT",
|
|
3664
|
-
"variant": "ghost",
|
|
3665
|
-
"size": "sm"
|
|
3666
|
-
},
|
|
3667
|
-
{
|
|
3668
|
-
"label": "Delete",
|
|
3669
|
-
"event": "DELETE",
|
|
3670
|
-
"variant": "danger",
|
|
3671
|
-
"size": "sm"
|
|
3672
|
-
}
|
|
3673
|
-
],
|
|
3674
|
-
"columns": [
|
|
3675
|
-
{
|
|
3676
|
-
"name": "message",
|
|
3677
|
-
"variant": "h4",
|
|
3678
|
-
"icon": "file-text"
|
|
3679
|
-
},
|
|
3680
|
-
{
|
|
3681
|
-
"name": "level",
|
|
3682
|
-
"variant": "badge"
|
|
3683
|
-
},
|
|
3684
|
-
{
|
|
3685
|
-
"name": "service",
|
|
3686
|
-
"variant": "body"
|
|
3687
|
-
},
|
|
3688
|
-
{
|
|
3689
|
-
"name": "timestamp",
|
|
3690
|
-
"variant": "caption",
|
|
3691
|
-
"format": "date"
|
|
3692
|
-
}
|
|
3693
|
-
],
|
|
3694
|
-
"variant": "compact",
|
|
3695
|
-
"gap": "sm"
|
|
3696
|
-
}
|
|
3697
|
-
]
|
|
3698
|
-
}
|
|
3699
|
-
]
|
|
3700
|
-
}
|
|
3701
|
-
]
|
|
3091
|
+
}
|
|
3092
|
+
]
|
|
3093
|
+
},
|
|
3094
|
+
{
|
|
3095
|
+
"key": "EDIT",
|
|
3096
|
+
"name": "EDIT",
|
|
3097
|
+
"payload": [
|
|
3098
|
+
{
|
|
3099
|
+
"name": "id",
|
|
3100
|
+
"type": "string",
|
|
3101
|
+
"required": true
|
|
3102
|
+
},
|
|
3103
|
+
{
|
|
3104
|
+
"name": "row",
|
|
3105
|
+
"type": "object"
|
|
3106
|
+
}
|
|
3702
3107
|
]
|
|
3703
3108
|
},
|
|
3704
3109
|
{
|
|
3705
|
-
"
|
|
3110
|
+
"key": "DELETE",
|
|
3111
|
+
"name": "DELETE",
|
|
3112
|
+
"payload": [
|
|
3113
|
+
{
|
|
3114
|
+
"name": "id",
|
|
3115
|
+
"type": "string",
|
|
3116
|
+
"required": true
|
|
3117
|
+
},
|
|
3118
|
+
{
|
|
3119
|
+
"name": "row",
|
|
3120
|
+
"type": "object"
|
|
3121
|
+
}
|
|
3122
|
+
]
|
|
3123
|
+
}
|
|
3124
|
+
],
|
|
3125
|
+
"transitions": [
|
|
3126
|
+
{
|
|
3127
|
+
"from": "browsing",
|
|
3706
3128
|
"to": "browsing",
|
|
3707
|
-
"event": "
|
|
3129
|
+
"event": "INIT",
|
|
3708
3130
|
"effects": [
|
|
3709
3131
|
[
|
|
3710
|
-
"
|
|
3711
|
-
"modal",
|
|
3712
|
-
null
|
|
3713
|
-
],
|
|
3714
|
-
[
|
|
3715
|
-
"fetch",
|
|
3132
|
+
"ref",
|
|
3716
3133
|
"LogEntry"
|
|
3717
3134
|
],
|
|
3718
3135
|
[
|
|
@@ -3858,6 +3275,9 @@
|
|
|
3858
3275
|
"linkedEntity": "LogEntry",
|
|
3859
3276
|
"category": "interaction",
|
|
3860
3277
|
"emits": [
|
|
3278
|
+
{
|
|
3279
|
+
"event": "SAVE"
|
|
3280
|
+
},
|
|
3861
3281
|
{
|
|
3862
3282
|
"event": "LOG_ENTRY_CREATED"
|
|
3863
3283
|
}
|
|
@@ -4000,10 +3420,6 @@
|
|
|
4000
3420
|
[
|
|
4001
3421
|
"emit",
|
|
4002
3422
|
"LOG_ENTRY_CREATED"
|
|
4003
|
-
],
|
|
4004
|
-
[
|
|
4005
|
-
"notify",
|
|
4006
|
-
"LogEntry created successfully"
|
|
4007
3423
|
]
|
|
4008
3424
|
]
|
|
4009
3425
|
}
|
|
@@ -4015,6 +3431,9 @@
|
|
|
4015
3431
|
"linkedEntity": "LogEntry",
|
|
4016
3432
|
"category": "interaction",
|
|
4017
3433
|
"emits": [
|
|
3434
|
+
{
|
|
3435
|
+
"event": "SAVE"
|
|
3436
|
+
},
|
|
4018
3437
|
{
|
|
4019
3438
|
"event": "LOG_ENTRY_UPDATED"
|
|
4020
3439
|
}
|
|
@@ -4168,10 +3587,6 @@
|
|
|
4168
3587
|
[
|
|
4169
3588
|
"emit",
|
|
4170
3589
|
"LOG_ENTRY_UPDATED"
|
|
4171
|
-
],
|
|
4172
|
-
[
|
|
4173
|
-
"notify",
|
|
4174
|
-
"LogEntry updated successfully"
|
|
4175
3590
|
]
|
|
4176
3591
|
]
|
|
4177
3592
|
}
|
|
@@ -4182,6 +3597,11 @@
|
|
|
4182
3597
|
"name": "LogEntryView",
|
|
4183
3598
|
"linkedEntity": "LogEntry",
|
|
4184
3599
|
"category": "interaction",
|
|
3600
|
+
"emits": [
|
|
3601
|
+
{
|
|
3602
|
+
"event": "SAVE"
|
|
3603
|
+
}
|
|
3604
|
+
],
|
|
4185
3605
|
"stateMachine": {
|
|
4186
3606
|
"states": [
|
|
4187
3607
|
{
|
|
@@ -4211,6 +3631,17 @@
|
|
|
4211
3631
|
{
|
|
4212
3632
|
"key": "CLOSE",
|
|
4213
3633
|
"name": "Close"
|
|
3634
|
+
},
|
|
3635
|
+
{
|
|
3636
|
+
"key": "SAVE",
|
|
3637
|
+
"name": "Save",
|
|
3638
|
+
"payload": [
|
|
3639
|
+
{
|
|
3640
|
+
"name": "data",
|
|
3641
|
+
"type": "object",
|
|
3642
|
+
"required": true
|
|
3643
|
+
}
|
|
3644
|
+
]
|
|
4214
3645
|
}
|
|
4215
3646
|
],
|
|
4216
3647
|
"transitions": [
|
|
@@ -4379,6 +3810,219 @@
|
|
|
4379
3810
|
"info"
|
|
4380
3811
|
]
|
|
4381
3812
|
]
|
|
3813
|
+
},
|
|
3814
|
+
{
|
|
3815
|
+
"from": "open",
|
|
3816
|
+
"to": "closed",
|
|
3817
|
+
"event": "SAVE",
|
|
3818
|
+
"effects": [
|
|
3819
|
+
[
|
|
3820
|
+
"render-ui",
|
|
3821
|
+
"modal",
|
|
3822
|
+
null
|
|
3823
|
+
]
|
|
3824
|
+
]
|
|
3825
|
+
}
|
|
3826
|
+
]
|
|
3827
|
+
}
|
|
3828
|
+
},
|
|
3829
|
+
{
|
|
3830
|
+
"name": "LogEntryDelete",
|
|
3831
|
+
"linkedEntity": "LogEntry",
|
|
3832
|
+
"category": "interaction",
|
|
3833
|
+
"emits": [
|
|
3834
|
+
{
|
|
3835
|
+
"event": "CONFIRM_DELETE"
|
|
3836
|
+
},
|
|
3837
|
+
{
|
|
3838
|
+
"event": "LOG_ENTRY_DELETED"
|
|
3839
|
+
}
|
|
3840
|
+
],
|
|
3841
|
+
"stateMachine": {
|
|
3842
|
+
"states": [
|
|
3843
|
+
{
|
|
3844
|
+
"name": "idle",
|
|
3845
|
+
"isInitial": true
|
|
3846
|
+
},
|
|
3847
|
+
{
|
|
3848
|
+
"name": "confirming"
|
|
3849
|
+
}
|
|
3850
|
+
],
|
|
3851
|
+
"events": [
|
|
3852
|
+
{
|
|
3853
|
+
"key": "INIT",
|
|
3854
|
+
"name": "Initialize"
|
|
3855
|
+
},
|
|
3856
|
+
{
|
|
3857
|
+
"key": "DELETE",
|
|
3858
|
+
"name": "Request Confirmation",
|
|
3859
|
+
"payload": [
|
|
3860
|
+
{
|
|
3861
|
+
"name": "id",
|
|
3862
|
+
"type": "string",
|
|
3863
|
+
"required": true
|
|
3864
|
+
}
|
|
3865
|
+
]
|
|
3866
|
+
},
|
|
3867
|
+
{
|
|
3868
|
+
"key": "CONFIRM_DELETE",
|
|
3869
|
+
"name": "Confirm"
|
|
3870
|
+
},
|
|
3871
|
+
{
|
|
3872
|
+
"key": "CANCEL",
|
|
3873
|
+
"name": "Cancel"
|
|
3874
|
+
},
|
|
3875
|
+
{
|
|
3876
|
+
"key": "CLOSE",
|
|
3877
|
+
"name": "Close"
|
|
3878
|
+
}
|
|
3879
|
+
],
|
|
3880
|
+
"transitions": [
|
|
3881
|
+
{
|
|
3882
|
+
"from": "idle",
|
|
3883
|
+
"to": "idle",
|
|
3884
|
+
"event": "INIT",
|
|
3885
|
+
"effects": [
|
|
3886
|
+
[
|
|
3887
|
+
"ref",
|
|
3888
|
+
"LogEntry"
|
|
3889
|
+
]
|
|
3890
|
+
]
|
|
3891
|
+
},
|
|
3892
|
+
{
|
|
3893
|
+
"from": "idle",
|
|
3894
|
+
"to": "confirming",
|
|
3895
|
+
"event": "DELETE",
|
|
3896
|
+
"effects": [
|
|
3897
|
+
[
|
|
3898
|
+
"set",
|
|
3899
|
+
"@entity.pendingId",
|
|
3900
|
+
"@payload.id"
|
|
3901
|
+
],
|
|
3902
|
+
[
|
|
3903
|
+
"fetch",
|
|
3904
|
+
"LogEntry",
|
|
3905
|
+
{
|
|
3906
|
+
"id": "@payload.id"
|
|
3907
|
+
}
|
|
3908
|
+
],
|
|
3909
|
+
[
|
|
3910
|
+
"render-ui",
|
|
3911
|
+
"modal",
|
|
3912
|
+
{
|
|
3913
|
+
"type": "stack",
|
|
3914
|
+
"direction": "vertical",
|
|
3915
|
+
"gap": "md",
|
|
3916
|
+
"children": [
|
|
3917
|
+
{
|
|
3918
|
+
"type": "stack",
|
|
3919
|
+
"direction": "horizontal",
|
|
3920
|
+
"gap": "sm",
|
|
3921
|
+
"align": "center",
|
|
3922
|
+
"children": [
|
|
3923
|
+
{
|
|
3924
|
+
"type": "icon",
|
|
3925
|
+
"name": "alert-triangle",
|
|
3926
|
+
"size": "md"
|
|
3927
|
+
},
|
|
3928
|
+
{
|
|
3929
|
+
"type": "typography",
|
|
3930
|
+
"content": "Delete LogEntry",
|
|
3931
|
+
"variant": "h3"
|
|
3932
|
+
}
|
|
3933
|
+
]
|
|
3934
|
+
},
|
|
3935
|
+
{
|
|
3936
|
+
"type": "divider"
|
|
3937
|
+
},
|
|
3938
|
+
{
|
|
3939
|
+
"type": "alert",
|
|
3940
|
+
"variant": "danger",
|
|
3941
|
+
"message": "This action cannot be undone."
|
|
3942
|
+
},
|
|
3943
|
+
{
|
|
3944
|
+
"type": "stack",
|
|
3945
|
+
"direction": "horizontal",
|
|
3946
|
+
"gap": "sm",
|
|
3947
|
+
"justify": "end",
|
|
3948
|
+
"children": [
|
|
3949
|
+
{
|
|
3950
|
+
"type": "button",
|
|
3951
|
+
"label": "Cancel",
|
|
3952
|
+
"event": "CANCEL",
|
|
3953
|
+
"variant": "ghost"
|
|
3954
|
+
},
|
|
3955
|
+
{
|
|
3956
|
+
"type": "button",
|
|
3957
|
+
"label": "Delete",
|
|
3958
|
+
"event": "CONFIRM_DELETE",
|
|
3959
|
+
"variant": "danger",
|
|
3960
|
+
"icon": "check"
|
|
3961
|
+
}
|
|
3962
|
+
]
|
|
3963
|
+
}
|
|
3964
|
+
]
|
|
3965
|
+
}
|
|
3966
|
+
]
|
|
3967
|
+
]
|
|
3968
|
+
},
|
|
3969
|
+
{
|
|
3970
|
+
"from": "confirming",
|
|
3971
|
+
"to": "idle",
|
|
3972
|
+
"event": "CONFIRM_DELETE",
|
|
3973
|
+
"effects": [
|
|
3974
|
+
[
|
|
3975
|
+
"persist",
|
|
3976
|
+
"delete",
|
|
3977
|
+
"LogEntry",
|
|
3978
|
+
"@entity.pendingId"
|
|
3979
|
+
],
|
|
3980
|
+
[
|
|
3981
|
+
"render-ui",
|
|
3982
|
+
"modal",
|
|
3983
|
+
null
|
|
3984
|
+
],
|
|
3985
|
+
[
|
|
3986
|
+
"ref",
|
|
3987
|
+
"LogEntry"
|
|
3988
|
+
],
|
|
3989
|
+
[
|
|
3990
|
+
"emit",
|
|
3991
|
+
"LOG_ENTRY_DELETED"
|
|
3992
|
+
]
|
|
3993
|
+
]
|
|
3994
|
+
},
|
|
3995
|
+
{
|
|
3996
|
+
"from": "confirming",
|
|
3997
|
+
"to": "idle",
|
|
3998
|
+
"event": "CANCEL",
|
|
3999
|
+
"effects": [
|
|
4000
|
+
[
|
|
4001
|
+
"render-ui",
|
|
4002
|
+
"modal",
|
|
4003
|
+
null
|
|
4004
|
+
],
|
|
4005
|
+
[
|
|
4006
|
+
"ref",
|
|
4007
|
+
"LogEntry"
|
|
4008
|
+
]
|
|
4009
|
+
]
|
|
4010
|
+
},
|
|
4011
|
+
{
|
|
4012
|
+
"from": "confirming",
|
|
4013
|
+
"to": "idle",
|
|
4014
|
+
"event": "CLOSE",
|
|
4015
|
+
"effects": [
|
|
4016
|
+
[
|
|
4017
|
+
"render-ui",
|
|
4018
|
+
"modal",
|
|
4019
|
+
null
|
|
4020
|
+
],
|
|
4021
|
+
[
|
|
4022
|
+
"ref",
|
|
4023
|
+
"LogEntry"
|
|
4024
|
+
]
|
|
4025
|
+
]
|
|
4382
4026
|
}
|
|
4383
4027
|
]
|
|
4384
4028
|
}
|
|
@@ -4400,6 +4044,9 @@
|
|
|
4400
4044
|
},
|
|
4401
4045
|
{
|
|
4402
4046
|
"ref": "LogEntryView"
|
|
4047
|
+
},
|
|
4048
|
+
{
|
|
4049
|
+
"ref": "LogEntryDelete"
|
|
4403
4050
|
}
|
|
4404
4051
|
]
|
|
4405
4052
|
}
|
|
@@ -6104,6 +5751,5 @@
|
|
|
6104
5751
|
}
|
|
6105
5752
|
]
|
|
6106
5753
|
}
|
|
6107
|
-
]
|
|
6108
|
-
|
|
6109
|
-
}
|
|
5754
|
+
]
|
|
5755
|
+
}
|