@almadar/std 3.12.1 → 3.13.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.
Files changed (149) hide show
  1. package/behaviors/exports/atoms/std-agent-classifier.orb +402 -0
  2. package/behaviors/exports/atoms/std-agent-completion.orb +469 -0
  3. package/behaviors/exports/atoms/std-agent-context-window.orb +790 -0
  4. package/behaviors/exports/atoms/std-agent-conversation.orb +737 -0
  5. package/behaviors/exports/atoms/std-agent-memory.orb +627 -0
  6. package/behaviors/exports/atoms/std-agent-provider.orb +402 -0
  7. package/behaviors/exports/atoms/std-agent-search.orb +418 -0
  8. package/behaviors/exports/atoms/std-agent-session.orb +825 -0
  9. package/behaviors/exports/atoms/std-agent-tool-call.orb +380 -0
  10. package/behaviors/exports/atoms/std-wizard.orb +63 -70
  11. package/behaviors/exports/molecules/std-agent-fix-loop.orb +1213 -0
  12. package/behaviors/exports/molecules/std-agent-learner.orb +1143 -0
  13. package/behaviors/exports/molecules/std-agent-planner.orb +898 -0
  14. package/behaviors/exports/molecules/std-agent-rag.orb +736 -0
  15. package/behaviors/exports/molecules/std-agent-tool-loop.orb +1237 -0
  16. package/behaviors/exports/molecules/std-detail.orb +4 -0
  17. package/behaviors/exports/molecules/std-geospatial.orb +4 -0
  18. package/behaviors/exports/molecules/std-inventory.orb +8 -0
  19. package/behaviors/exports/molecules/std-list.orb +18 -1
  20. package/behaviors/exports/molecules/std-messaging.orb +4 -0
  21. package/behaviors/exports/organisms/std-agent-assistant.orb +2288 -0
  22. package/behaviors/exports/organisms/std-agent-builder.orb +2664 -0
  23. package/behaviors/exports/organisms/std-agent-pipeline.orb +2307 -0
  24. package/behaviors/exports/organisms/std-agent-reviewer.orb +1743 -0
  25. package/behaviors/exports/organisms/std-agent-tutor.orb +2303 -0
  26. package/behaviors/exports/organisms/std-api-gateway.orb +18 -1
  27. package/behaviors/exports/organisms/std-booking-system.orb +131 -104
  28. package/behaviors/exports/organisms/std-cicd-pipeline.orb +18 -1
  29. package/behaviors/exports/organisms/std-cms.orb +40 -2
  30. package/behaviors/exports/organisms/std-crm.orb +40 -2
  31. package/behaviors/exports/organisms/std-devops-dashboard.orb +18 -1
  32. package/behaviors/exports/organisms/std-finance-tracker.orb +22 -1
  33. package/behaviors/exports/organisms/std-healthcare.orb +167 -136
  34. package/behaviors/exports/organisms/std-helpdesk.orb +22 -1
  35. package/behaviors/exports/organisms/std-hr-portal.orb +115 -88
  36. package/behaviors/exports/organisms/std-iot-dashboard.orb +18 -1
  37. package/behaviors/exports/organisms/std-lms.orb +97 -87
  38. package/behaviors/exports/organisms/std-platformer-app.orb +8 -0
  39. package/behaviors/exports/organisms/std-project-manager.orb +36 -2
  40. package/behaviors/exports/organisms/std-realtime-chat.orb +22 -1
  41. package/behaviors/exports/organisms/std-rpg-game.orb +8 -0
  42. package/behaviors/exports/organisms/std-service-marketplace.orb +36 -2
  43. package/behaviors/exports/organisms/std-social-feed.orb +8 -0
  44. package/behaviors/exports/organisms/std-trading-dashboard.orb +18 -1
  45. package/behaviors/exports/validation-report.json +1425 -0
  46. package/dist/behaviors/exports/atoms/std-agent-classifier.orb +402 -0
  47. package/dist/behaviors/exports/atoms/std-agent-completion.orb +469 -0
  48. package/dist/behaviors/exports/atoms/std-agent-context-window.orb +790 -0
  49. package/dist/behaviors/exports/atoms/std-agent-conversation.orb +737 -0
  50. package/dist/behaviors/exports/atoms/std-agent-memory.orb +627 -0
  51. package/dist/behaviors/exports/atoms/std-agent-provider.orb +402 -0
  52. package/dist/behaviors/exports/atoms/std-agent-search.orb +418 -0
  53. package/dist/behaviors/exports/atoms/std-agent-session.orb +825 -0
  54. package/dist/behaviors/exports/atoms/std-agent-tool-call.orb +380 -0
  55. package/dist/behaviors/exports/atoms/std-wizard.orb +63 -70
  56. package/dist/behaviors/exports/molecules/std-agent-fix-loop.orb +1213 -0
  57. package/dist/behaviors/exports/molecules/std-agent-learner.orb +1143 -0
  58. package/dist/behaviors/exports/molecules/std-agent-planner.orb +898 -0
  59. package/dist/behaviors/exports/molecules/std-agent-rag.orb +736 -0
  60. package/dist/behaviors/exports/molecules/std-agent-tool-loop.orb +1237 -0
  61. package/dist/behaviors/exports/molecules/std-detail.orb +4 -0
  62. package/dist/behaviors/exports/molecules/std-geospatial.orb +4 -0
  63. package/dist/behaviors/exports/molecules/std-inventory.orb +8 -0
  64. package/dist/behaviors/exports/molecules/std-list.orb +18 -1
  65. package/dist/behaviors/exports/molecules/std-messaging.orb +4 -0
  66. package/dist/behaviors/exports/organisms/std-agent-assistant.orb +2288 -0
  67. package/dist/behaviors/exports/organisms/std-agent-builder.orb +2664 -0
  68. package/dist/behaviors/exports/organisms/std-agent-pipeline.orb +2307 -0
  69. package/dist/behaviors/exports/organisms/std-agent-reviewer.orb +1743 -0
  70. package/dist/behaviors/exports/organisms/std-agent-tutor.orb +2303 -0
  71. package/dist/behaviors/exports/organisms/std-api-gateway.orb +18 -1
  72. package/dist/behaviors/exports/organisms/std-booking-system.orb +131 -104
  73. package/dist/behaviors/exports/organisms/std-cicd-pipeline.orb +18 -1
  74. package/dist/behaviors/exports/organisms/std-cms.orb +40 -2
  75. package/dist/behaviors/exports/organisms/std-crm.orb +40 -2
  76. package/dist/behaviors/exports/organisms/std-devops-dashboard.orb +18 -1
  77. package/dist/behaviors/exports/organisms/std-finance-tracker.orb +22 -1
  78. package/dist/behaviors/exports/organisms/std-healthcare.orb +167 -136
  79. package/dist/behaviors/exports/organisms/std-helpdesk.orb +22 -1
  80. package/dist/behaviors/exports/organisms/std-hr-portal.orb +115 -88
  81. package/dist/behaviors/exports/organisms/std-iot-dashboard.orb +18 -1
  82. package/dist/behaviors/exports/organisms/std-lms.orb +97 -87
  83. package/dist/behaviors/exports/organisms/std-platformer-app.orb +8 -0
  84. package/dist/behaviors/exports/organisms/std-project-manager.orb +36 -2
  85. package/dist/behaviors/exports/organisms/std-realtime-chat.orb +22 -1
  86. package/dist/behaviors/exports/organisms/std-rpg-game.orb +8 -0
  87. package/dist/behaviors/exports/organisms/std-service-marketplace.orb +36 -2
  88. package/dist/behaviors/exports/organisms/std-social-feed.orb +8 -0
  89. package/dist/behaviors/exports/organisms/std-trading-dashboard.orb +18 -1
  90. package/dist/behaviors/exports/validation-report.json +1425 -0
  91. package/dist/behaviors/exports-reader.js +6345 -175
  92. package/dist/behaviors/exports-reader.js.map +1 -1
  93. package/dist/behaviors/functions/index.d.ts +620 -1
  94. package/dist/behaviors/functions/index.js +6285 -176
  95. package/dist/behaviors/functions/index.js.map +1 -1
  96. package/dist/behaviors/index.d.ts +1 -1
  97. package/dist/behaviors/index.js +6348 -178
  98. package/dist/behaviors/index.js.map +1 -1
  99. package/dist/behaviors/query.js +6347 -177
  100. package/dist/behaviors/query.js.map +1 -1
  101. package/dist/exports/atoms/std-agent-classifier.orb +402 -0
  102. package/dist/exports/atoms/std-agent-completion.orb +469 -0
  103. package/dist/exports/atoms/std-agent-context-window.orb +790 -0
  104. package/dist/exports/atoms/std-agent-conversation.orb +737 -0
  105. package/dist/exports/atoms/std-agent-memory.orb +627 -0
  106. package/dist/exports/atoms/std-agent-provider.orb +402 -0
  107. package/dist/exports/atoms/std-agent-search.orb +418 -0
  108. package/dist/exports/atoms/std-agent-session.orb +825 -0
  109. package/dist/exports/atoms/std-agent-tool-call.orb +380 -0
  110. package/dist/exports/atoms/std-wizard.orb +63 -70
  111. package/dist/exports/molecules/std-agent-fix-loop.orb +1213 -0
  112. package/dist/exports/molecules/std-agent-learner.orb +1143 -0
  113. package/dist/exports/molecules/std-agent-planner.orb +898 -0
  114. package/dist/exports/molecules/std-agent-rag.orb +736 -0
  115. package/dist/exports/molecules/std-agent-tool-loop.orb +1237 -0
  116. package/dist/exports/molecules/std-detail.orb +4 -0
  117. package/dist/exports/molecules/std-geospatial.orb +4 -0
  118. package/dist/exports/molecules/std-inventory.orb +8 -0
  119. package/dist/exports/molecules/std-list.orb +18 -1
  120. package/dist/exports/molecules/std-messaging.orb +4 -0
  121. package/dist/exports/organisms/std-agent-assistant.orb +2288 -0
  122. package/dist/exports/organisms/std-agent-builder.orb +2664 -0
  123. package/dist/exports/organisms/std-agent-pipeline.orb +2307 -0
  124. package/dist/exports/organisms/std-agent-reviewer.orb +1743 -0
  125. package/dist/exports/organisms/std-agent-tutor.orb +2303 -0
  126. package/dist/exports/organisms/std-api-gateway.orb +18 -1
  127. package/dist/exports/organisms/std-booking-system.orb +131 -104
  128. package/dist/exports/organisms/std-cicd-pipeline.orb +18 -1
  129. package/dist/exports/organisms/std-cms.orb +40 -2
  130. package/dist/exports/organisms/std-crm.orb +40 -2
  131. package/dist/exports/organisms/std-devops-dashboard.orb +18 -1
  132. package/dist/exports/organisms/std-finance-tracker.orb +22 -1
  133. package/dist/exports/organisms/std-healthcare.orb +167 -136
  134. package/dist/exports/organisms/std-helpdesk.orb +22 -1
  135. package/dist/exports/organisms/std-hr-portal.orb +115 -88
  136. package/dist/exports/organisms/std-iot-dashboard.orb +18 -1
  137. package/dist/exports/organisms/std-lms.orb +97 -87
  138. package/dist/exports/organisms/std-platformer-app.orb +8 -0
  139. package/dist/exports/organisms/std-project-manager.orb +36 -2
  140. package/dist/exports/organisms/std-realtime-chat.orb +22 -1
  141. package/dist/exports/organisms/std-rpg-game.orb +8 -0
  142. package/dist/exports/organisms/std-service-marketplace.orb +36 -2
  143. package/dist/exports/organisms/std-social-feed.orb +8 -0
  144. package/dist/exports/organisms/std-trading-dashboard.orb +18 -1
  145. package/dist/exports/validation-report.json +1425 -0
  146. package/dist/index.d.ts +1 -1
  147. package/dist/index.js +6348 -178
  148. package/dist/index.js.map +1 -1
  149. package/package.json +1 -1
