@almadar/std 3.13.0 → 3.13.1

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 (86) hide show
  1. package/behaviors/exports/atoms/std-agent-activity-log.orb +559 -0
  2. package/behaviors/exports/atoms/std-agent-chat-thread.orb +774 -0
  3. package/behaviors/exports/atoms/std-agent-classifier.orb +606 -137
  4. package/behaviors/exports/atoms/std-agent-completion.orb +646 -182
  5. package/behaviors/exports/atoms/std-agent-context-window.orb +1762 -258
  6. package/behaviors/exports/atoms/std-agent-conversation.orb +652 -369
  7. package/behaviors/exports/atoms/std-agent-memory.orb +574 -322
  8. package/behaviors/exports/atoms/std-agent-provider.orb +632 -136
  9. package/behaviors/exports/atoms/std-agent-search.orb +228 -198
  10. package/behaviors/exports/atoms/std-agent-session.orb +569 -559
  11. package/behaviors/exports/atoms/std-agent-step-progress.orb +850 -0
  12. package/behaviors/exports/atoms/std-agent-token-gauge.orb +1616 -0
  13. package/behaviors/exports/atoms/std-agent-tool-call.orb +983 -126
  14. package/behaviors/exports/molecules/std-agent-fix-loop.orb +1985 -21
  15. package/behaviors/exports/molecules/std-agent-learner.orb +1830 -23
  16. package/behaviors/exports/molecules/std-agent-planner.orb +1776 -19
  17. package/behaviors/exports/molecules/std-agent-rag.orb +1150 -15
  18. package/behaviors/exports/molecules/std-agent-tool-loop.orb +3643 -23
  19. package/behaviors/exports/organisms/std-agent-assistant.orb +5308 -1156
  20. package/behaviors/exports/organisms/std-agent-builder.orb +13525 -1326
  21. package/behaviors/exports/organisms/std-agent-pipeline.orb +10731 -1088
  22. package/behaviors/exports/organisms/std-agent-reviewer.orb +4187 -525
  23. package/behaviors/exports/organisms/std-agent-tutor.orb +3126 -322
  24. package/behaviors/exports/validation-report.json +1 -1426
  25. package/dist/behaviors/exports/atoms/std-agent-activity-log.orb +559 -0
  26. package/dist/behaviors/exports/atoms/std-agent-chat-thread.orb +774 -0
  27. package/dist/behaviors/exports/atoms/std-agent-classifier.orb +606 -137
  28. package/dist/behaviors/exports/atoms/std-agent-completion.orb +646 -182
  29. package/dist/behaviors/exports/atoms/std-agent-context-window.orb +1762 -258
  30. package/dist/behaviors/exports/atoms/std-agent-conversation.orb +652 -369
  31. package/dist/behaviors/exports/atoms/std-agent-memory.orb +574 -322
  32. package/dist/behaviors/exports/atoms/std-agent-provider.orb +632 -136
  33. package/dist/behaviors/exports/atoms/std-agent-search.orb +228 -198
  34. package/dist/behaviors/exports/atoms/std-agent-session.orb +569 -559
  35. package/dist/behaviors/exports/atoms/std-agent-step-progress.orb +850 -0
  36. package/dist/behaviors/exports/atoms/std-agent-token-gauge.orb +1616 -0
  37. package/dist/behaviors/exports/atoms/std-agent-tool-call.orb +983 -126
  38. package/dist/behaviors/exports/molecules/std-agent-fix-loop.orb +1985 -21
  39. package/dist/behaviors/exports/molecules/std-agent-learner.orb +1830 -23
  40. package/dist/behaviors/exports/molecules/std-agent-planner.orb +1776 -19
  41. package/dist/behaviors/exports/molecules/std-agent-rag.orb +1150 -15
  42. package/dist/behaviors/exports/molecules/std-agent-tool-loop.orb +3643 -23
  43. package/dist/behaviors/exports/organisms/std-agent-assistant.orb +5308 -1156
  44. package/dist/behaviors/exports/organisms/std-agent-builder.orb +13525 -1326
  45. package/dist/behaviors/exports/organisms/std-agent-pipeline.orb +10731 -1088
  46. package/dist/behaviors/exports/organisms/std-agent-reviewer.orb +4187 -525
  47. package/dist/behaviors/exports/organisms/std-agent-tutor.orb +3126 -322
  48. package/dist/behaviors/exports/validation-report.json +1 -1426
  49. package/dist/behaviors/exports-reader.js +4860 -4176
  50. package/dist/behaviors/exports-reader.js.map +1 -1
  51. package/dist/behaviors/functions/index.d.ts +259 -98
  52. package/dist/behaviors/functions/index.js +4845 -4177
  53. package/dist/behaviors/functions/index.js.map +1 -1
  54. package/dist/behaviors/index.d.ts +1 -1
  55. package/dist/behaviors/index.js +4863 -4179
  56. package/dist/behaviors/index.js.map +1 -1
  57. package/dist/behaviors/query.js +4862 -4178
  58. package/dist/behaviors/query.js.map +1 -1
  59. package/dist/exports/atoms/std-agent-activity-log.orb +559 -0
  60. package/dist/exports/atoms/std-agent-chat-thread.orb +774 -0
  61. package/dist/exports/atoms/std-agent-classifier.orb +606 -137
  62. package/dist/exports/atoms/std-agent-completion.orb +646 -182
  63. package/dist/exports/atoms/std-agent-context-window.orb +1762 -258
  64. package/dist/exports/atoms/std-agent-conversation.orb +652 -369
  65. package/dist/exports/atoms/std-agent-memory.orb +574 -322
  66. package/dist/exports/atoms/std-agent-provider.orb +632 -136
  67. package/dist/exports/atoms/std-agent-search.orb +228 -198
  68. package/dist/exports/atoms/std-agent-session.orb +569 -559
  69. package/dist/exports/atoms/std-agent-step-progress.orb +850 -0
  70. package/dist/exports/atoms/std-agent-token-gauge.orb +1616 -0
  71. package/dist/exports/atoms/std-agent-tool-call.orb +983 -126
  72. package/dist/exports/molecules/std-agent-fix-loop.orb +1985 -21
  73. package/dist/exports/molecules/std-agent-learner.orb +1830 -23
  74. package/dist/exports/molecules/std-agent-planner.orb +1776 -19
  75. package/dist/exports/molecules/std-agent-rag.orb +1150 -15
  76. package/dist/exports/molecules/std-agent-tool-loop.orb +3643 -23
  77. package/dist/exports/organisms/std-agent-assistant.orb +5308 -1156
  78. package/dist/exports/organisms/std-agent-builder.orb +13525 -1326
  79. package/dist/exports/organisms/std-agent-pipeline.orb +10731 -1088
  80. package/dist/exports/organisms/std-agent-reviewer.orb +4187 -525
  81. package/dist/exports/organisms/std-agent-tutor.orb +3126 -322
  82. package/dist/exports/validation-report.json +1 -1426
  83. package/dist/index.d.ts +1 -1
  84. package/dist/index.js +4864 -4180
  85. package/dist/index.js.map +1 -1
  86. package/package.json +1 -1
