@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,5 +1,7 @@
|
|
|
1
1
|
{
|
|
2
|
-
"name": "
|
|
2
|
+
"name": "std-agent-activity-log",
|
|
3
|
+
"version": "1.0.0",
|
|
4
|
+
"description": "Chronological action log atom for tracking agent operations. Provides a timeline view of agent actions with status indicators, duration tracking, and clear functionality. Listens for LOG_ENTRY events from sibling traits.",
|
|
3
5
|
"orbitals": [
|
|
4
6
|
{
|
|
5
7
|
"name": "AgentActivityLogOrbital",
|
|
@@ -244,17 +246,6 @@
|
|
|
244
246
|
}
|
|
245
247
|
]
|
|
246
248
|
}
|
|
247
|
-
],
|
|
248
|
-
"fields": [
|
|
249
|
-
"name",
|
|
250
|
-
"description",
|
|
251
|
-
"status",
|
|
252
|
-
"createdAt",
|
|
253
|
-
"action",
|
|
254
|
-
"detail",
|
|
255
|
-
"timestamp",
|
|
256
|
-
"duration",
|
|
257
|
-
"icon"
|
|
258
249
|
]
|
|
259
250
|
}
|
|
260
251
|
]
|
|
@@ -385,25 +376,10 @@
|
|
|
385
376
|
}
|
|
386
377
|
]
|
|
387
378
|
}
|
|
388
|
-
],
|
|
389
|
-
"fields": [
|
|
390
|
-
"name",
|
|
391
|
-
"description",
|
|
392
|
-
"status",
|
|
393
|
-
"createdAt",
|
|
394
|
-
"action",
|
|
395
|
-
"detail",
|
|
396
|
-
"timestamp",
|
|
397
|
-
"duration",
|
|
398
|
-
"icon"
|
|
399
379
|
]
|
|
400
380
|
}
|
|
401
381
|
]
|
|
402
382
|
}
|
|
403
|
-
],
|
|
404
|
-
[
|
|
405
|
-
"notify",
|
|
406
|
-
"AgentActivityLog created successfully"
|
|
407
383
|
]
|
|
408
384
|
]
|
|
409
385
|
},
|
|
@@ -524,25 +500,10 @@
|
|
|
524
500
|
}
|
|
525
501
|
]
|
|
526
502
|
}
|
|
527
|
-
],
|
|
528
|
-
"fields": [
|
|
529
|
-
"name",
|
|
530
|
-
"description",
|
|
531
|
-
"status",
|
|
532
|
-
"createdAt",
|
|
533
|
-
"action",
|
|
534
|
-
"detail",
|
|
535
|
-
"timestamp",
|
|
536
|
-
"duration",
|
|
537
|
-
"icon"
|
|
538
503
|
]
|
|
539
504
|
}
|
|
540
505
|
]
|
|
541
506
|
}
|
|
542
|
-
],
|
|
543
|
-
[
|
|
544
|
-
"notify",
|
|
545
|
-
"AgentActivityLog deleted successfully"
|
|
546
507
|
]
|
|
547
508
|
]
|
|
548
509
|
}
|
|
@@ -562,6 +523,5 @@
|
|
|
562
523
|
}
|
|
563
524
|
]
|
|
564
525
|
}
|
|
565
|
-
]
|
|
566
|
-
|
|
567
|
-
}
|
|
526
|
+
]
|
|
527
|
+
}
|
|
@@ -1,5 +1,7 @@
|
|
|
1
1
|
{
|
|
2
|
-
"name": "
|
|
2
|
+
"name": "std-agent-chat-thread",
|
|
3
|
+
"version": "1.0.0",
|
|
4
|
+
"description": "Chat message thread atom for agent conversations. Displays a chronological list of messages (user, assistant, tool) with compose/send flow. Emits configurable send event for orchestrating traits to handle the actual agent call.",
|
|
3
5
|
"orbitals": [
|
|
4
6
|
{
|
|
5
7
|
"name": "AgentChatThreadOrbital",
|
|
@@ -335,45 +337,6 @@
|
|
|
335
337
|
}
|
|
336
338
|
]
|
|
337
339
|
}
|
|
338
|
-
],
|
|
339
|
-
"fields": [
|
|
340
|
-
{
|
|
341
|
-
"name": "name",
|
|
342
|
-
"type": "string"
|
|
343
|
-
},
|
|
344
|
-
{
|
|
345
|
-
"name": "description",
|
|
346
|
-
"type": "string"
|
|
347
|
-
},
|
|
348
|
-
{
|
|
349
|
-
"name": "status",
|
|
350
|
-
"type": "string",
|
|
351
|
-
"values": [
|
|
352
|
-
"active",
|
|
353
|
-
"inactive",
|
|
354
|
-
"pending"
|
|
355
|
-
]
|
|
356
|
-
},
|
|
357
|
-
{
|
|
358
|
-
"name": "createdAt",
|
|
359
|
-
"type": "string"
|
|
360
|
-
},
|
|
361
|
-
{
|
|
362
|
-
"name": "role",
|
|
363
|
-
"type": "string"
|
|
364
|
-
},
|
|
365
|
-
{
|
|
366
|
-
"name": "content",
|
|
367
|
-
"type": "string"
|
|
368
|
-
},
|
|
369
|
-
{
|
|
370
|
-
"name": "timestamp",
|
|
371
|
-
"type": "string"
|
|
372
|
-
},
|
|
373
|
-
{
|
|
374
|
-
"name": "toolName",
|
|
375
|
-
"type": "string"
|
|
376
|
-
}
|
|
377
340
|
]
|
|
378
341
|
}
|
|
379
342
|
]
|
|
@@ -518,10 +481,6 @@
|
|
|
518
481
|
}
|
|
519
482
|
]
|
|
520
483
|
}
|
|
521
|
-
],
|
|
522
|
-
[
|
|
523
|
-
"notify",
|
|
524
|
-
"AgentChatThread created successfully"
|
|
525
484
|
]
|
|
526
485
|
]
|
|
527
486
|
},
|
|
@@ -632,10 +591,6 @@
|
|
|
632
591
|
}
|
|
633
592
|
]
|
|
634
593
|
}
|
|
635
|
-
],
|
|
636
|
-
[
|
|
637
|
-
"notify",
|
|
638
|
-
"AgentChatThread deleted successfully"
|
|
639
594
|
]
|
|
640
595
|
]
|
|
641
596
|
},
|
|
@@ -746,10 +701,6 @@
|
|
|
746
701
|
}
|
|
747
702
|
]
|
|
748
703
|
}
|
|
749
|
-
],
|
|
750
|
-
[
|
|
751
|
-
"notify",
|
|
752
|
-
"AgentChatThread deleted successfully"
|
|
753
704
|
]
|
|
754
705
|
]
|
|
755
706
|
}
|
|
@@ -769,6 +720,5 @@
|
|
|
769
720
|
}
|
|
770
721
|
]
|
|
771
722
|
}
|
|
772
|
-
]
|
|
773
|
-
|
|
774
|
-
}
|
|
723
|
+
]
|
|
724
|
+
}
|
|
@@ -1,5 +1,7 @@
|
|
|
1
1
|
{
|
|
2
|
-
"name": "
|
|
2
|
+
"name": "std-agent-classifier",
|
|
3
|
+
"version": "1.0.0",
|
|
4
|
+
"description": "Classification flow atom for agent-powered text classification. Composes UI atoms (stdModal for input form, stdNotification for result badge) with an agent trait that uses agent/generate with a classification prompt.",
|
|
3
5
|
"orbitals": [
|
|
4
6
|
{
|
|
5
7
|
"name": "AgentClassifierOrbital",
|
|
@@ -72,6 +74,9 @@
|
|
|
72
74
|
"linkedEntity": "AgentClassifier",
|
|
73
75
|
"category": "interaction",
|
|
74
76
|
"emits": [
|
|
77
|
+
{
|
|
78
|
+
"event": "SAVE"
|
|
79
|
+
},
|
|
75
80
|
{
|
|
76
81
|
"event": "CLASSIFIED"
|
|
77
82
|
}
|
|
@@ -398,10 +403,6 @@
|
|
|
398
403
|
}
|
|
399
404
|
]
|
|
400
405
|
}
|
|
401
|
-
],
|
|
402
|
-
[
|
|
403
|
-
"notify",
|
|
404
|
-
"AgentClassifier created successfully"
|
|
405
406
|
]
|
|
406
407
|
]
|
|
407
408
|
}
|
|
@@ -866,6 +867,5 @@
|
|
|
866
867
|
}
|
|
867
868
|
]
|
|
868
869
|
}
|
|
869
|
-
]
|
|
870
|
-
|
|
871
|
-
}
|
|
870
|
+
]
|
|
871
|
+
}
|
|
@@ -1,5 +1,7 @@
|
|
|
1
1
|
{
|
|
2
|
-
"name": "
|
|
2
|
+
"name": "std-agent-completion",
|
|
3
|
+
"version": "1.0.0",
|
|
4
|
+
"description": "Completion flow atom for agent text generation. Composes UI atoms (stdModal for prompt input, stdNotification for feedback) with an agent trait that handles agent/generate and retry logic.",
|
|
3
5
|
"orbitals": [
|
|
4
6
|
{
|
|
5
7
|
"name": "AgentCompletionOrbital",
|
|
@@ -77,6 +79,9 @@
|
|
|
77
79
|
"linkedEntity": "AgentCompletion",
|
|
78
80
|
"category": "interaction",
|
|
79
81
|
"emits": [
|
|
82
|
+
{
|
|
83
|
+
"event": "SAVE"
|
|
84
|
+
},
|
|
80
85
|
{
|
|
81
86
|
"event": "GENERATED"
|
|
82
87
|
}
|
|
@@ -391,10 +396,6 @@
|
|
|
391
396
|
}
|
|
392
397
|
]
|
|
393
398
|
}
|
|
394
|
-
],
|
|
395
|
-
[
|
|
396
|
-
"notify",
|
|
397
|
-
"AgentCompletion created successfully"
|
|
398
399
|
]
|
|
399
400
|
]
|
|
400
401
|
}
|
|
@@ -928,6 +929,5 @@
|
|
|
928
929
|
}
|
|
929
930
|
]
|
|
930
931
|
}
|
|
931
|
-
]
|
|
932
|
-
|
|
933
|
-
}
|
|
932
|
+
]
|
|
933
|
+
}
|
|
@@ -1,5 +1,7 @@
|
|
|
1
1
|
{
|
|
2
|
-
"name": "
|
|
2
|
+
"name": "std-agent-context-window",
|
|
3
|
+
"version": "1.0.0",
|
|
4
|
+
"description": "Context window management atom for agent token tracking. Composes UI atoms (stdAgentTokenGauge for visual display, stdNotification for threshold alerts) with an agent trait that handles agent/compact, agent/token-count, and agent/context-usage.",
|
|
3
5
|
"orbitals": [
|
|
4
6
|
{
|
|
5
7
|
"name": "AgentContextWindowOrbital",
|
|
@@ -2289,6 +2291,5 @@
|
|
|
2289
2291
|
}
|
|
2290
2292
|
]
|
|
2291
2293
|
}
|
|
2292
|
-
]
|
|
2293
|
-
|
|
2294
|
-
}
|
|
2294
|
+
]
|
|
2295
|
+
}
|
|
@@ -1,5 +1,7 @@
|
|
|
1
1
|
{
|
|
2
|
-
"name": "
|
|
2
|
+
"name": "std-agent-conversation",
|
|
3
|
+
"version": "1.0.0",
|
|
4
|
+
"description": "Conversation flow atom for multi-turn agent interactions. Composes stdAgentChatThread (message display and compose) with an agent trait that handles agent/generate for AI replies and TOKEN_UPDATE emitting.",
|
|
3
5
|
"orbitals": [
|
|
4
6
|
{
|
|
5
7
|
"name": "AgentConversationOrbital",
|
|
@@ -355,61 +357,6 @@
|
|
|
355
357
|
}
|
|
356
358
|
]
|
|
357
359
|
}
|
|
358
|
-
],
|
|
359
|
-
"fields": [
|
|
360
|
-
{
|
|
361
|
-
"name": "name",
|
|
362
|
-
"type": "string"
|
|
363
|
-
},
|
|
364
|
-
{
|
|
365
|
-
"name": "description",
|
|
366
|
-
"type": "string"
|
|
367
|
-
},
|
|
368
|
-
{
|
|
369
|
-
"name": "status",
|
|
370
|
-
"type": "string",
|
|
371
|
-
"values": [
|
|
372
|
-
"active",
|
|
373
|
-
"inactive",
|
|
374
|
-
"pending"
|
|
375
|
-
]
|
|
376
|
-
},
|
|
377
|
-
{
|
|
378
|
-
"name": "createdAt",
|
|
379
|
-
"type": "string"
|
|
380
|
-
},
|
|
381
|
-
{
|
|
382
|
-
"name": "messages",
|
|
383
|
-
"type": "array"
|
|
384
|
-
},
|
|
385
|
-
{
|
|
386
|
-
"name": "turnCount",
|
|
387
|
-
"type": "number"
|
|
388
|
-
},
|
|
389
|
-
{
|
|
390
|
-
"name": "lastMessage",
|
|
391
|
-
"type": "string"
|
|
392
|
-
},
|
|
393
|
-
{
|
|
394
|
-
"name": "tokenCount",
|
|
395
|
-
"type": "number"
|
|
396
|
-
},
|
|
397
|
-
{
|
|
398
|
-
"name": "role",
|
|
399
|
-
"type": "string"
|
|
400
|
-
},
|
|
401
|
-
{
|
|
402
|
-
"name": "content",
|
|
403
|
-
"type": "string"
|
|
404
|
-
},
|
|
405
|
-
{
|
|
406
|
-
"name": "timestamp",
|
|
407
|
-
"type": "string"
|
|
408
|
-
},
|
|
409
|
-
{
|
|
410
|
-
"name": "toolName",
|
|
411
|
-
"type": "string"
|
|
412
|
-
}
|
|
413
360
|
]
|
|
414
361
|
}
|
|
415
362
|
]
|
|
@@ -554,10 +501,6 @@
|
|
|
554
501
|
}
|
|
555
502
|
]
|
|
556
503
|
}
|
|
557
|
-
],
|
|
558
|
-
[
|
|
559
|
-
"notify",
|
|
560
|
-
"AgentConversation created successfully"
|
|
561
504
|
]
|
|
562
505
|
]
|
|
563
506
|
},
|
|
@@ -668,10 +611,6 @@
|
|
|
668
611
|
}
|
|
669
612
|
]
|
|
670
613
|
}
|
|
671
|
-
],
|
|
672
|
-
[
|
|
673
|
-
"notify",
|
|
674
|
-
"AgentConversation deleted successfully"
|
|
675
614
|
]
|
|
676
615
|
]
|
|
677
616
|
},
|
|
@@ -782,10 +721,6 @@
|
|
|
782
721
|
}
|
|
783
722
|
]
|
|
784
723
|
}
|
|
785
|
-
],
|
|
786
|
-
[
|
|
787
|
-
"notify",
|
|
788
|
-
"AgentConversation deleted successfully"
|
|
789
724
|
]
|
|
790
725
|
]
|
|
791
726
|
}
|
|
@@ -1015,6 +950,5 @@
|
|
|
1015
950
|
}
|
|
1016
951
|
]
|
|
1017
952
|
}
|
|
1018
|
-
]
|
|
1019
|
-
|
|
1020
|
-
}
|
|
953
|
+
]
|
|
954
|
+
}
|
|
@@ -1,5 +1,7 @@
|
|
|
1
1
|
{
|
|
2
|
-
"name": "
|
|
2
|
+
"name": "std-agent-memory",
|
|
3
|
+
"version": "1.0.0",
|
|
4
|
+
"description": "Memory lifecycle atom for agent memory operations. Composes UI atoms (stdBrowse for memory table, stdModal for memorize form) with an agent trait that handles agent/memorize, agent/recall, agent/pin, agent/forget, agent/reinforce, and agent/decay operators.",
|
|
3
5
|
"orbitals": [
|
|
4
6
|
{
|
|
5
7
|
"name": "AgentMemoryOrbital",
|
|
@@ -74,23 +76,23 @@
|
|
|
74
76
|
"listens": [
|
|
75
77
|
{
|
|
76
78
|
"event": "MEMORIZED",
|
|
77
|
-
"triggers": "
|
|
79
|
+
"triggers": "INIT"
|
|
78
80
|
},
|
|
79
81
|
{
|
|
80
82
|
"event": "PINNED",
|
|
81
|
-
"triggers": "
|
|
83
|
+
"triggers": "INIT"
|
|
82
84
|
},
|
|
83
85
|
{
|
|
84
86
|
"event": "FORGOT",
|
|
85
|
-
"triggers": "
|
|
87
|
+
"triggers": "INIT"
|
|
86
88
|
},
|
|
87
89
|
{
|
|
88
90
|
"event": "REINFORCED",
|
|
89
|
-
"triggers": "
|
|
91
|
+
"triggers": "INIT"
|
|
90
92
|
},
|
|
91
93
|
{
|
|
92
94
|
"event": "DECAYED",
|
|
93
|
-
"triggers": "
|
|
95
|
+
"triggers": "INIT"
|
|
94
96
|
}
|
|
95
97
|
],
|
|
96
98
|
"stateMachine": {
|
|
@@ -161,61 +163,6 @@
|
|
|
161
163
|
"type": "object"
|
|
162
164
|
}
|
|
163
165
|
]
|
|
164
|
-
},
|
|
165
|
-
{
|
|
166
|
-
"key": "MEMORIZED",
|
|
167
|
-
"name": "MEMORIZED",
|
|
168
|
-
"payload": [
|
|
169
|
-
{
|
|
170
|
-
"name": "data",
|
|
171
|
-
"type": "object",
|
|
172
|
-
"required": true
|
|
173
|
-
}
|
|
174
|
-
]
|
|
175
|
-
},
|
|
176
|
-
{
|
|
177
|
-
"key": "PINNED",
|
|
178
|
-
"name": "PINNED",
|
|
179
|
-
"payload": [
|
|
180
|
-
{
|
|
181
|
-
"name": "data",
|
|
182
|
-
"type": "object",
|
|
183
|
-
"required": true
|
|
184
|
-
}
|
|
185
|
-
]
|
|
186
|
-
},
|
|
187
|
-
{
|
|
188
|
-
"key": "FORGOT",
|
|
189
|
-
"name": "FORGOT",
|
|
190
|
-
"payload": [
|
|
191
|
-
{
|
|
192
|
-
"name": "data",
|
|
193
|
-
"type": "object",
|
|
194
|
-
"required": true
|
|
195
|
-
}
|
|
196
|
-
]
|
|
197
|
-
},
|
|
198
|
-
{
|
|
199
|
-
"key": "REINFORCED",
|
|
200
|
-
"name": "REINFORCED",
|
|
201
|
-
"payload": [
|
|
202
|
-
{
|
|
203
|
-
"name": "data",
|
|
204
|
-
"type": "object",
|
|
205
|
-
"required": true
|
|
206
|
-
}
|
|
207
|
-
]
|
|
208
|
-
},
|
|
209
|
-
{
|
|
210
|
-
"key": "DECAYED",
|
|
211
|
-
"name": "DECAYED",
|
|
212
|
-
"payload": [
|
|
213
|
-
{
|
|
214
|
-
"name": "data",
|
|
215
|
-
"type": "object",
|
|
216
|
-
"required": true
|
|
217
|
-
}
|
|
218
|
-
]
|
|
219
166
|
}
|
|
220
167
|
],
|
|
221
168
|
"transitions": [
|
|
@@ -358,61 +305,6 @@
|
|
|
358
305
|
}
|
|
359
306
|
]
|
|
360
307
|
]
|
|
361
|
-
},
|
|
362
|
-
{
|
|
363
|
-
"from": "browsing",
|
|
364
|
-
"to": "browsing",
|
|
365
|
-
"event": "MEMORIZED",
|
|
366
|
-
"effects": [
|
|
367
|
-
[
|
|
368
|
-
"ref",
|
|
369
|
-
"AgentMemory"
|
|
370
|
-
]
|
|
371
|
-
]
|
|
372
|
-
},
|
|
373
|
-
{
|
|
374
|
-
"from": "browsing",
|
|
375
|
-
"to": "browsing",
|
|
376
|
-
"event": "PINNED",
|
|
377
|
-
"effects": [
|
|
378
|
-
[
|
|
379
|
-
"ref",
|
|
380
|
-
"AgentMemory"
|
|
381
|
-
]
|
|
382
|
-
]
|
|
383
|
-
},
|
|
384
|
-
{
|
|
385
|
-
"from": "browsing",
|
|
386
|
-
"to": "browsing",
|
|
387
|
-
"event": "FORGOT",
|
|
388
|
-
"effects": [
|
|
389
|
-
[
|
|
390
|
-
"ref",
|
|
391
|
-
"AgentMemory"
|
|
392
|
-
]
|
|
393
|
-
]
|
|
394
|
-
},
|
|
395
|
-
{
|
|
396
|
-
"from": "browsing",
|
|
397
|
-
"to": "browsing",
|
|
398
|
-
"event": "REINFORCED",
|
|
399
|
-
"effects": [
|
|
400
|
-
[
|
|
401
|
-
"ref",
|
|
402
|
-
"AgentMemory"
|
|
403
|
-
]
|
|
404
|
-
]
|
|
405
|
-
},
|
|
406
|
-
{
|
|
407
|
-
"from": "browsing",
|
|
408
|
-
"to": "browsing",
|
|
409
|
-
"event": "DECAYED",
|
|
410
|
-
"effects": [
|
|
411
|
-
[
|
|
412
|
-
"ref",
|
|
413
|
-
"AgentMemory"
|
|
414
|
-
]
|
|
415
|
-
]
|
|
416
308
|
}
|
|
417
309
|
]
|
|
418
310
|
}
|
|
@@ -422,6 +314,9 @@
|
|
|
422
314
|
"linkedEntity": "AgentMemory",
|
|
423
315
|
"category": "interaction",
|
|
424
316
|
"emits": [
|
|
317
|
+
{
|
|
318
|
+
"event": "SAVE"
|
|
319
|
+
},
|
|
425
320
|
{
|
|
426
321
|
"event": "MEMORIZED"
|
|
427
322
|
}
|
|
@@ -559,10 +454,6 @@
|
|
|
559
454
|
[
|
|
560
455
|
"emit",
|
|
561
456
|
"MEMORIZED"
|
|
562
|
-
],
|
|
563
|
-
[
|
|
564
|
-
"notify",
|
|
565
|
-
"AgentMemory created successfully"
|
|
566
457
|
]
|
|
567
458
|
]
|
|
568
459
|
}
|
|
@@ -738,10 +629,6 @@
|
|
|
738
629
|
"create",
|
|
739
630
|
"AgentMemory",
|
|
740
631
|
"@payload.data"
|
|
741
|
-
],
|
|
742
|
-
[
|
|
743
|
-
"notify",
|
|
744
|
-
"AgentMemory created successfully"
|
|
745
632
|
]
|
|
746
633
|
]
|
|
747
634
|
},
|
|
@@ -874,6 +761,5 @@
|
|
|
874
761
|
}
|
|
875
762
|
]
|
|
876
763
|
}
|
|
877
|
-
]
|
|
878
|
-
|
|
879
|
-
}
|
|
764
|
+
]
|
|
765
|
+
}
|
|
@@ -1,5 +1,7 @@
|
|
|
1
1
|
{
|
|
2
|
-
"name": "
|
|
2
|
+
"name": "std-agent-provider",
|
|
3
|
+
"version": "1.0.0",
|
|
4
|
+
"description": "Provider routing atom for agent model/provider switching. Composes UI atoms (stdModal for switch form, stdNotification for confirmation) with an agent trait that handles agent/switch-provider, agent/provider, and agent/model operators.",
|
|
3
5
|
"orbitals": [
|
|
4
6
|
{
|
|
5
7
|
"name": "AgentProviderOrbital",
|
|
@@ -72,6 +74,9 @@
|
|
|
72
74
|
"linkedEntity": "AgentProvider",
|
|
73
75
|
"category": "interaction",
|
|
74
76
|
"emits": [
|
|
77
|
+
{
|
|
78
|
+
"event": "SAVE"
|
|
79
|
+
},
|
|
75
80
|
{
|
|
76
81
|
"event": "SWITCHED"
|
|
77
82
|
}
|
|
@@ -396,10 +401,6 @@
|
|
|
396
401
|
}
|
|
397
402
|
]
|
|
398
403
|
}
|
|
399
|
-
],
|
|
400
|
-
[
|
|
401
|
-
"notify",
|
|
402
|
-
"AgentProvider updated successfully"
|
|
403
404
|
]
|
|
404
405
|
]
|
|
405
406
|
}
|
|
@@ -893,6 +894,5 @@
|
|
|
893
894
|
}
|
|
894
895
|
]
|
|
895
896
|
}
|
|
896
|
-
]
|
|
897
|
-
|
|
898
|
-
}
|
|
897
|
+
]
|
|
898
|
+
}
|
|
@@ -1,5 +1,7 @@
|
|
|
1
1
|
{
|
|
2
|
-
"name": "
|
|
2
|
+
"name": "std-agent-search",
|
|
3
|
+
"version": "1.0.0",
|
|
4
|
+
"description": "Code search flow atom for agent-powered codebase searching. Composes stdBrowse (results table) with an agent trait that handles agent/search-code.",
|
|
3
5
|
"orbitals": [
|
|
4
6
|
{
|
|
5
7
|
"name": "AgentSearchOrbital",
|
|
@@ -64,7 +66,7 @@
|
|
|
64
66
|
"listens": [
|
|
65
67
|
{
|
|
66
68
|
"event": "SEARCHED",
|
|
67
|
-
"triggers": "
|
|
69
|
+
"triggers": "INIT"
|
|
68
70
|
}
|
|
69
71
|
],
|
|
70
72
|
"stateMachine": {
|
|
@@ -101,17 +103,6 @@
|
|
|
101
103
|
"type": "object"
|
|
102
104
|
}
|
|
103
105
|
]
|
|
104
|
-
},
|
|
105
|
-
{
|
|
106
|
-
"key": "SEARCHED",
|
|
107
|
-
"name": "SEARCHED",
|
|
108
|
-
"payload": [
|
|
109
|
-
{
|
|
110
|
-
"name": "data",
|
|
111
|
-
"type": "object",
|
|
112
|
-
"required": true
|
|
113
|
-
}
|
|
114
|
-
]
|
|
115
106
|
}
|
|
116
107
|
],
|
|
117
108
|
"transitions": [
|
|
@@ -235,17 +226,6 @@
|
|
|
235
226
|
}
|
|
236
227
|
]
|
|
237
228
|
]
|
|
238
|
-
},
|
|
239
|
-
{
|
|
240
|
-
"from": "browsing",
|
|
241
|
-
"to": "browsing",
|
|
242
|
-
"event": "SEARCHED",
|
|
243
|
-
"effects": [
|
|
244
|
-
[
|
|
245
|
-
"ref",
|
|
246
|
-
"AgentSearch"
|
|
247
|
-
]
|
|
248
|
-
]
|
|
249
229
|
}
|
|
250
230
|
]
|
|
251
231
|
}
|
|
@@ -443,6 +423,5 @@
|
|
|
443
423
|
}
|
|
444
424
|
]
|
|
445
425
|
}
|
|
446
|
-
]
|
|
447
|
-
|
|
448
|
-
}
|
|
426
|
+
]
|
|
427
|
+
}
|