@@ -3312,6 +3312,625 @@ interface StdTradingDashboardParams {
3312
3312
  }
3313
3313
  declare function stdTradingDashboard(params: StdTradingDashboardParams): OrbitalSchema;
3314
3314
 
3315
+ /**
3316
+ * std-agent-assistant
3317
+ *
3318
+ * Full chat assistant organism. Composes agent atoms into a multi-turn
3319
+ * conversational agent with memory persistence, context compaction,
3320
+ * and provider switching.
3321
+ *
3322
+ * Composed from:
3323
+ * - stdAgentMemory: memory lifecycle (memorize, recall, pin, forget, reinforce, decay)
3324
+ * - inline ConversationTrait: multi-turn chat with generate + context tracking
3325
+ * - inline ProviderTrait: provider switching based on task complexity
3326
+ *
3327
+ * Cross-trait events:
3328
+ * - MEMORIZE_RESPONSE (Conversation -> Memory): auto-memorize important responses
3329
+ * - PROVIDER_CHANGED (Provider -> Conversation): notify conversation of provider switch
3330
+ *
3331
+ * Pages: /chat (initial), /memory, /provider
3332
+ *
3333
+ * @level organism
3334
+ * @family agent
3335
+ * @packageDocumentation
3336
+ */
3337
+
3338
+ interface StdAgentAssistantParams {
3339
+ appName?: string;
3340
+ assistantFields?: EntityField[];
3341
+ memoryFields?: EntityField[];
3342
+ providerFields?: EntityField[];
3343
+ }
3344
+ declare function stdAgentAssistant(params?: StdAgentAssistantParams): OrbitalSchema;
3345
+
3346
+ /**
3347
+ * std-agent-builder
3348
+ *
3349
+ * Schema builder agent organism. Full build cycle that plans, generates,
3350
+ * validates, and fixes .orb programs. Composes session forking for
3351
+ * checkpoints, tool execution for validation, and learning from outcomes.
3352
+ *
3353
+ * Composed from:
3354
+ * - inline PlannerTrait: breaks prompt into build plan with steps
3355
+ * - inline BuilderTrait: generates schema via agent/generate, validates via agent/invoke
3356
+ * - inline FixLoopTrait: iterates on validation failures with agent/generate
3357
+ * - stdAgentMemory: learns from outcomes (memorize successes, forget failures)
3358
+ *
3359
+ * Cross-trait events:
3360
+ * - PLAN_READY (Planner -> Builder): plan complete, begin building
3361
+ * - BUILD_DONE (Builder -> FixLoop): schema generated, validate it
3362
+ * - FIX_SUCCEEDED (FixLoop -> Memory): record successful fix pattern
3363
+ * - BUILD_FAILED (Builder -> FixLoop): build failed, attempt fix
3364
+ *
3365
+ * Pages: /plan (initial), /build, /fix, /learnings
3366
+ *
3367
+ * @level organism
3368
+ * @family agent
3369
+ * @packageDocumentation
3370
+ */
3371
+
3372
+ interface StdAgentBuilderParams {
3373
+ appName?: string;
3374
+ taskFields?: EntityField[];
3375
+ fixFields?: EntityField[];
3376
+ memoryFields?: EntityField[];
3377
+ }
3378
+ declare function stdAgentBuilder(params?: StdAgentBuilderParams): OrbitalSchema;
3379
+
3380
+ /**
3381
+ * std-agent-reviewer
3382
+ *
3383
+ * Schema/code reviewer organism. Classifies input, searches for relevant
3384
+ * patterns via RAG, recalls best practices from memory, and generates
3385
+ * structured review output with issues, suggestions, and a score.
3386
+ *
3387
+ * Composed from:
3388
+ * - inline ClassifierTrait: classifies input type (schema, component, trait, etc.)
3389
+ * - inline ReviewerTrait: RAG-powered review generation with scoring
3390
+ * - stdAgentMemory: best practices recall and reinforcement
3391
+ *
3392
+ * Cross-trait events:
3393
+ * - CLASSIFIED (Classifier -> Reviewer): input classified, begin review
3394
+ * - REVIEW_COMPLETE (Reviewer -> Memory): reinforce recalled best practices
3395
+ *
3396
+ * Pages: /review (initial), /analysis, /practices
3397
+ *
3398
+ * @level organism
3399
+ * @family agent
3400
+ * @packageDocumentation
3401
+ */
3402
+
3403
+ interface StdAgentReviewerParams {
3404
+ appName?: string;
3405
+ reviewFields?: EntityField[];
3406
+ analysisFields?: EntityField[];
3407
+ memoryFields?: EntityField[];
3408
+ }
3409
+ declare function stdAgentReviewer(params?: StdAgentReviewerParams): OrbitalSchema;
3410
+
3411
+ /**
3412
+ * std-agent-pipeline
3413
+ *
3414
+ * Multi-step pipeline organism. Plans a sequence of steps, executes each
3415
+ * with tool invocations, forks sessions at checkpoints, and supports
3416
+ * rollback on failure.
3417
+ *
3418
+ * Composed from:
3419
+ * - inline PipelinePlannerTrait: breaks goal into ordered steps
3420
+ * - inline PipelineExecutorTrait: executes steps with agent/invoke, forks per step
3421
+ * - stdAgentMemory: stores execution logs and results per step
3422
+ *
3423
+ * Cross-trait events:
3424
+ * - PIPELINE_PLANNED (Planner -> Executor): plan ready, start execution
3425
+ * - STEP_COMPLETE (Executor -> Memory): record step result
3426
+ * - PIPELINE_FINISHED (Executor -> Memory): pipeline done, archive results
3427
+ *
3428
+ * Pages: /pipeline (initial), /execution, /logs
3429
+ *
3430
+ * @level organism
3431
+ * @family agent
3432
+ * @packageDocumentation
3433
+ */
3434
+
3435
+ interface StdAgentPipelineParams {
3436
+ appName?: string;
3437
+ pipelineFields?: EntityField[];
3438
+ executionFields?: EntityField[];
3439
+ memoryFields?: EntityField[];
3440
+ }
3441
+ declare function stdAgentPipeline(params?: StdAgentPipelineParams): OrbitalSchema;
3442
+
3443
+ /**
3444
+ * std-agent-tutor
3445
+ *
3446
+ * Teaching assistant organism. Classifies student level, recalls prior
3447
+ * learning from memory, generates explanations with context-aware
3448
+ * difficulty, and tracks concept strength via memory reinforcement.
3449
+ *
3450
+ * Composed from:
3451
+ * - inline TeachingTrait: assessment, teaching, quizzing flow
3452
+ * - inline QuizTrait: generates and evaluates quiz questions
3453
+ * - stdAgentMemory: tracks concept strength per student topic
3454
+ *
3455
+ * Cross-trait events:
3456
+ * - ASSESSMENT_DONE (Teaching -> Quiz): student assessed, generate quiz
3457
+ * - QUIZ_GRADED (Quiz -> Memory): reinforce or decay concept based on answer
3458
+ * - CONCEPT_RECALLED (Memory -> Teaching): prior learning loaded for context
3459
+ *
3460
+ * Pages: /teach (initial), /quiz, /concepts
3461
+ *
3462
+ * @level organism
3463
+ * @family agent
3464
+ * @packageDocumentation
3465
+ */
3466
+
3467
+ interface StdAgentTutorParams {
3468
+ appName?: string;
3469
+ sessionFields?: EntityField[];
3470
+ quizFields?: EntityField[];
3471
+ memoryFields?: EntityField[];
3472
+ }
3473
+ declare function stdAgentTutor(params?: StdAgentTutorParams): OrbitalSchema;
3474
+
3475
+ /**
3476
+ * std-agent-memory
3477
+ *
3478
+ * Memory lifecycle atom for agent memory operations.
3479
+ * Provides memorize, recall, pin, forget, reinforce, and decay
3480
+ * using agent/* operators.
3481
+ *
3482
+ * @level atom
3483
+ * @family agent
3484
+ * @packageDocumentation
3485
+ */
3486
+
3487
+ interface StdAgentMemoryParams {
3488
+ /** Entity name in PascalCase (default: "Memory") */
3489
+ entityName?: string;
3490
+ /** Extra entity fields (id is auto-added, memory fields are always included) */
3491
+ fields?: EntityField[];
3492
+ /** Persistence mode (default: "persistent") */
3493
+ persistence?: 'persistent' | 'runtime' | 'singleton';
3494
+ /** Page name override */
3495
+ pageName?: string;
3496
+ /** Page path override */
3497
+ pagePath?: string;
3498
+ /** Whether this page is the initial route */
3499
+ isInitial?: boolean;
3500
+ }
3501
+ declare function stdAgentMemoryEntity(params?: StdAgentMemoryParams): Entity;
3502
+ declare function stdAgentMemoryTrait(params?: StdAgentMemoryParams): Trait;
3503
+ declare function stdAgentMemoryPage(params?: StdAgentMemoryParams): Page;
3504
+ declare function stdAgentMemory(params?: StdAgentMemoryParams): OrbitalDefinition;
3505
+
3506
+ /**
3507
+ * std-agent-completion
3508
+ *
3509
+ * Completion flow atom for agent text generation.
3510
+ * Wraps agent/generate with idle -> generating -> completed -> error lifecycle.
3511
+ *
3512
+ * @level atom
3513
+ * @family agent
3514
+ * @packageDocumentation
3515
+ */
3516
+
3517
+ interface StdAgentCompletionParams {
3518
+ /** Entity name in PascalCase (default: "Completion") */
3519
+ entityName?: string;
3520
+ /** Extra entity fields (id is auto-added, completion fields are always included) */
3521
+ fields?: EntityField[];
3522
+ /** Persistence mode (default: "persistent") */
3523
+ persistence?: 'persistent' | 'runtime' | 'singleton';
3524
+ /** Page name override */
3525
+ pageName?: string;
3526
+ /** Page path override */
3527
+ pagePath?: string;
3528
+ /** Whether this page is the initial route */
3529
+ isInitial?: boolean;
3530
+ }
3531
+ declare function stdAgentCompletionEntity(params?: StdAgentCompletionParams): Entity;
3532
+ declare function stdAgentCompletionTrait(params?: StdAgentCompletionParams): Trait;
3533
+ declare function stdAgentCompletionPage(params?: StdAgentCompletionParams): Page;
3534
+ declare function stdAgentCompletion(params?: StdAgentCompletionParams): OrbitalDefinition;
3535
+
3536
+ /**
3537
+ * std-agent-conversation
3538
+ *
3539
+ * Conversation flow atom for multi-turn agent interactions.
3540
+ * Manages message history, turn counting, and token tracking
3541
+ * using agent/generate for AI replies.
3542
+ *
3543
+ * @level atom
3544
+ * @family agent
3545
+ * @packageDocumentation
3546
+ */
3547
+
3548
+ interface StdAgentConversationParams {
3549
+ /** Entity name in PascalCase (default: "Conversation") */
3550
+ entityName?: string;
3551
+ /** Extra entity fields (id is auto-added, conversation fields are always included) */
3552
+ fields?: EntityField[];
3553
+ /** Persistence mode (default: "persistent") */
3554
+ persistence?: 'persistent' | 'runtime' | 'singleton';
3555
+ /** Page name override */
3556
+ pageName?: string;
3557
+ /** Page path override */
3558
+ pagePath?: string;
3559
+ /** Whether this page is the initial route */
3560
+ isInitial?: boolean;
3561
+ }
3562
+ declare function stdAgentConversationEntity(params?: StdAgentConversationParams): Entity;
3563
+ declare function stdAgentConversationTrait(params?: StdAgentConversationParams): Trait;
3564
+ declare function stdAgentConversationPage(params?: StdAgentConversationParams): Page;
3565
+ declare function stdAgentConversation(params?: StdAgentConversationParams): OrbitalDefinition;
3566
+
3567
+ /**
3568
+ * std-agent-tool-call
3569
+ *
3570
+ * Tool execution atom for agent tool invocation.
3571
+ * Manages the lifecycle of invoking external tools: idle -> executing -> completed/failed.
3572
+ * Emits TOOL_STARTED and TOOL_COMPLETED for cross-trait wiring.
3573
+ *
3574
+ * @level atom
3575
+ * @family agent
3576
+ * @packageDocumentation
3577
+ */
3578
+
3579
+ interface StdAgentToolCallParams {
3580
+ /** Entity name in PascalCase (default: "ToolCall") */
3581
+ entityName?: string;
3582
+ /** Extra entity fields (id is auto-added, tool call fields are always included) */
3583
+ fields?: EntityField[];
3584
+ /** Persistence mode (default: "persistent") */
3585
+ persistence?: 'persistent' | 'runtime' | 'singleton';
3586
+ /** Page name override */
3587
+ pageName?: string;
3588
+ /** Page path override */
3589
+ pagePath?: string;
3590
+ /** Whether this page is the initial route */
3591
+ isInitial?: boolean;
3592
+ }
3593
+ declare function stdAgentToolCallEntity(params?: StdAgentToolCallParams): Entity;
3594
+ declare function stdAgentToolCallTrait(params?: StdAgentToolCallParams): Trait;
3595
+ declare function stdAgentToolCallPage(params?: StdAgentToolCallParams): Page;
3596
+ declare function stdAgentToolCall(params?: StdAgentToolCallParams): OrbitalDefinition;
3597
+
3598
+ /**
3599
+ * std-agent-context-window
3600
+ *
3601
+ * Context window management atom for agent token tracking.
3602
+ * Monitors token usage and auto-compacts when approaching limits.
3603
+ * States: normal -> approaching_limit -> at_limit with guards on thresholds.
3604
+ *
3605
+ * @level atom
3606
+ * @family agent
3607
+ * @packageDocumentation
3608
+ */
3609
+
3610
+ interface StdAgentContextWindowParams {
3611
+ /** Entity name in PascalCase (default: "ContextWindow") */
3612
+ entityName?: string;
3613
+ /** Extra entity fields (id is auto-added, context window fields are always included) */
3614
+ fields?: EntityField[];
3615
+ /** Persistence mode (default: "persistent") */
3616
+ persistence?: 'persistent' | 'runtime' | 'singleton';
3617
+ /** Token threshold percentage for approaching_limit (default: 0.85) */
3618
+ warningThreshold?: number;
3619
+ /** Page name override */
3620
+ pageName?: string;
3621
+ /** Page path override */
3622
+ pagePath?: string;
3623
+ /** Whether this page is the initial route */
3624
+ isInitial?: boolean;
3625
+ }
3626
+ declare function stdAgentContextWindowEntity(params?: StdAgentContextWindowParams): Entity;
3627
+ declare function stdAgentContextWindowTrait(params?: StdAgentContextWindowParams): Trait;
3628
+ declare function stdAgentContextWindowPage(params?: StdAgentContextWindowParams): Page;
3629
+ declare function stdAgentContextWindow(params?: StdAgentContextWindowParams): OrbitalDefinition;
3630
+
3631
+ /**
3632
+ * std-agent-provider
3633
+ *
3634
+ * Provider routing atom for agent model/provider switching.
3635
+ * Manages current provider, model selection, and fallback routing.
3636
+ * Uses agent/switch-provider, agent/provider, and agent/model operators.
3637
+ *
3638
+ * @level atom
3639
+ * @family agent
3640
+ * @packageDocumentation
3641
+ */
3642
+
3643
+ interface StdAgentProviderParams {
3644
+ /** Entity name in PascalCase (default: "ProviderState") */
3645
+ entityName?: string;
3646
+ /** Extra entity fields (id is auto-added, provider fields are always included) */
3647
+ fields?: EntityField[];
3648
+ /** Persistence mode (default: "persistent") */
3649
+ persistence?: 'persistent' | 'runtime' | 'singleton';
3650
+ /** Page name override */
3651
+ pageName?: string;
3652
+ /** Page path override */
3653
+ pagePath?: string;
3654
+ /** Whether this page is the initial route */
3655
+ isInitial?: boolean;
3656
+ }
3657
+ declare function stdAgentProviderEntity(params?: StdAgentProviderParams): Entity;
3658
+ declare function stdAgentProviderTrait(params?: StdAgentProviderParams): Trait;
3659
+ declare function stdAgentProviderPage(params?: StdAgentProviderParams): Page;
3660
+ declare function stdAgentProvider(params?: StdAgentProviderParams): OrbitalDefinition;
3661
+
3662
+ /**
3663
+ * std-agent-session
3664
+ *
3665
+ * Session lifecycle atom for agent session management.
3666
+ * Handles session creation, forking, labeling, and ending.
3667
+ * Uses agent/fork, agent/label, and agent/session-id operators.
3668
+ *
3669
+ * @level atom
3670
+ * @family agent
3671
+ * @packageDocumentation
3672
+ */
3673
+
3674
+ interface StdAgentSessionParams {
3675
+ /** Entity name in PascalCase (default: "Session") */
3676
+ entityName?: string;
3677
+ /** Extra entity fields (id is auto-added, session fields are always included) */
3678
+ fields?: EntityField[];
3679
+ /** Persistence mode (default: "persistent") */
3680
+ persistence?: 'persistent' | 'runtime' | 'singleton';
3681
+ /** Page name override */
3682
+ pageName?: string;
3683
+ /** Page path override */
3684
+ pagePath?: string;
3685
+ /** Whether this page is the initial route */
3686
+ isInitial?: boolean;
3687
+ }
3688
+ declare function stdAgentSessionEntity(params?: StdAgentSessionParams): Entity;
3689
+ declare function stdAgentSessionTrait(params?: StdAgentSessionParams): Trait;
3690
+ declare function stdAgentSessionPage(params?: StdAgentSessionParams): Page;
3691
+ declare function stdAgentSession(params?: StdAgentSessionParams): OrbitalDefinition;
3692
+
3693
+ /**
3694
+ * std-agent-classifier
3695
+ *
3696
+ * Classification flow atom for agent-powered text classification.
3697
+ * Uses agent/generate with a classification prompt to categorize input text.
3698
+ * States: idle -> classifying -> classified.
3699
+ *
3700
+ * @level atom
3701
+ * @family agent
3702
+ * @packageDocumentation
3703
+ */
3704
+
3705
+ interface StdAgentClassifierParams {
3706
+ /** Entity name in PascalCase (default: "Classification") */
3707
+ entityName?: string;
3708
+ /** Extra entity fields (id is auto-added, classification fields are always included) */
3709
+ fields?: EntityField[];
3710
+ /** Persistence mode (default: "persistent") */
3711
+ persistence?: 'persistent' | 'runtime' | 'singleton';
3712
+ /** Available categories for classification */
3713
+ categories?: string[];
3714
+ /** Page name override */
3715
+ pageName?: string;
3716
+ /** Page path override */
3717
+ pagePath?: string;
3718
+ /** Whether this page is the initial route */
3719
+ isInitial?: boolean;
3720
+ }
3721
+ declare function stdAgentClassifierEntity(params?: StdAgentClassifierParams): Entity;
3722
+ declare function stdAgentClassifierTrait(params?: StdAgentClassifierParams): Trait;
3723
+ declare function stdAgentClassifierPage(params?: StdAgentClassifierParams): Page;
3724
+ declare function stdAgentClassifier(params?: StdAgentClassifierParams): OrbitalDefinition;
3725
+
3726
+ /**
3727
+ * std-agent-search
3728
+ *
3729
+ * Code search flow atom for agent-powered codebase searching.
3730
+ * Uses agent/search-code to find relevant code across a repository.
3731
+ * States: idle -> searching -> results.
3732
+ *
3733
+ * @level atom
3734
+ * @family agent
3735
+ * @packageDocumentation
3736
+ */
3737
+
3738
+ interface StdAgentSearchParams {
3739
+ /** Entity name in PascalCase (default: "SearchResult") */
3740
+ entityName?: string;
3741
+ /** Extra entity fields (id is auto-added, search fields are always included) */
3742
+ fields?: EntityField[];
3743
+ /** Persistence mode (default: "persistent") */
3744
+ persistence?: 'persistent' | 'runtime' | 'singleton';
3745
+ /** Page name override */
3746
+ pageName?: string;
3747
+ /** Page path override */
3748
+ pagePath?: string;
3749
+ /** Whether this page is the initial route */
3750
+ isInitial?: boolean;
3751
+ }
3752
+ declare function stdAgentSearchEntity(params?: StdAgentSearchParams): Entity;
3753
+ declare function stdAgentSearchTrait(params?: StdAgentSearchParams): Trait;
3754
+ declare function stdAgentSearchPage(params?: StdAgentSearchParams): Page;
3755
+ declare function stdAgentSearch(params?: StdAgentSearchParams): OrbitalDefinition;
3756
+
3757
+ /**
3758
+ * std-agent-rag — Retrieval-Augmented Generation
3759
+ *
3760
+ * Composes memory recall, code search, and LLM completion into a RAG pipeline.
3761
+ * Retrieves relevant memories and code snippets, injects them as context,
3762
+ * then generates a response with the augmented prompt. Reinforces memories
3763
+ * that contributed to the final output.
3764
+ *
3765
+ * Traits composed (inline, representing atom-level concerns):
3766
+ * - RagMemory: recall memories by semantic query
3767
+ * - RagSearch: search code repositories for relevant snippets
3768
+ * - RagCompletion: generate response with augmented context
3769
+ *
3770
+ * @level molecule
3771
+ * @family agent
3772
+ * @packageDocumentation
3773
+ */
3774
+
3775
+ interface StdAgentRagParams {
3776
+ entityName?: string;
3777
+ fields?: EntityField[];
3778
+ persistence?: 'persistent' | 'runtime' | 'singleton';
3779
+ pageName?: string;
3780
+ pagePath?: string;
3781
+ isInitial?: boolean;
3782
+ /** Max memory hits to retrieve (default 5) */
3783
+ memoryLimit?: number;
3784
+ /** Programming language filter for code search */
3785
+ searchLanguage?: string;
3786
+ }
3787
+ declare function stdAgentRagEntity(params: StdAgentRagParams): Entity;
3788
+ declare function stdAgentRagTrait(params: StdAgentRagParams): Trait;
3789
+ declare function stdAgentRagPage(params: StdAgentRagParams): Page;
3790
+ declare function stdAgentRag(params: StdAgentRagParams): OrbitalDefinition;
3791
+
3792
+ /**
3793
+ * std-agent-tool-loop — Tool execution loop
3794
+ *
3795
+ * Composes LLM completion, tool invocation, and context window management
3796
+ * into an iterative tool-use loop. The agent generates a plan, invokes tools
3797
+ * to execute steps, checks results, and either loops back or finishes.
3798
+ * Automatically compacts the context window when usage gets too high.
3799
+ *
3800
+ * Traits composed (inline, representing atom-level concerns):
3801
+ * - ToolLoopCompletion: LLM plan generation and result checking
3802
+ * - ToolLoopInvoke: tool invocation with argument passing
3803
+ * - ToolLoopContext: context window monitoring and compaction
3804
+ *
3805
+ * @level molecule
3806
+ * @family agent
3807
+ * @packageDocumentation
3808
+ */
3809
+
3810
+ interface StdAgentToolLoopParams {
3811
+ entityName?: string;
3812
+ fields?: EntityField[];
3813
+ persistence?: 'persistent' | 'runtime' | 'singleton';
3814
+ pageName?: string;
3815
+ pagePath?: string;
3816
+ isInitial?: boolean;
3817
+ /** Maximum iterations before forced stop (default 10) */
3818
+ maxIterations?: number;
3819
+ /** Context usage threshold (0-1) that triggers compaction (default 0.8) */
3820
+ compactThreshold?: number;
3821
+ }
3822
+ declare function stdAgentToolLoopEntity(params: StdAgentToolLoopParams): Entity;
3823
+ declare function stdAgentToolLoopTrait(params: StdAgentToolLoopParams): Trait;
3824
+ declare function stdAgentToolLoopPage(params: StdAgentToolLoopParams): Page;
3825
+ declare function stdAgentToolLoop(params: StdAgentToolLoopParams): OrbitalDefinition;
3826
+
3827
+ /**
3828
+ * std-agent-fix-loop — Validation-fix cycle
3829
+ *
3830
+ * Composes tool invocation (validate + fix) and LLM completion into an
3831
+ * iterative validation-fix loop. Validates a target, and if errors are found,
3832
+ * generates a fix via LLM, applies it via tool invocation, then re-validates.
3833
+ * Loops up to maxAttempts rounds (default 5).
3834
+ *
3835
+ * Traits composed (inline, representing atom-level concerns):
3836
+ * - FixLoopValidate: tool invocation for running validation
3837
+ * - FixLoopFix: LLM completion to generate fixes + tool invocation to apply
3838
+ * - FixLoopOrchestrator: state machine orchestrating the validate-fix cycle
3839
+ *
3840
+ * @level molecule
3841
+ * @family agent
3842
+ * @packageDocumentation
3843
+ */
3844
+
3845
+ interface StdAgentFixLoopParams {
3846
+ entityName?: string;
3847
+ fields?: EntityField[];
3848
+ persistence?: 'persistent' | 'runtime' | 'singleton';
3849
+ pageName?: string;
3850
+ pagePath?: string;
3851
+ isInitial?: boolean;
3852
+ /** Maximum fix attempts before giving up (default 5) */
3853
+ maxAttempts?: number;
3854
+ /** Tool name used for validation (default 'validate-schema') */
3855
+ validateTool?: string;
3856
+ /** Tool name used to apply fixes (default 'apply-fix') */
3857
+ fixTool?: string;
3858
+ }
3859
+ declare function stdAgentFixLoopEntity(params: StdAgentFixLoopParams): Entity;
3860
+ declare function stdAgentFixLoopTrait(params: StdAgentFixLoopParams): Trait;
3861
+ declare function stdAgentFixLoopPage(params: StdAgentFixLoopParams): Page;
3862
+ declare function stdAgentFixLoop(params: StdAgentFixLoopParams): OrbitalDefinition;
3863
+
3864
+ /**
3865
+ * std-agent-planner — Task planning
3866
+ *
3867
+ * Composes classification, memory recall, and LLM completion into a
3868
+ * task planning pipeline. Classifies the incoming task, recalls relevant
3869
+ * memories for context, then generates a step-by-step execution plan
3870
+ * with confidence scoring.
3871
+ *
3872
+ * Traits composed (inline, representing atom-level concerns):
3873
+ * - PlannerClassifier: categorize the task type
3874
+ * - PlannerMemory: recall relevant past patterns and plans
3875
+ * - PlannerCompletion: generate the step-by-step plan via LLM
3876
+ *
3877
+ * @level molecule
3878
+ * @family agent
3879
+ * @packageDocumentation
3880
+ */
3881
+
3882
+ interface StdAgentPlannerParams {
3883
+ entityName?: string;
3884
+ fields?: EntityField[];
3885
+ persistence?: 'persistent' | 'runtime' | 'singleton';
3886
+ pageName?: string;
3887
+ pagePath?: string;
3888
+ isInitial?: boolean;
3889
+ /** Categories for task classification (default: ['code', 'schema', 'design', 'debug', 'deploy']) */
3890
+ categories?: string[];
3891
+ /** Max memories to recall for context (default 5) */
3892
+ memoryLimit?: number;
3893
+ }
3894
+ declare function stdAgentPlannerEntity(params: StdAgentPlannerParams): Entity;
3895
+ declare function stdAgentPlannerTrait(params: StdAgentPlannerParams): Trait;
3896
+ declare function stdAgentPlannerPage(params: StdAgentPlannerParams): Page;
3897
+ declare function stdAgentPlanner(params: StdAgentPlannerParams): OrbitalDefinition;
3898
+
3899
+ /**
3900
+ * std-agent-learner — Outcome learning
3901
+ *
3902
+ * Composes memory management, LLM completion, and provider routing into
3903
+ * an outcome learning pipeline. Listens for task success/failure events,
3904
+ * memorizes outcomes, reinforces memories for successes, applies decay
3905
+ * for failures, and adjusts provider routing based on accumulated results.
3906
+ *
3907
+ * Traits composed (inline, representing atom-level concerns):
3908
+ * - LearnerMemory: memorize outcomes, reinforce/decay based on results
3909
+ * - LearnerCompletion: analyze outcome impact via LLM
3910
+ * - LearnerProvider: adjust provider routing based on success patterns
3911
+ *
3912
+ * @level molecule
3913
+ * @family agent
3914
+ * @packageDocumentation
3915
+ */
3916
+
3917
+ interface StdAgentLearnerParams {
3918
+ entityName?: string;
3919
+ fields?: EntityField[];
3920
+ persistence?: 'persistent' | 'runtime' | 'singleton';
3921
+ pageName?: string;
3922
+ pagePath?: string;
3923
+ isInitial?: boolean;
3924
+ /** Provider to switch to on repeated failures (default 'anthropic') */
3925
+ fallbackProvider?: string;
3926
+ /** Failure threshold that triggers provider switch (default 3) */
3927
+ failureThreshold?: number;
3928
+ }
3929
+ declare function stdAgentLearnerEntity(params: StdAgentLearnerParams): Entity;
3930
+ declare function stdAgentLearnerTrait(params: StdAgentLearnerParams): Trait;
3931
+ declare function stdAgentLearnerPage(params: StdAgentLearnerParams): Page;
3932
+ declare function stdAgentLearner(params: StdAgentLearnerParams): OrbitalDefinition;
3933
+
3315
3934
  /**
3316
3935
  * std-validate-on-save
3317
3936
  *
@@ -3755,4 +4374,4 @@ declare function stdServiceCustomNoauthTrait(params: StdServiceCustomNoauthParam
3755
4374
  declare function stdServiceCustomNoauthPage(params: StdServiceCustomNoauthParams): Page;
3756
4375
  declare function stdServiceCustomNoauth(params: StdServiceCustomNoauthParams): OrbitalDefinition;
3757
4376
 
3758
- export { type StdApiGatewayParams, type StdArcadeGameParams, type StdAsyncParams, type StdAutoregressiveParams, type StdBookingSystemParams, type StdBrowseParams, type StdBuilderGameParams, type StdCacheAsideParams, type StdCalendarParams, type StdCartParams, type StdCicdPipelineParams, type StdCircuitBreakerParams, type StdClassifierGameParams, type StdClassifierParams, type StdCmsParams, type StdCodingAcademyParams, type StdCollisionParams, type StdCombatLogParams, type StdCombatParams, type StdConfirmationParams, type StdCrmParams, type StdDebuggerGameParams, type StdDetailParams, type StdDevopsDashboardParams, type StdDialogueBoxParams, type StdDisplayParams, type StdDrawerParams, type StdEcommerceParams, type StdEventHandlerGameParams, type StdFilterParams, type StdFinanceTrackerParams, type StdFlipCardParams, type StdFormAdvancedParams, type StdGalleryParams, type StdGameAudioParams, type StdGameCanvas2dParams, type StdGameCanvas3dParams, type StdGameHudParams, type StdGameMenuParams, type StdGameOverScreenParams, type StdGameflowParams, type StdGeospatialParams, type StdGraphClassifierParams, type StdHealthcareParams, type StdHelpdeskParams, type StdHrPortalParams, type StdInputParams, type StdInventoryPanelParams, type StdInventoryParams, type StdIotDashboardParams, type StdIsometricCanvasParams, type StdListParams, type StdLmsParams, type StdLoadingParams, type StdLogicTrainingParams, type StdMessagingParams, type StdModalParams, type StdMovementParams, type StdNegotiatorGameParams, type StdNotificationParams, type StdOverworldParams, type StdPaginationParams, type StdPhysics2dParams, type StdPlatformerAppParams, type StdPlatformerCanvasParams, type StdPlatformerGameParams, type StdProjectManagerParams, type StdPuzzleAppParams, type StdPuzzleGameParams, type StdQuestParams, type StdQuizParams, type StdRateLimiterParams, type StdRatingParams, type StdRealtimeChatParams, type StdRlAgentParams, type StdRpgGameParams, type StdScoreBoardParams, type StdScoreParams, type StdSearchParams, type StdSelectionParams, type StdSequencerGameParams, type StdServiceContentPipelineParams, type StdServiceCustomApiTesterParams, type StdServiceCustomBearerParams, type StdServiceCustomHeaderParams, type StdServiceCustomNoauthParams, type StdServiceCustomQueryParams, type StdServiceDevopsToolkitParams, type StdServiceEmailParams, type StdServiceGithubParams, type StdServiceLlmParams, type StdServiceMarketplaceParams, type StdServiceNotificationHubParams, type StdServiceOauthParams, type StdServicePaymentFlowParams, type StdServiceRedisParams, type StdServiceResearchAssistantParams, type StdServiceStorageParams, type StdServiceStripeParams, type StdServiceTwilioParams, type StdServiceYoutubeParams, type StdSimulationCanvasParams, type StdSimulatorGameParams, type StdSocialFeedParams, type StdSortParams, type StdSpriteParams, type StdStemLabParams, type StdStrategyGameParams, type StdTabsParams, type StdTextClassifierParams, type StdTextEffectsParams, type StdThemeParams, type StdTimerParams, type StdTradingDashboardParams, type StdTrainerParams, type StdTurnBasedBattleParams, type StdUndoParams, type StdUploadParams, type StdValidateOnSaveParams, type StdWizardParams, stdApiGateway, stdArcadeGame, stdAsync, stdAsyncEntity, stdAsyncPage, stdAsyncTrait, stdAutoregressive, stdAutoregressiveEntity, stdAutoregressivePage, stdAutoregressiveTrait, stdBookingSystem, stdBrowse, stdBrowseEntity, stdBrowsePage, stdBrowseTrait, stdBuilderGame, stdBuilderGameEntity, stdBuilderGamePage, stdBuilderGameTrait, stdCacheAside, stdCacheAsideEntity, stdCacheAsidePage, stdCacheAsideTrait, stdCalendar, stdCalendarEntity, stdCalendarPage, stdCalendarTrait, stdCart, stdCartEntity, stdCartPage, stdCartTrait, stdCicdPipeline, stdCircuitBreaker, stdCircuitBreakerEntity, stdCircuitBreakerPage, stdCircuitBreakerTrait, stdClassifier, stdClassifierEntity, stdClassifierGame, stdClassifierGameEntity, stdClassifierGamePage, stdClassifierGameTrait, stdClassifierPage, stdClassifierTrait, stdCms, stdCodingAcademy, stdCollision, stdCollisionEntity, stdCollisionPage, stdCollisionTrait, stdCombat, stdCombatEntity, stdCombatLog, stdCombatLogEntity, stdCombatLogPage, stdCombatLogTrait, stdCombatPage, stdCombatTrait, stdConfirmation, stdConfirmationEntity, stdConfirmationPage, stdConfirmationTrait, stdCrm, stdDebuggerGame, stdDebuggerGameEntity, stdDebuggerGamePage, stdDebuggerGameTrait, stdDetail, stdDetailEntity, stdDetailPage, stdDetailTrait, stdDevopsDashboard, stdDialogueBox, stdDialogueBoxEntity, stdDialogueBoxPage, stdDialogueBoxTrait, stdDisplay, stdDisplayEntity, stdDisplayPage, stdDisplayTrait, stdDrawer, stdDrawerEntity, stdDrawerPage, stdDrawerTrait, stdEcommerce, stdEventHandlerGame, stdEventHandlerGameEntity, stdEventHandlerGamePage, stdEventHandlerGameTrait, stdFilter, stdFilterEntity, stdFilterPage, stdFilterTrait, stdFinanceTracker, stdFlipCard, stdFlipCardEntity, stdFlipCardPage, stdFlipCardTrait, stdFormAdvanced, stdFormAdvancedEntity, stdFormAdvancedPage, stdFormAdvancedTrait, stdGallery, stdGalleryEntity, stdGalleryPage, stdGalleryTrait, stdGameAudio, stdGameAudioEntity, stdGameAudioPage, stdGameAudioTrait, stdGameCanvas2d, stdGameCanvas2dEntity, stdGameCanvas2dPage, stdGameCanvas2dTrait, stdGameCanvas3d, stdGameCanvas3dEntity, stdGameCanvas3dPage, stdGameCanvas3dTrait, stdGameHud, stdGameHudEntity, stdGameHudPage, stdGameHudTrait, stdGameMenu, stdGameMenuEntity, stdGameMenuPage, stdGameMenuTrait, stdGameOverScreen, stdGameOverScreenEntity, stdGameOverScreenPage, stdGameOverScreenTrait, stdGameflow, stdGameflowEntity, stdGameflowPage, stdGameflowTrait, stdGeospatial, stdGeospatialEntity, stdGeospatialPage, stdGeospatialTrait, stdGraphClassifier, stdGraphClassifierEntity, stdGraphClassifierPage, stdGraphClassifierTrait, stdHealthcare, stdHelpdesk, stdHrPortal, stdInput, stdInputEntity, stdInputPage, stdInputTrait, stdInventory, stdInventoryEntity, stdInventoryPage, stdInventoryPanel, stdInventoryPanelEntity, stdInventoryPanelPage, stdInventoryPanelTrait, stdInventoryTrait, stdIotDashboard, stdIsometricCanvas, stdIsometricCanvasEntity, stdIsometricCanvasPage, stdIsometricCanvasTrait, stdList, stdListEntity, stdListPage, stdListTrait, stdLms, stdLoading, stdLoadingEntity, stdLoadingPage, stdLoadingTrait, stdLogicTraining, stdMessaging, stdMessagingEntity, stdMessagingPage, stdMessagingTrait, stdModal, stdModalEntity, stdModalPage, stdModalTrait, stdMovement, stdMovementEntity, stdMovementPage, stdMovementTrait, stdNegotiatorGame, stdNegotiatorGameEntity, stdNegotiatorGamePage, stdNegotiatorGameTrait, stdNotification, stdNotificationEntity, stdNotificationPage, stdNotificationTrait, stdOverworld, stdOverworldEntity, stdOverworldPage, stdOverworldTrait, stdPagination, stdPaginationEntity, stdPaginationPage, stdPaginationTrait, stdPhysics2d, stdPhysics2dEntity, stdPhysics2dPage, stdPhysics2dTrait, stdPlatformerApp, stdPlatformerCanvas, stdPlatformerCanvasEntity, stdPlatformerCanvasPage, stdPlatformerCanvasTrait, stdPlatformerGame, stdPlatformerGameEntity, stdPlatformerGamePage, stdPlatformerGameTrait, stdProjectManager, stdPuzzleApp, stdPuzzleGame, stdPuzzleGameEntity, stdPuzzleGamePage, stdPuzzleGameTrait, stdQuest, stdQuestEntity, stdQuestPage, stdQuestTrait, stdQuiz, stdQuizEntity, stdQuizPage, stdQuizTrait, stdRateLimiter, stdRateLimiterEntity, stdRateLimiterPage, stdRateLimiterTrait, stdRating, stdRatingEntity, stdRatingPage, stdRatingTrait, stdRealtimeChat, stdRlAgent, stdRlAgentEntity, stdRlAgentPage, stdRlAgentTrait, stdRpgGame, stdScore, stdScoreBoard, stdScoreBoardEntity, stdScoreBoardPage, stdScoreBoardTrait, stdScoreEntity, stdScorePage, stdScoreTrait, stdSearch, stdSearchEntity, stdSearchPage, stdSearchTrait, stdSelection, stdSelectionEntity, stdSelectionPage, stdSelectionTrait, stdSequencerGame, stdSequencerGameEntity, stdSequencerGamePage, stdSequencerGameTrait, stdServiceContentPipeline, stdServiceContentPipelineEntity, stdServiceContentPipelinePage, stdServiceContentPipelineTrait, stdServiceCustomApiTester, stdServiceCustomApiTesterEntity, stdServiceCustomApiTesterPage, stdServiceCustomApiTesterTrait, stdServiceCustomBearer, stdServiceCustomBearerEntity, stdServiceCustomBearerPage, stdServiceCustomBearerTrait, stdServiceCustomHeader, stdServiceCustomHeaderEntity, stdServiceCustomHeaderPage, stdServiceCustomHeaderTrait, stdServiceCustomNoauth, stdServiceCustomNoauthEntity, stdServiceCustomNoauthPage, stdServiceCustomNoauthTrait, stdServiceCustomQuery, stdServiceCustomQueryEntity, stdServiceCustomQueryPage, stdServiceCustomQueryTrait, stdServiceDevopsToolkit, stdServiceDevopsToolkitEntity, stdServiceDevopsToolkitPage, stdServiceEmail, stdServiceEmailEntity, stdServiceEmailPage, stdServiceEmailTrait, stdServiceGithub, stdServiceGithubEntity, stdServiceGithubPage, stdServiceGithubTrait, stdServiceLlm, stdServiceLlmEntity, stdServiceLlmPage, stdServiceLlmTrait, stdServiceMarketplace, stdServiceNotificationHub, stdServiceNotificationHubEntity, stdServiceNotificationHubPage, stdServiceNotificationHubTrait, stdServiceOauth, stdServiceOauthEntity, stdServiceOauthPage, stdServiceOauthTrait, stdServicePaymentFlow, stdServicePaymentFlowEntity, stdServicePaymentFlowPage, stdServiceRedis, stdServiceRedisEntity, stdServiceRedisPage, stdServiceRedisTrait, stdServiceResearchAssistant, stdServiceStorage, stdServiceStorageEntity, stdServiceStoragePage, stdServiceStorageTrait, stdServiceStripe, stdServiceStripeEntity, stdServiceStripePage, stdServiceStripeTrait, stdServiceTwilio, stdServiceTwilioEntity, stdServiceTwilioPage, stdServiceTwilioTrait, stdServiceYoutube, stdServiceYoutubeEntity, stdServiceYoutubePage, stdServiceYoutubeTrait, stdSimulationCanvas, stdSimulationCanvasEntity, stdSimulationCanvasPage, stdSimulationCanvasTrait, stdSimulatorGame, stdSimulatorGameEntity, stdSimulatorGamePage, stdSimulatorGameTrait, stdSocialFeed, stdSort, stdSortEntity, stdSortPage, stdSortTrait, stdSprite, stdSpriteEntity, stdSpritePage, stdSpriteTrait, stdStemLab, stdStrategyGame, stdTabs, stdTabsEntity, stdTabsPage, stdTabsTrait, stdTextClassifier, stdTextClassifierEntity, stdTextClassifierPage, stdTextClassifierTrait, stdTextEffects, stdTextEffectsEntity, stdTextEffectsPage, stdTextEffectsTrait, stdTheme, stdThemeEntity, stdThemePage, stdThemeTrait, stdTimer, stdTimerEntity, stdTimerPage, stdTimerTrait, stdTradingDashboard, stdTrainer, stdTrainerEntity, stdTrainerPage, stdTrainerTrait, stdTurnBasedBattle, stdTurnBasedBattleEntity, stdTurnBasedBattlePage, stdTurnBasedBattleTrait, stdUndo, stdUndoEntity, stdUndoPage, stdUndoTrait, stdUpload, stdUploadEntity, stdUploadPage, stdUploadTrait, stdValidateOnSave, stdWizard, stdWizardEntity, stdWizardPage, stdWizardTrait };
4377
+ export { type StdAgentAssistantParams, type StdAgentBuilderParams, type StdAgentClassifierParams, type StdAgentCompletionParams, type StdAgentContextWindowParams, type StdAgentConversationParams, type StdAgentFixLoopParams, type StdAgentLearnerParams, type StdAgentMemoryParams, type StdAgentPipelineParams, type StdAgentPlannerParams, type StdAgentProviderParams, type StdAgentRagParams, type StdAgentReviewerParams, type StdAgentSearchParams, type StdAgentSessionParams, type StdAgentToolCallParams, type StdAgentToolLoopParams, type StdAgentTutorParams, type StdApiGatewayParams, type StdArcadeGameParams, type StdAsyncParams, type StdAutoregressiveParams, type StdBookingSystemParams, type StdBrowseParams, type StdBuilderGameParams, type StdCacheAsideParams, type StdCalendarParams, type StdCartParams, type StdCicdPipelineParams, type StdCircuitBreakerParams, type StdClassifierGameParams, type StdClassifierParams, type StdCmsParams, type StdCodingAcademyParams, type StdCollisionParams, type StdCombatLogParams, type StdCombatParams, type StdConfirmationParams, type StdCrmParams, type StdDebuggerGameParams, type StdDetailParams, type StdDevopsDashboardParams, type StdDialogueBoxParams, type StdDisplayParams, type StdDrawerParams, type StdEcommerceParams, type StdEventHandlerGameParams, type StdFilterParams, type StdFinanceTrackerParams, type StdFlipCardParams, type StdFormAdvancedParams, type StdGalleryParams, type StdGameAudioParams, type StdGameCanvas2dParams, type StdGameCanvas3dParams, type StdGameHudParams, type StdGameMenuParams, type StdGameOverScreenParams, type StdGameflowParams, type StdGeospatialParams, type StdGraphClassifierParams, type StdHealthcareParams, type StdHelpdeskParams, type StdHrPortalParams, type StdInputParams, type StdInventoryPanelParams, type StdInventoryParams, type StdIotDashboardParams, type StdIsometricCanvasParams, type StdListParams, type StdLmsParams, type StdLoadingParams, type StdLogicTrainingParams, type StdMessagingParams, type StdModalParams, type StdMovementParams, type StdNegotiatorGameParams, type StdNotificationParams, type StdOverworldParams, type StdPaginationParams, type StdPhysics2dParams, type StdPlatformerAppParams, type StdPlatformerCanvasParams, type StdPlatformerGameParams, type StdProjectManagerParams, type StdPuzzleAppParams, type StdPuzzleGameParams, type StdQuestParams, type StdQuizParams, type StdRateLimiterParams, type StdRatingParams, type StdRealtimeChatParams, type StdRlAgentParams, type StdRpgGameParams, type StdScoreBoardParams, type StdScoreParams, type StdSearchParams, type StdSelectionParams, type StdSequencerGameParams, type StdServiceContentPipelineParams, type StdServiceCustomApiTesterParams, type StdServiceCustomBearerParams, type StdServiceCustomHeaderParams, type StdServiceCustomNoauthParams, type StdServiceCustomQueryParams, type StdServiceDevopsToolkitParams, type StdServiceEmailParams, type StdServiceGithubParams, type StdServiceLlmParams, type StdServiceMarketplaceParams, type StdServiceNotificationHubParams, type StdServiceOauthParams, type StdServicePaymentFlowParams, type StdServiceRedisParams, type StdServiceResearchAssistantParams, type StdServiceStorageParams, type StdServiceStripeParams, type StdServiceTwilioParams, type StdServiceYoutubeParams, type StdSimulationCanvasParams, type StdSimulatorGameParams, type StdSocialFeedParams, type StdSortParams, type StdSpriteParams, type StdStemLabParams, type StdStrategyGameParams, type StdTabsParams, type StdTextClassifierParams, type StdTextEffectsParams, type StdThemeParams, type StdTimerParams, type StdTradingDashboardParams, type StdTrainerParams, type StdTurnBasedBattleParams, type StdUndoParams, type StdUploadParams, type StdValidateOnSaveParams, type StdWizardParams, stdAgentAssistant, stdAgentBuilder, stdAgentClassifier, stdAgentClassifierEntity, stdAgentClassifierPage, stdAgentClassifierTrait, stdAgentCompletion, stdAgentCompletionEntity, stdAgentCompletionPage, stdAgentCompletionTrait, stdAgentContextWindow, stdAgentContextWindowEntity, stdAgentContextWindowPage, stdAgentContextWindowTrait, stdAgentConversation, stdAgentConversationEntity, stdAgentConversationPage, stdAgentConversationTrait, stdAgentFixLoop, stdAgentFixLoopEntity, stdAgentFixLoopPage, stdAgentFixLoopTrait, stdAgentLearner, stdAgentLearnerEntity, stdAgentLearnerPage, stdAgentLearnerTrait, stdAgentMemory, stdAgentMemoryEntity, stdAgentMemoryPage, stdAgentMemoryTrait, stdAgentPipeline, stdAgentPlanner, stdAgentPlannerEntity, stdAgentPlannerPage, stdAgentPlannerTrait, stdAgentProvider, stdAgentProviderEntity, stdAgentProviderPage, stdAgentProviderTrait, stdAgentRag, stdAgentRagEntity, stdAgentRagPage, stdAgentRagTrait, stdAgentReviewer, stdAgentSearch, stdAgentSearchEntity, stdAgentSearchPage, stdAgentSearchTrait, stdAgentSession, stdAgentSessionEntity, stdAgentSessionPage, stdAgentSessionTrait, stdAgentToolCall, stdAgentToolCallEntity, stdAgentToolCallPage, stdAgentToolCallTrait, stdAgentToolLoop, stdAgentToolLoopEntity, stdAgentToolLoopPage, stdAgentToolLoopTrait, stdAgentTutor, stdApiGateway, stdArcadeGame, stdAsync, stdAsyncEntity, stdAsyncPage, stdAsyncTrait, stdAutoregressive, stdAutoregressiveEntity, stdAutoregressivePage, stdAutoregressiveTrait, stdBookingSystem, stdBrowse, stdBrowseEntity, stdBrowsePage, stdBrowseTrait, stdBuilderGame, stdBuilderGameEntity, stdBuilderGamePage, stdBuilderGameTrait, stdCacheAside, stdCacheAsideEntity, stdCacheAsidePage, stdCacheAsideTrait, stdCalendar, stdCalendarEntity, stdCalendarPage, stdCalendarTrait, stdCart, stdCartEntity, stdCartPage, stdCartTrait, stdCicdPipeline, stdCircuitBreaker, stdCircuitBreakerEntity, stdCircuitBreakerPage, stdCircuitBreakerTrait, stdClassifier, stdClassifierEntity, stdClassifierGame, stdClassifierGameEntity, stdClassifierGamePage, stdClassifierGameTrait, stdClassifierPage, stdClassifierTrait, stdCms, stdCodingAcademy, stdCollision, stdCollisionEntity, stdCollisionPage, stdCollisionTrait, stdCombat, stdCombatEntity, stdCombatLog, stdCombatLogEntity, stdCombatLogPage, stdCombatLogTrait, stdCombatPage, stdCombatTrait, stdConfirmation, stdConfirmationEntity, stdConfirmationPage, stdConfirmationTrait, stdCrm, stdDebuggerGame, stdDebuggerGameEntity, stdDebuggerGamePage, stdDebuggerGameTrait, stdDetail, stdDetailEntity, stdDetailPage, stdDetailTrait, stdDevopsDashboard, stdDialogueBox, stdDialogueBoxEntity, stdDialogueBoxPage, stdDialogueBoxTrait, stdDisplay, stdDisplayEntity, stdDisplayPage, stdDisplayTrait, stdDrawer, stdDrawerEntity, stdDrawerPage, stdDrawerTrait, stdEcommerce, stdEventHandlerGame, stdEventHandlerGameEntity, stdEventHandlerGamePage, stdEventHandlerGameTrait, stdFilter, stdFilterEntity, stdFilterPage, stdFilterTrait, stdFinanceTracker, stdFlipCard, stdFlipCardEntity, stdFlipCardPage, stdFlipCardTrait, stdFormAdvanced, stdFormAdvancedEntity, stdFormAdvancedPage, stdFormAdvancedTrait, stdGallery, stdGalleryEntity, stdGalleryPage, stdGalleryTrait, stdGameAudio, stdGameAudioEntity, stdGameAudioPage, stdGameAudioTrait, stdGameCanvas2d, stdGameCanvas2dEntity, stdGameCanvas2dPage, stdGameCanvas2dTrait, stdGameCanvas3d, stdGameCanvas3dEntity, stdGameCanvas3dPage, stdGameCanvas3dTrait, stdGameHud, stdGameHudEntity, stdGameHudPage, stdGameHudTrait, stdGameMenu, stdGameMenuEntity, stdGameMenuPage, stdGameMenuTrait, stdGameOverScreen, stdGameOverScreenEntity, stdGameOverScreenPage, stdGameOverScreenTrait, stdGameflow, stdGameflowEntity, stdGameflowPage, stdGameflowTrait, stdGeospatial, stdGeospatialEntity, stdGeospatialPage, stdGeospatialTrait, stdGraphClassifier, stdGraphClassifierEntity, stdGraphClassifierPage, stdGraphClassifierTrait, stdHealthcare, stdHelpdesk, stdHrPortal, stdInput, stdInputEntity, stdInputPage, stdInputTrait, stdInventory, stdInventoryEntity, stdInventoryPage, stdInventoryPanel, stdInventoryPanelEntity, stdInventoryPanelPage, stdInventoryPanelTrait, stdInventoryTrait, stdIotDashboard, stdIsometricCanvas, stdIsometricCanvasEntity, stdIsometricCanvasPage, stdIsometricCanvasTrait, stdList, stdListEntity, stdListPage, stdListTrait, stdLms, stdLoading, stdLoadingEntity, stdLoadingPage, stdLoadingTrait, stdLogicTraining, stdMessaging, stdMessagingEntity, stdMessagingPage, stdMessagingTrait, stdModal, stdModalEntity, stdModalPage, stdModalTrait, stdMovement, stdMovementEntity, stdMovementPage, stdMovementTrait, stdNegotiatorGame, stdNegotiatorGameEntity, stdNegotiatorGamePage, stdNegotiatorGameTrait, stdNotification, stdNotificationEntity, stdNotificationPage, stdNotificationTrait, stdOverworld, stdOverworldEntity, stdOverworldPage, stdOverworldTrait, stdPagination, stdPaginationEntity, stdPaginationPage, stdPaginationTrait, stdPhysics2d, stdPhysics2dEntity, stdPhysics2dPage, stdPhysics2dTrait, stdPlatformerApp, stdPlatformerCanvas, stdPlatformerCanvasEntity, stdPlatformerCanvasPage, stdPlatformerCanvasTrait, stdPlatformerGame, stdPlatformerGameEntity, stdPlatformerGamePage, stdPlatformerGameTrait, stdProjectManager, stdPuzzleApp, stdPuzzleGame, stdPuzzleGameEntity, stdPuzzleGamePage, stdPuzzleGameTrait, stdQuest, stdQuestEntity, stdQuestPage, stdQuestTrait, stdQuiz, stdQuizEntity, stdQuizPage, stdQuizTrait, stdRateLimiter, stdRateLimiterEntity, stdRateLimiterPage, stdRateLimiterTrait, stdRating, stdRatingEntity, stdRatingPage, stdRatingTrait, stdRealtimeChat, stdRlAgent, stdRlAgentEntity, stdRlAgentPage, stdRlAgentTrait, stdRpgGame, stdScore, stdScoreBoard, stdScoreBoardEntity, stdScoreBoardPage, stdScoreBoardTrait, stdScoreEntity, stdScorePage, stdScoreTrait, stdSearch, stdSearchEntity, stdSearchPage, stdSearchTrait, stdSelection, stdSelectionEntity, stdSelectionPage, stdSelectionTrait, stdSequencerGame, stdSequencerGameEntity, stdSequencerGamePage, stdSequencerGameTrait, stdServiceContentPipeline, stdServiceContentPipelineEntity, stdServiceContentPipelinePage, stdServiceContentPipelineTrait, stdServiceCustomApiTester, stdServiceCustomApiTesterEntity, stdServiceCustomApiTesterPage, stdServiceCustomApiTesterTrait, stdServiceCustomBearer, stdServiceCustomBearerEntity, stdServiceCustomBearerPage, stdServiceCustomBearerTrait, stdServiceCustomHeader, stdServiceCustomHeaderEntity, stdServiceCustomHeaderPage, stdServiceCustomHeaderTrait, stdServiceCustomNoauth, stdServiceCustomNoauthEntity, stdServiceCustomNoauthPage, stdServiceCustomNoauthTrait, stdServiceCustomQuery, stdServiceCustomQueryEntity, stdServiceCustomQueryPage, stdServiceCustomQueryTrait, stdServiceDevopsToolkit, stdServiceDevopsToolkitEntity, stdServiceDevopsToolkitPage, stdServiceEmail, stdServiceEmailEntity, stdServiceEmailPage, stdServiceEmailTrait, stdServiceGithub, stdServiceGithubEntity, stdServiceGithubPage, stdServiceGithubTrait, stdServiceLlm, stdServiceLlmEntity, stdServiceLlmPage, stdServiceLlmTrait, stdServiceMarketplace, stdServiceNotificationHub, stdServiceNotificationHubEntity, stdServiceNotificationHubPage, stdServiceNotificationHubTrait, stdServiceOauth, stdServiceOauthEntity, stdServiceOauthPage, stdServiceOauthTrait, stdServicePaymentFlow, stdServicePaymentFlowEntity, stdServicePaymentFlowPage, stdServiceRedis, stdServiceRedisEntity, stdServiceRedisPage, stdServiceRedisTrait, stdServiceResearchAssistant, stdServiceStorage, stdServiceStorageEntity, stdServiceStoragePage, stdServiceStorageTrait, stdServiceStripe, stdServiceStripeEntity, stdServiceStripePage, stdServiceStripeTrait, stdServiceTwilio, stdServiceTwilioEntity, stdServiceTwilioPage, stdServiceTwilioTrait, stdServiceYoutube, stdServiceYoutubeEntity, stdServiceYoutubePage, stdServiceYoutubeTrait, stdSimulationCanvas, stdSimulationCanvasEntity, stdSimulationCanvasPage, stdSimulationCanvasTrait, stdSimulatorGame, stdSimulatorGameEntity, stdSimulatorGamePage, stdSimulatorGameTrait, stdSocialFeed, stdSort, stdSortEntity, stdSortPage, stdSortTrait, stdSprite, stdSpriteEntity, stdSpritePage, stdSpriteTrait, stdStemLab, stdStrategyGame, stdTabs, stdTabsEntity, stdTabsPage, stdTabsTrait, stdTextClassifier, stdTextClassifierEntity, stdTextClassifierPage, stdTextClassifierTrait, stdTextEffects, stdTextEffectsEntity, stdTextEffectsPage, stdTextEffectsTrait, stdTheme, stdThemeEntity, stdThemePage, stdThemeTrait, stdTimer, stdTimerEntity, stdTimerPage, stdTimerTrait, stdTradingDashboard, stdTrainer, stdTrainerEntity, stdTrainerPage, stdTrainerTrait, stdTurnBasedBattle, stdTurnBasedBattleEntity, stdTurnBasedBattlePage, stdTurnBasedBattleTrait, stdUndo, stdUndoEntity, stdUndoPage, stdUndoTrait, stdUpload, stdUploadEntity, stdUploadPage, stdUploadTrait, stdValidateOnSave, stdWizard, stdWizardEntity, stdWizardPage, stdWizardTrait };