@almadar/std 5.0.0 → 5.2.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/behaviors/exports/atoms/std-agent-activity-log.orb +5 -45
- package/behaviors/exports/atoms/std-agent-chat-thread.orb +5 -55
- package/behaviors/exports/atoms/std-agent-classifier.orb +8 -8
- package/behaviors/exports/atoms/std-agent-completion.orb +8 -8
- package/behaviors/exports/atoms/std-agent-context-window.orb +5 -4
- package/behaviors/exports/atoms/std-agent-conversation.orb +5 -71
- package/behaviors/exports/atoms/std-agent-memory.orb +13 -127
- package/behaviors/exports/atoms/std-agent-provider.orb +8 -8
- package/behaviors/exports/atoms/std-agent-search.orb +6 -27
- package/behaviors/exports/atoms/std-agent-session.orb +11 -85
- package/behaviors/exports/atoms/std-agent-step-progress.orb +5 -4
- package/behaviors/exports/atoms/std-agent-token-gauge.orb +5 -4
- package/behaviors/exports/atoms/std-agent-tool-call.orb +8 -8
- package/behaviors/exports/atoms/std-async.orb +5 -8
- package/behaviors/exports/atoms/std-autoregressive.orb +4 -2
- package/behaviors/exports/atoms/std-browse.orb +5 -4
- package/behaviors/exports/atoms/std-cache-aside.orb +5 -8
- package/behaviors/exports/atoms/std-calendar.orb +5 -4
- package/behaviors/exports/atoms/std-circuit-breaker.orb +5 -4
- package/behaviors/exports/atoms/std-collision.orb +5 -4
- package/behaviors/exports/atoms/std-combat-log.orb +5 -4
- package/behaviors/exports/atoms/std-combat.orb +5 -4
- package/behaviors/exports/atoms/std-confirmation.orb +10 -4
- package/behaviors/exports/atoms/std-dialogue-box.orb +5 -4
- package/behaviors/exports/atoms/std-display.orb +5 -4
- package/behaviors/exports/atoms/std-drawer.orb +5 -4
- package/behaviors/exports/atoms/std-filter.orb +5 -4
- package/behaviors/exports/atoms/std-flip-card.orb +5 -4
- package/behaviors/exports/atoms/std-gallery.orb +5 -4
- package/behaviors/exports/atoms/std-game-audio.orb +5 -4
- package/behaviors/exports/atoms/std-game-canvas2d.orb +4 -2
- package/behaviors/exports/atoms/std-game-canvas3d.orb +4 -2
- package/behaviors/exports/atoms/std-game-hud.orb +5 -4
- package/behaviors/exports/atoms/std-game-menu.orb +5 -4
- package/behaviors/exports/atoms/std-game-over-screen.orb +5 -4
- package/behaviors/exports/atoms/std-gameflow.orb +5 -4
- package/behaviors/exports/atoms/std-input.orb +5 -4
- package/behaviors/exports/atoms/std-inventory-panel.orb +5 -8
- package/behaviors/exports/atoms/std-isometric-canvas.orb +5 -4
- package/behaviors/exports/atoms/std-loading.orb +5 -4
- package/behaviors/exports/atoms/std-modal.orb +89 -4
- package/behaviors/exports/atoms/std-movement.orb +5 -4
- package/behaviors/exports/atoms/std-notification.orb +5 -4
- package/behaviors/exports/atoms/std-overworld.orb +5 -4
- package/behaviors/exports/atoms/std-pagination.orb +5 -4
- package/behaviors/exports/atoms/std-physics2d.orb +5 -4
- package/behaviors/exports/atoms/std-platformer-canvas.orb +5 -4
- package/behaviors/exports/atoms/std-quest.orb +5 -8
- package/behaviors/exports/atoms/std-rate-limiter.orb +5 -4
- package/behaviors/exports/atoms/std-rating.orb +5 -4
- package/behaviors/exports/atoms/std-score-board.orb +5 -4
- package/behaviors/exports/atoms/std-score.orb +5 -4
- package/behaviors/exports/atoms/std-search.orb +5 -4
- package/behaviors/exports/atoms/std-selection.orb +5 -4
- package/behaviors/exports/atoms/std-service-custom-bearer.orb +5 -15
- package/behaviors/exports/atoms/std-service-custom-header.orb +5 -17
- package/behaviors/exports/atoms/std-service-custom-noauth.orb +5 -11
- package/behaviors/exports/atoms/std-service-custom-query.orb +5 -17
- package/behaviors/exports/atoms/std-service-email.orb +5 -4
- package/behaviors/exports/atoms/std-service-github.orb +5 -4
- package/behaviors/exports/atoms/std-service-llm.orb +5 -4
- package/behaviors/exports/atoms/std-service-oauth.orb +5 -4
- package/behaviors/exports/atoms/std-service-redis.orb +5 -4
- package/behaviors/exports/atoms/std-service-storage.orb +5 -4
- package/behaviors/exports/atoms/std-service-stripe.orb +5 -4
- package/behaviors/exports/atoms/std-service-twilio.orb +5 -4
- package/behaviors/exports/atoms/std-service-youtube.orb +5 -4
- package/behaviors/exports/atoms/std-simulation-canvas.orb +5 -4
- package/behaviors/exports/atoms/std-sort.orb +5 -4
- package/behaviors/exports/atoms/std-sprite.orb +5 -4
- package/behaviors/exports/atoms/std-tabs.orb +5 -4
- package/behaviors/exports/atoms/std-text-effects.orb +5 -4
- package/behaviors/exports/atoms/std-theme.orb +5 -4
- package/behaviors/exports/atoms/std-timer.orb +5 -4
- package/behaviors/exports/atoms/std-undo.orb +5 -4
- package/behaviors/exports/atoms/std-upload.orb +5 -4
- package/behaviors/exports/atoms/std-validate-on-save.orb +5 -32
- package/behaviors/exports/atoms/std-wizard.orb +5 -4
- package/behaviors/exports/molecules/std-agent-fix-loop.orb +1141 -1709
- package/behaviors/exports/molecules/std-agent-learner.orb +608 -938
- package/behaviors/exports/molecules/std-agent-planner.orb +613 -961
- package/behaviors/exports/molecules/std-agent-rag.orb +586 -915
- package/behaviors/exports/molecules/std-agent-tool-loop.orb +915 -2846
- package/behaviors/exports/molecules/std-builder-game.orb +5 -4
- package/behaviors/exports/molecules/std-cart.orb +196 -307
- package/behaviors/exports/molecules/std-classifier-game.orb +5 -4
- package/behaviors/exports/molecules/std-debugger-game.orb +5 -4
- package/behaviors/exports/molecules/std-detail.orb +309 -467
- package/behaviors/exports/molecules/std-event-handler-game.orb +5 -4
- package/behaviors/exports/molecules/std-form-advanced.orb +5 -8
- package/behaviors/exports/molecules/std-geospatial.orb +363 -539
- package/behaviors/exports/molecules/std-inventory.orb +390 -720
- package/behaviors/exports/molecules/std-list.orb +526 -1156
- package/behaviors/exports/molecules/std-messaging.orb +295 -452
- package/behaviors/exports/molecules/std-negotiator-game.orb +5 -4
- package/behaviors/exports/molecules/std-platformer-game.orb +5 -4
- package/behaviors/exports/molecules/std-puzzle-game.orb +5 -4
- package/behaviors/exports/molecules/std-quiz.orb +5 -4
- package/behaviors/exports/molecules/std-sequencer-game.orb +5 -4
- package/behaviors/exports/molecules/std-service-content-pipeline.orb +5 -4
- package/behaviors/exports/molecules/std-service-custom-api-tester.orb +5 -42
- package/behaviors/exports/molecules/std-service-devops-toolkit.orb +5 -4
- package/behaviors/exports/molecules/std-service-notification-hub.orb +5 -4
- package/behaviors/exports/molecules/std-service-payment-flow.orb +5 -4
- package/behaviors/exports/molecules/std-simulator-game.orb +5 -4
- package/behaviors/exports/molecules/std-turn-based-battle.orb +5 -4
- package/behaviors/exports/organisms/std-agent-assistant.orb +15 -143
- package/behaviors/exports/organisms/std-agent-builder.orb +814 -1476
- package/behaviors/exports/organisms/std-agent-pipeline.orb +785 -1567
- package/behaviors/exports/organisms/std-agent-reviewer.orb +299 -502
- package/behaviors/exports/organisms/std-agent-tutor.orb +306 -493
- package/behaviors/exports/organisms/std-api-gateway.orb +284 -626
- package/behaviors/exports/organisms/std-arcade-game.orb +4 -4
- package/behaviors/exports/organisms/std-booking-system.orb +1422 -2160
- package/behaviors/exports/organisms/std-cicd-pipeline.orb +274 -617
- package/behaviors/exports/organisms/std-cms.orb +1274 -1972
- package/behaviors/exports/organisms/std-coding-academy.orb +4 -4
- package/behaviors/exports/organisms/std-crm.orb +999 -1775
- package/behaviors/exports/organisms/std-devops-dashboard.orb +284 -638
- package/behaviors/exports/organisms/std-ecommerce.orb +1653 -2398
- package/behaviors/exports/organisms/std-finance-tracker.orb +340 -684
- package/behaviors/exports/organisms/std-healthcare.orb +984 -1838
- package/behaviors/exports/organisms/std-helpdesk.orb +340 -744
- package/behaviors/exports/organisms/std-hr-portal.orb +1401 -2151
- package/behaviors/exports/organisms/std-iot-dashboard.orb +284 -626
- package/behaviors/exports/organisms/std-lms.orb +284 -632
- package/behaviors/exports/organisms/std-logic-training.orb +4 -4
- package/behaviors/exports/organisms/std-platformer-app.orb +15 -98
- package/behaviors/exports/organisms/std-project-manager.orb +970 -1774
- package/behaviors/exports/organisms/std-puzzle-app.orb +4 -4
- package/behaviors/exports/organisms/std-realtime-chat.orb +364 -714
- package/behaviors/exports/organisms/std-rpg-game.orb +15 -102
- package/behaviors/exports/organisms/std-service-marketplace.orb +1589 -2361
- package/behaviors/exports/organisms/std-service-research-assistant.orb +4 -15
- package/behaviors/exports/organisms/std-social-feed.orb +62 -66
- package/behaviors/exports/organisms/std-stem-lab.orb +4 -4
- package/behaviors/exports/organisms/std-strategy-game.orb +4 -4
- package/behaviors/exports/organisms/std-trading-dashboard.orb +274 -620
- package/dist/behaviors/exports/atoms/std-agent-activity-log.orb +5 -45
- package/dist/behaviors/exports/atoms/std-agent-chat-thread.orb +5 -55
- package/dist/behaviors/exports/atoms/std-agent-classifier.orb +8 -8
- package/dist/behaviors/exports/atoms/std-agent-completion.orb +8 -8
- package/dist/behaviors/exports/atoms/std-agent-context-window.orb +5 -4
- package/dist/behaviors/exports/atoms/std-agent-conversation.orb +5 -71
- package/dist/behaviors/exports/atoms/std-agent-memory.orb +13 -127
- package/dist/behaviors/exports/atoms/std-agent-provider.orb +8 -8
- package/dist/behaviors/exports/atoms/std-agent-search.orb +6 -27
- package/dist/behaviors/exports/atoms/std-agent-session.orb +11 -85
- package/dist/behaviors/exports/atoms/std-agent-step-progress.orb +5 -4
- package/dist/behaviors/exports/atoms/std-agent-token-gauge.orb +5 -4
- package/dist/behaviors/exports/atoms/std-agent-tool-call.orb +8 -8
- package/dist/behaviors/exports/atoms/std-async.orb +5 -8
- package/dist/behaviors/exports/atoms/std-autoregressive.orb +4 -2
- package/dist/behaviors/exports/atoms/std-browse.orb +5 -4
- package/dist/behaviors/exports/atoms/std-cache-aside.orb +5 -8
- package/dist/behaviors/exports/atoms/std-calendar.orb +5 -4
- package/dist/behaviors/exports/atoms/std-circuit-breaker.orb +5 -4
- package/dist/behaviors/exports/atoms/std-collision.orb +5 -4
- package/dist/behaviors/exports/atoms/std-combat-log.orb +5 -4
- package/dist/behaviors/exports/atoms/std-combat.orb +5 -4
- package/dist/behaviors/exports/atoms/std-confirmation.orb +10 -4
- package/dist/behaviors/exports/atoms/std-dialogue-box.orb +5 -4
- package/dist/behaviors/exports/atoms/std-display.orb +5 -4
- package/dist/behaviors/exports/atoms/std-drawer.orb +5 -4
- package/dist/behaviors/exports/atoms/std-filter.orb +5 -4
- package/dist/behaviors/exports/atoms/std-flip-card.orb +5 -4
- package/dist/behaviors/exports/atoms/std-gallery.orb +5 -4
- package/dist/behaviors/exports/atoms/std-game-audio.orb +5 -4
- package/dist/behaviors/exports/atoms/std-game-canvas2d.orb +4 -2
- package/dist/behaviors/exports/atoms/std-game-canvas3d.orb +4 -2
- package/dist/behaviors/exports/atoms/std-game-hud.orb +5 -4
- package/dist/behaviors/exports/atoms/std-game-menu.orb +5 -4
- package/dist/behaviors/exports/atoms/std-game-over-screen.orb +5 -4
- package/dist/behaviors/exports/atoms/std-gameflow.orb +5 -4
- package/dist/behaviors/exports/atoms/std-input.orb +5 -4
- package/dist/behaviors/exports/atoms/std-inventory-panel.orb +5 -8
- package/dist/behaviors/exports/atoms/std-isometric-canvas.orb +5 -4
- package/dist/behaviors/exports/atoms/std-loading.orb +5 -4
- package/dist/behaviors/exports/atoms/std-modal.orb +89 -4
- package/dist/behaviors/exports/atoms/std-movement.orb +5 -4
- package/dist/behaviors/exports/atoms/std-notification.orb +5 -4
- package/dist/behaviors/exports/atoms/std-overworld.orb +5 -4
- package/dist/behaviors/exports/atoms/std-pagination.orb +5 -4
- package/dist/behaviors/exports/atoms/std-physics2d.orb +5 -4
- package/dist/behaviors/exports/atoms/std-platformer-canvas.orb +5 -4
- package/dist/behaviors/exports/atoms/std-quest.orb +5 -8
- package/dist/behaviors/exports/atoms/std-rate-limiter.orb +5 -4
- package/dist/behaviors/exports/atoms/std-rating.orb +5 -4
- package/dist/behaviors/exports/atoms/std-score-board.orb +5 -4
- package/dist/behaviors/exports/atoms/std-score.orb +5 -4
- package/dist/behaviors/exports/atoms/std-search.orb +5 -4
- package/dist/behaviors/exports/atoms/std-selection.orb +5 -4
- package/dist/behaviors/exports/atoms/std-service-custom-bearer.orb +5 -15
- package/dist/behaviors/exports/atoms/std-service-custom-header.orb +5 -17
- package/dist/behaviors/exports/atoms/std-service-custom-noauth.orb +5 -11
- package/dist/behaviors/exports/atoms/std-service-custom-query.orb +5 -17
- package/dist/behaviors/exports/atoms/std-service-email.orb +5 -4
- package/dist/behaviors/exports/atoms/std-service-github.orb +5 -4
- package/dist/behaviors/exports/atoms/std-service-llm.orb +5 -4
- package/dist/behaviors/exports/atoms/std-service-oauth.orb +5 -4
- package/dist/behaviors/exports/atoms/std-service-redis.orb +5 -4
- package/dist/behaviors/exports/atoms/std-service-storage.orb +5 -4
- package/dist/behaviors/exports/atoms/std-service-stripe.orb +5 -4
- package/dist/behaviors/exports/atoms/std-service-twilio.orb +5 -4
- package/dist/behaviors/exports/atoms/std-service-youtube.orb +5 -4
- package/dist/behaviors/exports/atoms/std-simulation-canvas.orb +5 -4
- package/dist/behaviors/exports/atoms/std-sort.orb +5 -4
- package/dist/behaviors/exports/atoms/std-sprite.orb +5 -4
- package/dist/behaviors/exports/atoms/std-tabs.orb +5 -4
- package/dist/behaviors/exports/atoms/std-text-effects.orb +5 -4
- package/dist/behaviors/exports/atoms/std-theme.orb +5 -4
- package/dist/behaviors/exports/atoms/std-timer.orb +5 -4
- package/dist/behaviors/exports/atoms/std-undo.orb +5 -4
- package/dist/behaviors/exports/atoms/std-upload.orb +5 -4
- package/dist/behaviors/exports/atoms/std-validate-on-save.orb +5 -32
- package/dist/behaviors/exports/atoms/std-wizard.orb +5 -4
- package/dist/behaviors/exports/molecules/std-agent-fix-loop.orb +1141 -1709
- package/dist/behaviors/exports/molecules/std-agent-learner.orb +608 -938
- package/dist/behaviors/exports/molecules/std-agent-planner.orb +613 -961
- package/dist/behaviors/exports/molecules/std-agent-rag.orb +586 -915
- package/dist/behaviors/exports/molecules/std-agent-tool-loop.orb +915 -2846
- package/dist/behaviors/exports/molecules/std-builder-game.orb +5 -4
- package/dist/behaviors/exports/molecules/std-cart.orb +196 -307
- package/dist/behaviors/exports/molecules/std-classifier-game.orb +5 -4
- package/dist/behaviors/exports/molecules/std-debugger-game.orb +5 -4
- package/dist/behaviors/exports/molecules/std-detail.orb +309 -467
- package/dist/behaviors/exports/molecules/std-event-handler-game.orb +5 -4
- package/dist/behaviors/exports/molecules/std-form-advanced.orb +5 -8
- package/dist/behaviors/exports/molecules/std-geospatial.orb +363 -539
- package/dist/behaviors/exports/molecules/std-inventory.orb +390 -720
- package/dist/behaviors/exports/molecules/std-list.orb +526 -1156
- package/dist/behaviors/exports/molecules/std-messaging.orb +295 -452
- package/dist/behaviors/exports/molecules/std-negotiator-game.orb +5 -4
- package/dist/behaviors/exports/molecules/std-platformer-game.orb +5 -4
- package/dist/behaviors/exports/molecules/std-puzzle-game.orb +5 -4
- package/dist/behaviors/exports/molecules/std-quiz.orb +5 -4
- package/dist/behaviors/exports/molecules/std-sequencer-game.orb +5 -4
- package/dist/behaviors/exports/molecules/std-service-content-pipeline.orb +5 -4
- package/dist/behaviors/exports/molecules/std-service-custom-api-tester.orb +5 -42
- package/dist/behaviors/exports/molecules/std-service-devops-toolkit.orb +5 -4
- package/dist/behaviors/exports/molecules/std-service-notification-hub.orb +5 -4
- package/dist/behaviors/exports/molecules/std-service-payment-flow.orb +5 -4
- package/dist/behaviors/exports/molecules/std-simulator-game.orb +5 -4
- package/dist/behaviors/exports/molecules/std-turn-based-battle.orb +5 -4
- package/dist/behaviors/exports/organisms/std-agent-assistant.orb +15 -143
- package/dist/behaviors/exports/organisms/std-agent-builder.orb +814 -1476
- package/dist/behaviors/exports/organisms/std-agent-pipeline.orb +785 -1567
- package/dist/behaviors/exports/organisms/std-agent-reviewer.orb +299 -502
- package/dist/behaviors/exports/organisms/std-agent-tutor.orb +306 -493
- package/dist/behaviors/exports/organisms/std-api-gateway.orb +284 -626
- package/dist/behaviors/exports/organisms/std-arcade-game.orb +4 -4
- package/dist/behaviors/exports/organisms/std-booking-system.orb +1422 -2160
- package/dist/behaviors/exports/organisms/std-cicd-pipeline.orb +274 -617
- package/dist/behaviors/exports/organisms/std-cms.orb +1274 -1972
- package/dist/behaviors/exports/organisms/std-coding-academy.orb +4 -4
- package/dist/behaviors/exports/organisms/std-crm.orb +999 -1775
- package/dist/behaviors/exports/organisms/std-devops-dashboard.orb +284 -638
- package/dist/behaviors/exports/organisms/std-ecommerce.orb +1653 -2398
- package/dist/behaviors/exports/organisms/std-finance-tracker.orb +340 -684
- package/dist/behaviors/exports/organisms/std-healthcare.orb +984 -1838
- package/dist/behaviors/exports/organisms/std-helpdesk.orb +340 -744
- package/dist/behaviors/exports/organisms/std-hr-portal.orb +1401 -2151
- package/dist/behaviors/exports/organisms/std-iot-dashboard.orb +284 -626
- package/dist/behaviors/exports/organisms/std-lms.orb +284 -632
- package/dist/behaviors/exports/organisms/std-logic-training.orb +4 -4
- package/dist/behaviors/exports/organisms/std-platformer-app.orb +15 -98
- package/dist/behaviors/exports/organisms/std-project-manager.orb +970 -1774
- package/dist/behaviors/exports/organisms/std-puzzle-app.orb +4 -4
- package/dist/behaviors/exports/organisms/std-realtime-chat.orb +364 -714
- package/dist/behaviors/exports/organisms/std-rpg-game.orb +15 -102
- package/dist/behaviors/exports/organisms/std-service-marketplace.orb +1589 -2361
- package/dist/behaviors/exports/organisms/std-service-research-assistant.orb +4 -15
- package/dist/behaviors/exports/organisms/std-social-feed.orb +62 -66
- package/dist/behaviors/exports/organisms/std-stem-lab.orb +4 -4
- package/dist/behaviors/exports/organisms/std-strategy-game.orb +4 -4
- package/dist/behaviors/exports/organisms/std-trading-dashboard.orb +274 -620
- package/dist/behaviors/exports-reader.js.map +1 -1
- package/dist/behaviors/functions/index.d.ts +2192 -0
- package/dist/behaviors/functions/index.js.map +1 -1
- package/dist/behaviors/index.js.map +1 -1
- package/dist/behaviors/query.js.map +1 -1
- package/dist/exports/atoms/std-agent-activity-log.orb +5 -45
- package/dist/exports/atoms/std-agent-chat-thread.orb +5 -55
- package/dist/exports/atoms/std-agent-classifier.orb +8 -8
- package/dist/exports/atoms/std-agent-completion.orb +8 -8
- package/dist/exports/atoms/std-agent-context-window.orb +5 -4
- package/dist/exports/atoms/std-agent-conversation.orb +5 -71
- package/dist/exports/atoms/std-agent-memory.orb +13 -127
- package/dist/exports/atoms/std-agent-provider.orb +8 -8
- package/dist/exports/atoms/std-agent-search.orb +6 -27
- package/dist/exports/atoms/std-agent-session.orb +11 -85
- package/dist/exports/atoms/std-agent-step-progress.orb +5 -4
- package/dist/exports/atoms/std-agent-token-gauge.orb +5 -4
- package/dist/exports/atoms/std-agent-tool-call.orb +8 -8
- package/dist/exports/atoms/std-async.orb +5 -8
- package/dist/exports/atoms/std-autoregressive.orb +4 -2
- package/dist/exports/atoms/std-browse.orb +5 -4
- package/dist/exports/atoms/std-cache-aside.orb +5 -8
- package/dist/exports/atoms/std-calendar.orb +5 -4
- package/dist/exports/atoms/std-circuit-breaker.orb +5 -4
- package/dist/exports/atoms/std-collision.orb +5 -4
- package/dist/exports/atoms/std-combat-log.orb +5 -4
- package/dist/exports/atoms/std-combat.orb +5 -4
- package/dist/exports/atoms/std-confirmation.orb +10 -4
- package/dist/exports/atoms/std-dialogue-box.orb +5 -4
- package/dist/exports/atoms/std-display.orb +5 -4
- package/dist/exports/atoms/std-drawer.orb +5 -4
- package/dist/exports/atoms/std-filter.orb +5 -4
- package/dist/exports/atoms/std-flip-card.orb +5 -4
- package/dist/exports/atoms/std-gallery.orb +5 -4
- package/dist/exports/atoms/std-game-audio.orb +5 -4
- package/dist/exports/atoms/std-game-canvas2d.orb +4 -2
- package/dist/exports/atoms/std-game-canvas3d.orb +4 -2
- package/dist/exports/atoms/std-game-hud.orb +5 -4
- package/dist/exports/atoms/std-game-menu.orb +5 -4
- package/dist/exports/atoms/std-game-over-screen.orb +5 -4
- package/dist/exports/atoms/std-gameflow.orb +5 -4
- package/dist/exports/atoms/std-input.orb +5 -4
- package/dist/exports/atoms/std-inventory-panel.orb +5 -8
- package/dist/exports/atoms/std-isometric-canvas.orb +5 -4
- package/dist/exports/atoms/std-loading.orb +5 -4
- package/dist/exports/atoms/std-modal.orb +89 -4
- package/dist/exports/atoms/std-movement.orb +5 -4
- package/dist/exports/atoms/std-notification.orb +5 -4
- package/dist/exports/atoms/std-overworld.orb +5 -4
- package/dist/exports/atoms/std-pagination.orb +5 -4
- package/dist/exports/atoms/std-physics2d.orb +5 -4
- package/dist/exports/atoms/std-platformer-canvas.orb +5 -4
- package/dist/exports/atoms/std-quest.orb +5 -8
- package/dist/exports/atoms/std-rate-limiter.orb +5 -4
- package/dist/exports/atoms/std-rating.orb +5 -4
- package/dist/exports/atoms/std-score-board.orb +5 -4
- package/dist/exports/atoms/std-score.orb +5 -4
- package/dist/exports/atoms/std-search.orb +5 -4
- package/dist/exports/atoms/std-selection.orb +5 -4
- package/dist/exports/atoms/std-service-custom-bearer.orb +5 -15
- package/dist/exports/atoms/std-service-custom-header.orb +5 -17
- package/dist/exports/atoms/std-service-custom-noauth.orb +5 -11
- package/dist/exports/atoms/std-service-custom-query.orb +5 -17
- package/dist/exports/atoms/std-service-email.orb +5 -4
- package/dist/exports/atoms/std-service-github.orb +5 -4
- package/dist/exports/atoms/std-service-llm.orb +5 -4
- package/dist/exports/atoms/std-service-oauth.orb +5 -4
- package/dist/exports/atoms/std-service-redis.orb +5 -4
- package/dist/exports/atoms/std-service-storage.orb +5 -4
- package/dist/exports/atoms/std-service-stripe.orb +5 -4
- package/dist/exports/atoms/std-service-twilio.orb +5 -4
- package/dist/exports/atoms/std-service-youtube.orb +5 -4
- package/dist/exports/atoms/std-simulation-canvas.orb +5 -4
- package/dist/exports/atoms/std-sort.orb +5 -4
- package/dist/exports/atoms/std-sprite.orb +5 -4
- package/dist/exports/atoms/std-tabs.orb +5 -4
- package/dist/exports/atoms/std-text-effects.orb +5 -4
- package/dist/exports/atoms/std-theme.orb +5 -4
- package/dist/exports/atoms/std-timer.orb +5 -4
- package/dist/exports/atoms/std-undo.orb +5 -4
- package/dist/exports/atoms/std-upload.orb +5 -4
- package/dist/exports/atoms/std-validate-on-save.orb +5 -32
- package/dist/exports/atoms/std-wizard.orb +5 -4
- package/dist/exports/molecules/std-agent-fix-loop.orb +1141 -1709
- package/dist/exports/molecules/std-agent-learner.orb +608 -938
- package/dist/exports/molecules/std-agent-planner.orb +613 -961
- package/dist/exports/molecules/std-agent-rag.orb +586 -915
- package/dist/exports/molecules/std-agent-tool-loop.orb +915 -2846
- package/dist/exports/molecules/std-builder-game.orb +5 -4
- package/dist/exports/molecules/std-cart.orb +196 -307
- package/dist/exports/molecules/std-classifier-game.orb +5 -4
- package/dist/exports/molecules/std-debugger-game.orb +5 -4
- package/dist/exports/molecules/std-detail.orb +309 -467
- package/dist/exports/molecules/std-event-handler-game.orb +5 -4
- package/dist/exports/molecules/std-form-advanced.orb +5 -8
- package/dist/exports/molecules/std-geospatial.orb +363 -539
- package/dist/exports/molecules/std-inventory.orb +390 -720
- package/dist/exports/molecules/std-list.orb +526 -1156
- package/dist/exports/molecules/std-messaging.orb +295 -452
- package/dist/exports/molecules/std-negotiator-game.orb +5 -4
- package/dist/exports/molecules/std-platformer-game.orb +5 -4
- package/dist/exports/molecules/std-puzzle-game.orb +5 -4
- package/dist/exports/molecules/std-quiz.orb +5 -4
- package/dist/exports/molecules/std-sequencer-game.orb +5 -4
- package/dist/exports/molecules/std-service-content-pipeline.orb +5 -4
- package/dist/exports/molecules/std-service-custom-api-tester.orb +5 -42
- package/dist/exports/molecules/std-service-devops-toolkit.orb +5 -4
- package/dist/exports/molecules/std-service-notification-hub.orb +5 -4
- package/dist/exports/molecules/std-service-payment-flow.orb +5 -4
- package/dist/exports/molecules/std-simulator-game.orb +5 -4
- package/dist/exports/molecules/std-turn-based-battle.orb +5 -4
- package/dist/exports/organisms/std-agent-assistant.orb +15 -143
- package/dist/exports/organisms/std-agent-builder.orb +814 -1476
- package/dist/exports/organisms/std-agent-pipeline.orb +785 -1567
- package/dist/exports/organisms/std-agent-reviewer.orb +299 -502
- package/dist/exports/organisms/std-agent-tutor.orb +306 -493
- package/dist/exports/organisms/std-api-gateway.orb +284 -626
- package/dist/exports/organisms/std-arcade-game.orb +4 -4
- package/dist/exports/organisms/std-booking-system.orb +1422 -2160
- package/dist/exports/organisms/std-cicd-pipeline.orb +274 -617
- package/dist/exports/organisms/std-cms.orb +1274 -1972
- package/dist/exports/organisms/std-coding-academy.orb +4 -4
- package/dist/exports/organisms/std-crm.orb +999 -1775
- package/dist/exports/organisms/std-devops-dashboard.orb +284 -638
- package/dist/exports/organisms/std-ecommerce.orb +1653 -2398
- package/dist/exports/organisms/std-finance-tracker.orb +340 -684
- package/dist/exports/organisms/std-healthcare.orb +984 -1838
- package/dist/exports/organisms/std-helpdesk.orb +340 -744
- package/dist/exports/organisms/std-hr-portal.orb +1401 -2151
- package/dist/exports/organisms/std-iot-dashboard.orb +284 -626
- package/dist/exports/organisms/std-lms.orb +284 -632
- package/dist/exports/organisms/std-logic-training.orb +4 -4
- package/dist/exports/organisms/std-platformer-app.orb +15 -98
- package/dist/exports/organisms/std-project-manager.orb +970 -1774
- package/dist/exports/organisms/std-puzzle-app.orb +4 -4
- package/dist/exports/organisms/std-realtime-chat.orb +364 -714
- package/dist/exports/organisms/std-rpg-game.orb +15 -102
- package/dist/exports/organisms/std-service-marketplace.orb +1589 -2361
- package/dist/exports/organisms/std-service-research-assistant.orb +4 -15
- package/dist/exports/organisms/std-social-feed.orb +62 -66
- package/dist/exports/organisms/std-stem-lab.orb +4 -4
- package/dist/exports/organisms/std-strategy-game.orb +4 -4
- package/dist/exports/organisms/std-trading-dashboard.orb +274 -620
- package/dist/index.js.map +1 -1
- package/package.json +2 -2
|
@@ -1,9 +1,20 @@
|
|
|
1
1
|
{
|
|
2
|
-
"name": "
|
|
2
|
+
"name": "std-agent-tutor",
|
|
3
3
|
"version": "1.0.0",
|
|
4
|
+
"description": "Teaching assistant organism. Composes conversation + memory + classifier atoms with tabbed views and a concept browse list. Classifies student level, recalls prior learning from memory, generates explanations with context-aware difficulty, and tracks concept strength.",
|
|
4
5
|
"orbitals": [
|
|
5
6
|
{
|
|
6
7
|
"name": "TutorSessionOrbital",
|
|
8
|
+
"uses": [
|
|
9
|
+
{
|
|
10
|
+
"from": "std/behaviors/std-browse",
|
|
11
|
+
"as": "Browse"
|
|
12
|
+
},
|
|
13
|
+
{
|
|
14
|
+
"from": "std/behaviors/std-tabs",
|
|
15
|
+
"as": "Tabs"
|
|
16
|
+
}
|
|
17
|
+
],
|
|
7
18
|
"entity": {
|
|
8
19
|
"name": "TutorSession",
|
|
9
20
|
"persistence": "runtime",
|
|
@@ -2145,10 +2156,6 @@
|
|
|
2145
2156
|
}
|
|
2146
2157
|
]
|
|
2147
2158
|
}
|
|
2148
|
-
],
|
|
2149
|
-
[
|
|
2150
|
-
"notify",
|
|
2151
|
-
"TutorChat created successfully"
|
|
2152
2159
|
]
|
|
2153
2160
|
]
|
|
2154
2161
|
},
|
|
@@ -2282,10 +2289,6 @@
|
|
|
2282
2289
|
}
|
|
2283
2290
|
]
|
|
2284
2291
|
}
|
|
2285
|
-
],
|
|
2286
|
-
[
|
|
2287
|
-
"notify",
|
|
2288
|
-
"TutorChat deleted successfully"
|
|
2289
2292
|
]
|
|
2290
2293
|
]
|
|
2291
2294
|
},
|
|
@@ -2419,10 +2422,6 @@
|
|
|
2419
2422
|
}
|
|
2420
2423
|
]
|
|
2421
2424
|
}
|
|
2422
|
-
],
|
|
2423
|
-
[
|
|
2424
|
-
"notify",
|
|
2425
|
-
"TutorChat deleted successfully"
|
|
2426
2425
|
]
|
|
2427
2426
|
]
|
|
2428
2427
|
}
|
|
@@ -2729,23 +2728,23 @@
|
|
|
2729
2728
|
"listens": [
|
|
2730
2729
|
{
|
|
2731
2730
|
"event": "MEMORIZED",
|
|
2732
|
-
"triggers": "
|
|
2731
|
+
"triggers": "INIT"
|
|
2733
2732
|
},
|
|
2734
2733
|
{
|
|
2735
2734
|
"event": "PINNED",
|
|
2736
|
-
"triggers": "
|
|
2735
|
+
"triggers": "INIT"
|
|
2737
2736
|
},
|
|
2738
2737
|
{
|
|
2739
2738
|
"event": "FORGOT",
|
|
2740
|
-
"triggers": "
|
|
2739
|
+
"triggers": "INIT"
|
|
2741
2740
|
},
|
|
2742
2741
|
{
|
|
2743
2742
|
"event": "REINFORCED",
|
|
2744
|
-
"triggers": "
|
|
2743
|
+
"triggers": "INIT"
|
|
2745
2744
|
},
|
|
2746
2745
|
{
|
|
2747
2746
|
"event": "DECAYED",
|
|
2748
|
-
"triggers": "
|
|
2747
|
+
"triggers": "INIT"
|
|
2749
2748
|
}
|
|
2750
2749
|
],
|
|
2751
2750
|
"stateMachine": {
|
|
@@ -2816,61 +2815,6 @@
|
|
|
2816
2815
|
"type": "object"
|
|
2817
2816
|
}
|
|
2818
2817
|
]
|
|
2819
|
-
},
|
|
2820
|
-
{
|
|
2821
|
-
"key": "MEMORIZED",
|
|
2822
|
-
"name": "MEMORIZED",
|
|
2823
|
-
"payload": [
|
|
2824
|
-
{
|
|
2825
|
-
"name": "data",
|
|
2826
|
-
"type": "object",
|
|
2827
|
-
"required": true
|
|
2828
|
-
}
|
|
2829
|
-
]
|
|
2830
|
-
},
|
|
2831
|
-
{
|
|
2832
|
-
"key": "PINNED",
|
|
2833
|
-
"name": "PINNED",
|
|
2834
|
-
"payload": [
|
|
2835
|
-
{
|
|
2836
|
-
"name": "data",
|
|
2837
|
-
"type": "object",
|
|
2838
|
-
"required": true
|
|
2839
|
-
}
|
|
2840
|
-
]
|
|
2841
|
-
},
|
|
2842
|
-
{
|
|
2843
|
-
"key": "FORGOT",
|
|
2844
|
-
"name": "FORGOT",
|
|
2845
|
-
"payload": [
|
|
2846
|
-
{
|
|
2847
|
-
"name": "data",
|
|
2848
|
-
"type": "object",
|
|
2849
|
-
"required": true
|
|
2850
|
-
}
|
|
2851
|
-
]
|
|
2852
|
-
},
|
|
2853
|
-
{
|
|
2854
|
-
"key": "REINFORCED",
|
|
2855
|
-
"name": "REINFORCED",
|
|
2856
|
-
"payload": [
|
|
2857
|
-
{
|
|
2858
|
-
"name": "data",
|
|
2859
|
-
"type": "object",
|
|
2860
|
-
"required": true
|
|
2861
|
-
}
|
|
2862
|
-
]
|
|
2863
|
-
},
|
|
2864
|
-
{
|
|
2865
|
-
"key": "DECAYED",
|
|
2866
|
-
"name": "DECAYED",
|
|
2867
|
-
"payload": [
|
|
2868
|
-
{
|
|
2869
|
-
"name": "data",
|
|
2870
|
-
"type": "object",
|
|
2871
|
-
"required": true
|
|
2872
|
-
}
|
|
2873
|
-
]
|
|
2874
2818
|
}
|
|
2875
2819
|
],
|
|
2876
2820
|
"transitions": [
|
|
@@ -3036,61 +2980,6 @@
|
|
|
3036
2980
|
}
|
|
3037
2981
|
]
|
|
3038
2982
|
]
|
|
3039
|
-
},
|
|
3040
|
-
{
|
|
3041
|
-
"from": "browsing",
|
|
3042
|
-
"to": "browsing",
|
|
3043
|
-
"event": "MEMORIZED",
|
|
3044
|
-
"effects": [
|
|
3045
|
-
[
|
|
3046
|
-
"ref",
|
|
3047
|
-
"Concept"
|
|
3048
|
-
]
|
|
3049
|
-
]
|
|
3050
|
-
},
|
|
3051
|
-
{
|
|
3052
|
-
"from": "browsing",
|
|
3053
|
-
"to": "browsing",
|
|
3054
|
-
"event": "PINNED",
|
|
3055
|
-
"effects": [
|
|
3056
|
-
[
|
|
3057
|
-
"ref",
|
|
3058
|
-
"Concept"
|
|
3059
|
-
]
|
|
3060
|
-
]
|
|
3061
|
-
},
|
|
3062
|
-
{
|
|
3063
|
-
"from": "browsing",
|
|
3064
|
-
"to": "browsing",
|
|
3065
|
-
"event": "FORGOT",
|
|
3066
|
-
"effects": [
|
|
3067
|
-
[
|
|
3068
|
-
"ref",
|
|
3069
|
-
"Concept"
|
|
3070
|
-
]
|
|
3071
|
-
]
|
|
3072
|
-
},
|
|
3073
|
-
{
|
|
3074
|
-
"from": "browsing",
|
|
3075
|
-
"to": "browsing",
|
|
3076
|
-
"event": "REINFORCED",
|
|
3077
|
-
"effects": [
|
|
3078
|
-
[
|
|
3079
|
-
"ref",
|
|
3080
|
-
"Concept"
|
|
3081
|
-
]
|
|
3082
|
-
]
|
|
3083
|
-
},
|
|
3084
|
-
{
|
|
3085
|
-
"from": "browsing",
|
|
3086
|
-
"to": "browsing",
|
|
3087
|
-
"event": "DECAYED",
|
|
3088
|
-
"effects": [
|
|
3089
|
-
[
|
|
3090
|
-
"ref",
|
|
3091
|
-
"Concept"
|
|
3092
|
-
]
|
|
3093
|
-
]
|
|
3094
2983
|
}
|
|
3095
2984
|
]
|
|
3096
2985
|
}
|
|
@@ -3100,6 +2989,9 @@
|
|
|
3100
2989
|
"linkedEntity": "Concept",
|
|
3101
2990
|
"category": "interaction",
|
|
3102
2991
|
"emits": [
|
|
2992
|
+
{
|
|
2993
|
+
"event": "SAVE"
|
|
2994
|
+
},
|
|
3103
2995
|
{
|
|
3104
2996
|
"event": "MEMORIZED"
|
|
3105
2997
|
}
|
|
@@ -3237,10 +3129,6 @@
|
|
|
3237
3129
|
[
|
|
3238
3130
|
"emit",
|
|
3239
3131
|
"MEMORIZED"
|
|
3240
|
-
],
|
|
3241
|
-
[
|
|
3242
|
-
"notify",
|
|
3243
|
-
"Concept created successfully"
|
|
3244
3132
|
]
|
|
3245
3133
|
]
|
|
3246
3134
|
}
|
|
@@ -3439,10 +3327,6 @@
|
|
|
3439
3327
|
"create",
|
|
3440
3328
|
"Concept",
|
|
3441
3329
|
"@payload.data"
|
|
3442
|
-
],
|
|
3443
|
-
[
|
|
3444
|
-
"notify",
|
|
3445
|
-
"Concept created successfully"
|
|
3446
3330
|
]
|
|
3447
3331
|
]
|
|
3448
3332
|
},
|
|
@@ -3631,6 +3515,9 @@
|
|
|
3631
3515
|
"linkedEntity": "StudentAssessment",
|
|
3632
3516
|
"category": "interaction",
|
|
3633
3517
|
"emits": [
|
|
3518
|
+
{
|
|
3519
|
+
"event": "SAVE"
|
|
3520
|
+
},
|
|
3634
3521
|
{
|
|
3635
3522
|
"event": "CLASSIFIED"
|
|
3636
3523
|
}
|
|
@@ -4031,10 +3918,6 @@
|
|
|
4031
3918
|
}
|
|
4032
3919
|
]
|
|
4033
3920
|
}
|
|
4034
|
-
],
|
|
4035
|
-
[
|
|
4036
|
-
"notify",
|
|
4037
|
-
"StudentAssessment created successfully"
|
|
4038
3921
|
]
|
|
4039
3922
|
]
|
|
4040
3923
|
}
|
|
@@ -4612,142 +4495,112 @@
|
|
|
4612
4495
|
},
|
|
4613
4496
|
"traits": [
|
|
4614
4497
|
{
|
|
4498
|
+
"ref": "Tabs.traits.TabContentTabs",
|
|
4615
4499
|
"name": "TutorTabs",
|
|
4616
4500
|
"linkedEntity": "TutorSession",
|
|
4617
|
-
"
|
|
4618
|
-
|
|
4619
|
-
|
|
4620
|
-
|
|
4621
|
-
"
|
|
4622
|
-
|
|
4623
|
-
|
|
4624
|
-
|
|
4625
|
-
|
|
4626
|
-
|
|
4627
|
-
|
|
4628
|
-
|
|
4629
|
-
|
|
4630
|
-
|
|
4631
|
-
|
|
4632
|
-
|
|
4633
|
-
|
|
4634
|
-
|
|
4635
|
-
|
|
4636
|
-
|
|
4637
|
-
|
|
4638
|
-
|
|
4639
|
-
|
|
4640
|
-
|
|
4641
|
-
|
|
4642
|
-
|
|
4643
|
-
|
|
4644
|
-
|
|
4645
|
-
"to": "idle",
|
|
4646
|
-
"event": "INIT",
|
|
4647
|
-
"effects": [
|
|
4648
|
-
[
|
|
4649
|
-
"fetch",
|
|
4650
|
-
"TutorSession"
|
|
4501
|
+
"effects": {
|
|
4502
|
+
"INIT": [
|
|
4503
|
+
[
|
|
4504
|
+
"fetch",
|
|
4505
|
+
"TutorSession"
|
|
4506
|
+
],
|
|
4507
|
+
[
|
|
4508
|
+
"render-ui",
|
|
4509
|
+
"main",
|
|
4510
|
+
{
|
|
4511
|
+
"type": "dashboard-layout",
|
|
4512
|
+
"appName": "AI Tutor",
|
|
4513
|
+
"navItems": [
|
|
4514
|
+
{
|
|
4515
|
+
"label": "Teach",
|
|
4516
|
+
"href": "/teach",
|
|
4517
|
+
"icon": "book-open"
|
|
4518
|
+
},
|
|
4519
|
+
{
|
|
4520
|
+
"label": "Quiz",
|
|
4521
|
+
"href": "/quiz",
|
|
4522
|
+
"icon": "help-circle"
|
|
4523
|
+
},
|
|
4524
|
+
{
|
|
4525
|
+
"label": "Concepts",
|
|
4526
|
+
"href": "/concepts",
|
|
4527
|
+
"icon": "brain"
|
|
4528
|
+
}
|
|
4651
4529
|
],
|
|
4652
|
-
[
|
|
4653
|
-
"render-ui",
|
|
4654
|
-
"main",
|
|
4530
|
+
"children": [
|
|
4655
4531
|
{
|
|
4656
|
-
"type": "
|
|
4657
|
-
"
|
|
4658
|
-
"
|
|
4532
|
+
"type": "stack",
|
|
4533
|
+
"direction": "vertical",
|
|
4534
|
+
"gap": "lg",
|
|
4535
|
+
"children": [
|
|
4659
4536
|
{
|
|
4660
|
-
"
|
|
4661
|
-
"
|
|
4662
|
-
"
|
|
4537
|
+
"type": "stack",
|
|
4538
|
+
"direction": "horizontal",
|
|
4539
|
+
"gap": "sm",
|
|
4540
|
+
"align": "center",
|
|
4541
|
+
"children": [
|
|
4542
|
+
{
|
|
4543
|
+
"type": "icon",
|
|
4544
|
+
"name": "graduation-cap",
|
|
4545
|
+
"size": "lg"
|
|
4546
|
+
},
|
|
4547
|
+
{
|
|
4548
|
+
"type": "typography",
|
|
4549
|
+
"content": "AI Tutor",
|
|
4550
|
+
"variant": "h2"
|
|
4551
|
+
}
|
|
4552
|
+
]
|
|
4663
4553
|
},
|
|
4664
4554
|
{
|
|
4665
|
-
"
|
|
4666
|
-
"href": "/quiz",
|
|
4667
|
-
"icon": "help-circle"
|
|
4555
|
+
"type": "divider"
|
|
4668
4556
|
},
|
|
4669
4557
|
{
|
|
4670
|
-
"
|
|
4671
|
-
"
|
|
4672
|
-
|
|
4673
|
-
|
|
4674
|
-
|
|
4675
|
-
|
|
4558
|
+
"type": "tabs",
|
|
4559
|
+
"tabs": [
|
|
4560
|
+
{
|
|
4561
|
+
"label": "Teach",
|
|
4562
|
+
"value": "teach"
|
|
4563
|
+
},
|
|
4564
|
+
{
|
|
4565
|
+
"label": "Quiz",
|
|
4566
|
+
"value": "quiz"
|
|
4567
|
+
},
|
|
4568
|
+
{
|
|
4569
|
+
"label": "Progress",
|
|
4570
|
+
"value": "progress"
|
|
4571
|
+
}
|
|
4572
|
+
],
|
|
4573
|
+
"defaultActiveTab": "teach",
|
|
4574
|
+
"onTabChange": "SELECT_TAB"
|
|
4575
|
+
},
|
|
4676
4576
|
{
|
|
4677
|
-
"type": "
|
|
4678
|
-
|
|
4679
|
-
|
|
4680
|
-
"
|
|
4577
|
+
"type": "divider"
|
|
4578
|
+
},
|
|
4579
|
+
{
|
|
4580
|
+
"type": "data-grid",
|
|
4581
|
+
"entity": "TutorSession",
|
|
4582
|
+
"emptyIcon": "inbox",
|
|
4583
|
+
"emptyTitle": "No tutorsessions yet",
|
|
4584
|
+
"emptyDescription": "Add tutorsessions to see them here.",
|
|
4585
|
+
"className": "transition-shadow hover:shadow-md cursor-pointer",
|
|
4586
|
+
"renderItem": [
|
|
4587
|
+
"fn",
|
|
4588
|
+
"item",
|
|
4681
4589
|
{
|
|
4682
4590
|
"type": "stack",
|
|
4683
|
-
"direction": "
|
|
4591
|
+
"direction": "vertical",
|
|
4684
4592
|
"gap": "sm",
|
|
4685
|
-
"align": "center",
|
|
4686
4593
|
"children": [
|
|
4687
|
-
{
|
|
4688
|
-
"type": "icon",
|
|
4689
|
-
"name": "graduation-cap",
|
|
4690
|
-
"size": "lg"
|
|
4691
|
-
},
|
|
4692
4594
|
{
|
|
4693
4595
|
"type": "typography",
|
|
4694
|
-
"
|
|
4695
|
-
"
|
|
4696
|
-
}
|
|
4697
|
-
]
|
|
4698
|
-
},
|
|
4699
|
-
{
|
|
4700
|
-
"type": "divider"
|
|
4701
|
-
},
|
|
4702
|
-
{
|
|
4703
|
-
"type": "tabs",
|
|
4704
|
-
"tabs": [
|
|
4705
|
-
{
|
|
4706
|
-
"label": "Teach",
|
|
4707
|
-
"value": "teach"
|
|
4708
|
-
},
|
|
4709
|
-
{
|
|
4710
|
-
"label": "Quiz",
|
|
4711
|
-
"value": "quiz"
|
|
4596
|
+
"variant": "h4",
|
|
4597
|
+
"content": "@item.topic"
|
|
4712
4598
|
},
|
|
4713
4599
|
{
|
|
4714
|
-
"
|
|
4715
|
-
"
|
|
4716
|
-
|
|
4717
|
-
|
|
4718
|
-
"defaultActiveTab": "teach",
|
|
4719
|
-
"onTabChange": "SELECT_TAB"
|
|
4720
|
-
},
|
|
4721
|
-
{
|
|
4722
|
-
"type": "divider"
|
|
4723
|
-
},
|
|
4724
|
-
{
|
|
4725
|
-
"type": "data-grid",
|
|
4726
|
-
"entity": "TutorSession",
|
|
4727
|
-
"emptyIcon": "inbox",
|
|
4728
|
-
"emptyTitle": "No tutorsessions yet",
|
|
4729
|
-
"emptyDescription": "Add tutorsessions to see them here.",
|
|
4730
|
-
"className": "transition-shadow hover:shadow-md cursor-pointer",
|
|
4731
|
-
"renderItem": [
|
|
4732
|
-
"fn",
|
|
4733
|
-
"item",
|
|
4734
|
-
{
|
|
4735
|
-
"type": "stack",
|
|
4736
|
-
"direction": "vertical",
|
|
4737
|
-
"gap": "sm",
|
|
4738
|
-
"children": [
|
|
4739
|
-
{
|
|
4740
|
-
"type": "typography",
|
|
4741
|
-
"variant": "h4",
|
|
4742
|
-
"content": "@item.topic"
|
|
4743
|
-
},
|
|
4744
|
-
{
|
|
4745
|
-
"type": "typography",
|
|
4746
|
-
"variant": "caption",
|
|
4747
|
-
"color": "muted",
|
|
4748
|
-
"content": "@item.teach"
|
|
4749
|
-
}
|
|
4750
|
-
]
|
|
4600
|
+
"type": "typography",
|
|
4601
|
+
"variant": "caption",
|
|
4602
|
+
"color": "muted",
|
|
4603
|
+
"content": "@item.teach"
|
|
4751
4604
|
}
|
|
4752
4605
|
]
|
|
4753
4606
|
}
|
|
@@ -4756,117 +4609,112 @@
|
|
|
4756
4609
|
]
|
|
4757
4610
|
}
|
|
4758
4611
|
]
|
|
4759
|
-
|
|
4760
|
-
|
|
4761
|
-
|
|
4762
|
-
|
|
4763
|
-
|
|
4764
|
-
"
|
|
4765
|
-
"
|
|
4766
|
-
|
|
4767
|
-
|
|
4768
|
-
|
|
4612
|
+
}
|
|
4613
|
+
]
|
|
4614
|
+
],
|
|
4615
|
+
"SELECT_TAB": [
|
|
4616
|
+
[
|
|
4617
|
+
"fetch",
|
|
4618
|
+
"TutorSession"
|
|
4619
|
+
],
|
|
4620
|
+
[
|
|
4621
|
+
"render-ui",
|
|
4622
|
+
"main",
|
|
4623
|
+
{
|
|
4624
|
+
"type": "dashboard-layout",
|
|
4625
|
+
"appName": "AI Tutor",
|
|
4626
|
+
"navItems": [
|
|
4627
|
+
{
|
|
4628
|
+
"label": "Teach",
|
|
4629
|
+
"href": "/teach",
|
|
4630
|
+
"icon": "book-open"
|
|
4631
|
+
},
|
|
4632
|
+
{
|
|
4633
|
+
"label": "Quiz",
|
|
4634
|
+
"href": "/quiz",
|
|
4635
|
+
"icon": "help-circle"
|
|
4636
|
+
},
|
|
4637
|
+
{
|
|
4638
|
+
"label": "Concepts",
|
|
4639
|
+
"href": "/concepts",
|
|
4640
|
+
"icon": "brain"
|
|
4641
|
+
}
|
|
4769
4642
|
],
|
|
4770
|
-
[
|
|
4771
|
-
"render-ui",
|
|
4772
|
-
"main",
|
|
4643
|
+
"children": [
|
|
4773
4644
|
{
|
|
4774
|
-
"type": "
|
|
4775
|
-
"
|
|
4776
|
-
"
|
|
4645
|
+
"type": "stack",
|
|
4646
|
+
"direction": "vertical",
|
|
4647
|
+
"gap": "lg",
|
|
4648
|
+
"children": [
|
|
4777
4649
|
{
|
|
4778
|
-
"
|
|
4779
|
-
"
|
|
4780
|
-
"
|
|
4650
|
+
"type": "stack",
|
|
4651
|
+
"direction": "horizontal",
|
|
4652
|
+
"gap": "sm",
|
|
4653
|
+
"align": "center",
|
|
4654
|
+
"children": [
|
|
4655
|
+
{
|
|
4656
|
+
"type": "icon",
|
|
4657
|
+
"name": "graduation-cap",
|
|
4658
|
+
"size": "lg"
|
|
4659
|
+
},
|
|
4660
|
+
{
|
|
4661
|
+
"type": "typography",
|
|
4662
|
+
"content": "AI Tutor",
|
|
4663
|
+
"variant": "h2"
|
|
4664
|
+
}
|
|
4665
|
+
]
|
|
4781
4666
|
},
|
|
4782
4667
|
{
|
|
4783
|
-
"
|
|
4784
|
-
"href": "/quiz",
|
|
4785
|
-
"icon": "help-circle"
|
|
4668
|
+
"type": "divider"
|
|
4786
4669
|
},
|
|
4787
4670
|
{
|
|
4788
|
-
"
|
|
4789
|
-
"
|
|
4790
|
-
|
|
4791
|
-
|
|
4792
|
-
|
|
4793
|
-
|
|
4671
|
+
"type": "tabs",
|
|
4672
|
+
"tabs": [
|
|
4673
|
+
{
|
|
4674
|
+
"label": "Teach",
|
|
4675
|
+
"value": "teach"
|
|
4676
|
+
},
|
|
4677
|
+
{
|
|
4678
|
+
"label": "Quiz",
|
|
4679
|
+
"value": "quiz"
|
|
4680
|
+
},
|
|
4681
|
+
{
|
|
4682
|
+
"label": "Progress",
|
|
4683
|
+
"value": "progress"
|
|
4684
|
+
}
|
|
4685
|
+
],
|
|
4686
|
+
"defaultActiveTab": "teach",
|
|
4687
|
+
"activeTab": "@payload.tab",
|
|
4688
|
+
"onTabChange": "SELECT_TAB"
|
|
4689
|
+
},
|
|
4794
4690
|
{
|
|
4795
|
-
"type": "
|
|
4796
|
-
|
|
4797
|
-
|
|
4798
|
-
"
|
|
4691
|
+
"type": "divider"
|
|
4692
|
+
},
|
|
4693
|
+
{
|
|
4694
|
+
"type": "data-grid",
|
|
4695
|
+
"entity": "TutorSession",
|
|
4696
|
+
"emptyIcon": "inbox",
|
|
4697
|
+
"emptyTitle": "No tutorsessions yet",
|
|
4698
|
+
"emptyDescription": "Add tutorsessions to see them here.",
|
|
4699
|
+
"className": "transition-shadow hover:shadow-md cursor-pointer",
|
|
4700
|
+
"renderItem": [
|
|
4701
|
+
"fn",
|
|
4702
|
+
"item",
|
|
4799
4703
|
{
|
|
4800
4704
|
"type": "stack",
|
|
4801
|
-
"direction": "
|
|
4705
|
+
"direction": "vertical",
|
|
4802
4706
|
"gap": "sm",
|
|
4803
|
-
"align": "center",
|
|
4804
4707
|
"children": [
|
|
4805
|
-
{
|
|
4806
|
-
"type": "icon",
|
|
4807
|
-
"name": "graduation-cap",
|
|
4808
|
-
"size": "lg"
|
|
4809
|
-
},
|
|
4810
4708
|
{
|
|
4811
4709
|
"type": "typography",
|
|
4812
|
-
"
|
|
4813
|
-
"
|
|
4814
|
-
}
|
|
4815
|
-
]
|
|
4816
|
-
},
|
|
4817
|
-
{
|
|
4818
|
-
"type": "divider"
|
|
4819
|
-
},
|
|
4820
|
-
{
|
|
4821
|
-
"type": "tabs",
|
|
4822
|
-
"tabs": [
|
|
4823
|
-
{
|
|
4824
|
-
"label": "Teach",
|
|
4825
|
-
"value": "teach"
|
|
4826
|
-
},
|
|
4827
|
-
{
|
|
4828
|
-
"label": "Quiz",
|
|
4829
|
-
"value": "quiz"
|
|
4710
|
+
"variant": "h4",
|
|
4711
|
+
"content": "@item.topic"
|
|
4830
4712
|
},
|
|
4831
4713
|
{
|
|
4832
|
-
"
|
|
4833
|
-
"
|
|
4834
|
-
|
|
4835
|
-
|
|
4836
|
-
"defaultActiveTab": "teach",
|
|
4837
|
-
"activeTab": "@payload.tab",
|
|
4838
|
-
"onTabChange": "SELECT_TAB"
|
|
4839
|
-
},
|
|
4840
|
-
{
|
|
4841
|
-
"type": "divider"
|
|
4842
|
-
},
|
|
4843
|
-
{
|
|
4844
|
-
"type": "data-grid",
|
|
4845
|
-
"entity": "TutorSession",
|
|
4846
|
-
"emptyIcon": "inbox",
|
|
4847
|
-
"emptyTitle": "No tutorsessions yet",
|
|
4848
|
-
"emptyDescription": "Add tutorsessions to see them here.",
|
|
4849
|
-
"className": "transition-shadow hover:shadow-md cursor-pointer",
|
|
4850
|
-
"renderItem": [
|
|
4851
|
-
"fn",
|
|
4852
|
-
"item",
|
|
4853
|
-
{
|
|
4854
|
-
"type": "stack",
|
|
4855
|
-
"direction": "vertical",
|
|
4856
|
-
"gap": "sm",
|
|
4857
|
-
"children": [
|
|
4858
|
-
{
|
|
4859
|
-
"type": "typography",
|
|
4860
|
-
"variant": "h4",
|
|
4861
|
-
"content": "@item.topic"
|
|
4862
|
-
},
|
|
4863
|
-
{
|
|
4864
|
-
"type": "typography",
|
|
4865
|
-
"variant": "caption",
|
|
4866
|
-
"color": "muted",
|
|
4867
|
-
"content": "@item.teach"
|
|
4868
|
-
}
|
|
4869
|
-
]
|
|
4714
|
+
"type": "typography",
|
|
4715
|
+
"variant": "caption",
|
|
4716
|
+
"color": "muted",
|
|
4717
|
+
"content": "@item.teach"
|
|
4870
4718
|
}
|
|
4871
4719
|
]
|
|
4872
4720
|
}
|
|
@@ -4875,8 +4723,8 @@
|
|
|
4875
4723
|
]
|
|
4876
4724
|
}
|
|
4877
4725
|
]
|
|
4878
|
-
|
|
4879
|
-
|
|
4726
|
+
}
|
|
4727
|
+
]
|
|
4880
4728
|
]
|
|
4881
4729
|
}
|
|
4882
4730
|
}
|
|
@@ -4924,168 +4772,134 @@
|
|
|
4924
4772
|
},
|
|
4925
4773
|
"traits": [
|
|
4926
4774
|
{
|
|
4775
|
+
"ref": "Browse.traits.BrowseItemBrowse",
|
|
4927
4776
|
"name": "ConceptsBrowse",
|
|
4928
4777
|
"linkedEntity": "Concept",
|
|
4929
|
-
"
|
|
4930
|
-
|
|
4931
|
-
|
|
4932
|
-
|
|
4933
|
-
"
|
|
4934
|
-
|
|
4935
|
-
|
|
4936
|
-
|
|
4937
|
-
|
|
4938
|
-
|
|
4939
|
-
|
|
4940
|
-
|
|
4941
|
-
|
|
4942
|
-
|
|
4943
|
-
|
|
4944
|
-
|
|
4945
|
-
|
|
4946
|
-
|
|
4947
|
-
|
|
4948
|
-
|
|
4949
|
-
|
|
4950
|
-
|
|
4951
|
-
|
|
4952
|
-
|
|
4953
|
-
|
|
4954
|
-
|
|
4955
|
-
|
|
4956
|
-
|
|
4957
|
-
],
|
|
4958
|
-
"transitions": [
|
|
4959
|
-
{
|
|
4960
|
-
"from": "browsing",
|
|
4961
|
-
"to": "browsing",
|
|
4962
|
-
"event": "INIT",
|
|
4963
|
-
"effects": [
|
|
4964
|
-
[
|
|
4965
|
-
"ref",
|
|
4966
|
-
"Concept"
|
|
4778
|
+
"effects": {
|
|
4779
|
+
"INIT": [
|
|
4780
|
+
[
|
|
4781
|
+
"ref",
|
|
4782
|
+
"Concept"
|
|
4783
|
+
],
|
|
4784
|
+
[
|
|
4785
|
+
"render-ui",
|
|
4786
|
+
"main",
|
|
4787
|
+
{
|
|
4788
|
+
"type": "dashboard-layout",
|
|
4789
|
+
"appName": "AI Tutor",
|
|
4790
|
+
"navItems": [
|
|
4791
|
+
{
|
|
4792
|
+
"label": "Teach",
|
|
4793
|
+
"href": "/teach",
|
|
4794
|
+
"icon": "book-open"
|
|
4795
|
+
},
|
|
4796
|
+
{
|
|
4797
|
+
"label": "Quiz",
|
|
4798
|
+
"href": "/quiz",
|
|
4799
|
+
"icon": "help-circle"
|
|
4800
|
+
},
|
|
4801
|
+
{
|
|
4802
|
+
"label": "Concepts",
|
|
4803
|
+
"href": "/concepts",
|
|
4804
|
+
"icon": "brain"
|
|
4805
|
+
}
|
|
4967
4806
|
],
|
|
4968
|
-
[
|
|
4969
|
-
"render-ui",
|
|
4970
|
-
"main",
|
|
4807
|
+
"children": [
|
|
4971
4808
|
{
|
|
4972
|
-
"type": "
|
|
4973
|
-
"
|
|
4974
|
-
"
|
|
4975
|
-
|
|
4976
|
-
"label": "Teach",
|
|
4977
|
-
"href": "/teach",
|
|
4978
|
-
"icon": "book-open"
|
|
4979
|
-
},
|
|
4980
|
-
{
|
|
4981
|
-
"label": "Quiz",
|
|
4982
|
-
"href": "/quiz",
|
|
4983
|
-
"icon": "help-circle"
|
|
4984
|
-
},
|
|
4985
|
-
{
|
|
4986
|
-
"label": "Concepts",
|
|
4987
|
-
"href": "/concepts",
|
|
4988
|
-
"icon": "brain"
|
|
4989
|
-
}
|
|
4990
|
-
],
|
|
4809
|
+
"type": "stack",
|
|
4810
|
+
"direction": "vertical",
|
|
4811
|
+
"gap": "lg",
|
|
4812
|
+
"className": "max-w-5xl mx-auto w-full",
|
|
4991
4813
|
"children": [
|
|
4992
4814
|
{
|
|
4993
4815
|
"type": "stack",
|
|
4994
|
-
"direction": "
|
|
4995
|
-
"gap": "
|
|
4996
|
-
"
|
|
4816
|
+
"direction": "horizontal",
|
|
4817
|
+
"gap": "md",
|
|
4818
|
+
"justify": "space-between",
|
|
4819
|
+
"align": "center",
|
|
4997
4820
|
"children": [
|
|
4998
4821
|
{
|
|
4999
4822
|
"type": "stack",
|
|
5000
4823
|
"direction": "horizontal",
|
|
5001
|
-
"gap": "
|
|
5002
|
-
"justify": "space-between",
|
|
4824
|
+
"gap": "sm",
|
|
5003
4825
|
"align": "center",
|
|
5004
4826
|
"children": [
|
|
5005
4827
|
{
|
|
5006
|
-
"type": "
|
|
5007
|
-
"
|
|
5008
|
-
"
|
|
5009
|
-
|
|
5010
|
-
|
|
5011
|
-
|
|
5012
|
-
|
|
5013
|
-
|
|
5014
|
-
"size": "lg"
|
|
5015
|
-
},
|
|
5016
|
-
{
|
|
5017
|
-
"type": "typography",
|
|
5018
|
-
"content": "Learned Concepts",
|
|
5019
|
-
"variant": "h2"
|
|
5020
|
-
}
|
|
5021
|
-
]
|
|
4828
|
+
"type": "icon",
|
|
4829
|
+
"name": "brain",
|
|
4830
|
+
"size": "lg"
|
|
4831
|
+
},
|
|
4832
|
+
{
|
|
4833
|
+
"type": "typography",
|
|
4834
|
+
"content": "Learned Concepts",
|
|
4835
|
+
"variant": "h2"
|
|
5022
4836
|
}
|
|
5023
4837
|
]
|
|
5024
|
-
}
|
|
4838
|
+
}
|
|
4839
|
+
]
|
|
4840
|
+
},
|
|
4841
|
+
{
|
|
4842
|
+
"type": "divider"
|
|
4843
|
+
},
|
|
4844
|
+
{
|
|
4845
|
+
"type": "data-grid",
|
|
4846
|
+
"entity": "Concept",
|
|
4847
|
+
"emptyIcon": "inbox",
|
|
4848
|
+
"emptyTitle": "No concepts yet",
|
|
4849
|
+
"emptyDescription": "Complete lessons and quizzes to build your concept library.",
|
|
4850
|
+
"itemActions": [
|
|
5025
4851
|
{
|
|
5026
|
-
"
|
|
4852
|
+
"label": "View",
|
|
4853
|
+
"event": "VIEW",
|
|
4854
|
+
"variant": "ghost",
|
|
4855
|
+
"size": "sm"
|
|
4856
|
+
}
|
|
4857
|
+
],
|
|
4858
|
+
"columns": [
|
|
4859
|
+
{
|
|
4860
|
+
"name": "content",
|
|
4861
|
+
"label": "Content",
|
|
4862
|
+
"variant": "h4",
|
|
4863
|
+
"icon": "brain"
|
|
5027
4864
|
},
|
|
5028
4865
|
{
|
|
5029
|
-
"
|
|
5030
|
-
"
|
|
5031
|
-
"
|
|
5032
|
-
"
|
|
5033
|
-
|
|
5034
|
-
|
|
5035
|
-
|
|
5036
|
-
|
|
5037
|
-
|
|
5038
|
-
|
|
5039
|
-
|
|
5040
|
-
|
|
5041
|
-
|
|
5042
|
-
|
|
5043
|
-
|
|
5044
|
-
|
|
5045
|
-
|
|
5046
|
-
"variant": "h4",
|
|
5047
|
-
"icon": "brain"
|
|
5048
|
-
},
|
|
5049
|
-
{
|
|
5050
|
-
"name": "category",
|
|
5051
|
-
"label": "Category",
|
|
5052
|
-
"variant": "badge",
|
|
5053
|
-
"colorMap": {
|
|
5054
|
-
"active": "success",
|
|
5055
|
-
"completed": "success",
|
|
5056
|
-
"done": "success",
|
|
5057
|
-
"pending": "warning",
|
|
5058
|
-
"draft": "warning",
|
|
5059
|
-
"scheduled": "warning",
|
|
5060
|
-
"inactive": "neutral",
|
|
5061
|
-
"archived": "neutral",
|
|
5062
|
-
"disabled": "neutral",
|
|
5063
|
-
"error": "destructive",
|
|
5064
|
-
"cancelled": "destructive",
|
|
5065
|
-
"failed": "destructive"
|
|
5066
|
-
}
|
|
5067
|
-
},
|
|
5068
|
-
{
|
|
5069
|
-
"name": "strength",
|
|
5070
|
-
"label": "Strength",
|
|
5071
|
-
"variant": "caption"
|
|
5072
|
-
}
|
|
5073
|
-
]
|
|
4866
|
+
"name": "category",
|
|
4867
|
+
"label": "Category",
|
|
4868
|
+
"variant": "badge",
|
|
4869
|
+
"colorMap": {
|
|
4870
|
+
"active": "success",
|
|
4871
|
+
"completed": "success",
|
|
4872
|
+
"done": "success",
|
|
4873
|
+
"pending": "warning",
|
|
4874
|
+
"draft": "warning",
|
|
4875
|
+
"scheduled": "warning",
|
|
4876
|
+
"inactive": "neutral",
|
|
4877
|
+
"archived": "neutral",
|
|
4878
|
+
"disabled": "neutral",
|
|
4879
|
+
"error": "destructive",
|
|
4880
|
+
"cancelled": "destructive",
|
|
4881
|
+
"failed": "destructive"
|
|
4882
|
+
}
|
|
5074
4883
|
},
|
|
5075
4884
|
{
|
|
5076
|
-
"
|
|
5077
|
-
"
|
|
5078
|
-
"
|
|
5079
|
-
"label": "Create",
|
|
5080
|
-
"tooltip": "Create"
|
|
4885
|
+
"name": "strength",
|
|
4886
|
+
"label": "Strength",
|
|
4887
|
+
"variant": "caption"
|
|
5081
4888
|
}
|
|
5082
4889
|
]
|
|
4890
|
+
},
|
|
4891
|
+
{
|
|
4892
|
+
"type": "floating-action-button",
|
|
4893
|
+
"icon": "plus",
|
|
4894
|
+
"event": "INIT",
|
|
4895
|
+
"label": "Create",
|
|
4896
|
+
"tooltip": "Create"
|
|
5083
4897
|
}
|
|
5084
4898
|
]
|
|
5085
4899
|
}
|
|
5086
4900
|
]
|
|
5087
|
-
|
|
5088
|
-
|
|
4901
|
+
}
|
|
4902
|
+
]
|
|
5089
4903
|
]
|
|
5090
4904
|
}
|
|
5091
4905
|
}
|
|
@@ -5102,6 +4916,5 @@
|
|
|
5102
4916
|
}
|
|
5103
4917
|
]
|
|
5104
4918
|
}
|
|
5105
|
-
]
|
|
5106
|
-
|
|
5107
|
-
}
|
|
4919
|
+
]
|
|
4920
|
+
}
|