@almadar/std 5.2.2 → 5.4.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 +220 -10
- package/behaviors/exports/atoms/std-agent-chat-thread.orb +63 -4
- package/behaviors/exports/atoms/std-agent-classifier.orb +12 -4
- package/behaviors/exports/atoms/std-agent-completion.orb +12 -4
- package/behaviors/exports/atoms/std-agent-context-window.orb +8 -4
- package/behaviors/exports/atoms/std-agent-conversation.orb +79 -4
- package/behaviors/exports/atoms/std-agent-memory.orb +16 -4
- package/behaviors/exports/atoms/std-agent-provider.orb +12 -4
- package/behaviors/exports/atoms/std-agent-search.orb +8 -4
- package/behaviors/exports/atoms/std-agent-session.orb +20 -4
- package/behaviors/exports/atoms/std-agent-step-progress.orb +8 -4
- package/behaviors/exports/atoms/std-agent-token-gauge.orb +8 -4
- package/behaviors/exports/atoms/std-agent-tool-call.orb +12 -4
- package/behaviors/exports/atoms/std-async.orb +12 -4
- package/behaviors/exports/atoms/std-autoregressive.orb +2 -3
- package/behaviors/exports/atoms/std-browse.orb +8 -4
- package/behaviors/exports/atoms/std-cache-aside.orb +12 -4
- package/behaviors/exports/atoms/std-calendar.orb +8 -4
- package/behaviors/exports/atoms/std-circuit-breaker.orb +8 -4
- package/behaviors/exports/atoms/std-collision.orb +8 -4
- package/behaviors/exports/atoms/std-combat-log.orb +8 -4
- package/behaviors/exports/atoms/std-combat.orb +8 -4
- package/behaviors/exports/atoms/std-confirmation.orb +4 -4
- package/behaviors/exports/atoms/std-dialogue-box.orb +8 -4
- package/behaviors/exports/atoms/std-display.orb +153 -4
- package/behaviors/exports/atoms/std-drawer.orb +58 -4
- package/behaviors/exports/atoms/std-filter.orb +8 -4
- package/behaviors/exports/atoms/std-flip-card.orb +8 -4
- package/behaviors/exports/atoms/std-gallery.orb +8 -4
- package/behaviors/exports/atoms/std-game-audio.orb +8 -4
- package/behaviors/exports/atoms/std-game-canvas2d.orb +6 -3
- package/behaviors/exports/atoms/std-game-canvas3d.orb +6 -3
- package/behaviors/exports/atoms/std-game-hud.orb +16 -4
- package/behaviors/exports/atoms/std-game-menu.orb +8 -4
- package/behaviors/exports/atoms/std-game-over-screen.orb +8 -4
- package/behaviors/exports/atoms/std-gameflow.orb +8 -4
- package/behaviors/exports/atoms/std-input.orb +8 -4
- package/behaviors/exports/atoms/std-inventory-panel.orb +12 -4
- package/behaviors/exports/atoms/std-isometric-canvas.orb +8 -4
- package/behaviors/exports/atoms/std-loading.orb +8 -4
- package/behaviors/exports/atoms/std-modal.orb +8 -4
- package/behaviors/exports/atoms/std-movement.orb +8 -4
- package/behaviors/exports/atoms/std-notification.orb +8 -4
- package/behaviors/exports/atoms/std-overworld.orb +8 -4
- package/behaviors/exports/atoms/std-pagination.orb +8 -4
- package/behaviors/exports/atoms/std-physics2d.orb +8 -4
- package/behaviors/exports/atoms/std-platformer-canvas.orb +8 -4
- package/behaviors/exports/atoms/std-quest.orb +14 -5
- package/behaviors/exports/atoms/std-rate-limiter.orb +8 -4
- package/behaviors/exports/atoms/std-rating.orb +8 -4
- package/behaviors/exports/atoms/std-score-board.orb +8 -4
- package/behaviors/exports/atoms/std-score.orb +8 -4
- package/behaviors/exports/atoms/std-search.orb +8 -4
- package/behaviors/exports/atoms/std-selection.orb +8 -4
- package/behaviors/exports/atoms/std-service-custom-bearer.orb +19 -4
- package/behaviors/exports/atoms/std-service-custom-header.orb +21 -4
- package/behaviors/exports/atoms/std-service-custom-noauth.orb +15 -4
- package/behaviors/exports/atoms/std-service-custom-query.orb +21 -4
- package/behaviors/exports/atoms/std-service-email.orb +8 -4
- package/behaviors/exports/atoms/std-service-github.orb +8 -4
- package/behaviors/exports/atoms/std-service-llm.orb +8 -4
- package/behaviors/exports/atoms/std-service-oauth.orb +8 -4
- package/behaviors/exports/atoms/std-service-redis.orb +8 -4
- package/behaviors/exports/atoms/std-service-storage.orb +8 -4
- package/behaviors/exports/atoms/std-service-stripe.orb +8 -4
- package/behaviors/exports/atoms/std-service-twilio.orb +8 -4
- package/behaviors/exports/atoms/std-service-youtube.orb +8 -4
- package/behaviors/exports/atoms/std-simulation-canvas.orb +8 -4
- package/behaviors/exports/atoms/std-sort.orb +52 -4
- package/behaviors/exports/atoms/std-sprite.orb +8 -4
- package/behaviors/exports/atoms/std-tabs.orb +16 -4
- package/behaviors/exports/atoms/std-text-effects.orb +8 -4
- package/behaviors/exports/atoms/std-theme.orb +8 -4
- package/behaviors/exports/atoms/std-timer.orb +8 -4
- package/behaviors/exports/atoms/std-undo.orb +8 -4
- package/behaviors/exports/atoms/std-upload.orb +8 -4
- package/behaviors/exports/atoms/std-validate-on-save.orb +32 -4
- package/behaviors/exports/atoms/std-wizard.orb +26 -4
- package/behaviors/exports/molecules/std-agent-fix-loop.orb +1729 -1159
- package/behaviors/exports/molecules/std-agent-learner.orb +856 -626
- package/behaviors/exports/molecules/std-agent-planner.orb +873 -623
- package/behaviors/exports/molecules/std-agent-rag.orb +804 -604
- package/behaviors/exports/molecules/std-agent-tool-loop.orb +2860 -931
- package/behaviors/exports/molecules/std-builder-game.orb +8 -4
- package/behaviors/exports/molecules/std-cart.orb +318 -197
- package/behaviors/exports/molecules/std-classifier-game.orb +8 -4
- package/behaviors/exports/molecules/std-debugger-game.orb +8 -4
- package/behaviors/exports/molecules/std-detail.orb +489 -307
- package/behaviors/exports/molecules/std-event-handler-game.orb +8 -4
- package/behaviors/exports/molecules/std-form-advanced.orb +12 -4
- package/behaviors/exports/molecules/std-geospatial.orb +519 -364
- package/behaviors/exports/molecules/std-inventory.orb +650 -391
- package/behaviors/exports/molecules/std-list.orb +890 -526
- package/behaviors/exports/molecules/std-messaging.orb +474 -293
- package/behaviors/exports/molecules/std-negotiator-game.orb +8 -4
- package/behaviors/exports/molecules/std-platformer-game.orb +8 -4
- package/behaviors/exports/molecules/std-puzzle-game.orb +8 -4
- package/behaviors/exports/molecules/std-quiz.orb +8 -4
- package/behaviors/exports/molecules/std-sequencer-game.orb +8 -4
- package/behaviors/exports/molecules/std-service-content-pipeline.orb +8 -4
- package/behaviors/exports/molecules/std-service-custom-api-tester.orb +46 -4
- package/behaviors/exports/molecules/std-service-devops-toolkit.orb +8 -4
- package/behaviors/exports/molecules/std-service-notification-hub.orb +8 -4
- package/behaviors/exports/molecules/std-service-payment-flow.orb +8 -4
- package/behaviors/exports/molecules/std-simulator-game.orb +8 -4
- package/behaviors/exports/molecules/std-turn-based-battle.orb +8 -4
- package/behaviors/exports/organisms/std-agent-assistant.orb +28 -4
- package/behaviors/exports/organisms/std-agent-builder.orb +1321 -835
- package/behaviors/exports/organisms/std-agent-pipeline.orb +1284 -782
- package/behaviors/exports/organisms/std-agent-reviewer.orb +372 -300
- package/behaviors/exports/organisms/std-agent-tutor.orb +378 -295
- package/behaviors/exports/organisms/std-api-gateway.orb +21 -4
- package/behaviors/exports/organisms/std-arcade-game.orb +4 -4
- package/behaviors/exports/organisms/std-booking-system.orb +38 -4
- package/behaviors/exports/organisms/std-cicd-pipeline.orb +25 -4
- package/behaviors/exports/organisms/std-cms.orb +42 -4
- package/behaviors/exports/organisms/std-coding-academy.orb +4 -4
- package/behaviors/exports/organisms/std-crm.orb +42 -4
- package/behaviors/exports/organisms/std-devops-dashboard.orb +21 -4
- package/behaviors/exports/organisms/std-ecommerce.orb +46 -4
- package/behaviors/exports/organisms/std-finance-tracker.orb +25 -4
- package/behaviors/exports/organisms/std-healthcare.orb +42 -4
- package/behaviors/exports/organisms/std-helpdesk.orb +25 -4
- package/behaviors/exports/organisms/std-hr-portal.orb +38 -4
- package/behaviors/exports/organisms/std-iot-dashboard.orb +21 -4
- package/behaviors/exports/organisms/std-lms.orb +21 -4
- package/behaviors/exports/organisms/std-logic-training.orb +4 -4
- package/behaviors/exports/organisms/std-platformer-app.orb +16 -4
- package/behaviors/exports/organisms/std-project-manager.orb +38 -4
- package/behaviors/exports/organisms/std-puzzle-app.orb +4 -4
- package/behaviors/exports/organisms/std-realtime-chat.orb +25 -4
- package/behaviors/exports/organisms/std-rpg-game.orb +20 -4
- package/behaviors/exports/organisms/std-service-marketplace.orb +46 -8
- package/behaviors/exports/organisms/std-service-research-assistant.orb +15 -4
- package/behaviors/exports/organisms/std-social-feed.orb +12 -4
- 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 +25 -4
- package/behaviors/exports/validation-report.json +1662 -1
- package/dist/behaviors/exports/atoms/std-agent-activity-log.orb +220 -10
- package/dist/behaviors/exports/atoms/std-agent-chat-thread.orb +63 -4
- package/dist/behaviors/exports/atoms/std-agent-classifier.orb +12 -4
- package/dist/behaviors/exports/atoms/std-agent-completion.orb +12 -4
- package/dist/behaviors/exports/atoms/std-agent-context-window.orb +8 -4
- package/dist/behaviors/exports/atoms/std-agent-conversation.orb +79 -4
- package/dist/behaviors/exports/atoms/std-agent-memory.orb +16 -4
- package/dist/behaviors/exports/atoms/std-agent-provider.orb +12 -4
- package/dist/behaviors/exports/atoms/std-agent-search.orb +8 -4
- package/dist/behaviors/exports/atoms/std-agent-session.orb +20 -4
- package/dist/behaviors/exports/atoms/std-agent-step-progress.orb +8 -4
- package/dist/behaviors/exports/atoms/std-agent-token-gauge.orb +8 -4
- package/dist/behaviors/exports/atoms/std-agent-tool-call.orb +12 -4
- package/dist/behaviors/exports/atoms/std-async.orb +12 -4
- package/dist/behaviors/exports/atoms/std-autoregressive.orb +2 -3
- package/dist/behaviors/exports/atoms/std-browse.orb +8 -4
- package/dist/behaviors/exports/atoms/std-cache-aside.orb +12 -4
- package/dist/behaviors/exports/atoms/std-calendar.orb +8 -4
- package/dist/behaviors/exports/atoms/std-circuit-breaker.orb +8 -4
- package/dist/behaviors/exports/atoms/std-collision.orb +8 -4
- package/dist/behaviors/exports/atoms/std-combat-log.orb +8 -4
- package/dist/behaviors/exports/atoms/std-combat.orb +8 -4
- package/dist/behaviors/exports/atoms/std-confirmation.orb +4 -4
- package/dist/behaviors/exports/atoms/std-dialogue-box.orb +8 -4
- package/dist/behaviors/exports/atoms/std-display.orb +153 -4
- package/dist/behaviors/exports/atoms/std-drawer.orb +58 -4
- package/dist/behaviors/exports/atoms/std-filter.orb +8 -4
- package/dist/behaviors/exports/atoms/std-flip-card.orb +8 -4
- package/dist/behaviors/exports/atoms/std-gallery.orb +8 -4
- package/dist/behaviors/exports/atoms/std-game-audio.orb +8 -4
- package/dist/behaviors/exports/atoms/std-game-canvas2d.orb +6 -3
- package/dist/behaviors/exports/atoms/std-game-canvas3d.orb +6 -3
- package/dist/behaviors/exports/atoms/std-game-hud.orb +16 -4
- package/dist/behaviors/exports/atoms/std-game-menu.orb +8 -4
- package/dist/behaviors/exports/atoms/std-game-over-screen.orb +8 -4
- package/dist/behaviors/exports/atoms/std-gameflow.orb +8 -4
- package/dist/behaviors/exports/atoms/std-input.orb +8 -4
- package/dist/behaviors/exports/atoms/std-inventory-panel.orb +12 -4
- package/dist/behaviors/exports/atoms/std-isometric-canvas.orb +8 -4
- package/dist/behaviors/exports/atoms/std-loading.orb +8 -4
- package/dist/behaviors/exports/atoms/std-modal.orb +8 -4
- package/dist/behaviors/exports/atoms/std-movement.orb +8 -4
- package/dist/behaviors/exports/atoms/std-notification.orb +8 -4
- package/dist/behaviors/exports/atoms/std-overworld.orb +8 -4
- package/dist/behaviors/exports/atoms/std-pagination.orb +8 -4
- package/dist/behaviors/exports/atoms/std-physics2d.orb +8 -4
- package/dist/behaviors/exports/atoms/std-platformer-canvas.orb +8 -4
- package/dist/behaviors/exports/atoms/std-quest.orb +14 -5
- package/dist/behaviors/exports/atoms/std-rate-limiter.orb +8 -4
- package/dist/behaviors/exports/atoms/std-rating.orb +8 -4
- package/dist/behaviors/exports/atoms/std-score-board.orb +8 -4
- package/dist/behaviors/exports/atoms/std-score.orb +8 -4
- package/dist/behaviors/exports/atoms/std-search.orb +8 -4
- package/dist/behaviors/exports/atoms/std-selection.orb +8 -4
- package/dist/behaviors/exports/atoms/std-service-custom-bearer.orb +19 -4
- package/dist/behaviors/exports/atoms/std-service-custom-header.orb +21 -4
- package/dist/behaviors/exports/atoms/std-service-custom-noauth.orb +15 -4
- package/dist/behaviors/exports/atoms/std-service-custom-query.orb +21 -4
- package/dist/behaviors/exports/atoms/std-service-email.orb +8 -4
- package/dist/behaviors/exports/atoms/std-service-github.orb +8 -4
- package/dist/behaviors/exports/atoms/std-service-llm.orb +8 -4
- package/dist/behaviors/exports/atoms/std-service-oauth.orb +8 -4
- package/dist/behaviors/exports/atoms/std-service-redis.orb +8 -4
- package/dist/behaviors/exports/atoms/std-service-storage.orb +8 -4
- package/dist/behaviors/exports/atoms/std-service-stripe.orb +8 -4
- package/dist/behaviors/exports/atoms/std-service-twilio.orb +8 -4
- package/dist/behaviors/exports/atoms/std-service-youtube.orb +8 -4
- package/dist/behaviors/exports/atoms/std-simulation-canvas.orb +8 -4
- package/dist/behaviors/exports/atoms/std-sort.orb +52 -4
- package/dist/behaviors/exports/atoms/std-sprite.orb +8 -4
- package/dist/behaviors/exports/atoms/std-tabs.orb +16 -4
- package/dist/behaviors/exports/atoms/std-text-effects.orb +8 -4
- package/dist/behaviors/exports/atoms/std-theme.orb +8 -4
- package/dist/behaviors/exports/atoms/std-timer.orb +8 -4
- package/dist/behaviors/exports/atoms/std-undo.orb +8 -4
- package/dist/behaviors/exports/atoms/std-upload.orb +8 -4
- package/dist/behaviors/exports/atoms/std-validate-on-save.orb +32 -4
- package/dist/behaviors/exports/atoms/std-wizard.orb +26 -4
- package/dist/behaviors/exports/molecules/std-agent-fix-loop.orb +1729 -1159
- package/dist/behaviors/exports/molecules/std-agent-learner.orb +856 -626
- package/dist/behaviors/exports/molecules/std-agent-planner.orb +873 -623
- package/dist/behaviors/exports/molecules/std-agent-rag.orb +804 -604
- package/dist/behaviors/exports/molecules/std-agent-tool-loop.orb +2860 -931
- package/dist/behaviors/exports/molecules/std-builder-game.orb +8 -4
- package/dist/behaviors/exports/molecules/std-cart.orb +318 -197
- package/dist/behaviors/exports/molecules/std-classifier-game.orb +8 -4
- package/dist/behaviors/exports/molecules/std-debugger-game.orb +8 -4
- package/dist/behaviors/exports/molecules/std-detail.orb +489 -307
- package/dist/behaviors/exports/molecules/std-event-handler-game.orb +8 -4
- package/dist/behaviors/exports/molecules/std-form-advanced.orb +12 -4
- package/dist/behaviors/exports/molecules/std-geospatial.orb +519 -364
- package/dist/behaviors/exports/molecules/std-inventory.orb +650 -391
- package/dist/behaviors/exports/molecules/std-list.orb +890 -526
- package/dist/behaviors/exports/molecules/std-messaging.orb +474 -293
- package/dist/behaviors/exports/molecules/std-negotiator-game.orb +8 -4
- package/dist/behaviors/exports/molecules/std-platformer-game.orb +8 -4
- package/dist/behaviors/exports/molecules/std-puzzle-game.orb +8 -4
- package/dist/behaviors/exports/molecules/std-quiz.orb +8 -4
- package/dist/behaviors/exports/molecules/std-sequencer-game.orb +8 -4
- package/dist/behaviors/exports/molecules/std-service-content-pipeline.orb +8 -4
- package/dist/behaviors/exports/molecules/std-service-custom-api-tester.orb +46 -4
- package/dist/behaviors/exports/molecules/std-service-devops-toolkit.orb +8 -4
- package/dist/behaviors/exports/molecules/std-service-notification-hub.orb +8 -4
- package/dist/behaviors/exports/molecules/std-service-payment-flow.orb +8 -4
- package/dist/behaviors/exports/molecules/std-simulator-game.orb +8 -4
- package/dist/behaviors/exports/molecules/std-turn-based-battle.orb +8 -4
- package/dist/behaviors/exports/organisms/std-agent-assistant.orb +28 -4
- package/dist/behaviors/exports/organisms/std-agent-builder.orb +1321 -835
- package/dist/behaviors/exports/organisms/std-agent-pipeline.orb +1284 -782
- package/dist/behaviors/exports/organisms/std-agent-reviewer.orb +372 -300
- package/dist/behaviors/exports/organisms/std-agent-tutor.orb +378 -295
- package/dist/behaviors/exports/organisms/std-api-gateway.orb +21 -4
- package/dist/behaviors/exports/organisms/std-arcade-game.orb +4 -4
- package/dist/behaviors/exports/organisms/std-booking-system.orb +38 -4
- package/dist/behaviors/exports/organisms/std-cicd-pipeline.orb +25 -4
- package/dist/behaviors/exports/organisms/std-cms.orb +42 -4
- package/dist/behaviors/exports/organisms/std-coding-academy.orb +4 -4
- package/dist/behaviors/exports/organisms/std-crm.orb +42 -4
- package/dist/behaviors/exports/organisms/std-devops-dashboard.orb +21 -4
- package/dist/behaviors/exports/organisms/std-ecommerce.orb +46 -4
- package/dist/behaviors/exports/organisms/std-finance-tracker.orb +25 -4
- package/dist/behaviors/exports/organisms/std-healthcare.orb +42 -4
- package/dist/behaviors/exports/organisms/std-helpdesk.orb +25 -4
- package/dist/behaviors/exports/organisms/std-hr-portal.orb +38 -4
- package/dist/behaviors/exports/organisms/std-iot-dashboard.orb +21 -4
- package/dist/behaviors/exports/organisms/std-lms.orb +21 -4
- package/dist/behaviors/exports/organisms/std-logic-training.orb +4 -4
- package/dist/behaviors/exports/organisms/std-platformer-app.orb +16 -4
- package/dist/behaviors/exports/organisms/std-project-manager.orb +38 -4
- package/dist/behaviors/exports/organisms/std-puzzle-app.orb +4 -4
- package/dist/behaviors/exports/organisms/std-realtime-chat.orb +25 -4
- package/dist/behaviors/exports/organisms/std-rpg-game.orb +20 -4
- package/dist/behaviors/exports/organisms/std-service-marketplace.orb +46 -8
- package/dist/behaviors/exports/organisms/std-service-research-assistant.orb +15 -4
- package/dist/behaviors/exports/organisms/std-social-feed.orb +12 -4
- 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 +25 -4
- package/dist/behaviors/exports/validation-report.json +1662 -1
- package/dist/behaviors/exports-reader.js +225 -206
- package/dist/behaviors/exports-reader.js.map +1 -1
- package/dist/behaviors/functions/index.d.ts +113 -113
- package/dist/behaviors/functions/index.js +225 -207
- package/dist/behaviors/functions/index.js.map +1 -1
- package/dist/behaviors/index.d.ts +1 -1
- package/dist/behaviors/index.js +226 -207
- package/dist/behaviors/index.js.map +1 -1
- package/dist/behaviors/query.js +225 -206
- package/dist/behaviors/query.js.map +1 -1
- package/dist/exports/atoms/std-agent-activity-log.orb +220 -10
- package/dist/exports/atoms/std-agent-chat-thread.orb +63 -4
- package/dist/exports/atoms/std-agent-classifier.orb +12 -4
- package/dist/exports/atoms/std-agent-completion.orb +12 -4
- package/dist/exports/atoms/std-agent-context-window.orb +8 -4
- package/dist/exports/atoms/std-agent-conversation.orb +79 -4
- package/dist/exports/atoms/std-agent-memory.orb +16 -4
- package/dist/exports/atoms/std-agent-provider.orb +12 -4
- package/dist/exports/atoms/std-agent-search.orb +8 -4
- package/dist/exports/atoms/std-agent-session.orb +20 -4
- package/dist/exports/atoms/std-agent-step-progress.orb +8 -4
- package/dist/exports/atoms/std-agent-token-gauge.orb +8 -4
- package/dist/exports/atoms/std-agent-tool-call.orb +12 -4
- package/dist/exports/atoms/std-async.orb +12 -4
- package/dist/exports/atoms/std-autoregressive.orb +2 -3
- package/dist/exports/atoms/std-browse.orb +8 -4
- package/dist/exports/atoms/std-cache-aside.orb +12 -4
- package/dist/exports/atoms/std-calendar.orb +8 -4
- package/dist/exports/atoms/std-circuit-breaker.orb +8 -4
- package/dist/exports/atoms/std-collision.orb +8 -4
- package/dist/exports/atoms/std-combat-log.orb +8 -4
- package/dist/exports/atoms/std-combat.orb +8 -4
- package/dist/exports/atoms/std-confirmation.orb +4 -4
- package/dist/exports/atoms/std-dialogue-box.orb +8 -4
- package/dist/exports/atoms/std-display.orb +153 -4
- package/dist/exports/atoms/std-drawer.orb +58 -4
- package/dist/exports/atoms/std-filter.orb +8 -4
- package/dist/exports/atoms/std-flip-card.orb +8 -4
- package/dist/exports/atoms/std-gallery.orb +8 -4
- package/dist/exports/atoms/std-game-audio.orb +8 -4
- package/dist/exports/atoms/std-game-canvas2d.orb +6 -3
- package/dist/exports/atoms/std-game-canvas3d.orb +6 -3
- package/dist/exports/atoms/std-game-hud.orb +16 -4
- package/dist/exports/atoms/std-game-menu.orb +8 -4
- package/dist/exports/atoms/std-game-over-screen.orb +8 -4
- package/dist/exports/atoms/std-gameflow.orb +8 -4
- package/dist/exports/atoms/std-input.orb +8 -4
- package/dist/exports/atoms/std-inventory-panel.orb +12 -4
- package/dist/exports/atoms/std-isometric-canvas.orb +8 -4
- package/dist/exports/atoms/std-loading.orb +8 -4
- package/dist/exports/atoms/std-modal.orb +8 -4
- package/dist/exports/atoms/std-movement.orb +8 -4
- package/dist/exports/atoms/std-notification.orb +8 -4
- package/dist/exports/atoms/std-overworld.orb +8 -4
- package/dist/exports/atoms/std-pagination.orb +8 -4
- package/dist/exports/atoms/std-physics2d.orb +8 -4
- package/dist/exports/atoms/std-platformer-canvas.orb +8 -4
- package/dist/exports/atoms/std-quest.orb +14 -5
- package/dist/exports/atoms/std-rate-limiter.orb +8 -4
- package/dist/exports/atoms/std-rating.orb +8 -4
- package/dist/exports/atoms/std-score-board.orb +8 -4
- package/dist/exports/atoms/std-score.orb +8 -4
- package/dist/exports/atoms/std-search.orb +8 -4
- package/dist/exports/atoms/std-selection.orb +8 -4
- package/dist/exports/atoms/std-service-custom-bearer.orb +19 -4
- package/dist/exports/atoms/std-service-custom-header.orb +21 -4
- package/dist/exports/atoms/std-service-custom-noauth.orb +15 -4
- package/dist/exports/atoms/std-service-custom-query.orb +21 -4
- package/dist/exports/atoms/std-service-email.orb +8 -4
- package/dist/exports/atoms/std-service-github.orb +8 -4
- package/dist/exports/atoms/std-service-llm.orb +8 -4
- package/dist/exports/atoms/std-service-oauth.orb +8 -4
- package/dist/exports/atoms/std-service-redis.orb +8 -4
- package/dist/exports/atoms/std-service-storage.orb +8 -4
- package/dist/exports/atoms/std-service-stripe.orb +8 -4
- package/dist/exports/atoms/std-service-twilio.orb +8 -4
- package/dist/exports/atoms/std-service-youtube.orb +8 -4
- package/dist/exports/atoms/std-simulation-canvas.orb +8 -4
- package/dist/exports/atoms/std-sort.orb +52 -4
- package/dist/exports/atoms/std-sprite.orb +8 -4
- package/dist/exports/atoms/std-tabs.orb +16 -4
- package/dist/exports/atoms/std-text-effects.orb +8 -4
- package/dist/exports/atoms/std-theme.orb +8 -4
- package/dist/exports/atoms/std-timer.orb +8 -4
- package/dist/exports/atoms/std-undo.orb +8 -4
- package/dist/exports/atoms/std-upload.orb +8 -4
- package/dist/exports/atoms/std-validate-on-save.orb +32 -4
- package/dist/exports/atoms/std-wizard.orb +26 -4
- package/dist/exports/molecules/std-agent-fix-loop.orb +1729 -1159
- package/dist/exports/molecules/std-agent-learner.orb +856 -626
- package/dist/exports/molecules/std-agent-planner.orb +873 -623
- package/dist/exports/molecules/std-agent-rag.orb +804 -604
- package/dist/exports/molecules/std-agent-tool-loop.orb +2860 -931
- package/dist/exports/molecules/std-builder-game.orb +8 -4
- package/dist/exports/molecules/std-cart.orb +318 -197
- package/dist/exports/molecules/std-classifier-game.orb +8 -4
- package/dist/exports/molecules/std-debugger-game.orb +8 -4
- package/dist/exports/molecules/std-detail.orb +489 -307
- package/dist/exports/molecules/std-event-handler-game.orb +8 -4
- package/dist/exports/molecules/std-form-advanced.orb +12 -4
- package/dist/exports/molecules/std-geospatial.orb +519 -364
- package/dist/exports/molecules/std-inventory.orb +650 -391
- package/dist/exports/molecules/std-list.orb +890 -526
- package/dist/exports/molecules/std-messaging.orb +474 -293
- package/dist/exports/molecules/std-negotiator-game.orb +8 -4
- package/dist/exports/molecules/std-platformer-game.orb +8 -4
- package/dist/exports/molecules/std-puzzle-game.orb +8 -4
- package/dist/exports/molecules/std-quiz.orb +8 -4
- package/dist/exports/molecules/std-sequencer-game.orb +8 -4
- package/dist/exports/molecules/std-service-content-pipeline.orb +8 -4
- package/dist/exports/molecules/std-service-custom-api-tester.orb +46 -4
- package/dist/exports/molecules/std-service-devops-toolkit.orb +8 -4
- package/dist/exports/molecules/std-service-notification-hub.orb +8 -4
- package/dist/exports/molecules/std-service-payment-flow.orb +8 -4
- package/dist/exports/molecules/std-simulator-game.orb +8 -4
- package/dist/exports/molecules/std-turn-based-battle.orb +8 -4
- package/dist/exports/organisms/std-agent-assistant.orb +28 -4
- package/dist/exports/organisms/std-agent-builder.orb +1321 -835
- package/dist/exports/organisms/std-agent-pipeline.orb +1284 -782
- package/dist/exports/organisms/std-agent-reviewer.orb +372 -300
- package/dist/exports/organisms/std-agent-tutor.orb +378 -295
- package/dist/exports/organisms/std-api-gateway.orb +21 -4
- package/dist/exports/organisms/std-arcade-game.orb +4 -4
- package/dist/exports/organisms/std-booking-system.orb +38 -4
- package/dist/exports/organisms/std-cicd-pipeline.orb +25 -4
- package/dist/exports/organisms/std-cms.orb +42 -4
- package/dist/exports/organisms/std-coding-academy.orb +4 -4
- package/dist/exports/organisms/std-crm.orb +42 -4
- package/dist/exports/organisms/std-devops-dashboard.orb +21 -4
- package/dist/exports/organisms/std-ecommerce.orb +46 -4
- package/dist/exports/organisms/std-finance-tracker.orb +25 -4
- package/dist/exports/organisms/std-healthcare.orb +42 -4
- package/dist/exports/organisms/std-helpdesk.orb +25 -4
- package/dist/exports/organisms/std-hr-portal.orb +38 -4
- package/dist/exports/organisms/std-iot-dashboard.orb +21 -4
- package/dist/exports/organisms/std-lms.orb +21 -4
- package/dist/exports/organisms/std-logic-training.orb +4 -4
- package/dist/exports/organisms/std-platformer-app.orb +16 -4
- package/dist/exports/organisms/std-project-manager.orb +38 -4
- package/dist/exports/organisms/std-puzzle-app.orb +4 -4
- package/dist/exports/organisms/std-realtime-chat.orb +25 -4
- package/dist/exports/organisms/std-rpg-game.orb +20 -4
- package/dist/exports/organisms/std-service-marketplace.orb +46 -8
- package/dist/exports/organisms/std-service-research-assistant.orb +15 -4
- package/dist/exports/organisms/std-social-feed.orb +12 -4
- 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 +25 -4
- package/dist/exports/validation-report.json +1662 -1
- package/dist/index.d.ts +1 -1
- package/dist/index.js +226 -207
- package/dist/index.js.map +1 -1
- package/package.json +5 -5
|
@@ -1,20 +1,9 @@
|
|
|
1
1
|
{
|
|
2
|
-
"name": "
|
|
2
|
+
"name": "AI 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.",
|
|
5
4
|
"orbitals": [
|
|
6
5
|
{
|
|
7
6
|
"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
|
-
],
|
|
18
7
|
"entity": {
|
|
19
8
|
"name": "TutorSession",
|
|
20
9
|
"persistence": "runtime",
|
|
@@ -2156,6 +2145,10 @@
|
|
|
2156
2145
|
}
|
|
2157
2146
|
]
|
|
2158
2147
|
}
|
|
2148
|
+
],
|
|
2149
|
+
[
|
|
2150
|
+
"notify",
|
|
2151
|
+
"TutorChat created successfully"
|
|
2159
2152
|
]
|
|
2160
2153
|
]
|
|
2161
2154
|
},
|
|
@@ -2289,6 +2282,10 @@
|
|
|
2289
2282
|
}
|
|
2290
2283
|
]
|
|
2291
2284
|
}
|
|
2285
|
+
],
|
|
2286
|
+
[
|
|
2287
|
+
"notify",
|
|
2288
|
+
"TutorChat deleted successfully"
|
|
2292
2289
|
]
|
|
2293
2290
|
]
|
|
2294
2291
|
},
|
|
@@ -2422,6 +2419,10 @@
|
|
|
2422
2419
|
}
|
|
2423
2420
|
]
|
|
2424
2421
|
}
|
|
2422
|
+
],
|
|
2423
|
+
[
|
|
2424
|
+
"notify",
|
|
2425
|
+
"TutorChat deleted successfully"
|
|
2425
2426
|
]
|
|
2426
2427
|
]
|
|
2427
2428
|
}
|
|
@@ -3129,6 +3130,10 @@
|
|
|
3129
3130
|
[
|
|
3130
3131
|
"emit",
|
|
3131
3132
|
"MEMORIZED"
|
|
3133
|
+
],
|
|
3134
|
+
[
|
|
3135
|
+
"notify",
|
|
3136
|
+
"Concept created successfully"
|
|
3132
3137
|
]
|
|
3133
3138
|
]
|
|
3134
3139
|
}
|
|
@@ -3327,6 +3332,10 @@
|
|
|
3327
3332
|
"create",
|
|
3328
3333
|
"Concept",
|
|
3329
3334
|
"@payload.data"
|
|
3335
|
+
],
|
|
3336
|
+
[
|
|
3337
|
+
"notify",
|
|
3338
|
+
"Concept created successfully"
|
|
3330
3339
|
]
|
|
3331
3340
|
]
|
|
3332
3341
|
},
|
|
@@ -3918,6 +3927,10 @@
|
|
|
3918
3927
|
}
|
|
3919
3928
|
]
|
|
3920
3929
|
}
|
|
3930
|
+
],
|
|
3931
|
+
[
|
|
3932
|
+
"notify",
|
|
3933
|
+
"StudentAssessment created successfully"
|
|
3921
3934
|
]
|
|
3922
3935
|
]
|
|
3923
3936
|
}
|
|
@@ -4495,112 +4508,142 @@
|
|
|
4495
4508
|
},
|
|
4496
4509
|
"traits": [
|
|
4497
4510
|
{
|
|
4498
|
-
"ref": "Tabs.traits.TabContentTabs",
|
|
4499
4511
|
"name": "TutorTabs",
|
|
4500
4512
|
"linkedEntity": "TutorSession",
|
|
4501
|
-
"
|
|
4502
|
-
|
|
4503
|
-
|
|
4504
|
-
|
|
4505
|
-
"
|
|
4506
|
-
|
|
4507
|
-
|
|
4508
|
-
|
|
4509
|
-
|
|
4510
|
-
|
|
4511
|
-
|
|
4512
|
-
|
|
4513
|
-
|
|
4514
|
-
|
|
4515
|
-
|
|
4516
|
-
|
|
4517
|
-
|
|
4518
|
-
|
|
4519
|
-
|
|
4520
|
-
|
|
4521
|
-
|
|
4522
|
-
|
|
4523
|
-
|
|
4524
|
-
|
|
4525
|
-
|
|
4526
|
-
|
|
4527
|
-
|
|
4528
|
-
|
|
4513
|
+
"category": "interaction",
|
|
4514
|
+
"stateMachine": {
|
|
4515
|
+
"states": [
|
|
4516
|
+
{
|
|
4517
|
+
"name": "idle",
|
|
4518
|
+
"isInitial": true
|
|
4519
|
+
}
|
|
4520
|
+
],
|
|
4521
|
+
"events": [
|
|
4522
|
+
{
|
|
4523
|
+
"key": "INIT",
|
|
4524
|
+
"name": "Initialize"
|
|
4525
|
+
},
|
|
4526
|
+
{
|
|
4527
|
+
"key": "SELECT_TAB",
|
|
4528
|
+
"name": "Select Tab",
|
|
4529
|
+
"payload": [
|
|
4530
|
+
{
|
|
4531
|
+
"name": "tab",
|
|
4532
|
+
"type": "string",
|
|
4533
|
+
"required": true
|
|
4534
|
+
}
|
|
4535
|
+
]
|
|
4536
|
+
}
|
|
4537
|
+
],
|
|
4538
|
+
"transitions": [
|
|
4539
|
+
{
|
|
4540
|
+
"from": "idle",
|
|
4541
|
+
"to": "idle",
|
|
4542
|
+
"event": "INIT",
|
|
4543
|
+
"effects": [
|
|
4544
|
+
[
|
|
4545
|
+
"fetch",
|
|
4546
|
+
"TutorSession"
|
|
4529
4547
|
],
|
|
4530
|
-
|
|
4548
|
+
[
|
|
4549
|
+
"render-ui",
|
|
4550
|
+
"main",
|
|
4531
4551
|
{
|
|
4532
|
-
"type": "
|
|
4533
|
-
"
|
|
4534
|
-
"
|
|
4535
|
-
"children": [
|
|
4536
|
-
{
|
|
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
|
-
]
|
|
4553
|
-
},
|
|
4552
|
+
"type": "dashboard-layout",
|
|
4553
|
+
"appName": "AI Tutor",
|
|
4554
|
+
"navItems": [
|
|
4554
4555
|
{
|
|
4555
|
-
"
|
|
4556
|
+
"label": "Teach",
|
|
4557
|
+
"href": "/teach",
|
|
4558
|
+
"icon": "book-open"
|
|
4556
4559
|
},
|
|
4557
4560
|
{
|
|
4558
|
-
"
|
|
4559
|
-
"
|
|
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"
|
|
4561
|
+
"label": "Quiz",
|
|
4562
|
+
"href": "/quiz",
|
|
4563
|
+
"icon": "help-circle"
|
|
4575
4564
|
},
|
|
4576
4565
|
{
|
|
4577
|
-
"
|
|
4578
|
-
|
|
4566
|
+
"label": "Concepts",
|
|
4567
|
+
"href": "/concepts",
|
|
4568
|
+
"icon": "brain"
|
|
4569
|
+
}
|
|
4570
|
+
],
|
|
4571
|
+
"children": [
|
|
4579
4572
|
{
|
|
4580
|
-
"type": "
|
|
4581
|
-
"
|
|
4582
|
-
"
|
|
4583
|
-
"
|
|
4584
|
-
"emptyDescription": "Add tutorsessions to see them here.",
|
|
4585
|
-
"className": "transition-shadow hover:shadow-md cursor-pointer",
|
|
4586
|
-
"renderItem": [
|
|
4587
|
-
"fn",
|
|
4588
|
-
"item",
|
|
4573
|
+
"type": "stack",
|
|
4574
|
+
"direction": "vertical",
|
|
4575
|
+
"gap": "lg",
|
|
4576
|
+
"children": [
|
|
4589
4577
|
{
|
|
4590
4578
|
"type": "stack",
|
|
4591
|
-
"direction": "
|
|
4579
|
+
"direction": "horizontal",
|
|
4592
4580
|
"gap": "sm",
|
|
4581
|
+
"align": "center",
|
|
4593
4582
|
"children": [
|
|
4594
4583
|
{
|
|
4595
|
-
"type": "
|
|
4596
|
-
"
|
|
4597
|
-
"
|
|
4584
|
+
"type": "icon",
|
|
4585
|
+
"name": "graduation-cap",
|
|
4586
|
+
"size": "lg"
|
|
4598
4587
|
},
|
|
4599
4588
|
{
|
|
4600
4589
|
"type": "typography",
|
|
4601
|
-
"
|
|
4602
|
-
"
|
|
4603
|
-
|
|
4590
|
+
"content": "AI Tutor",
|
|
4591
|
+
"variant": "h2"
|
|
4592
|
+
}
|
|
4593
|
+
]
|
|
4594
|
+
},
|
|
4595
|
+
{
|
|
4596
|
+
"type": "divider"
|
|
4597
|
+
},
|
|
4598
|
+
{
|
|
4599
|
+
"type": "tabs",
|
|
4600
|
+
"tabs": [
|
|
4601
|
+
{
|
|
4602
|
+
"label": "Teach",
|
|
4603
|
+
"value": "teach"
|
|
4604
|
+
},
|
|
4605
|
+
{
|
|
4606
|
+
"label": "Quiz",
|
|
4607
|
+
"value": "quiz"
|
|
4608
|
+
},
|
|
4609
|
+
{
|
|
4610
|
+
"label": "Progress",
|
|
4611
|
+
"value": "progress"
|
|
4612
|
+
}
|
|
4613
|
+
],
|
|
4614
|
+
"defaultActiveTab": "teach",
|
|
4615
|
+
"onTabChange": "SELECT_TAB"
|
|
4616
|
+
},
|
|
4617
|
+
{
|
|
4618
|
+
"type": "divider"
|
|
4619
|
+
},
|
|
4620
|
+
{
|
|
4621
|
+
"type": "data-grid",
|
|
4622
|
+
"entity": "TutorSession",
|
|
4623
|
+
"emptyIcon": "inbox",
|
|
4624
|
+
"emptyTitle": "No tutorsessions yet",
|
|
4625
|
+
"emptyDescription": "Add tutorsessions to see them here.",
|
|
4626
|
+
"className": "transition-shadow hover:shadow-md cursor-pointer",
|
|
4627
|
+
"renderItem": [
|
|
4628
|
+
"fn",
|
|
4629
|
+
"item",
|
|
4630
|
+
{
|
|
4631
|
+
"type": "stack",
|
|
4632
|
+
"direction": "vertical",
|
|
4633
|
+
"gap": "sm",
|
|
4634
|
+
"children": [
|
|
4635
|
+
{
|
|
4636
|
+
"type": "typography",
|
|
4637
|
+
"variant": "h4",
|
|
4638
|
+
"content": "@item.topic"
|
|
4639
|
+
},
|
|
4640
|
+
{
|
|
4641
|
+
"type": "typography",
|
|
4642
|
+
"variant": "caption",
|
|
4643
|
+
"color": "muted",
|
|
4644
|
+
"content": "@item.teach"
|
|
4645
|
+
}
|
|
4646
|
+
]
|
|
4604
4647
|
}
|
|
4605
4648
|
]
|
|
4606
4649
|
}
|
|
@@ -4609,112 +4652,117 @@
|
|
|
4609
4652
|
]
|
|
4610
4653
|
}
|
|
4611
4654
|
]
|
|
4612
|
-
|
|
4613
|
-
|
|
4614
|
-
|
|
4615
|
-
|
|
4616
|
-
|
|
4617
|
-
"
|
|
4618
|
-
"
|
|
4619
|
-
|
|
4620
|
-
|
|
4621
|
-
|
|
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
|
-
}
|
|
4655
|
+
]
|
|
4656
|
+
},
|
|
4657
|
+
{
|
|
4658
|
+
"from": "idle",
|
|
4659
|
+
"to": "idle",
|
|
4660
|
+
"event": "SELECT_TAB",
|
|
4661
|
+
"effects": [
|
|
4662
|
+
[
|
|
4663
|
+
"fetch",
|
|
4664
|
+
"TutorSession"
|
|
4642
4665
|
],
|
|
4643
|
-
|
|
4666
|
+
[
|
|
4667
|
+
"render-ui",
|
|
4668
|
+
"main",
|
|
4644
4669
|
{
|
|
4645
|
-
"type": "
|
|
4646
|
-
"
|
|
4647
|
-
"
|
|
4648
|
-
"children": [
|
|
4649
|
-
{
|
|
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
|
-
]
|
|
4666
|
-
},
|
|
4670
|
+
"type": "dashboard-layout",
|
|
4671
|
+
"appName": "AI Tutor",
|
|
4672
|
+
"navItems": [
|
|
4667
4673
|
{
|
|
4668
|
-
"
|
|
4674
|
+
"label": "Teach",
|
|
4675
|
+
"href": "/teach",
|
|
4676
|
+
"icon": "book-open"
|
|
4669
4677
|
},
|
|
4670
4678
|
{
|
|
4671
|
-
"
|
|
4672
|
-
"
|
|
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"
|
|
4679
|
+
"label": "Quiz",
|
|
4680
|
+
"href": "/quiz",
|
|
4681
|
+
"icon": "help-circle"
|
|
4689
4682
|
},
|
|
4690
4683
|
{
|
|
4691
|
-
"
|
|
4692
|
-
|
|
4684
|
+
"label": "Concepts",
|
|
4685
|
+
"href": "/concepts",
|
|
4686
|
+
"icon": "brain"
|
|
4687
|
+
}
|
|
4688
|
+
],
|
|
4689
|
+
"children": [
|
|
4693
4690
|
{
|
|
4694
|
-
"type": "
|
|
4695
|
-
"
|
|
4696
|
-
"
|
|
4697
|
-
"
|
|
4698
|
-
"emptyDescription": "Add tutorsessions to see them here.",
|
|
4699
|
-
"className": "transition-shadow hover:shadow-md cursor-pointer",
|
|
4700
|
-
"renderItem": [
|
|
4701
|
-
"fn",
|
|
4702
|
-
"item",
|
|
4691
|
+
"type": "stack",
|
|
4692
|
+
"direction": "vertical",
|
|
4693
|
+
"gap": "lg",
|
|
4694
|
+
"children": [
|
|
4703
4695
|
{
|
|
4704
4696
|
"type": "stack",
|
|
4705
|
-
"direction": "
|
|
4697
|
+
"direction": "horizontal",
|
|
4706
4698
|
"gap": "sm",
|
|
4699
|
+
"align": "center",
|
|
4707
4700
|
"children": [
|
|
4708
4701
|
{
|
|
4709
|
-
"type": "
|
|
4710
|
-
"
|
|
4711
|
-
"
|
|
4702
|
+
"type": "icon",
|
|
4703
|
+
"name": "graduation-cap",
|
|
4704
|
+
"size": "lg"
|
|
4712
4705
|
},
|
|
4713
4706
|
{
|
|
4714
4707
|
"type": "typography",
|
|
4715
|
-
"
|
|
4716
|
-
"
|
|
4717
|
-
|
|
4708
|
+
"content": "AI Tutor",
|
|
4709
|
+
"variant": "h2"
|
|
4710
|
+
}
|
|
4711
|
+
]
|
|
4712
|
+
},
|
|
4713
|
+
{
|
|
4714
|
+
"type": "divider"
|
|
4715
|
+
},
|
|
4716
|
+
{
|
|
4717
|
+
"type": "tabs",
|
|
4718
|
+
"tabs": [
|
|
4719
|
+
{
|
|
4720
|
+
"label": "Teach",
|
|
4721
|
+
"value": "teach"
|
|
4722
|
+
},
|
|
4723
|
+
{
|
|
4724
|
+
"label": "Quiz",
|
|
4725
|
+
"value": "quiz"
|
|
4726
|
+
},
|
|
4727
|
+
{
|
|
4728
|
+
"label": "Progress",
|
|
4729
|
+
"value": "progress"
|
|
4730
|
+
}
|
|
4731
|
+
],
|
|
4732
|
+
"defaultActiveTab": "teach",
|
|
4733
|
+
"activeTab": "@payload.tab",
|
|
4734
|
+
"onTabChange": "SELECT_TAB"
|
|
4735
|
+
},
|
|
4736
|
+
{
|
|
4737
|
+
"type": "divider"
|
|
4738
|
+
},
|
|
4739
|
+
{
|
|
4740
|
+
"type": "data-grid",
|
|
4741
|
+
"entity": "TutorSession",
|
|
4742
|
+
"emptyIcon": "inbox",
|
|
4743
|
+
"emptyTitle": "No tutorsessions yet",
|
|
4744
|
+
"emptyDescription": "Add tutorsessions to see them here.",
|
|
4745
|
+
"className": "transition-shadow hover:shadow-md cursor-pointer",
|
|
4746
|
+
"renderItem": [
|
|
4747
|
+
"fn",
|
|
4748
|
+
"item",
|
|
4749
|
+
{
|
|
4750
|
+
"type": "stack",
|
|
4751
|
+
"direction": "vertical",
|
|
4752
|
+
"gap": "sm",
|
|
4753
|
+
"children": [
|
|
4754
|
+
{
|
|
4755
|
+
"type": "typography",
|
|
4756
|
+
"variant": "h4",
|
|
4757
|
+
"content": "@item.topic"
|
|
4758
|
+
},
|
|
4759
|
+
{
|
|
4760
|
+
"type": "typography",
|
|
4761
|
+
"variant": "caption",
|
|
4762
|
+
"color": "muted",
|
|
4763
|
+
"content": "@item.teach"
|
|
4764
|
+
}
|
|
4765
|
+
]
|
|
4718
4766
|
}
|
|
4719
4767
|
]
|
|
4720
4768
|
}
|
|
@@ -4723,8 +4771,8 @@
|
|
|
4723
4771
|
]
|
|
4724
4772
|
}
|
|
4725
4773
|
]
|
|
4726
|
-
|
|
4727
|
-
|
|
4774
|
+
]
|
|
4775
|
+
}
|
|
4728
4776
|
]
|
|
4729
4777
|
}
|
|
4730
4778
|
}
|
|
@@ -4772,134 +4820,168 @@
|
|
|
4772
4820
|
},
|
|
4773
4821
|
"traits": [
|
|
4774
4822
|
{
|
|
4775
|
-
"ref": "Browse.traits.BrowseItemBrowse",
|
|
4776
4823
|
"name": "ConceptsBrowse",
|
|
4777
4824
|
"linkedEntity": "Concept",
|
|
4778
|
-
"
|
|
4779
|
-
|
|
4780
|
-
|
|
4781
|
-
|
|
4782
|
-
"
|
|
4783
|
-
|
|
4784
|
-
|
|
4785
|
-
|
|
4786
|
-
|
|
4787
|
-
|
|
4788
|
-
|
|
4789
|
-
|
|
4790
|
-
|
|
4791
|
-
|
|
4792
|
-
|
|
4793
|
-
|
|
4794
|
-
|
|
4795
|
-
|
|
4796
|
-
|
|
4797
|
-
|
|
4798
|
-
|
|
4799
|
-
|
|
4800
|
-
|
|
4801
|
-
|
|
4802
|
-
|
|
4803
|
-
|
|
4804
|
-
|
|
4805
|
-
|
|
4825
|
+
"category": "interaction",
|
|
4826
|
+
"stateMachine": {
|
|
4827
|
+
"states": [
|
|
4828
|
+
{
|
|
4829
|
+
"name": "browsing",
|
|
4830
|
+
"isInitial": true
|
|
4831
|
+
}
|
|
4832
|
+
],
|
|
4833
|
+
"events": [
|
|
4834
|
+
{
|
|
4835
|
+
"key": "INIT",
|
|
4836
|
+
"name": "Initialize"
|
|
4837
|
+
},
|
|
4838
|
+
{
|
|
4839
|
+
"key": "VIEW",
|
|
4840
|
+
"name": "VIEW",
|
|
4841
|
+
"payload": [
|
|
4842
|
+
{
|
|
4843
|
+
"name": "id",
|
|
4844
|
+
"type": "string",
|
|
4845
|
+
"required": true
|
|
4846
|
+
},
|
|
4847
|
+
{
|
|
4848
|
+
"name": "row",
|
|
4849
|
+
"type": "object"
|
|
4850
|
+
}
|
|
4851
|
+
]
|
|
4852
|
+
}
|
|
4853
|
+
],
|
|
4854
|
+
"transitions": [
|
|
4855
|
+
{
|
|
4856
|
+
"from": "browsing",
|
|
4857
|
+
"to": "browsing",
|
|
4858
|
+
"event": "INIT",
|
|
4859
|
+
"effects": [
|
|
4860
|
+
[
|
|
4861
|
+
"ref",
|
|
4862
|
+
"Concept"
|
|
4806
4863
|
],
|
|
4807
|
-
|
|
4864
|
+
[
|
|
4865
|
+
"render-ui",
|
|
4866
|
+
"main",
|
|
4808
4867
|
{
|
|
4809
|
-
"type": "
|
|
4810
|
-
"
|
|
4811
|
-
"
|
|
4812
|
-
|
|
4868
|
+
"type": "dashboard-layout",
|
|
4869
|
+
"appName": "AI Tutor",
|
|
4870
|
+
"navItems": [
|
|
4871
|
+
{
|
|
4872
|
+
"label": "Teach",
|
|
4873
|
+
"href": "/teach",
|
|
4874
|
+
"icon": "book-open"
|
|
4875
|
+
},
|
|
4876
|
+
{
|
|
4877
|
+
"label": "Quiz",
|
|
4878
|
+
"href": "/quiz",
|
|
4879
|
+
"icon": "help-circle"
|
|
4880
|
+
},
|
|
4881
|
+
{
|
|
4882
|
+
"label": "Concepts",
|
|
4883
|
+
"href": "/concepts",
|
|
4884
|
+
"icon": "brain"
|
|
4885
|
+
}
|
|
4886
|
+
],
|
|
4813
4887
|
"children": [
|
|
4814
4888
|
{
|
|
4815
4889
|
"type": "stack",
|
|
4816
|
-
"direction": "
|
|
4817
|
-
"gap": "
|
|
4818
|
-
"
|
|
4819
|
-
"align": "center",
|
|
4890
|
+
"direction": "vertical",
|
|
4891
|
+
"gap": "lg",
|
|
4892
|
+
"className": "max-w-5xl mx-auto w-full",
|
|
4820
4893
|
"children": [
|
|
4821
4894
|
{
|
|
4822
4895
|
"type": "stack",
|
|
4823
4896
|
"direction": "horizontal",
|
|
4824
|
-
"gap": "
|
|
4897
|
+
"gap": "md",
|
|
4898
|
+
"justify": "space-between",
|
|
4825
4899
|
"align": "center",
|
|
4826
4900
|
"children": [
|
|
4827
4901
|
{
|
|
4828
|
-
"type": "
|
|
4829
|
-
"
|
|
4830
|
-
"
|
|
4831
|
-
|
|
4832
|
-
|
|
4833
|
-
|
|
4834
|
-
|
|
4835
|
-
|
|
4902
|
+
"type": "stack",
|
|
4903
|
+
"direction": "horizontal",
|
|
4904
|
+
"gap": "sm",
|
|
4905
|
+
"align": "center",
|
|
4906
|
+
"children": [
|
|
4907
|
+
{
|
|
4908
|
+
"type": "icon",
|
|
4909
|
+
"name": "brain",
|
|
4910
|
+
"size": "lg"
|
|
4911
|
+
},
|
|
4912
|
+
{
|
|
4913
|
+
"type": "typography",
|
|
4914
|
+
"content": "Learned Concepts",
|
|
4915
|
+
"variant": "h2"
|
|
4916
|
+
}
|
|
4917
|
+
]
|
|
4836
4918
|
}
|
|
4837
4919
|
]
|
|
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": [
|
|
4851
|
-
{
|
|
4852
|
-
"label": "View",
|
|
4853
|
-
"event": "VIEW",
|
|
4854
|
-
"variant": "ghost",
|
|
4855
|
-
"size": "sm"
|
|
4856
|
-
}
|
|
4857
|
-
],
|
|
4858
|
-
"columns": [
|
|
4920
|
+
},
|
|
4859
4921
|
{
|
|
4860
|
-
"
|
|
4861
|
-
"label": "Content",
|
|
4862
|
-
"variant": "h4",
|
|
4863
|
-
"icon": "brain"
|
|
4922
|
+
"type": "divider"
|
|
4864
4923
|
},
|
|
4865
4924
|
{
|
|
4866
|
-
"
|
|
4867
|
-
"
|
|
4868
|
-
"
|
|
4869
|
-
"
|
|
4870
|
-
|
|
4871
|
-
|
|
4872
|
-
|
|
4873
|
-
|
|
4874
|
-
|
|
4875
|
-
|
|
4876
|
-
|
|
4877
|
-
|
|
4878
|
-
|
|
4879
|
-
|
|
4880
|
-
|
|
4881
|
-
|
|
4882
|
-
|
|
4925
|
+
"type": "data-grid",
|
|
4926
|
+
"entity": "Concept",
|
|
4927
|
+
"emptyIcon": "inbox",
|
|
4928
|
+
"emptyTitle": "No concepts yet",
|
|
4929
|
+
"emptyDescription": "Complete lessons and quizzes to build your concept library.",
|
|
4930
|
+
"itemActions": [
|
|
4931
|
+
{
|
|
4932
|
+
"label": "View",
|
|
4933
|
+
"event": "VIEW",
|
|
4934
|
+
"variant": "ghost",
|
|
4935
|
+
"size": "sm"
|
|
4936
|
+
}
|
|
4937
|
+
],
|
|
4938
|
+
"columns": [
|
|
4939
|
+
{
|
|
4940
|
+
"name": "content",
|
|
4941
|
+
"label": "Content",
|
|
4942
|
+
"variant": "h4",
|
|
4943
|
+
"icon": "brain"
|
|
4944
|
+
},
|
|
4945
|
+
{
|
|
4946
|
+
"name": "category",
|
|
4947
|
+
"label": "Category",
|
|
4948
|
+
"variant": "badge",
|
|
4949
|
+
"colorMap": {
|
|
4950
|
+
"active": "success",
|
|
4951
|
+
"completed": "success",
|
|
4952
|
+
"done": "success",
|
|
4953
|
+
"pending": "warning",
|
|
4954
|
+
"draft": "warning",
|
|
4955
|
+
"scheduled": "warning",
|
|
4956
|
+
"inactive": "neutral",
|
|
4957
|
+
"archived": "neutral",
|
|
4958
|
+
"disabled": "neutral",
|
|
4959
|
+
"error": "destructive",
|
|
4960
|
+
"cancelled": "destructive",
|
|
4961
|
+
"failed": "destructive"
|
|
4962
|
+
}
|
|
4963
|
+
},
|
|
4964
|
+
{
|
|
4965
|
+
"name": "strength",
|
|
4966
|
+
"label": "Strength",
|
|
4967
|
+
"variant": "caption"
|
|
4968
|
+
}
|
|
4969
|
+
]
|
|
4883
4970
|
},
|
|
4884
4971
|
{
|
|
4885
|
-
"
|
|
4886
|
-
"
|
|
4887
|
-
"
|
|
4972
|
+
"type": "floating-action-button",
|
|
4973
|
+
"icon": "plus",
|
|
4974
|
+
"event": "INIT",
|
|
4975
|
+
"label": "Create",
|
|
4976
|
+
"tooltip": "Create"
|
|
4888
4977
|
}
|
|
4889
4978
|
]
|
|
4890
|
-
},
|
|
4891
|
-
{
|
|
4892
|
-
"type": "floating-action-button",
|
|
4893
|
-
"icon": "plus",
|
|
4894
|
-
"event": "INIT",
|
|
4895
|
-
"label": "Create",
|
|
4896
|
-
"tooltip": "Create"
|
|
4897
4979
|
}
|
|
4898
4980
|
]
|
|
4899
4981
|
}
|
|
4900
4982
|
]
|
|
4901
|
-
|
|
4902
|
-
|
|
4983
|
+
]
|
|
4984
|
+
}
|
|
4903
4985
|
]
|
|
4904
4986
|
}
|
|
4905
4987
|
}
|
|
@@ -4916,5 +4998,6 @@
|
|
|
4916
4998
|
}
|
|
4917
4999
|
]
|
|
4918
5000
|
}
|
|
4919
|
-
]
|
|
4920
|
-
|
|
5001
|
+
],
|
|
5002
|
+
"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. Composed from: - stdAgentConversation: multi-turn teaching interaction - stdAgentMemory: tracks concept strength per student topic - stdAgentClassifier: classifies student level - stdTabs: Teach / Quiz / Progress tab navigation - stdBrowse: browsable concepts list with strength tracking Cross-trait events: - ASSESSMENT_DONE (Teaching -> Quiz): student assessed, generate quiz - QUIZ_GRADED (Quiz -> Memory): reinforce or decay concept based on answer Pages: /teach (initial), /quiz, /concepts (2026-04-08). The canonical source for std behaviors is now the registry `.orb` file at `packages/almadar-std/behaviors/registry/<level>/<name>.orb`, which is generated from this TS source by `tools/almadar-behavior-ts-to-orb/` and consumed by the compiler's embedded loader. Consumers should import behaviors via `.lolo`/`.orb` `uses` declarations and reference them as `Alias.entity` / `Alias.traits.X` / `Alias.pages.X`, applying overrides at the call site (`linkedEntity`, `name`, `events`, `effects`, `listens`, `emitsScope`). The TS `*Params` interface and the exported factory functions remain ONLY as the authoring path for the converter; they are NOT a stable public API and may change without notice. See `docs/Almadar_Orb_Behaviors.md` for the orbital-as-function model and `docs/LOLO_Gaps.md` for the migration plan."
|
|
5003
|
+
}
|