@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,8 +1,28 @@
|
|
|
1
1
|
{
|
|
2
|
-
"name": "
|
|
2
|
+
"name": "std-agent-learner",
|
|
3
|
+
"version": "1.0.0",
|
|
4
|
+
"description": "std-agent-learner -- Outcome learning",
|
|
3
5
|
"orbitals": [
|
|
4
6
|
{
|
|
5
7
|
"name": "AgentLearnerOrbital",
|
|
8
|
+
"uses": [
|
|
9
|
+
{
|
|
10
|
+
"from": "std/behaviors/std-agent-completion",
|
|
11
|
+
"as": "AgentCompletion"
|
|
12
|
+
},
|
|
13
|
+
{
|
|
14
|
+
"from": "std/behaviors/std-agent-memory",
|
|
15
|
+
"as": "AgentMemory"
|
|
16
|
+
},
|
|
17
|
+
{
|
|
18
|
+
"from": "std/behaviors/std-agent-provider",
|
|
19
|
+
"as": "AgentProvider"
|
|
20
|
+
},
|
|
21
|
+
{
|
|
22
|
+
"from": "std/behaviors/std-browse",
|
|
23
|
+
"as": "Browse"
|
|
24
|
+
}
|
|
25
|
+
],
|
|
6
26
|
"entity": {
|
|
7
27
|
"name": "AgentLearner",
|
|
8
28
|
"persistence": "runtime",
|
|
@@ -1242,1148 +1262,799 @@
|
|
|
1242
1262
|
}
|
|
1243
1263
|
},
|
|
1244
1264
|
{
|
|
1265
|
+
"ref": "Browse.traits.BrowseItemBrowse",
|
|
1245
1266
|
"name": "LearnerRecordsBrowse",
|
|
1246
1267
|
"linkedEntity": "AgentLearner",
|
|
1247
|
-
"
|
|
1248
|
-
|
|
1249
|
-
|
|
1250
|
-
|
|
1251
|
-
"
|
|
1252
|
-
|
|
1253
|
-
|
|
1254
|
-
|
|
1255
|
-
|
|
1256
|
-
|
|
1257
|
-
|
|
1258
|
-
|
|
1259
|
-
|
|
1260
|
-
|
|
1261
|
-
|
|
1262
|
-
"name": "VIEW",
|
|
1263
|
-
"payload": [
|
|
1264
|
-
{
|
|
1265
|
-
"name": "id",
|
|
1266
|
-
"type": "string",
|
|
1267
|
-
"required": true
|
|
1268
|
-
},
|
|
1269
|
-
{
|
|
1270
|
-
"name": "row",
|
|
1271
|
-
"type": "object"
|
|
1272
|
-
}
|
|
1273
|
-
]
|
|
1274
|
-
}
|
|
1275
|
-
],
|
|
1276
|
-
"transitions": [
|
|
1277
|
-
{
|
|
1278
|
-
"from": "browsing",
|
|
1279
|
-
"to": "browsing",
|
|
1280
|
-
"event": "INIT",
|
|
1281
|
-
"effects": [
|
|
1282
|
-
[
|
|
1283
|
-
"ref",
|
|
1284
|
-
"AgentLearner"
|
|
1285
|
-
],
|
|
1286
|
-
[
|
|
1287
|
-
"render-ui",
|
|
1288
|
-
"main",
|
|
1268
|
+
"effects": {
|
|
1269
|
+
"INIT": [
|
|
1270
|
+
[
|
|
1271
|
+
"ref",
|
|
1272
|
+
"AgentLearner"
|
|
1273
|
+
],
|
|
1274
|
+
[
|
|
1275
|
+
"render-ui",
|
|
1276
|
+
"main",
|
|
1277
|
+
{
|
|
1278
|
+
"type": "stack",
|
|
1279
|
+
"direction": "vertical",
|
|
1280
|
+
"gap": "lg",
|
|
1281
|
+
"className": "max-w-5xl mx-auto w-full",
|
|
1282
|
+
"children": [
|
|
1289
1283
|
{
|
|
1290
1284
|
"type": "stack",
|
|
1291
|
-
"direction": "
|
|
1292
|
-
"gap": "
|
|
1293
|
-
"
|
|
1285
|
+
"direction": "horizontal",
|
|
1286
|
+
"gap": "md",
|
|
1287
|
+
"justify": "space-between",
|
|
1288
|
+
"align": "center",
|
|
1294
1289
|
"children": [
|
|
1295
1290
|
{
|
|
1296
1291
|
"type": "stack",
|
|
1297
1292
|
"direction": "horizontal",
|
|
1298
|
-
"gap": "
|
|
1299
|
-
"justify": "space-between",
|
|
1293
|
+
"gap": "sm",
|
|
1300
1294
|
"align": "center",
|
|
1301
1295
|
"children": [
|
|
1302
1296
|
{
|
|
1303
|
-
"type": "
|
|
1304
|
-
"
|
|
1305
|
-
"
|
|
1306
|
-
|
|
1307
|
-
|
|
1308
|
-
|
|
1309
|
-
|
|
1310
|
-
|
|
1311
|
-
"size": "lg"
|
|
1312
|
-
},
|
|
1313
|
-
{
|
|
1314
|
-
"type": "typography",
|
|
1315
|
-
"content": "Learning Records",
|
|
1316
|
-
"variant": "h2"
|
|
1317
|
-
}
|
|
1318
|
-
]
|
|
1297
|
+
"type": "icon",
|
|
1298
|
+
"name": "graduation-cap",
|
|
1299
|
+
"size": "lg"
|
|
1300
|
+
},
|
|
1301
|
+
{
|
|
1302
|
+
"type": "typography",
|
|
1303
|
+
"content": "Learning Records",
|
|
1304
|
+
"variant": "h2"
|
|
1319
1305
|
}
|
|
1320
1306
|
]
|
|
1321
|
-
}
|
|
1307
|
+
}
|
|
1308
|
+
]
|
|
1309
|
+
},
|
|
1310
|
+
{
|
|
1311
|
+
"type": "divider"
|
|
1312
|
+
},
|
|
1313
|
+
{
|
|
1314
|
+
"type": "data-grid",
|
|
1315
|
+
"entity": "AgentLearner",
|
|
1316
|
+
"emptyIcon": "inbox",
|
|
1317
|
+
"emptyTitle": "No records yet",
|
|
1318
|
+
"emptyDescription": "Task outcomes will appear here as they are recorded.",
|
|
1319
|
+
"itemActions": [
|
|
1320
|
+
{
|
|
1321
|
+
"label": "View",
|
|
1322
|
+
"event": "VIEW",
|
|
1323
|
+
"variant": "ghost",
|
|
1324
|
+
"size": "sm"
|
|
1325
|
+
}
|
|
1326
|
+
],
|
|
1327
|
+
"columns": [
|
|
1322
1328
|
{
|
|
1323
|
-
"
|
|
1329
|
+
"name": "outcome",
|
|
1330
|
+
"label": "Outcome",
|
|
1331
|
+
"variant": "h4",
|
|
1332
|
+
"icon": "graduation-cap"
|
|
1324
1333
|
},
|
|
1325
1334
|
{
|
|
1326
|
-
"
|
|
1327
|
-
"
|
|
1328
|
-
"
|
|
1329
|
-
"
|
|
1330
|
-
|
|
1331
|
-
|
|
1332
|
-
|
|
1333
|
-
|
|
1334
|
-
|
|
1335
|
-
|
|
1336
|
-
|
|
1337
|
-
|
|
1338
|
-
|
|
1339
|
-
|
|
1340
|
-
|
|
1341
|
-
|
|
1342
|
-
|
|
1343
|
-
"variant": "h4",
|
|
1344
|
-
"icon": "graduation-cap"
|
|
1345
|
-
},
|
|
1346
|
-
{
|
|
1347
|
-
"name": "category",
|
|
1348
|
-
"label": "Category",
|
|
1349
|
-
"variant": "badge",
|
|
1350
|
-
"colorMap": {
|
|
1351
|
-
"active": "success",
|
|
1352
|
-
"completed": "success",
|
|
1353
|
-
"done": "success",
|
|
1354
|
-
"pending": "warning",
|
|
1355
|
-
"draft": "warning",
|
|
1356
|
-
"scheduled": "warning",
|
|
1357
|
-
"inactive": "neutral",
|
|
1358
|
-
"archived": "neutral",
|
|
1359
|
-
"disabled": "neutral",
|
|
1360
|
-
"error": "destructive",
|
|
1361
|
-
"cancelled": "destructive",
|
|
1362
|
-
"failed": "destructive"
|
|
1363
|
-
}
|
|
1364
|
-
},
|
|
1365
|
-
{
|
|
1366
|
-
"name": "status",
|
|
1367
|
-
"label": "Status",
|
|
1368
|
-
"variant": "caption"
|
|
1369
|
-
}
|
|
1370
|
-
]
|
|
1335
|
+
"name": "category",
|
|
1336
|
+
"label": "Category",
|
|
1337
|
+
"variant": "badge",
|
|
1338
|
+
"colorMap": {
|
|
1339
|
+
"active": "success",
|
|
1340
|
+
"completed": "success",
|
|
1341
|
+
"done": "success",
|
|
1342
|
+
"pending": "warning",
|
|
1343
|
+
"draft": "warning",
|
|
1344
|
+
"scheduled": "warning",
|
|
1345
|
+
"inactive": "neutral",
|
|
1346
|
+
"archived": "neutral",
|
|
1347
|
+
"disabled": "neutral",
|
|
1348
|
+
"error": "destructive",
|
|
1349
|
+
"cancelled": "destructive",
|
|
1350
|
+
"failed": "destructive"
|
|
1351
|
+
}
|
|
1371
1352
|
},
|
|
1372
1353
|
{
|
|
1373
|
-
"
|
|
1374
|
-
"
|
|
1375
|
-
"
|
|
1376
|
-
"label": "Create",
|
|
1377
|
-
"tooltip": "Create"
|
|
1354
|
+
"name": "status",
|
|
1355
|
+
"label": "Status",
|
|
1356
|
+
"variant": "caption"
|
|
1378
1357
|
}
|
|
1379
1358
|
]
|
|
1359
|
+
},
|
|
1360
|
+
{
|
|
1361
|
+
"type": "floating-action-button",
|
|
1362
|
+
"icon": "plus",
|
|
1363
|
+
"event": "INIT",
|
|
1364
|
+
"label": "Create",
|
|
1365
|
+
"tooltip": "Create"
|
|
1380
1366
|
}
|
|
1381
1367
|
]
|
|
1382
|
-
|
|
1383
|
-
|
|
1368
|
+
}
|
|
1369
|
+
]
|
|
1384
1370
|
]
|
|
1385
1371
|
}
|
|
1386
1372
|
},
|
|
1387
1373
|
{
|
|
1374
|
+
"ref": "AgentMemory.traits.AgentMemoryBrowse",
|
|
1388
1375
|
"name": "LearnerMemoryLifecycle",
|
|
1389
1376
|
"linkedEntity": "AgentLearner",
|
|
1390
|
-
"category": "interaction",
|
|
1391
1377
|
"listens": [],
|
|
1392
|
-
"
|
|
1393
|
-
|
|
1394
|
-
|
|
1395
|
-
|
|
1396
|
-
"
|
|
1397
|
-
|
|
1398
|
-
|
|
1399
|
-
|
|
1400
|
-
|
|
1401
|
-
"
|
|
1402
|
-
|
|
1403
|
-
|
|
1404
|
-
|
|
1405
|
-
|
|
1406
|
-
|
|
1407
|
-
|
|
1408
|
-
{
|
|
1409
|
-
"key": "RECALL",
|
|
1410
|
-
"name": "RECALL"
|
|
1411
|
-
},
|
|
1412
|
-
{
|
|
1413
|
-
"key": "DECAY",
|
|
1414
|
-
"name": "DECAY"
|
|
1415
|
-
},
|
|
1416
|
-
{
|
|
1417
|
-
"key": "PIN",
|
|
1418
|
-
"name": "PIN",
|
|
1419
|
-
"payload": [
|
|
1420
|
-
{
|
|
1421
|
-
"name": "id",
|
|
1422
|
-
"type": "string",
|
|
1423
|
-
"required": true
|
|
1424
|
-
},
|
|
1425
|
-
{
|
|
1426
|
-
"name": "row",
|
|
1427
|
-
"type": "object"
|
|
1428
|
-
}
|
|
1429
|
-
]
|
|
1430
|
-
},
|
|
1431
|
-
{
|
|
1432
|
-
"key": "REINFORCE",
|
|
1433
|
-
"name": "REINFORCE",
|
|
1434
|
-
"payload": [
|
|
1435
|
-
{
|
|
1436
|
-
"name": "id",
|
|
1437
|
-
"type": "string",
|
|
1438
|
-
"required": true
|
|
1439
|
-
},
|
|
1440
|
-
{
|
|
1441
|
-
"name": "row",
|
|
1442
|
-
"type": "object"
|
|
1443
|
-
}
|
|
1444
|
-
]
|
|
1445
|
-
},
|
|
1446
|
-
{
|
|
1447
|
-
"key": "FORGET",
|
|
1448
|
-
"name": "FORGET",
|
|
1449
|
-
"payload": [
|
|
1450
|
-
{
|
|
1451
|
-
"name": "id",
|
|
1452
|
-
"type": "string",
|
|
1453
|
-
"required": true
|
|
1454
|
-
},
|
|
1455
|
-
{
|
|
1456
|
-
"name": "row",
|
|
1457
|
-
"type": "object"
|
|
1458
|
-
}
|
|
1459
|
-
]
|
|
1460
|
-
},
|
|
1461
|
-
{
|
|
1462
|
-
"key": "MEMORIZED",
|
|
1463
|
-
"name": "MEMORIZED",
|
|
1464
|
-
"payload": [
|
|
1465
|
-
{
|
|
1466
|
-
"name": "data",
|
|
1467
|
-
"type": "object",
|
|
1468
|
-
"required": true
|
|
1469
|
-
}
|
|
1470
|
-
]
|
|
1471
|
-
},
|
|
1472
|
-
{
|
|
1473
|
-
"key": "PINNED",
|
|
1474
|
-
"name": "PINNED",
|
|
1475
|
-
"payload": [
|
|
1476
|
-
{
|
|
1477
|
-
"name": "data",
|
|
1478
|
-
"type": "object",
|
|
1479
|
-
"required": true
|
|
1480
|
-
}
|
|
1481
|
-
]
|
|
1482
|
-
},
|
|
1483
|
-
{
|
|
1484
|
-
"key": "FORGOT",
|
|
1485
|
-
"name": "FORGOT",
|
|
1486
|
-
"payload": [
|
|
1487
|
-
{
|
|
1488
|
-
"name": "data",
|
|
1489
|
-
"type": "object",
|
|
1490
|
-
"required": true
|
|
1491
|
-
}
|
|
1492
|
-
]
|
|
1493
|
-
},
|
|
1494
|
-
{
|
|
1495
|
-
"key": "REINFORCED",
|
|
1496
|
-
"name": "REINFORCED",
|
|
1497
|
-
"payload": [
|
|
1498
|
-
{
|
|
1499
|
-
"name": "data",
|
|
1500
|
-
"type": "object",
|
|
1501
|
-
"required": true
|
|
1502
|
-
}
|
|
1503
|
-
]
|
|
1504
|
-
},
|
|
1505
|
-
{
|
|
1506
|
-
"key": "DECAYED",
|
|
1507
|
-
"name": "DECAYED",
|
|
1508
|
-
"payload": [
|
|
1509
|
-
{
|
|
1510
|
-
"name": "data",
|
|
1511
|
-
"type": "object",
|
|
1512
|
-
"required": true
|
|
1513
|
-
}
|
|
1514
|
-
]
|
|
1515
|
-
}
|
|
1516
|
-
],
|
|
1517
|
-
"transitions": [
|
|
1518
|
-
{
|
|
1519
|
-
"from": "browsing",
|
|
1520
|
-
"to": "browsing",
|
|
1521
|
-
"event": "INIT",
|
|
1522
|
-
"effects": [
|
|
1523
|
-
[
|
|
1524
|
-
"ref",
|
|
1525
|
-
"AgentLearner"
|
|
1526
|
-
],
|
|
1527
|
-
[
|
|
1528
|
-
"render-ui",
|
|
1529
|
-
"main",
|
|
1378
|
+
"emitsScope": "internal",
|
|
1379
|
+
"effects": {
|
|
1380
|
+
"INIT": [
|
|
1381
|
+
[
|
|
1382
|
+
"ref",
|
|
1383
|
+
"AgentLearner"
|
|
1384
|
+
],
|
|
1385
|
+
[
|
|
1386
|
+
"render-ui",
|
|
1387
|
+
"main",
|
|
1388
|
+
{
|
|
1389
|
+
"type": "stack",
|
|
1390
|
+
"direction": "vertical",
|
|
1391
|
+
"gap": "lg",
|
|
1392
|
+
"className": "max-w-5xl mx-auto w-full",
|
|
1393
|
+
"children": [
|
|
1530
1394
|
{
|
|
1531
1395
|
"type": "stack",
|
|
1532
|
-
"direction": "
|
|
1533
|
-
"gap": "
|
|
1534
|
-
"
|
|
1396
|
+
"direction": "horizontal",
|
|
1397
|
+
"gap": "md",
|
|
1398
|
+
"justify": "space-between",
|
|
1399
|
+
"align": "center",
|
|
1535
1400
|
"children": [
|
|
1536
1401
|
{
|
|
1537
1402
|
"type": "stack",
|
|
1538
1403
|
"direction": "horizontal",
|
|
1539
|
-
"gap": "
|
|
1540
|
-
"justify": "space-between",
|
|
1404
|
+
"gap": "sm",
|
|
1541
1405
|
"align": "center",
|
|
1542
1406
|
"children": [
|
|
1543
1407
|
{
|
|
1544
|
-
"type": "
|
|
1545
|
-
"
|
|
1546
|
-
"
|
|
1547
|
-
"align": "center",
|
|
1548
|
-
"children": [
|
|
1549
|
-
{
|
|
1550
|
-
"type": "icon",
|
|
1551
|
-
"name": "brain",
|
|
1552
|
-
"size": "lg"
|
|
1553
|
-
},
|
|
1554
|
-
{
|
|
1555
|
-
"type": "typography",
|
|
1556
|
-
"content": "AgentLearner Manager",
|
|
1557
|
-
"variant": "h2"
|
|
1558
|
-
}
|
|
1559
|
-
]
|
|
1408
|
+
"type": "icon",
|
|
1409
|
+
"name": "brain",
|
|
1410
|
+
"size": "lg"
|
|
1560
1411
|
},
|
|
1561
1412
|
{
|
|
1562
|
-
"type": "
|
|
1563
|
-
"
|
|
1564
|
-
"
|
|
1565
|
-
"children": [
|
|
1566
|
-
{
|
|
1567
|
-
"type": "button",
|
|
1568
|
-
"label": "Memorize",
|
|
1569
|
-
"event": "MEMORIZE",
|
|
1570
|
-
"variant": "primary",
|
|
1571
|
-
"icon": "plus"
|
|
1572
|
-
},
|
|
1573
|
-
{
|
|
1574
|
-
"type": "button",
|
|
1575
|
-
"label": "Recall",
|
|
1576
|
-
"event": "RECALL",
|
|
1577
|
-
"variant": "secondary",
|
|
1578
|
-
"icon": "search"
|
|
1579
|
-
},
|
|
1580
|
-
{
|
|
1581
|
-
"type": "button",
|
|
1582
|
-
"label": "Decay All",
|
|
1583
|
-
"event": "DECAY",
|
|
1584
|
-
"variant": "ghost",
|
|
1585
|
-
"icon": "clock"
|
|
1586
|
-
}
|
|
1587
|
-
]
|
|
1413
|
+
"type": "typography",
|
|
1414
|
+
"content": "AgentLearner Manager",
|
|
1415
|
+
"variant": "h2"
|
|
1588
1416
|
}
|
|
1589
1417
|
]
|
|
1590
1418
|
},
|
|
1591
1419
|
{
|
|
1592
|
-
"type": "
|
|
1593
|
-
|
|
1594
|
-
|
|
1595
|
-
"
|
|
1596
|
-
"entity": "AgentLearner",
|
|
1597
|
-
"emptyIcon": "inbox",
|
|
1598
|
-
"emptyTitle": "No memories yet",
|
|
1599
|
-
"emptyDescription": "Create your first memory to get started.",
|
|
1600
|
-
"itemActions": [
|
|
1601
|
-
{
|
|
1602
|
-
"label": "Pin",
|
|
1603
|
-
"event": "PIN",
|
|
1604
|
-
"variant": "ghost",
|
|
1605
|
-
"size": "sm"
|
|
1606
|
-
},
|
|
1607
|
-
{
|
|
1608
|
-
"label": "Reinforce",
|
|
1609
|
-
"event": "REINFORCE",
|
|
1610
|
-
"variant": "ghost",
|
|
1611
|
-
"size": "sm"
|
|
1612
|
-
},
|
|
1613
|
-
{
|
|
1614
|
-
"label": "Forget",
|
|
1615
|
-
"event": "FORGET",
|
|
1616
|
-
"variant": "danger",
|
|
1617
|
-
"size": "sm"
|
|
1618
|
-
}
|
|
1619
|
-
],
|
|
1620
|
-
"columns": [
|
|
1420
|
+
"type": "stack",
|
|
1421
|
+
"direction": "horizontal",
|
|
1422
|
+
"gap": "sm",
|
|
1423
|
+
"children": [
|
|
1621
1424
|
{
|
|
1622
|
-
"
|
|
1623
|
-
"label": "
|
|
1624
|
-
"
|
|
1625
|
-
"
|
|
1425
|
+
"type": "button",
|
|
1426
|
+
"label": "Memorize",
|
|
1427
|
+
"event": "MEMORIZE",
|
|
1428
|
+
"variant": "primary",
|
|
1429
|
+
"icon": "plus"
|
|
1626
1430
|
},
|
|
1627
1431
|
{
|
|
1628
|
-
"
|
|
1629
|
-
"label": "
|
|
1630
|
-
"
|
|
1631
|
-
"
|
|
1632
|
-
|
|
1633
|
-
"completed": "success",
|
|
1634
|
-
"done": "success",
|
|
1635
|
-
"pending": "warning",
|
|
1636
|
-
"draft": "warning",
|
|
1637
|
-
"scheduled": "warning",
|
|
1638
|
-
"inactive": "neutral",
|
|
1639
|
-
"archived": "neutral",
|
|
1640
|
-
"disabled": "neutral",
|
|
1641
|
-
"error": "destructive",
|
|
1642
|
-
"cancelled": "destructive",
|
|
1643
|
-
"failed": "destructive"
|
|
1644
|
-
}
|
|
1432
|
+
"type": "button",
|
|
1433
|
+
"label": "Recall",
|
|
1434
|
+
"event": "RECALL",
|
|
1435
|
+
"variant": "secondary",
|
|
1436
|
+
"icon": "search"
|
|
1645
1437
|
},
|
|
1646
1438
|
{
|
|
1647
|
-
"
|
|
1648
|
-
"label": "
|
|
1649
|
-
"
|
|
1439
|
+
"type": "button",
|
|
1440
|
+
"label": "Decay All",
|
|
1441
|
+
"event": "DECAY",
|
|
1442
|
+
"variant": "ghost",
|
|
1443
|
+
"icon": "clock"
|
|
1650
1444
|
}
|
|
1651
1445
|
]
|
|
1652
1446
|
}
|
|
1653
1447
|
]
|
|
1448
|
+
},
|
|
1449
|
+
{
|
|
1450
|
+
"type": "divider"
|
|
1451
|
+
},
|
|
1452
|
+
{
|
|
1453
|
+
"type": "data-grid",
|
|
1454
|
+
"entity": "AgentLearner",
|
|
1455
|
+
"emptyIcon": "inbox",
|
|
1456
|
+
"emptyTitle": "No memories yet",
|
|
1457
|
+
"emptyDescription": "Create your first memory to get started.",
|
|
1458
|
+
"itemActions": [
|
|
1459
|
+
{
|
|
1460
|
+
"label": "Pin",
|
|
1461
|
+
"event": "PIN",
|
|
1462
|
+
"variant": "ghost",
|
|
1463
|
+
"size": "sm"
|
|
1464
|
+
},
|
|
1465
|
+
{
|
|
1466
|
+
"label": "Reinforce",
|
|
1467
|
+
"event": "REINFORCE",
|
|
1468
|
+
"variant": "ghost",
|
|
1469
|
+
"size": "sm"
|
|
1470
|
+
},
|
|
1471
|
+
{
|
|
1472
|
+
"label": "Forget",
|
|
1473
|
+
"event": "FORGET",
|
|
1474
|
+
"variant": "danger",
|
|
1475
|
+
"size": "sm"
|
|
1476
|
+
}
|
|
1477
|
+
],
|
|
1478
|
+
"columns": [
|
|
1479
|
+
{
|
|
1480
|
+
"name": "content",
|
|
1481
|
+
"label": "Content",
|
|
1482
|
+
"variant": "h4",
|
|
1483
|
+
"icon": "brain"
|
|
1484
|
+
},
|
|
1485
|
+
{
|
|
1486
|
+
"name": "category",
|
|
1487
|
+
"label": "Category",
|
|
1488
|
+
"variant": "badge",
|
|
1489
|
+
"colorMap": {
|
|
1490
|
+
"active": "success",
|
|
1491
|
+
"completed": "success",
|
|
1492
|
+
"done": "success",
|
|
1493
|
+
"pending": "warning",
|
|
1494
|
+
"draft": "warning",
|
|
1495
|
+
"scheduled": "warning",
|
|
1496
|
+
"inactive": "neutral",
|
|
1497
|
+
"archived": "neutral",
|
|
1498
|
+
"disabled": "neutral",
|
|
1499
|
+
"error": "destructive",
|
|
1500
|
+
"cancelled": "destructive",
|
|
1501
|
+
"failed": "destructive"
|
|
1502
|
+
}
|
|
1503
|
+
},
|
|
1504
|
+
{
|
|
1505
|
+
"name": "strength",
|
|
1506
|
+
"label": "Strength",
|
|
1507
|
+
"variant": "caption"
|
|
1508
|
+
}
|
|
1509
|
+
]
|
|
1654
1510
|
}
|
|
1655
1511
|
]
|
|
1656
|
-
|
|
1657
|
-
|
|
1658
|
-
{
|
|
1659
|
-
"from": "browsing",
|
|
1660
|
-
"to": "browsing",
|
|
1661
|
-
"event": "MEMORIZED",
|
|
1662
|
-
"effects": [
|
|
1663
|
-
[
|
|
1664
|
-
"ref",
|
|
1665
|
-
"AgentLearner"
|
|
1666
|
-
]
|
|
1667
|
-
]
|
|
1668
|
-
},
|
|
1669
|
-
{
|
|
1670
|
-
"from": "browsing",
|
|
1671
|
-
"to": "browsing",
|
|
1672
|
-
"event": "PINNED",
|
|
1673
|
-
"effects": [
|
|
1674
|
-
[
|
|
1675
|
-
"ref",
|
|
1676
|
-
"AgentLearner"
|
|
1677
|
-
]
|
|
1678
|
-
]
|
|
1679
|
-
},
|
|
1680
|
-
{
|
|
1681
|
-
"from": "browsing",
|
|
1682
|
-
"to": "browsing",
|
|
1683
|
-
"event": "FORGOT",
|
|
1684
|
-
"effects": [
|
|
1685
|
-
[
|
|
1686
|
-
"ref",
|
|
1687
|
-
"AgentLearner"
|
|
1688
|
-
]
|
|
1689
|
-
]
|
|
1690
|
-
},
|
|
1691
|
-
{
|
|
1692
|
-
"from": "browsing",
|
|
1693
|
-
"to": "browsing",
|
|
1694
|
-
"event": "REINFORCED",
|
|
1695
|
-
"effects": [
|
|
1696
|
-
[
|
|
1697
|
-
"ref",
|
|
1698
|
-
"AgentLearner"
|
|
1699
|
-
]
|
|
1700
|
-
]
|
|
1701
|
-
},
|
|
1702
|
-
{
|
|
1703
|
-
"from": "browsing",
|
|
1704
|
-
"to": "browsing",
|
|
1705
|
-
"event": "DECAYED",
|
|
1706
|
-
"effects": [
|
|
1707
|
-
[
|
|
1708
|
-
"ref",
|
|
1709
|
-
"AgentLearner"
|
|
1710
|
-
]
|
|
1711
|
-
]
|
|
1712
|
-
}
|
|
1512
|
+
}
|
|
1513
|
+
]
|
|
1713
1514
|
]
|
|
1714
1515
|
}
|
|
1715
1516
|
},
|
|
1716
1517
|
{
|
|
1518
|
+
"ref": "AgentCompletion.traits.AgentCompletionModal",
|
|
1717
1519
|
"name": "LearnerCompletionFlow",
|
|
1718
1520
|
"linkedEntity": "AgentLearner",
|
|
1719
|
-
"
|
|
1720
|
-
"
|
|
1721
|
-
|
|
1722
|
-
|
|
1723
|
-
|
|
1724
|
-
|
|
1725
|
-
|
|
1726
|
-
|
|
1727
|
-
|
|
1728
|
-
|
|
1729
|
-
"
|
|
1730
|
-
|
|
1731
|
-
|
|
1732
|
-
|
|
1733
|
-
|
|
1734
|
-
|
|
1735
|
-
],
|
|
1736
|
-
"events": [
|
|
1737
|
-
{
|
|
1738
|
-
"key": "INIT",
|
|
1739
|
-
"name": "Initialize"
|
|
1740
|
-
},
|
|
1741
|
-
{
|
|
1742
|
-
"key": "GENERATE",
|
|
1743
|
-
"name": "Open"
|
|
1744
|
-
},
|
|
1745
|
-
{
|
|
1746
|
-
"key": "CLOSE",
|
|
1747
|
-
"name": "Close"
|
|
1748
|
-
},
|
|
1749
|
-
{
|
|
1750
|
-
"key": "SAVE",
|
|
1751
|
-
"name": "Save",
|
|
1752
|
-
"payload": [
|
|
1753
|
-
{
|
|
1754
|
-
"name": "data",
|
|
1755
|
-
"type": "object",
|
|
1756
|
-
"required": true
|
|
1757
|
-
}
|
|
1758
|
-
]
|
|
1759
|
-
}
|
|
1760
|
-
],
|
|
1761
|
-
"transitions": [
|
|
1762
|
-
{
|
|
1763
|
-
"from": "closed",
|
|
1764
|
-
"to": "closed",
|
|
1765
|
-
"event": "INIT",
|
|
1766
|
-
"effects": [
|
|
1767
|
-
[
|
|
1768
|
-
"ref",
|
|
1769
|
-
"AgentLearner"
|
|
1770
|
-
],
|
|
1771
|
-
[
|
|
1772
|
-
"render-ui",
|
|
1773
|
-
"main",
|
|
1521
|
+
"listens": [],
|
|
1522
|
+
"emitsScope": "internal",
|
|
1523
|
+
"effects": {
|
|
1524
|
+
"INIT": [
|
|
1525
|
+
[
|
|
1526
|
+
"ref",
|
|
1527
|
+
"AgentLearner"
|
|
1528
|
+
],
|
|
1529
|
+
[
|
|
1530
|
+
"render-ui",
|
|
1531
|
+
"main",
|
|
1532
|
+
{
|
|
1533
|
+
"type": "stack",
|
|
1534
|
+
"direction": "vertical",
|
|
1535
|
+
"gap": "lg",
|
|
1536
|
+
"children": [
|
|
1774
1537
|
{
|
|
1775
1538
|
"type": "stack",
|
|
1776
|
-
"direction": "
|
|
1777
|
-
"gap": "
|
|
1539
|
+
"direction": "horizontal",
|
|
1540
|
+
"gap": "md",
|
|
1541
|
+
"justify": "space-between",
|
|
1778
1542
|
"children": [
|
|
1779
1543
|
{
|
|
1780
1544
|
"type": "stack",
|
|
1781
1545
|
"direction": "horizontal",
|
|
1782
1546
|
"gap": "md",
|
|
1783
|
-
"justify": "space-between",
|
|
1784
1547
|
"children": [
|
|
1785
1548
|
{
|
|
1786
|
-
"type": "
|
|
1787
|
-
"
|
|
1788
|
-
"
|
|
1789
|
-
"children": [
|
|
1790
|
-
{
|
|
1791
|
-
"type": "icon",
|
|
1792
|
-
"name": "sparkles",
|
|
1793
|
-
"size": "lg"
|
|
1794
|
-
},
|
|
1795
|
-
{
|
|
1796
|
-
"type": "typography",
|
|
1797
|
-
"content": "AgentLearner",
|
|
1798
|
-
"variant": "h2"
|
|
1799
|
-
}
|
|
1800
|
-
]
|
|
1549
|
+
"type": "icon",
|
|
1550
|
+
"name": "sparkles",
|
|
1551
|
+
"size": "lg"
|
|
1801
1552
|
},
|
|
1802
1553
|
{
|
|
1803
|
-
"type": "
|
|
1804
|
-
"
|
|
1805
|
-
"
|
|
1806
|
-
"variant": "primary",
|
|
1807
|
-
"icon": "sparkles"
|
|
1554
|
+
"type": "typography",
|
|
1555
|
+
"content": "AgentLearner",
|
|
1556
|
+
"variant": "h2"
|
|
1808
1557
|
}
|
|
1809
1558
|
]
|
|
1810
1559
|
},
|
|
1811
1560
|
{
|
|
1812
|
-
"type": "
|
|
1813
|
-
|
|
1814
|
-
|
|
1815
|
-
"
|
|
1816
|
-
"icon": "sparkles"
|
|
1817
|
-
"title": "Nothing open",
|
|
1818
|
-
"description": "Click Open to view details in a modal overlay."
|
|
1561
|
+
"type": "button",
|
|
1562
|
+
"label": "Open",
|
|
1563
|
+
"event": "GENERATE",
|
|
1564
|
+
"variant": "primary",
|
|
1565
|
+
"icon": "sparkles"
|
|
1819
1566
|
}
|
|
1820
1567
|
]
|
|
1568
|
+
},
|
|
1569
|
+
{
|
|
1570
|
+
"type": "divider"
|
|
1571
|
+
},
|
|
1572
|
+
{
|
|
1573
|
+
"type": "empty-state",
|
|
1574
|
+
"icon": "sparkles",
|
|
1575
|
+
"title": "Nothing open",
|
|
1576
|
+
"description": "Click Open to view details in a modal overlay."
|
|
1821
1577
|
}
|
|
1822
1578
|
]
|
|
1823
|
-
|
|
1824
|
-
|
|
1825
|
-
|
|
1826
|
-
|
|
1827
|
-
|
|
1828
|
-
"
|
|
1829
|
-
"
|
|
1830
|
-
|
|
1831
|
-
|
|
1832
|
-
|
|
1579
|
+
}
|
|
1580
|
+
]
|
|
1581
|
+
],
|
|
1582
|
+
"GENERATE": [
|
|
1583
|
+
[
|
|
1584
|
+
"render-ui",
|
|
1585
|
+
"modal",
|
|
1586
|
+
{
|
|
1587
|
+
"type": "stack",
|
|
1588
|
+
"direction": "vertical",
|
|
1589
|
+
"gap": "md",
|
|
1590
|
+
"children": [
|
|
1833
1591
|
{
|
|
1834
1592
|
"type": "stack",
|
|
1835
|
-
"direction": "
|
|
1836
|
-
"gap": "
|
|
1593
|
+
"direction": "horizontal",
|
|
1594
|
+
"gap": "sm",
|
|
1837
1595
|
"children": [
|
|
1838
1596
|
{
|
|
1839
|
-
"type": "
|
|
1840
|
-
"
|
|
1841
|
-
"
|
|
1842
|
-
"children": [
|
|
1843
|
-
{
|
|
1844
|
-
"type": "icon",
|
|
1845
|
-
"name": "sparkles",
|
|
1846
|
-
"size": "md"
|
|
1847
|
-
},
|
|
1848
|
-
{
|
|
1849
|
-
"type": "typography",
|
|
1850
|
-
"content": "AgentLearner",
|
|
1851
|
-
"variant": "h3"
|
|
1852
|
-
}
|
|
1853
|
-
]
|
|
1597
|
+
"type": "icon",
|
|
1598
|
+
"name": "sparkles",
|
|
1599
|
+
"size": "md"
|
|
1854
1600
|
},
|
|
1855
1601
|
{
|
|
1856
|
-
"type": "
|
|
1857
|
-
|
|
1602
|
+
"type": "typography",
|
|
1603
|
+
"content": "AgentLearner",
|
|
1604
|
+
"variant": "h3"
|
|
1605
|
+
}
|
|
1606
|
+
]
|
|
1607
|
+
},
|
|
1608
|
+
{
|
|
1609
|
+
"type": "divider"
|
|
1610
|
+
},
|
|
1611
|
+
{
|
|
1612
|
+
"type": "stack",
|
|
1613
|
+
"direction": "horizontal",
|
|
1614
|
+
"gap": "sm",
|
|
1615
|
+
"children": [
|
|
1858
1616
|
{
|
|
1859
|
-
"type": "
|
|
1860
|
-
"
|
|
1861
|
-
"gap": "sm",
|
|
1862
|
-
"children": [
|
|
1863
|
-
{
|
|
1864
|
-
"type": "badge",
|
|
1865
|
-
"label": "@entity.provider"
|
|
1866
|
-
},
|
|
1867
|
-
{
|
|
1868
|
-
"type": "badge",
|
|
1869
|
-
"label": "@entity.model"
|
|
1870
|
-
}
|
|
1871
|
-
]
|
|
1617
|
+
"type": "badge",
|
|
1618
|
+
"label": "@entity.provider"
|
|
1872
1619
|
},
|
|
1873
1620
|
{
|
|
1874
|
-
"type": "
|
|
1875
|
-
"
|
|
1876
|
-
"mode": "create",
|
|
1877
|
-
"submitEvent": "SAVE",
|
|
1878
|
-
"cancelEvent": "CLOSE",
|
|
1879
|
-
"fields": [
|
|
1880
|
-
"prompt"
|
|
1881
|
-
]
|
|
1621
|
+
"type": "badge",
|
|
1622
|
+
"label": "@entity.model"
|
|
1882
1623
|
}
|
|
1883
1624
|
]
|
|
1625
|
+
},
|
|
1626
|
+
{
|
|
1627
|
+
"type": "form-section",
|
|
1628
|
+
"entity": "AgentLearner",
|
|
1629
|
+
"mode": "create",
|
|
1630
|
+
"submitEvent": "SAVE",
|
|
1631
|
+
"cancelEvent": "CLOSE",
|
|
1632
|
+
"fields": [
|
|
1633
|
+
"prompt"
|
|
1634
|
+
]
|
|
1884
1635
|
}
|
|
1885
1636
|
]
|
|
1886
|
-
|
|
1887
|
-
|
|
1888
|
-
|
|
1889
|
-
|
|
1890
|
-
|
|
1891
|
-
"
|
|
1892
|
-
"
|
|
1893
|
-
|
|
1894
|
-
|
|
1895
|
-
|
|
1896
|
-
|
|
1897
|
-
|
|
1898
|
-
|
|
1899
|
-
|
|
1900
|
-
|
|
1901
|
-
|
|
1902
|
-
|
|
1903
|
-
|
|
1904
|
-
|
|
1905
|
-
|
|
1906
|
-
|
|
1907
|
-
|
|
1908
|
-
|
|
1909
|
-
|
|
1637
|
+
}
|
|
1638
|
+
]
|
|
1639
|
+
],
|
|
1640
|
+
"CLOSE": [
|
|
1641
|
+
[
|
|
1642
|
+
"render-ui",
|
|
1643
|
+
"modal",
|
|
1644
|
+
null
|
|
1645
|
+
],
|
|
1646
|
+
[
|
|
1647
|
+
"notify",
|
|
1648
|
+
"Cancelled",
|
|
1649
|
+
"info"
|
|
1650
|
+
],
|
|
1651
|
+
[
|
|
1652
|
+
"ref",
|
|
1653
|
+
"AgentLearner"
|
|
1654
|
+
],
|
|
1655
|
+
[
|
|
1656
|
+
"render-ui",
|
|
1657
|
+
"main",
|
|
1658
|
+
{
|
|
1659
|
+
"type": "stack",
|
|
1660
|
+
"direction": "vertical",
|
|
1661
|
+
"gap": "lg",
|
|
1662
|
+
"children": [
|
|
1910
1663
|
{
|
|
1911
1664
|
"type": "stack",
|
|
1912
|
-
"direction": "
|
|
1913
|
-
"gap": "
|
|
1665
|
+
"direction": "horizontal",
|
|
1666
|
+
"gap": "md",
|
|
1667
|
+
"justify": "space-between",
|
|
1914
1668
|
"children": [
|
|
1915
1669
|
{
|
|
1916
1670
|
"type": "stack",
|
|
1917
1671
|
"direction": "horizontal",
|
|
1918
1672
|
"gap": "md",
|
|
1919
|
-
"justify": "space-between",
|
|
1920
1673
|
"children": [
|
|
1921
1674
|
{
|
|
1922
|
-
"type": "
|
|
1923
|
-
"
|
|
1924
|
-
"
|
|
1925
|
-
"children": [
|
|
1926
|
-
{
|
|
1927
|
-
"type": "icon",
|
|
1928
|
-
"name": "sparkles",
|
|
1929
|
-
"size": "lg"
|
|
1930
|
-
},
|
|
1931
|
-
{
|
|
1932
|
-
"type": "typography",
|
|
1933
|
-
"content": "AgentLearner",
|
|
1934
|
-
"variant": "h2"
|
|
1935
|
-
}
|
|
1936
|
-
]
|
|
1675
|
+
"type": "icon",
|
|
1676
|
+
"name": "sparkles",
|
|
1677
|
+
"size": "lg"
|
|
1937
1678
|
},
|
|
1938
1679
|
{
|
|
1939
|
-
"type": "
|
|
1940
|
-
"
|
|
1941
|
-
"
|
|
1942
|
-
"variant": "primary",
|
|
1943
|
-
"icon": "sparkles"
|
|
1680
|
+
"type": "typography",
|
|
1681
|
+
"content": "AgentLearner",
|
|
1682
|
+
"variant": "h2"
|
|
1944
1683
|
}
|
|
1945
1684
|
]
|
|
1946
1685
|
},
|
|
1947
1686
|
{
|
|
1948
|
-
"type": "
|
|
1949
|
-
|
|
1950
|
-
|
|
1951
|
-
"
|
|
1952
|
-
"icon": "sparkles"
|
|
1953
|
-
"title": "Nothing open",
|
|
1954
|
-
"description": "Click Open to view details in a modal overlay."
|
|
1687
|
+
"type": "button",
|
|
1688
|
+
"label": "Open",
|
|
1689
|
+
"event": "GENERATE",
|
|
1690
|
+
"variant": "primary",
|
|
1691
|
+
"icon": "sparkles"
|
|
1955
1692
|
}
|
|
1956
1693
|
]
|
|
1694
|
+
},
|
|
1695
|
+
{
|
|
1696
|
+
"type": "divider"
|
|
1697
|
+
},
|
|
1698
|
+
{
|
|
1699
|
+
"type": "empty-state",
|
|
1700
|
+
"icon": "sparkles",
|
|
1701
|
+
"title": "Nothing open",
|
|
1702
|
+
"description": "Click Open to view details in a modal overlay."
|
|
1957
1703
|
}
|
|
1958
1704
|
]
|
|
1959
|
-
|
|
1960
|
-
|
|
1961
|
-
|
|
1962
|
-
|
|
1963
|
-
|
|
1964
|
-
"
|
|
1965
|
-
"
|
|
1966
|
-
|
|
1967
|
-
|
|
1968
|
-
|
|
1969
|
-
|
|
1970
|
-
|
|
1971
|
-
|
|
1972
|
-
|
|
1973
|
-
|
|
1974
|
-
|
|
1975
|
-
|
|
1976
|
-
|
|
1977
|
-
|
|
1978
|
-
|
|
1979
|
-
|
|
1980
|
-
|
|
1981
|
-
|
|
1982
|
-
|
|
1983
|
-
|
|
1984
|
-
|
|
1985
|
-
|
|
1986
|
-
|
|
1987
|
-
|
|
1705
|
+
}
|
|
1706
|
+
]
|
|
1707
|
+
],
|
|
1708
|
+
"SAVE": [
|
|
1709
|
+
[
|
|
1710
|
+
"persist",
|
|
1711
|
+
"create",
|
|
1712
|
+
"AgentLearner",
|
|
1713
|
+
"@payload.data"
|
|
1714
|
+
],
|
|
1715
|
+
[
|
|
1716
|
+
"render-ui",
|
|
1717
|
+
"modal",
|
|
1718
|
+
null
|
|
1719
|
+
],
|
|
1720
|
+
[
|
|
1721
|
+
"emit",
|
|
1722
|
+
"GENERATED"
|
|
1723
|
+
],
|
|
1724
|
+
[
|
|
1725
|
+
"ref",
|
|
1726
|
+
"AgentLearner"
|
|
1727
|
+
],
|
|
1728
|
+
[
|
|
1729
|
+
"render-ui",
|
|
1730
|
+
"main",
|
|
1731
|
+
{
|
|
1732
|
+
"type": "stack",
|
|
1733
|
+
"direction": "vertical",
|
|
1734
|
+
"gap": "lg",
|
|
1735
|
+
"children": [
|
|
1988
1736
|
{
|
|
1989
1737
|
"type": "stack",
|
|
1990
|
-
"direction": "
|
|
1991
|
-
"gap": "
|
|
1738
|
+
"direction": "horizontal",
|
|
1739
|
+
"gap": "md",
|
|
1740
|
+
"justify": "space-between",
|
|
1992
1741
|
"children": [
|
|
1993
1742
|
{
|
|
1994
1743
|
"type": "stack",
|
|
1995
1744
|
"direction": "horizontal",
|
|
1996
1745
|
"gap": "md",
|
|
1997
|
-
"justify": "space-between",
|
|
1998
1746
|
"children": [
|
|
1999
1747
|
{
|
|
2000
|
-
"type": "
|
|
2001
|
-
"
|
|
2002
|
-
"
|
|
2003
|
-
"children": [
|
|
2004
|
-
{
|
|
2005
|
-
"type": "icon",
|
|
2006
|
-
"name": "sparkles",
|
|
2007
|
-
"size": "lg"
|
|
2008
|
-
},
|
|
2009
|
-
{
|
|
2010
|
-
"type": "typography",
|
|
2011
|
-
"content": "AgentLearner",
|
|
2012
|
-
"variant": "h2"
|
|
2013
|
-
}
|
|
2014
|
-
]
|
|
1748
|
+
"type": "icon",
|
|
1749
|
+
"name": "sparkles",
|
|
1750
|
+
"size": "lg"
|
|
2015
1751
|
},
|
|
2016
1752
|
{
|
|
2017
|
-
"type": "
|
|
2018
|
-
"
|
|
2019
|
-
"
|
|
2020
|
-
"variant": "primary",
|
|
2021
|
-
"icon": "sparkles"
|
|
1753
|
+
"type": "typography",
|
|
1754
|
+
"content": "AgentLearner",
|
|
1755
|
+
"variant": "h2"
|
|
2022
1756
|
}
|
|
2023
1757
|
]
|
|
2024
1758
|
},
|
|
2025
1759
|
{
|
|
2026
|
-
"type": "
|
|
2027
|
-
|
|
2028
|
-
|
|
2029
|
-
"
|
|
2030
|
-
"icon": "sparkles"
|
|
2031
|
-
"title": "Nothing open",
|
|
2032
|
-
"description": "Click Open to view details in a modal overlay."
|
|
1760
|
+
"type": "button",
|
|
1761
|
+
"label": "Open",
|
|
1762
|
+
"event": "GENERATE",
|
|
1763
|
+
"variant": "primary",
|
|
1764
|
+
"icon": "sparkles"
|
|
2033
1765
|
}
|
|
2034
1766
|
]
|
|
1767
|
+
},
|
|
1768
|
+
{
|
|
1769
|
+
"type": "divider"
|
|
1770
|
+
},
|
|
1771
|
+
{
|
|
1772
|
+
"type": "empty-state",
|
|
1773
|
+
"icon": "sparkles",
|
|
1774
|
+
"title": "Nothing open",
|
|
1775
|
+
"description": "Click Open to view details in a modal overlay."
|
|
2035
1776
|
}
|
|
2036
|
-
],
|
|
2037
|
-
[
|
|
2038
|
-
"notify",
|
|
2039
|
-
"AgentLearner created successfully"
|
|
2040
1777
|
]
|
|
2041
|
-
|
|
2042
|
-
|
|
1778
|
+
}
|
|
1779
|
+
]
|
|
2043
1780
|
]
|
|
2044
|
-
}
|
|
2045
|
-
"listens": []
|
|
1781
|
+
}
|
|
2046
1782
|
},
|
|
2047
1783
|
{
|
|
1784
|
+
"ref": "AgentProvider.traits.AgentProviderModal",
|
|
2048
1785
|
"name": "LearnerProviderManager",
|
|
2049
1786
|
"linkedEntity": "AgentLearner",
|
|
2050
|
-
"
|
|
2051
|
-
"
|
|
2052
|
-
|
|
2053
|
-
|
|
2054
|
-
|
|
2055
|
-
|
|
2056
|
-
|
|
2057
|
-
|
|
2058
|
-
|
|
2059
|
-
|
|
2060
|
-
"
|
|
2061
|
-
|
|
2062
|
-
|
|
2063
|
-
|
|
2064
|
-
|
|
2065
|
-
|
|
2066
|
-
],
|
|
2067
|
-
"events": [
|
|
2068
|
-
{
|
|
2069
|
-
"key": "INIT",
|
|
2070
|
-
"name": "Initialize"
|
|
2071
|
-
},
|
|
2072
|
-
{
|
|
2073
|
-
"key": "SWITCH",
|
|
2074
|
-
"name": "Open"
|
|
2075
|
-
},
|
|
2076
|
-
{
|
|
2077
|
-
"key": "CLOSE",
|
|
2078
|
-
"name": "Close"
|
|
2079
|
-
},
|
|
2080
|
-
{
|
|
2081
|
-
"key": "SAVE",
|
|
2082
|
-
"name": "Save",
|
|
2083
|
-
"payload": [
|
|
2084
|
-
{
|
|
2085
|
-
"name": "data",
|
|
2086
|
-
"type": "object",
|
|
2087
|
-
"required": true
|
|
2088
|
-
}
|
|
2089
|
-
]
|
|
2090
|
-
}
|
|
2091
|
-
],
|
|
2092
|
-
"transitions": [
|
|
2093
|
-
{
|
|
2094
|
-
"from": "closed",
|
|
2095
|
-
"to": "closed",
|
|
2096
|
-
"event": "INIT",
|
|
2097
|
-
"effects": [
|
|
2098
|
-
[
|
|
2099
|
-
"ref",
|
|
2100
|
-
"AgentLearner"
|
|
2101
|
-
],
|
|
2102
|
-
[
|
|
2103
|
-
"render-ui",
|
|
2104
|
-
"main",
|
|
1787
|
+
"listens": [],
|
|
1788
|
+
"emitsScope": "internal",
|
|
1789
|
+
"effects": {
|
|
1790
|
+
"INIT": [
|
|
1791
|
+
[
|
|
1792
|
+
"ref",
|
|
1793
|
+
"AgentLearner"
|
|
1794
|
+
],
|
|
1795
|
+
[
|
|
1796
|
+
"render-ui",
|
|
1797
|
+
"main",
|
|
1798
|
+
{
|
|
1799
|
+
"type": "stack",
|
|
1800
|
+
"direction": "vertical",
|
|
1801
|
+
"gap": "lg",
|
|
1802
|
+
"children": [
|
|
2105
1803
|
{
|
|
2106
1804
|
"type": "stack",
|
|
2107
|
-
"direction": "
|
|
2108
|
-
"gap": "
|
|
1805
|
+
"direction": "horizontal",
|
|
1806
|
+
"gap": "md",
|
|
1807
|
+
"justify": "space-between",
|
|
2109
1808
|
"children": [
|
|
2110
1809
|
{
|
|
2111
1810
|
"type": "stack",
|
|
2112
1811
|
"direction": "horizontal",
|
|
2113
1812
|
"gap": "md",
|
|
2114
|
-
"justify": "space-between",
|
|
2115
1813
|
"children": [
|
|
2116
1814
|
{
|
|
2117
|
-
"type": "
|
|
2118
|
-
"
|
|
2119
|
-
"
|
|
2120
|
-
"children": [
|
|
2121
|
-
{
|
|
2122
|
-
"type": "icon",
|
|
2123
|
-
"name": "repeat",
|
|
2124
|
-
"size": "lg"
|
|
2125
|
-
},
|
|
2126
|
-
{
|
|
2127
|
-
"type": "typography",
|
|
2128
|
-
"content": "Switch Provider",
|
|
2129
|
-
"variant": "h2"
|
|
2130
|
-
}
|
|
2131
|
-
]
|
|
1815
|
+
"type": "icon",
|
|
1816
|
+
"name": "repeat",
|
|
1817
|
+
"size": "lg"
|
|
2132
1818
|
},
|
|
2133
1819
|
{
|
|
2134
|
-
"type": "
|
|
2135
|
-
"
|
|
2136
|
-
"
|
|
2137
|
-
"variant": "primary",
|
|
2138
|
-
"icon": "repeat"
|
|
1820
|
+
"type": "typography",
|
|
1821
|
+
"content": "Switch Provider",
|
|
1822
|
+
"variant": "h2"
|
|
2139
1823
|
}
|
|
2140
1824
|
]
|
|
2141
1825
|
},
|
|
2142
1826
|
{
|
|
2143
|
-
"type": "
|
|
2144
|
-
|
|
2145
|
-
|
|
2146
|
-
"
|
|
2147
|
-
"icon": "repeat"
|
|
2148
|
-
"title": "Nothing open",
|
|
2149
|
-
"description": "Click Open to view details in a modal overlay."
|
|
1827
|
+
"type": "button",
|
|
1828
|
+
"label": "Open",
|
|
1829
|
+
"event": "SWITCH",
|
|
1830
|
+
"variant": "primary",
|
|
1831
|
+
"icon": "repeat"
|
|
2150
1832
|
}
|
|
2151
1833
|
]
|
|
1834
|
+
},
|
|
1835
|
+
{
|
|
1836
|
+
"type": "divider"
|
|
1837
|
+
},
|
|
1838
|
+
{
|
|
1839
|
+
"type": "empty-state",
|
|
1840
|
+
"icon": "repeat",
|
|
1841
|
+
"title": "Nothing open",
|
|
1842
|
+
"description": "Click Open to view details in a modal overlay."
|
|
2152
1843
|
}
|
|
2153
1844
|
]
|
|
2154
|
-
|
|
2155
|
-
|
|
2156
|
-
|
|
2157
|
-
|
|
2158
|
-
|
|
2159
|
-
"
|
|
2160
|
-
"
|
|
2161
|
-
|
|
2162
|
-
|
|
2163
|
-
|
|
2164
|
-
|
|
2165
|
-
|
|
2166
|
-
|
|
2167
|
-
|
|
1845
|
+
}
|
|
1846
|
+
]
|
|
1847
|
+
],
|
|
1848
|
+
"SWITCH": [
|
|
1849
|
+
[
|
|
1850
|
+
"fetch",
|
|
1851
|
+
"AgentLearner"
|
|
1852
|
+
],
|
|
1853
|
+
[
|
|
1854
|
+
"render-ui",
|
|
1855
|
+
"modal",
|
|
1856
|
+
{
|
|
1857
|
+
"type": "stack",
|
|
1858
|
+
"direction": "vertical",
|
|
1859
|
+
"gap": "md",
|
|
1860
|
+
"children": [
|
|
2168
1861
|
{
|
|
2169
1862
|
"type": "stack",
|
|
2170
|
-
"direction": "
|
|
2171
|
-
"gap": "
|
|
1863
|
+
"direction": "horizontal",
|
|
1864
|
+
"gap": "sm",
|
|
2172
1865
|
"children": [
|
|
2173
1866
|
{
|
|
2174
|
-
"type": "
|
|
2175
|
-
"
|
|
2176
|
-
"
|
|
2177
|
-
"children": [
|
|
2178
|
-
{
|
|
2179
|
-
"type": "icon",
|
|
2180
|
-
"name": "repeat",
|
|
2181
|
-
"size": "md"
|
|
2182
|
-
},
|
|
2183
|
-
{
|
|
2184
|
-
"type": "typography",
|
|
2185
|
-
"content": "Switch Provider",
|
|
2186
|
-
"variant": "h3"
|
|
2187
|
-
}
|
|
2188
|
-
]
|
|
1867
|
+
"type": "icon",
|
|
1868
|
+
"name": "repeat",
|
|
1869
|
+
"size": "md"
|
|
2189
1870
|
},
|
|
2190
1871
|
{
|
|
2191
|
-
"type": "
|
|
1872
|
+
"type": "typography",
|
|
1873
|
+
"content": "Switch Provider",
|
|
1874
|
+
"variant": "h3"
|
|
1875
|
+
}
|
|
1876
|
+
]
|
|
1877
|
+
},
|
|
1878
|
+
{
|
|
1879
|
+
"type": "divider"
|
|
1880
|
+
},
|
|
1881
|
+
{
|
|
1882
|
+
"type": "stack",
|
|
1883
|
+
"direction": "horizontal",
|
|
1884
|
+
"gap": "md",
|
|
1885
|
+
"children": [
|
|
1886
|
+
{
|
|
1887
|
+
"type": "typography",
|
|
1888
|
+
"variant": "caption",
|
|
1889
|
+
"content": "Current:"
|
|
2192
1890
|
},
|
|
2193
1891
|
{
|
|
2194
|
-
"type": "
|
|
2195
|
-
"
|
|
2196
|
-
"gap": "md",
|
|
2197
|
-
"children": [
|
|
2198
|
-
{
|
|
2199
|
-
"type": "typography",
|
|
2200
|
-
"variant": "caption",
|
|
2201
|
-
"content": "Current:"
|
|
2202
|
-
},
|
|
2203
|
-
{
|
|
2204
|
-
"type": "badge",
|
|
2205
|
-
"label": "@entity.currentProvider"
|
|
2206
|
-
},
|
|
2207
|
-
{
|
|
2208
|
-
"type": "badge",
|
|
2209
|
-
"label": "@entity.currentModel"
|
|
2210
|
-
}
|
|
2211
|
-
]
|
|
1892
|
+
"type": "badge",
|
|
1893
|
+
"label": "@entity.currentProvider"
|
|
2212
1894
|
},
|
|
2213
1895
|
{
|
|
2214
|
-
"type": "
|
|
2215
|
-
"
|
|
2216
|
-
"mode": "edit",
|
|
2217
|
-
"submitEvent": "SAVE",
|
|
2218
|
-
"cancelEvent": "CLOSE",
|
|
2219
|
-
"fields": [
|
|
2220
|
-
"currentProvider",
|
|
2221
|
-
"currentModel"
|
|
2222
|
-
]
|
|
1896
|
+
"type": "badge",
|
|
1897
|
+
"label": "@entity.currentModel"
|
|
2223
1898
|
}
|
|
2224
1899
|
]
|
|
1900
|
+
},
|
|
1901
|
+
{
|
|
1902
|
+
"type": "form-section",
|
|
1903
|
+
"entity": "AgentLearner",
|
|
1904
|
+
"mode": "edit",
|
|
1905
|
+
"submitEvent": "SAVE",
|
|
1906
|
+
"cancelEvent": "CLOSE",
|
|
1907
|
+
"fields": [
|
|
1908
|
+
"currentProvider",
|
|
1909
|
+
"currentModel"
|
|
1910
|
+
]
|
|
2225
1911
|
}
|
|
2226
1912
|
]
|
|
2227
|
-
|
|
2228
|
-
|
|
2229
|
-
|
|
2230
|
-
|
|
2231
|
-
|
|
2232
|
-
"
|
|
2233
|
-
"
|
|
2234
|
-
|
|
2235
|
-
|
|
2236
|
-
|
|
2237
|
-
|
|
2238
|
-
|
|
2239
|
-
|
|
2240
|
-
|
|
2241
|
-
|
|
2242
|
-
|
|
2243
|
-
|
|
2244
|
-
|
|
2245
|
-
|
|
2246
|
-
|
|
2247
|
-
|
|
2248
|
-
|
|
2249
|
-
|
|
2250
|
-
|
|
1913
|
+
}
|
|
1914
|
+
]
|
|
1915
|
+
],
|
|
1916
|
+
"CLOSE": [
|
|
1917
|
+
[
|
|
1918
|
+
"render-ui",
|
|
1919
|
+
"modal",
|
|
1920
|
+
null
|
|
1921
|
+
],
|
|
1922
|
+
[
|
|
1923
|
+
"notify",
|
|
1924
|
+
"Cancelled",
|
|
1925
|
+
"info"
|
|
1926
|
+
],
|
|
1927
|
+
[
|
|
1928
|
+
"ref",
|
|
1929
|
+
"AgentLearner"
|
|
1930
|
+
],
|
|
1931
|
+
[
|
|
1932
|
+
"render-ui",
|
|
1933
|
+
"main",
|
|
1934
|
+
{
|
|
1935
|
+
"type": "stack",
|
|
1936
|
+
"direction": "vertical",
|
|
1937
|
+
"gap": "lg",
|
|
1938
|
+
"children": [
|
|
2251
1939
|
{
|
|
2252
1940
|
"type": "stack",
|
|
2253
|
-
"direction": "
|
|
2254
|
-
"gap": "
|
|
1941
|
+
"direction": "horizontal",
|
|
1942
|
+
"gap": "md",
|
|
1943
|
+
"justify": "space-between",
|
|
2255
1944
|
"children": [
|
|
2256
1945
|
{
|
|
2257
1946
|
"type": "stack",
|
|
2258
1947
|
"direction": "horizontal",
|
|
2259
1948
|
"gap": "md",
|
|
2260
|
-
"justify": "space-between",
|
|
2261
1949
|
"children": [
|
|
2262
1950
|
{
|
|
2263
|
-
"type": "
|
|
2264
|
-
"
|
|
2265
|
-
"
|
|
2266
|
-
"children": [
|
|
2267
|
-
{
|
|
2268
|
-
"type": "icon",
|
|
2269
|
-
"name": "repeat",
|
|
2270
|
-
"size": "lg"
|
|
2271
|
-
},
|
|
2272
|
-
{
|
|
2273
|
-
"type": "typography",
|
|
2274
|
-
"content": "Switch Provider",
|
|
2275
|
-
"variant": "h2"
|
|
2276
|
-
}
|
|
2277
|
-
]
|
|
1951
|
+
"type": "icon",
|
|
1952
|
+
"name": "repeat",
|
|
1953
|
+
"size": "lg"
|
|
2278
1954
|
},
|
|
2279
1955
|
{
|
|
2280
|
-
"type": "
|
|
2281
|
-
"
|
|
2282
|
-
"
|
|
2283
|
-
"variant": "primary",
|
|
2284
|
-
"icon": "repeat"
|
|
1956
|
+
"type": "typography",
|
|
1957
|
+
"content": "Switch Provider",
|
|
1958
|
+
"variant": "h2"
|
|
2285
1959
|
}
|
|
2286
1960
|
]
|
|
2287
1961
|
},
|
|
2288
1962
|
{
|
|
2289
|
-
"type": "
|
|
2290
|
-
|
|
2291
|
-
|
|
2292
|
-
"
|
|
2293
|
-
"icon": "repeat"
|
|
2294
|
-
"title": "Nothing open",
|
|
2295
|
-
"description": "Click Open to view details in a modal overlay."
|
|
1963
|
+
"type": "button",
|
|
1964
|
+
"label": "Open",
|
|
1965
|
+
"event": "SWITCH",
|
|
1966
|
+
"variant": "primary",
|
|
1967
|
+
"icon": "repeat"
|
|
2296
1968
|
}
|
|
2297
1969
|
]
|
|
1970
|
+
},
|
|
1971
|
+
{
|
|
1972
|
+
"type": "divider"
|
|
1973
|
+
},
|
|
1974
|
+
{
|
|
1975
|
+
"type": "empty-state",
|
|
1976
|
+
"icon": "repeat",
|
|
1977
|
+
"title": "Nothing open",
|
|
1978
|
+
"description": "Click Open to view details in a modal overlay."
|
|
2298
1979
|
}
|
|
2299
1980
|
]
|
|
2300
|
-
|
|
2301
|
-
|
|
2302
|
-
|
|
2303
|
-
|
|
2304
|
-
|
|
2305
|
-
"
|
|
2306
|
-
"
|
|
2307
|
-
|
|
2308
|
-
|
|
2309
|
-
|
|
2310
|
-
|
|
2311
|
-
|
|
2312
|
-
|
|
2313
|
-
|
|
2314
|
-
|
|
2315
|
-
|
|
2316
|
-
|
|
2317
|
-
|
|
2318
|
-
|
|
2319
|
-
|
|
2320
|
-
|
|
2321
|
-
|
|
2322
|
-
|
|
2323
|
-
|
|
2324
|
-
|
|
2325
|
-
|
|
2326
|
-
|
|
2327
|
-
|
|
2328
|
-
|
|
1981
|
+
}
|
|
1982
|
+
]
|
|
1983
|
+
],
|
|
1984
|
+
"SAVE": [
|
|
1985
|
+
[
|
|
1986
|
+
"persist",
|
|
1987
|
+
"update",
|
|
1988
|
+
"AgentLearner",
|
|
1989
|
+
"@payload.data"
|
|
1990
|
+
],
|
|
1991
|
+
[
|
|
1992
|
+
"render-ui",
|
|
1993
|
+
"modal",
|
|
1994
|
+
null
|
|
1995
|
+
],
|
|
1996
|
+
[
|
|
1997
|
+
"emit",
|
|
1998
|
+
"SWITCHED"
|
|
1999
|
+
],
|
|
2000
|
+
[
|
|
2001
|
+
"ref",
|
|
2002
|
+
"AgentLearner"
|
|
2003
|
+
],
|
|
2004
|
+
[
|
|
2005
|
+
"render-ui",
|
|
2006
|
+
"main",
|
|
2007
|
+
{
|
|
2008
|
+
"type": "stack",
|
|
2009
|
+
"direction": "vertical",
|
|
2010
|
+
"gap": "lg",
|
|
2011
|
+
"children": [
|
|
2329
2012
|
{
|
|
2330
2013
|
"type": "stack",
|
|
2331
|
-
"direction": "
|
|
2332
|
-
"gap": "
|
|
2014
|
+
"direction": "horizontal",
|
|
2015
|
+
"gap": "md",
|
|
2016
|
+
"justify": "space-between",
|
|
2333
2017
|
"children": [
|
|
2334
2018
|
{
|
|
2335
2019
|
"type": "stack",
|
|
2336
2020
|
"direction": "horizontal",
|
|
2337
2021
|
"gap": "md",
|
|
2338
|
-
"justify": "space-between",
|
|
2339
2022
|
"children": [
|
|
2340
2023
|
{
|
|
2341
|
-
"type": "
|
|
2342
|
-
"
|
|
2343
|
-
"
|
|
2344
|
-
"children": [
|
|
2345
|
-
{
|
|
2346
|
-
"type": "icon",
|
|
2347
|
-
"name": "repeat",
|
|
2348
|
-
"size": "lg"
|
|
2349
|
-
},
|
|
2350
|
-
{
|
|
2351
|
-
"type": "typography",
|
|
2352
|
-
"content": "Switch Provider",
|
|
2353
|
-
"variant": "h2"
|
|
2354
|
-
}
|
|
2355
|
-
]
|
|
2024
|
+
"type": "icon",
|
|
2025
|
+
"name": "repeat",
|
|
2026
|
+
"size": "lg"
|
|
2356
2027
|
},
|
|
2357
2028
|
{
|
|
2358
|
-
"type": "
|
|
2359
|
-
"
|
|
2360
|
-
"
|
|
2361
|
-
"variant": "primary",
|
|
2362
|
-
"icon": "repeat"
|
|
2029
|
+
"type": "typography",
|
|
2030
|
+
"content": "Switch Provider",
|
|
2031
|
+
"variant": "h2"
|
|
2363
2032
|
}
|
|
2364
2033
|
]
|
|
2365
2034
|
},
|
|
2366
2035
|
{
|
|
2367
|
-
"type": "
|
|
2368
|
-
|
|
2369
|
-
|
|
2370
|
-
"
|
|
2371
|
-
"icon": "repeat"
|
|
2372
|
-
"title": "Nothing open",
|
|
2373
|
-
"description": "Click Open to view details in a modal overlay."
|
|
2036
|
+
"type": "button",
|
|
2037
|
+
"label": "Open",
|
|
2038
|
+
"event": "SWITCH",
|
|
2039
|
+
"variant": "primary",
|
|
2040
|
+
"icon": "repeat"
|
|
2374
2041
|
}
|
|
2375
2042
|
]
|
|
2043
|
+
},
|
|
2044
|
+
{
|
|
2045
|
+
"type": "divider"
|
|
2046
|
+
},
|
|
2047
|
+
{
|
|
2048
|
+
"type": "empty-state",
|
|
2049
|
+
"icon": "repeat",
|
|
2050
|
+
"title": "Nothing open",
|
|
2051
|
+
"description": "Click Open to view details in a modal overlay."
|
|
2376
2052
|
}
|
|
2377
|
-
],
|
|
2378
|
-
[
|
|
2379
|
-
"notify",
|
|
2380
|
-
"AgentLearner updated successfully"
|
|
2381
2053
|
]
|
|
2382
|
-
|
|
2383
|
-
|
|
2054
|
+
}
|
|
2055
|
+
]
|
|
2384
2056
|
]
|
|
2385
|
-
}
|
|
2386
|
-
"listens": []
|
|
2057
|
+
}
|
|
2387
2058
|
}
|
|
2388
2059
|
],
|
|
2389
2060
|
"pages": [
|
|
@@ -2410,6 +2081,5 @@
|
|
|
2410
2081
|
}
|
|
2411
2082
|
]
|
|
2412
2083
|
}
|
|
2413
|
-
]
|
|
2414
|
-
|
|
2415
|
-
}
|
|
2084
|
+
]
|
|
2085
|
+
}
|