@@ -3315,20 +3315,23 @@ declare function stdTradingDashboard(params: StdTradingDashboardParams): Orbital
3315
3315
  /**
3316
3316
  * std-agent-assistant
3317
3317
  *
3318
- * Full chat assistant organism. Composes agent atoms into a multi-turn
3318
+ * Full chat assistant organism. Composes molecule + atoms into a multi-turn
3319
3319
  * conversational agent with memory persistence, context compaction,
3320
- * and provider switching.
3320
+ * provider switching, tabbed views, and a memory sidebar drawer.
3321
3321
  *
3322
3322
  * Composed from:
3323
+ * - stdAgentConversation: multi-turn chat with generate + context tracking
3323
3324
  * - 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
3325
+ * - stdAgentContextWindow: token monitoring and auto-compaction
3326
+ * - stdAgentProvider: provider switching based on task complexity
3327
+ * - stdTabs: Chat / Memory / Settings tab navigation
3328
+ * - stdDrawer: memory sidebar for quick recall
3326
3329
  *
3327
3330
  * Cross-trait events:
3328
3331
  * - MEMORIZE_RESPONSE (Conversation -> Memory): auto-memorize important responses
3329
3332
  * - PROVIDER_CHANGED (Provider -> Conversation): notify conversation of provider switch
3330
3333
  *
3331
- * Pages: /chat (initial), /memory, /provider
3334
+ * Pages: /chat (initial), /memory, /settings
3332
3335
  *
3333
3336
  * @level organism
3334
3337
  * @family agent
@@ -3347,22 +3350,23 @@ declare function stdAgentAssistant(params?: StdAgentAssistantParams): OrbitalSch
3347
3350
  * std-agent-builder
3348
3351
  *
3349
3352
  * 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.
3353
+ * validates, and fixes .orb programs. Composes planner + tool-loop +
3354
+ * fix-loop molecules with session management and tabbed views.
3352
3355
  *
3353
3356
  * 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)
3357
+ * - stdAgentPlanner (molecule): task planning with classification and memory
3358
+ * - stdAgentToolLoop (molecule): iterative tool execution
3359
+ * - stdAgentFixLoop (molecule): validation-fix cycle
3360
+ * - stdAgentSession: session forking and checkpointing
3361
+ * - stdTabs: Plan / Build / Validate / Fix tab navigation
3362
+ * - stdAgentStepProgress: overall build pipeline progress indicator
3358
3363
  *
3359
3364
  * Cross-trait events:
3360
- * - PLAN_READY (Planner -> Builder): plan complete, begin building
3361
- * - BUILD_DONE (Builder -> FixLoop): schema generated, validate it
3365
+ * - PLAN_READY (Planner -> ToolLoop): plan complete, begin building
3366
+ * - TOOL_LOOP_DONE (ToolLoop -> FixLoop): schema generated, validate it
3362
3367
  * - FIX_SUCCEEDED (FixLoop -> Memory): record successful fix pattern
3363
- * - BUILD_FAILED (Builder -> FixLoop): build failed, attempt fix
3364
3368
  *
3365
- * Pages: /plan (initial), /build, /fix, /learnings
3369
+ * Pages: /plan (initial), /build, /validate, /fix
3366
3370
  *
3367
3371
  * @level organism
3368
3372
  * @family agent
@@ -3380,20 +3384,22 @@ declare function stdAgentBuilder(params?: StdAgentBuilderParams): OrbitalSchema;
3380
3384
  /**
3381
3385
  * std-agent-reviewer
3382
3386
  *
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.
3387
+ * Schema/code reviewer organism. Composes RAG molecule + classifier atom
3388
+ * to classify input, search for relevant patterns, recall best practices,
3389
+ * and generate structured review output with tabbed views and an issues browse.
3386
3390
  *
3387
3391
  * 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
3392
+ * - stdAgentRag (molecule): retrieval-augmented generation pipeline
3393
+ * - stdAgentClassifier: classifies input type (schema, component, trait, etc.)
3394
+ * - stdAgentCompletion: generates review with scoring
3395
+ * - stdTabs: Input / Analysis / Review tab navigation
3396
+ * - stdBrowse: browsable issues list
3391
3397
  *
3392
3398
  * Cross-trait events:
3393
3399
  * - CLASSIFIED (Classifier -> Reviewer): input classified, begin review
3394
3400
  * - REVIEW_COMPLETE (Reviewer -> Memory): reinforce recalled best practices
3395
3401
  *
3396
- * Pages: /review (initial), /analysis, /practices
3402
+ * Pages: /review (initial), /analysis, /issues
3397
3403
  *
3398
3404
  * @level organism
3399
3405
  * @family agent
@@ -3411,19 +3417,20 @@ declare function stdAgentReviewer(params?: StdAgentReviewerParams): OrbitalSchem
3411
3417
  /**
3412
3418
  * std-agent-pipeline
3413
3419
  *
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.
3420
+ * Multi-step pipeline organism. Composes planner + tool-loop molecules with
3421
+ * session management, step progress tracking, and a session tree drawer.
3417
3422
  *
3418
3423
  * 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
3424
+ * - stdAgentPlanner (molecule): breaks goal into ordered steps
3425
+ * - stdAgentToolLoop (molecule): executes steps with tool invocations
3426
+ * - stdAgentSession: forks sessions at checkpoints, supports rollback
3427
+ * - stdAgentStepProgress: visual pipeline step indicator
3428
+ * - stdDrawer: session tree sidebar for navigating branches
3422
3429
  *
3423
3430
  * 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
3431
+ * - PIPELINE_PLANNED (Planner -> ToolLoop): plan ready, start execution
3432
+ * - STEP_COMPLETE (ToolLoop -> Session): checkpoint after each step
3433
+ * - PIPELINE_FINISHED (ToolLoop -> Memory): pipeline done, archive results
3427
3434
  *
3428
3435
  * Pages: /pipeline (initial), /execution, /logs
3429
3436
  *
@@ -3443,19 +3450,21 @@ declare function stdAgentPipeline(params?: StdAgentPipelineParams): OrbitalSchem
3443
3450
  /**
3444
3451
  * std-agent-tutor
3445
3452
  *
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.
3453
+ * Teaching assistant organism. Composes conversation + memory + classifier
3454
+ * atoms with tabbed views and a concept browse list. Classifies student level,
3455
+ * recalls prior learning from memory, generates explanations with
3456
+ * context-aware difficulty, and tracks concept strength.
3449
3457
  *
3450
3458
  * Composed from:
3451
- * - inline TeachingTrait: assessment, teaching, quizzing flow
3452
- * - inline QuizTrait: generates and evaluates quiz questions
3459
+ * - stdAgentConversation: multi-turn teaching interaction
3453
3460
  * - stdAgentMemory: tracks concept strength per student topic
3461
+ * - stdAgentClassifier: classifies student level
3462
+ * - stdTabs: Teach / Quiz / Progress tab navigation
3463
+ * - stdBrowse: browsable concepts list with strength tracking
3454
3464
  *
3455
3465
  * Cross-trait events:
3456
3466
  * - ASSESSMENT_DONE (Teaching -> Quiz): student assessed, generate quiz
3457
3467
  * - QUIZ_GRADED (Quiz -> Memory): reinforce or decay concept based on answer
3458
- * - CONCEPT_RECALLED (Memory -> Teaching): prior learning loaded for context
3459
3468
  *
3460
3469
  * Pages: /teach (initial), /quiz, /concepts
3461
3470
  *
@@ -3476,8 +3485,9 @@ declare function stdAgentTutor(params?: StdAgentTutorParams): OrbitalSchema;
3476
3485
  * std-agent-memory
3477
3486
  *
3478
3487
  * Memory lifecycle atom for agent memory operations.
3479
- * Provides memorize, recall, pin, forget, reinforce, and decay
3480
- * using agent/* operators.
3488
+ * Composes UI atoms (stdBrowse for memory table, stdModal for memorize form)
3489
+ * with an agent trait that handles agent/memorize, agent/recall, agent/pin,
3490
+ * agent/forget, agent/reinforce, and agent/decay operators.
3481
3491
  *
3482
3492
  * @level atom
3483
3493
  * @family agent
@@ -3507,7 +3517,8 @@ declare function stdAgentMemory(params?: StdAgentMemoryParams): OrbitalDefinitio
3507
3517
  * std-agent-completion
3508
3518
  *
3509
3519
  * Completion flow atom for agent text generation.
3510
- * Wraps agent/generate with idle -> generating -> completed -> error lifecycle.
3520
+ * Composes UI atoms (stdModal for prompt input, stdNotification for feedback)
3521
+ * with an agent trait that handles agent/generate and retry logic.
3511
3522
  *
3512
3523
  * @level atom
3513
3524
  * @family agent
@@ -3537,8 +3548,8 @@ declare function stdAgentCompletion(params?: StdAgentCompletionParams): OrbitalD
3537
3548
  * std-agent-conversation
3538
3549
  *
3539
3550
  * Conversation flow atom for multi-turn agent interactions.
3540
- * Manages message history, turn counting, and token tracking
3541
- * using agent/generate for AI replies.
3551
+ * Composes stdAgentChatThread (message display and compose) with an agent
3552
+ * trait that handles agent/generate for AI replies and TOKEN_UPDATE emitting.
3542
3553
  *
3543
3554
  * @level atom
3544
3555
  * @family agent
@@ -3568,8 +3579,8 @@ declare function stdAgentConversation(params?: StdAgentConversationParams): Orbi
3568
3579
  * std-agent-tool-call
3569
3580
  *
3570
3581
  * 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.
3582
+ * Composes UI atoms (stdModal for invoke form, stdAgentActivityLog for call history)
3583
+ * with an agent trait that handles agent/invoke and TOOL_STARTED/TOOL_COMPLETED emits.
3573
3584
  *
3574
3585
  * @level atom
3575
3586
  * @family agent
@@ -3599,8 +3610,9 @@ declare function stdAgentToolCall(params?: StdAgentToolCallParams): OrbitalDefin
3599
3610
  * std-agent-context-window
3600
3611
  *
3601
3612
  * 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.
3613
+ * Composes UI atoms (stdAgentTokenGauge for visual display,
3614
+ * stdNotification for threshold alerts) with an agent trait
3615
+ * that handles agent/compact, agent/token-count, and agent/context-usage.
3604
3616
  *
3605
3617
  * @level atom
3606
3618
  * @family agent
@@ -3632,8 +3644,9 @@ declare function stdAgentContextWindow(params?: StdAgentContextWindowParams): Or
3632
3644
  * std-agent-provider
3633
3645
  *
3634
3646
  * 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.
3647
+ * Composes UI atoms (stdModal for switch form, stdNotification for confirmation)
3648
+ * with an agent trait that handles agent/switch-provider, agent/provider,
3649
+ * and agent/model operators.
3637
3650
  *
3638
3651
  * @level atom
3639
3652
  * @family agent
@@ -3663,8 +3676,8 @@ declare function stdAgentProvider(params?: StdAgentProviderParams): OrbitalDefin
3663
3676
  * std-agent-session
3664
3677
  *
3665
3678
  * 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.
3679
+ * Composes UI atoms (stdBrowse for session list, stdModal for fork label form)
3680
+ * with an agent trait that handles agent/fork, agent/label, and agent/session-id.
3668
3681
  *
3669
3682
  * @level atom
3670
3683
  * @family agent
@@ -3694,8 +3707,8 @@ declare function stdAgentSession(params?: StdAgentSessionParams): OrbitalDefinit
3694
3707
  * std-agent-classifier
3695
3708
  *
3696
3709
  * 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.
3710
+ * Composes UI atoms (stdModal for input form, stdNotification for result badge)
3711
+ * with an agent trait that uses agent/generate with a classification prompt.
3699
3712
  *
3700
3713
  * @level atom
3701
3714
  * @family agent
@@ -3727,8 +3740,8 @@ declare function stdAgentClassifier(params?: StdAgentClassifierParams): OrbitalD
3727
3740
  * std-agent-search
3728
3741
  *
3729
3742
  * 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.
3743
+ * Composes stdBrowse (results table) with an agent trait that
3744
+ * handles agent/search-code.
3732
3745
  *
3733
3746
  * @level atom
3734
3747
  * @family agent
@@ -3755,17 +3768,158 @@ declare function stdAgentSearchPage(params?: StdAgentSearchParams): Page;
3755
3768
  declare function stdAgentSearch(params?: StdAgentSearchParams): OrbitalDefinition;
3756
3769
 
3757
3770
  /**
3758
- * std-agent-rag — Retrieval-Augmented Generation
3771
+ * std-agent-chat-thread
3759
3772
  *
3760
- * Composes memory recall, code search, and LLM completion into a RAG pipeline.
3773
+ * Chat message thread atom for agent conversations.
3774
+ * Displays a chronological list of messages (user, assistant, tool)
3775
+ * with compose/send flow. Emits configurable send event for
3776
+ * orchestrating traits to handle the actual agent call.
3777
+ *
3778
+ * @level atom
3779
+ * @family agent
3780
+ * @packageDocumentation
3781
+ */
3782
+
3783
+ interface StdAgentChatThreadParams {
3784
+ /** Entity name in PascalCase (default: "ChatMessage") */
3785
+ entityName?: string;
3786
+ /** Extra entity fields (id is auto-added, chat message fields are always included) */
3787
+ fields?: EntityField[];
3788
+ /** Event name emitted when user sends a message (default: "SEND_MESSAGE") */
3789
+ onSendEvent?: string;
3790
+ /** Persistence mode (default: "persistent") */
3791
+ persistence?: 'persistent' | 'runtime' | 'singleton';
3792
+ /** Page name override */
3793
+ pageName?: string;
3794
+ /** Page path override */
3795
+ pagePath?: string;
3796
+ /** Whether this page is the initial route */
3797
+ isInitial?: boolean;
3798
+ }
3799
+ declare function stdAgentChatThreadEntity(params?: StdAgentChatThreadParams): Entity;
3800
+ declare function stdAgentChatThreadTrait(params?: StdAgentChatThreadParams): Trait;
3801
+ declare function stdAgentChatThreadPage(params?: StdAgentChatThreadParams): Page;
3802
+ declare function stdAgentChatThread(params?: StdAgentChatThreadParams): OrbitalDefinition;
3803
+
3804
+ /**
3805
+ * std-agent-activity-log
3806
+ *
3807
+ * Chronological action log atom for tracking agent operations.
3808
+ * Provides a timeline view of agent actions with status indicators,
3809
+ * duration tracking, and clear functionality. Listens for LOG_ENTRY
3810
+ * events from sibling traits.
3811
+ *
3812
+ * @level atom
3813
+ * @family agent
3814
+ * @packageDocumentation
3815
+ */
3816
+
3817
+ interface StdAgentActivityLogParams {
3818
+ /** Entity name in PascalCase (default: "ActivityEntry") */
3819
+ entityName?: string;
3820
+ /** Extra entity fields (id is auto-added, activity fields are always included) */
3821
+ fields?: EntityField[];
3822
+ /** Persistence mode (default: "persistent") */
3823
+ persistence?: 'persistent' | 'runtime' | 'singleton';
3824
+ /** Page name override */
3825
+ pageName?: string;
3826
+ /** Page path override */
3827
+ pagePath?: string;
3828
+ /** Whether this page is the initial route */
3829
+ isInitial?: boolean;
3830
+ }
3831
+ declare function stdAgentActivityLogEntity(params?: StdAgentActivityLogParams): Entity;
3832
+ declare function stdAgentActivityLogTrait(params?: StdAgentActivityLogParams): Trait;
3833
+ declare function stdAgentActivityLogPage(params?: StdAgentActivityLogParams): Page;
3834
+ declare function stdAgentActivityLog(params?: StdAgentActivityLogParams): OrbitalDefinition;
3835
+
3836
+ /**
3837
+ * std-agent-step-progress
3838
+ *
3839
+ * Pipeline/workflow step indicator atom. Tracks progress through
3840
+ * a series of named steps with start/advance/complete/fail lifecycle.
3841
+ * Listens for ADVANCE, COMPLETE, FAIL so orchestrating traits can
3842
+ * drive the progress externally.
3843
+ *
3844
+ * @level atom
3845
+ * @family agent
3846
+ * @packageDocumentation
3847
+ */
3848
+
3849
+ interface StdAgentStepProgressParams {
3850
+ /** Entity name in PascalCase (default: "StepTracker") */
3851
+ entityName?: string;
3852
+ /** Extra entity fields (id is auto-added, step tracker fields are always included) */
3853
+ fields?: EntityField[];
3854
+ /** Labels for each step in the pipeline */
3855
+ stepLabels?: string[];
3856
+ /** Persistence mode (default: "runtime") */
3857
+ persistence?: 'persistent' | 'runtime' | 'singleton';
3858
+ /** Page name override */
3859
+ pageName?: string;
3860
+ /** Page path override */
3861
+ pagePath?: string;
3862
+ /** Whether this page is the initial route */
3863
+ isInitial?: boolean;
3864
+ }
3865
+ declare function stdAgentStepProgressEntity(params?: StdAgentStepProgressParams): Entity;
3866
+ declare function stdAgentStepProgressTrait(params?: StdAgentStepProgressParams): Trait;
3867
+ declare function stdAgentStepProgressPage(params?: StdAgentStepProgressParams): Page;
3868
+ declare function stdAgentStepProgress(params?: StdAgentStepProgressParams): OrbitalDefinition;
3869
+
3870
+ /**
3871
+ * std-agent-token-gauge
3872
+ *
3873
+ * Token usage display atom with threshold-based state transitions.
3874
+ * Shows current token count, usage percentage, and progress bar.
3875
+ * Transitions from normal -> warning -> critical based on configurable
3876
+ * thresholds. Provides compact and reset actions.
3877
+ *
3878
+ * @level atom
3879
+ * @family agent
3880
+ * @packageDocumentation
3881
+ */
3882
+
3883
+ interface StdAgentTokenGaugeParams {
3884
+ /** Entity name in PascalCase (default: "TokenUsage") */
3885
+ entityName?: string;
3886
+ /** Extra entity fields (id is auto-added, token usage fields are always included) */
3887
+ fields?: EntityField[];
3888
+ /** Usage fraction at which to enter warning state (default: 0.85) */
3889
+ threshold?: number;
3890
+ /** Maximum token count (default: 180000) */
3891
+ maxTokens?: number;
3892
+ /** Persistence mode (default: "runtime") */
3893
+ persistence?: 'persistent' | 'runtime' | 'singleton';
3894
+ /** Page name override */
3895
+ pageName?: string;
3896
+ /** Page path override */
3897
+ pagePath?: string;
3898
+ /** Whether this page is the initial route */
3899
+ isInitial?: boolean;
3900
+ }
3901
+ declare function stdAgentTokenGaugeEntity(params?: StdAgentTokenGaugeParams): Entity;
3902
+ declare function stdAgentTokenGaugeTrait(params?: StdAgentTokenGaugeParams): Trait;
3903
+ declare function stdAgentTokenGaugePage(params?: StdAgentTokenGaugeParams): Page;
3904
+ declare function stdAgentTokenGauge(params?: StdAgentTokenGaugeParams): OrbitalDefinition;
3905
+
3906
+ /**
3907
+ * std-agent-rag -- Retrieval-Augmented Generation
3908
+ *
3909
+ * Composes agent atoms + UI atoms into a RAG pipeline with tabbed views.
3761
3910
  * 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.
3911
+ * then generates a response with the augmented prompt.
3764
3912
  *
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
3913
+ * Composed atoms:
3914
+ * - stdAgentMemory: recall memories by semantic query
3915
+ * - stdAgentSearch: search code repositories for relevant snippets
3916
+ * - stdAgentCompletion: generate response with augmented context
3917
+ * - stdTabs: tabbed view for Query / Sources / Response
3918
+ *
3919
+ * Cross-trait events:
3920
+ * - GENERATE (RagOrchestrator -> MemoryLifecycle): trigger recall
3921
+ * - RETRIEVAL_DONE (RagOrchestrator -> SearchLifecycle): trigger search after recall
3922
+ * - GENERATION_DONE (RagOrchestrator -> CompletionFlow): trigger completion
3769
3923
  *
3770
3924
  * @level molecule
3771
3925
  * @family agent
@@ -3790,17 +3944,18 @@ declare function stdAgentRagPage(params: StdAgentRagParams): Page;
3790
3944
  declare function stdAgentRag(params: StdAgentRagParams): OrbitalDefinition;
3791
3945
 
3792
3946
  /**
3793
- * std-agent-tool-loop Tool execution loop
3947
+ * std-agent-tool-loop -- Tool execution loop
3794
3948
  *
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.
3949
+ * Composes agent atoms + UI atoms into an iterative tool-use loop with
3950
+ * step progress tracking and activity logging. The agent generates a plan,
3951
+ * invokes tools to execute steps, checks results, and either loops or finishes.
3799
3952
  *
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
3953
+ * Composed atoms:
3954
+ * - stdAgentCompletion: LLM plan generation and result checking
3955
+ * - stdAgentToolCall: tool invocation with argument passing
3956
+ * - stdAgentContextWindow: context window monitoring and compaction
3957
+ * - stdAgentStepProgress: visual pipeline step indicator
3958
+ * - stdAgentActivityLog: chronological action timeline
3804
3959
  *
3805
3960
  * @level molecule
3806
3961
  * @family agent
@@ -3825,17 +3980,18 @@ declare function stdAgentToolLoopPage(params: StdAgentToolLoopParams): Page;
3825
3980
  declare function stdAgentToolLoop(params: StdAgentToolLoopParams): OrbitalDefinition;
3826
3981
 
3827
3982
  /**
3828
- * std-agent-fix-loop Validation-fix cycle
3983
+ * std-agent-fix-loop -- Validation-fix cycle
3829
3984
  *
3830
- * Composes tool invocation (validate + fix) and LLM completion into an
3831
- * iterative validation-fix loop. Validates a target, and if errors are found,
3985
+ * Composes agent atoms + UI atoms into an iterative validation-fix loop
3986
+ * with step progress tracking and an errors browse list. Validates a target,
3832
3987
  * generates a fix via LLM, applies it via tool invocation, then re-validates.
3833
- * Loops up to maxAttempts rounds (default 5).
3834
3988
  *
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
3989
+ * Composed atoms:
3990
+ * - stdAgentToolCall (validate): run validation tool
3991
+ * - stdAgentToolCall (fix): apply generated fix
3992
+ * - stdAgentCompletion: generate fix via LLM
3993
+ * - stdAgentStepProgress: visual step indicator
3994
+ * - stdBrowse: browsable errors list
3839
3995
  *
3840
3996
  * @level molecule
3841
3997
  * @family agent
@@ -3862,17 +4018,19 @@ declare function stdAgentFixLoopPage(params: StdAgentFixLoopParams): Page;
3862
4018
  declare function stdAgentFixLoop(params: StdAgentFixLoopParams): OrbitalDefinition;
3863
4019
 
3864
4020
  /**
3865
- * std-agent-planner Task planning
4021
+ * std-agent-planner -- Task planning
3866
4022
  *
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.
4023
+ * Composes agent atoms + UI atoms into a task planning pipeline with
4024
+ * a modal for task input and an activity log for plan history.
4025
+ * Classifies the incoming task, recalls relevant memories for context,
4026
+ * then generates a step-by-step execution plan with confidence scoring.
3871
4027
  *
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
4028
+ * Composed atoms:
4029
+ * - stdAgentClassifier: categorize the task type
4030
+ * - stdAgentCompletion: generate the step-by-step plan via LLM
4031
+ * - stdAgentMemory: recall relevant past patterns and plans
4032
+ * - stdModal: task input form overlay
4033
+ * - stdAgentActivityLog: plan history timeline
3876
4034
  *
3877
4035
  * @level molecule
3878
4036
  * @family agent
@@ -3897,17 +4055,20 @@ declare function stdAgentPlannerPage(params: StdAgentPlannerParams): Page;
3897
4055
  declare function stdAgentPlanner(params: StdAgentPlannerParams): OrbitalDefinition;
3898
4056
 
3899
4057
  /**
3900
- * std-agent-learner Outcome learning
4058
+ * std-agent-learner -- Outcome learning
3901
4059
  *
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.
4060
+ * Composes agent atoms + UI atoms into an outcome learning pipeline with
4061
+ * an activity log for learning history and a browse list for records.
4062
+ * Listens for task success/failure events, memorizes outcomes, reinforces
4063
+ * memories for successes, applies decay for failures, and adjusts
4064
+ * provider routing based on accumulated results.
3906
4065
  *
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
4066
+ * Composed atoms:
4067
+ * - stdAgentMemory: memorize outcomes, reinforce/decay based on results
4068
+ * - stdAgentCompletion: analyze outcome impact via LLM
4069
+ * - stdAgentProvider: adjust provider routing based on success patterns
4070
+ * - stdAgentActivityLog: chronological learning timeline
4071
+ * - stdBrowse: browsable records list
3911
4072
  *
3912
4073
  * @level molecule
3913
4074
  * @family agent
@@ -4374,4 +4535,4 @@ declare function stdServiceCustomNoauthTrait(params: StdServiceCustomNoauthParam
4374
4535
  declare function stdServiceCustomNoauthPage(params: StdServiceCustomNoauthParams): Page;
4375
4536
  declare function stdServiceCustomNoauth(params: StdServiceCustomNoauthParams): OrbitalDefinition;
4376
4537
 
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 };
4538
+ export { type StdAgentActivityLogParams, type StdAgentAssistantParams, type StdAgentBuilderParams, type StdAgentChatThreadParams, 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 StdAgentStepProgressParams, type StdAgentTokenGaugeParams, 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, stdAgentActivityLog, stdAgentActivityLogEntity, stdAgentActivityLogPage, stdAgentActivityLogTrait, stdAgentAssistant, stdAgentBuilder, stdAgentChatThread, stdAgentChatThreadEntity, stdAgentChatThreadPage, stdAgentChatThreadTrait, 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, stdAgentStepProgress, stdAgentStepProgressEntity, stdAgentStepProgressPage, stdAgentStepProgressTrait, stdAgentTokenGauge, stdAgentTokenGaugeEntity, stdAgentTokenGaugePage, stdAgentTokenGaugeTrait, 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 };